mirror of
https://github.com/oceanprotocol-archive/squid-js.git
synced 2024-02-02 15:31:51 +01:00
remove old password from config
This commit is contained in:
parent
4e30056483
commit
32c7cc1f1a
@ -64,7 +64,7 @@ const ocean: Ocean = await Ocean.getInstance({
|
||||
// the threshold of nodes from the secre store that have to agree to the decrypt
|
||||
threshold: 0,
|
||||
// the password for the account (in the local parity node) used to sign messages for secret store
|
||||
password: "unittest",
|
||||
password: "you password",
|
||||
// the address of the account (in the local parity node) used to sign messages for secret store
|
||||
address: "0xed243adfb84a6626eba46178ccb567481c6e655d",
|
||||
})
|
||||
|
Loading…
Reference in New Issue
Block a user