mirror of
https://github.com/oceanprotocol-archive/squid-js.git
synced 2024-02-02 15:31:51 +01:00
move to local version of secret store
This commit is contained in:
parent
079e3a05f2
commit
c5b0c76fbf
@ -10,8 +10,8 @@ import {Account, Logger, Ocean, ServiceAgreement} from "../squid"
|
|||||||
aquariusUri: "http://localhost:5000",
|
aquariusUri: "http://localhost:5000",
|
||||||
brizoUri: "http://localhost:8030",
|
brizoUri: "http://localhost:8030",
|
||||||
parityUri: "http://localhost:9545",
|
parityUri: "http://localhost:9545",
|
||||||
secretStoreUri: "https://secret-store.dev-ocean.com",
|
secretStoreUri: "http://localhost:12001",
|
||||||
threshold: 2,
|
threshold: 0,
|
||||||
password: "unittest",
|
password: "unittest",
|
||||||
address: "0xed243adfb84a6626eba46178ccb567481c6e655d",
|
address: "0xed243adfb84a6626eba46178ccb567481c6e655d",
|
||||||
})
|
})
|
||||||
|
@ -10,8 +10,8 @@ import {Account, Logger, Ocean} from "../squid"
|
|||||||
aquariusUri: "http://localhost:5000",
|
aquariusUri: "http://localhost:5000",
|
||||||
brizoUri: "http://localhost:8030",
|
brizoUri: "http://localhost:8030",
|
||||||
parityUri: "http://localhost:9545",
|
parityUri: "http://localhost:9545",
|
||||||
secretStoreUri: "https://secret-store.dev-ocean.com",
|
secretStoreUri: "http://localhost:12001",
|
||||||
threshold: 2,
|
threshold: 0,
|
||||||
password: "unittest",
|
password: "unittest",
|
||||||
address: "0xed243adfb84a6626eba46178ccb567481c6e655d",
|
address: "0xed243adfb84a6626eba46178ccb567481c6e655d",
|
||||||
})
|
})
|
||||||
|
@ -9,8 +9,8 @@ import {Account, Logger, Ocean} from "../squid"
|
|||||||
aquariusUri: "http://localhost:5000",
|
aquariusUri: "http://localhost:5000",
|
||||||
brizoUri: "http://localhost:8030",
|
brizoUri: "http://localhost:8030",
|
||||||
parityUri: "http://localhost:9545",
|
parityUri: "http://localhost:9545",
|
||||||
secretStoreUri: "https://secret-store.dev-ocean.com",
|
secretStoreUri: "http://localhost:12001",
|
||||||
threshold: 2,
|
threshold: 0,
|
||||||
password: "unittest",
|
password: "unittest",
|
||||||
address: "0xed243adfb84a6626eba46178ccb567481c6e655d",
|
address: "0xed243adfb84a6626eba46178ccb567481c6e655d",
|
||||||
})
|
})
|
||||||
|
@ -6,8 +6,8 @@ import {Account, Logger, Ocean, ServiceAgreementTemplate, Templates} from "../sq
|
|||||||
aquariusUri: "http://localhost:5000",
|
aquariusUri: "http://localhost:5000",
|
||||||
brizoUri: "http://localhost:8030",
|
brizoUri: "http://localhost:8030",
|
||||||
parityUri: "http://localhost:9545",
|
parityUri: "http://localhost:9545",
|
||||||
secretStoreUri: "https://secret-store.dev-ocean.com",
|
secretStoreUri: "http://localhost:12001",
|
||||||
threshold: 2,
|
threshold: 0,
|
||||||
password: "unittest",
|
password: "unittest",
|
||||||
address: "0xed243adfb84a6626eba46178ccb567481c6e655d",
|
address: "0xed243adfb84a6626eba46178ccb567481c6e655d",
|
||||||
})
|
})
|
||||||
|
@ -7,8 +7,8 @@ import {Logger, Ocean} from "../squid"
|
|||||||
aquariusUri: "http://localhost:5000",
|
aquariusUri: "http://localhost:5000",
|
||||||
brizoUri: "http://localhost:8030",
|
brizoUri: "http://localhost:8030",
|
||||||
parityUri: "http://localhost:9545",
|
parityUri: "http://localhost:9545",
|
||||||
secretStoreUri: "https://secret-store.dev-ocean.com",
|
secretStoreUri: "http://localhost:12001",
|
||||||
threshold: 2,
|
threshold: 0,
|
||||||
password: "unittest",
|
password: "unittest",
|
||||||
address: "0xed243adfb84a6626eba46178ccb567481c6e655d",
|
address: "0xed243adfb84a6626eba46178ccb567481c6e655d",
|
||||||
})
|
})
|
||||||
|
@ -5,8 +5,8 @@ export default {
|
|||||||
brizoUri: "http://localhost:3000",
|
brizoUri: "http://localhost:3000",
|
||||||
nodeUri: "http://localhost:8545",
|
nodeUri: "http://localhost:8545",
|
||||||
parityUri: "http://localhost:9545",
|
parityUri: "http://localhost:9545",
|
||||||
secretStoreUri: "https://secret-store.dev-ocean.com",
|
secretStoreUri: "http://localhost:12001",
|
||||||
threshold: 2,
|
threshold: 0,
|
||||||
password: "unittest",
|
password: "unittest",
|
||||||
address: "0xed243adfb84a6626eba46178ccb567481c6e655d",
|
address: "0xed243adfb84a6626eba46178ccb567481c6e655d",
|
||||||
web3Provider: null,
|
web3Provider: null,
|
||||||
|
Loading…
x
Reference in New Issue
Block a user