Skip to content

Commit

Permalink
Merge pull request #10 from ronin-chain/chore/update_sepolia_address_…
Browse files Browse the repository at this point in the history
…on_testnet

Chore:update sepolia address on testnet
  • Loading branch information
DNK90 authored Apr 5, 2024
2 parents 5a4adf6 + 419d278 commit 1eed087
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 8 deletions.
8 changes: 4 additions & 4 deletions config/config.testnet.json
Original file line number Diff line number Diff line change
Expand Up @@ -71,7 +71,7 @@
},
"ethereum": {
"disabled": false,
"chainId": "0x5",
"chainId": "0xaa36a7",
"rpcUrl": "",
"blockTime": 15,
"safeBlockRange": 8,
Expand All @@ -87,11 +87,11 @@
"fromHeight": 12522064,
"processWithinBlocks": 198720,
"contracts": {
"Gateway": "0x9e359F42cDDc84A386a2Ef1D9Ae06623f3970D1D"
"Gateway": "0x06855f31df1d3d25ce486cf09db49bda535d2a9e"
},
"subscriptions": {
"DepositRequestedSubscription": {
"to": "0x9e359F42cDDc84A386a2Ef1D9Ae06623f3970D1D",
"to": "0x06855f31df1d3d25ce486cf09db49bda535d2a9e",
"type": 1,
"handler": {
"contract": "EthereumGateway",
Expand All @@ -102,7 +102,7 @@
}
},
"WithdrewSubscription": {
"to": "0x9e359F42cDDc84A386a2Ef1D9Ae06623f3970D1D",
"to": "0x06855f31df1d3d25ce486cf09db49bda535d2a9e",
"type": 1,
"handler": {
"contract": "EthereumGateway",
Expand Down
8 changes: 4 additions & 4 deletions config/config.testnet.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -53,7 +53,7 @@ listeners:
Ronin: "ProvideReceiptSignatureAgainCallback"
ethereum:
disabled: false
chainId: "0x5"
chainId: "0xaa36a7"
rpcUrl: ""
blockTime: 15
safeBlockRange: 8
Expand All @@ -66,18 +66,18 @@ listeners:
fromHeight: 12522064
processWithinBlocks: 198720
contracts:
Gateway: "0x9e359F42cDDc84A386a2Ef1D9Ae06623f3970D1D"
Gateway: "0x06855f31df1d3d25ce486cf09db49bda535d2a9e"
subscriptions:
DepositRequestedSubscription:
to: "0x9e359F42cDDc84A386a2Ef1D9Ae06623f3970D1D"
to: "0x06855f31df1d3d25ce486cf09db49bda535d2a9e"
type: 1
handler:
contract: "EthereumGateway"
name: "DepositRequested"
callbacks:
Ronin: "DepositRequestedCallback"
WithdrewSubscription:
to: "0x9e359F42cDDc84A386a2Ef1D9Ae06623f3970D1D"
to: "0x06855f31df1d3d25ce486cf09db49bda535d2a9e"
type: 1
handler:
contract: "EthereumGateway"
Expand Down

0 comments on commit 1eed087

Please sign in to comment.