Skip to content

Commit

Permalink
Update relay testnet config
Browse files Browse the repository at this point in the history
  • Loading branch information
SvineruS committed Oct 9, 2023
1 parent 36227ac commit da095f7
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 6 deletions.
6 changes: 3 additions & 3 deletions relay/configs/test-bsc.json
Original file line number Diff line number Diff line change
Expand Up @@ -4,13 +4,13 @@
"AMB": {
"httpUrl": "https://network.ambrosus-test.io",
"wsUrl": "wss://network.ambrosus-test.io/ws",
"contractAddr": "0xdC103bf9a3789f78958f365321F3BA07e369667A",
"contractAddr": "0xF01EF9dFf8cA6e4324b000812D75Aa4A67ee52ca",
"privateKey": "in env"
},
"BSC": {
"httpUrl": "https://bsc-testnet.nodereal.io/v1/7e4174dba68f4a18aeb1ebd839b1f197",
"wsUrl": "wss://bsc-testnet.nodereal.io/ws/v1/7e4174dba68f4a18aeb1ebd839b1f197",
"contractAddr": "0x8619f5E8315aff3E7Eba238492906329414084Da",
"contractAddr": "0x6C13c3Bb2A34fB7fb6D06102397e3Ba004E23DF4",
"privateKey": "in env"
}
},
Expand Down Expand Up @@ -53,7 +53,7 @@
},
"ambFaucet": {
"enable": true,
"faucetAddress": "0xE2Fb2d9014B4c7b2705F81D21a6693219Cc518Ba",
"faucetAddress": "0x090801d716A9d501F57519B1f4bd6aBD2961aa88",
"minBalance": "0",
"sendAmount": "1000000000000000000"
}
Expand Down
6 changes: 3 additions & 3 deletions relay/configs/test-eth.json
Original file line number Diff line number Diff line change
Expand Up @@ -4,13 +4,13 @@
"AMB": {
"httpUrl": "https://network.ambrosus-test.io",
"wsUrl": "wss://network.ambrosus-test.io/ws",
"contractAddr": "0xb08cFc95eEA0F1d9Bb79002d23FA204B8836A536",
"contractAddr": "0x3B851d4d79C44AbBBF914D6bc61A2BdCC7387d85",
"privateKey": "in env"
},
"ETH": {
"httpUrl": "https://sepolia.infura.io/v3/01117e8ede8e4f36801a6a838b24f36c",
"wsUrl": "wss://sepolia.infura.io/ws/v3/01117e8ede8e4f36801a6a838b24f36c",
"contractAddr": "0xFCE5b5ca100e58E5635B15b79F0163be4CbD258b",
"contractAddr": "0xEFf51A8fD7129Ca474b1dcCBE7925ef6b5D45F31",
"privateKey": "in env"
}
},
Expand Down Expand Up @@ -53,7 +53,7 @@
},
"ambFaucet": {
"enable": true,
"faucetAddress": "0xE2Fb2d9014B4c7b2705F81D21a6693219Cc518Ba",
"faucetAddress": "0x090801d716A9d501F57519B1f4bd6aBD2961aa88",
"minBalance": "0",
"sendAmount": "1000000000000000000"
}
Expand Down

0 comments on commit da095f7

Please sign in to comment.