Skip to content

Commit

Permalink
Merge pull request #947 from credebl/fix/add-no-ledger-type-seed
Browse files Browse the repository at this point in the history
fix: add no_ledger type in seed file
  • Loading branch information
KulkarniShashank authored Aug 27, 2024
2 parents 0c0e4c1 + 834f886 commit 1e71897
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions libs/prisma-service/prisma/data/credebl-master-table.json
Original file line number Diff line number Diff line change
Expand Up @@ -137,12 +137,12 @@
},
{
"name": "NA",
"networkType": "",
"poolConfig": "",
"networkType": "NA",
"poolConfig": "NA",
"isActive": true,
"networkString": "",
"nymTxnEndpoint": "",
"indyNamespace": ""
"networkString": "NA",
"nymTxnEndpoint": "NA",
"indyNamespace": "no_ledger"
}
],
"endorseData": [
Expand Down

0 comments on commit 1e71897

Please sign in to comment.