Skip to content

Commit

Permalink
Merge branch 'develop' of https://github.com/credebl/platform into fe…
Browse files Browse the repository at this point in the history
…at-reuseConnection
  • Loading branch information
pallavighule committed Mar 13, 2024
2 parents 9d7074e + fc60add commit 888b281
Showing 1 changed file with 7 additions and 11 deletions.
18 changes: 7 additions & 11 deletions libs/prisma-service/prisma/data/credebl-master-table.json
Original file line number Diff line number Diff line change
Expand Up @@ -139,16 +139,6 @@
"registerDIDEndpoint": "",
"registerDIDPayload": "",
"indyNamespace": "polygon:testnet"
},
{
"name": "Polygon Mainnet",
"networkType": "mainnet",
"poolConfig": "",
"isActive": true,
"networkString": "mainnet",
"registerDIDEndpoint": "",
"registerDIDPayload": "",
"indyNamespace": "polygon:mainnet"
}
],
"endorseData": [
Expand Down Expand Up @@ -229,10 +219,16 @@
}
},
{
"name": "key",
"details": {
"key": "did:key"
}
},
{
"key": "did:web"
"name": "web",
"details": {
"web": "did:web"
}
}
]
}

0 comments on commit 888b281

Please sign in to comment.