Skip to content

Commit 08b5969

Browse files
authored
config/testnet: change the Goerli gateway address, remove unused address (#84)
1 parent 4f21bd6 commit 08b5969

File tree

1 file changed

+4
-29
lines changed

1 file changed

+4
-29
lines changed

config/config.testnet.json

Lines changed: 4 additions & 29 deletions
Original file line numberDiff line numberDiff line change
@@ -25,10 +25,7 @@
2525
"processWithinBlocks": 864000,
2626
"contracts": {
2727
"Gateway": "0xCee681C9108c42C710c6A8A949307D5F13C9F3ca",
28-
"EthGateway": "0xde78AcB426e24074674af9C03cA595037613388B",
29-
"EthGovernance": "0xF0287c547947d4316B68CfbAfa8668bB54a277b8",
30-
"Governance": "0x53Ea388CB72081A3a397114a43741e7987815896",
31-
"TrustedOrganization": "0x7507dc433a98E1fE105d69f19f3B40E4315A4F32"
28+
"EthGateway": "0x9e359F42cDDc84A386a2Ef1D9Ae06623f3970D1D"
3229
},
3330
"subscriptions": {
3431
"MainchainWithdrewSubscription": {
@@ -63,28 +60,6 @@
6360
"callbacks": {
6461
"Ronin": "ProvideReceiptSignatureAgainCallback"
6562
}
66-
},
67-
"BridgeOperatorSetUpdatedSubscription": {
68-
"to": "0x54B3AC74a90E64E8dDE60671b6fE8F8DDf18eC9d",
69-
"type": 1,
70-
"handler": {
71-
"contract": "RoninValidator",
72-
"name": "BridgeOperatorSetUpdated"
73-
},
74-
"callbacks": {
75-
"Ronin": "BridgeOperatorSetUpdatedCallback"
76-
}
77-
},
78-
"BridgeOperatorsApprovedSubscription": {
79-
"to": "0x53Ea388CB72081A3a397114a43741e7987815896",
80-
"type": 1,
81-
"handler": {
82-
"contract": "RoninGovernanceAdmin",
83-
"name": "BridgeOperatorsApproved"
84-
},
85-
"callbacks": {
86-
"Ronin": "BridgeOperatorsApprovedCallback"
87-
}
8863
}
8964
}
9065
},
@@ -106,11 +81,11 @@
10681
"fromHeight": 12522064,
10782
"processWithinBlocks": 198720,
10883
"contracts": {
109-
"Gateway": "0xde78AcB426e24074674af9C03cA595037613388B"
84+
"Gateway": "0x9e359F42cDDc84A386a2Ef1D9Ae06623f3970D1D"
11085
},
11186
"subscriptions": {
11287
"DepositRequestedSubscription": {
113-
"to": "0xde78AcB426e24074674af9C03cA595037613388B",
88+
"to": "0x9e359F42cDDc84A386a2Ef1D9Ae06623f3970D1D",
11489
"type": 1,
11590
"handler": {
11691
"contract": "EthereumGateway",
@@ -121,7 +96,7 @@
12196
}
12297
},
12398
"WithdrewSubscription": {
124-
"to": "0xde78AcB426e24074674af9C03cA595037613388B",
99+
"to": "0x9e359F42cDDc84A386a2Ef1D9Ae06623f3970D1D",
125100
"type": 1,
126101
"handler": {
127102
"contract": "EthereumGateway",

0 commit comments

Comments
 (0)