Skip to content

Commit

Permalink
Upgraded Sidetree package to v0.2.0.
Browse files Browse the repository at this point in the history
  • Loading branch information
thehenrytsai committed Jun 11, 2019
1 parent 153d8ec commit 7ffb7f8
Show file tree
Hide file tree
Showing 5 changed files with 188 additions and 280 deletions.
2 changes: 1 addition & 1 deletion json/bitcoin-config.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
"bitcoinPeerUri": "[MUST FILL THIS IN!!!]",
"bitcoinWalletImportString": "[MUST FILL THIS IN!!!]",
"bitcoinFee": 4000,
"sidetreeTransactionPrefix": "ion-test:",
"sidetreeTransactionPrefix": "ion:",
"genesisBlockNumber": 1500000,
"databaseName": "sidetree-bitcoin",
"transactionFetchPageSize": 100,
Expand Down
2 changes: 1 addition & 1 deletion json/core-config.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
"batchingIntervalInSeconds": 600,
"blockchainServiceUri": "http://127.0.0.1:3002",
"contentAddressableStoreServiceUri": "http://127.0.0.1:3003/v1.0",
"didMethodName": "did:ion-test:",
"didMethodName": "did:ion:test:",
"maxConcurrentDownloads": 20,
"mongoDbConnectionString": "mongodb://localhost:27017/",
"observingIntervalInSeconds": 60,
Expand Down
Loading

0 comments on commit 7ffb7f8

Please sign in to comment.