mirror of
https://github.com/oceanprotocol/barge.git
synced 2024-12-02 05:57:21 +01:00
Fixed brizo in kovan
This commit is contained in:
parent
5d0f78f0a9
commit
63c8da2b3e
@ -4,6 +4,8 @@ services:
|
|||||||
image: parity/parity:stable
|
image: parity/parity:stable
|
||||||
command:
|
command:
|
||||||
--chain kovan
|
--chain kovan
|
||||||
|
--base-path /home/parity/base
|
||||||
|
--keys-path /home/parity/.local/share/io.parity.ethereum/keys
|
||||||
--light
|
--light
|
||||||
--ws-interface all
|
--ws-interface all
|
||||||
--jsonrpc-cors all
|
--jsonrpc-cors all
|
||||||
@ -11,6 +13,8 @@ services:
|
|||||||
--jsonrpc-hosts all
|
--jsonrpc-hosts all
|
||||||
--jsonrpc-apis all
|
--jsonrpc-apis all
|
||||||
--unsafe-expose
|
--unsafe-expose
|
||||||
|
volumes:
|
||||||
|
- ../networks/kovan/keys:/home/parity/.local/share/io.parity.ethereum/keys/kovan
|
||||||
ports:
|
ports:
|
||||||
- 8545:8545
|
- 8545:8545
|
||||||
networks:
|
networks:
|
||||||
|
23
networks/kovan/keys/validator.json
Normal file
23
networks/kovan/keys/validator.json
Normal file
@ -0,0 +1,23 @@
|
|||||||
|
{
|
||||||
|
"id": "0902d04b-f26e-5c1f-e3ae-78d2c1cb16e7",
|
||||||
|
"version": 3,
|
||||||
|
"crypto": {
|
||||||
|
"cipher": "aes-128-ctr",
|
||||||
|
"cipherparams": {
|
||||||
|
"iv": "6a829fe7bc656d85f6c2e9fd21784952"
|
||||||
|
},
|
||||||
|
"ciphertext": "1bfec0b054a648af8fdd0e85662206c65a4af0ed15fede4ad41ca9ab7b504ce2",
|
||||||
|
"kdf": "pbkdf2",
|
||||||
|
"kdfparams": {
|
||||||
|
"c": 10240,
|
||||||
|
"dklen": 32,
|
||||||
|
"prf": "hmac-sha256",
|
||||||
|
"salt": "95f96b5ee22dd537e06076eb8d7078eb7275d29af935782fe476696b11be50e5"
|
||||||
|
},
|
||||||
|
"mac": "4af2215c3cd9447a5b0512d7d1c3ea5a4435981e1c8f48bf71d7a49c0e5b4986"
|
||||||
|
},
|
||||||
|
"address": "00bd138abd70e2f00903268f3db08f2d25677c9e",
|
||||||
|
"name": "Validator0",
|
||||||
|
"meta": "{}"
|
||||||
|
}
|
||||||
|
|
Loading…
x
Reference in New Issue
Block a user