154
154
]
155
155
},
156
156
"chainBridge/bridge" : {
157
- "address" : " 0xbD515E41DF155112Cc883f8981CB763a286261be " ,
157
+ "address" : " 0xa2A22B46B8df38cd7C55E6bf32Ea5a32637Cf2b1 " ,
158
158
"abi" : [
159
159
" constructor(uint8 chainID, address[] initialRelayers, uint256 initialRelayerThreshold, uint256 fee, uint256 expiry)" ,
160
160
" event Deposit(uint8 indexed destinationChainID, bytes32 indexed resourceID, uint64 indexed depositNonce)" ,
179
179
" function _proposals(uint72, bytes32) view returns (bytes32 _resourceID, bytes32 _dataHash, uint8 _status, uint256 _proposedBlock)" ,
180
180
" function _relayerThreshold() view returns (uint256)" ,
181
181
" function _resourceIDToHandlerAddress(bytes32) view returns (address)" ,
182
+ " function _specialFee() view returns (uint256)" ,
183
+ " function _specialFeeChainID() view returns (uint8)" ,
182
184
" function _totalProposals() view returns (uint256)" ,
183
185
" function _totalRelayers() view returns (uint256)" ,
186
+ " function _wtokenAddress() view returns (address)" ,
184
187
" function adminAddRelayer(address relayerAddress)" ,
185
188
" function adminChangeFee(uint256 newFee)" ,
186
189
" function adminChangeRelayerThreshold(uint256 newThreshold)" ,
190
+ " function adminChangeSpecialFee(uint256 newFee, uint8 chainID)" ,
187
191
" function adminPauseTransfers()" ,
188
192
" function adminRemoveRelayer(address relayerAddress)" ,
189
193
" function adminSetBurnable(address handlerAddress, address tokenAddress)" ,
190
194
" function adminSetGenericResource(address handlerAddress, bytes32 resourceID, address contractAddress, bytes4 depositFunctionSig, uint256 depositFunctionDepositerOffset, bytes4 executeFunctionSig)" ,
191
195
" function adminSetResource(address handlerAddress, bytes32 resourceID, address tokenAddress)" ,
192
196
" function adminUnpauseTransfers()" ,
197
+ " function adminUpdateBridgeAddress(address handlerAddress, address newBridgeAddress)" ,
193
198
" function adminWithdraw(address handlerAddress, address tokenAddress, address recipient, uint256 amountOrTokenID)" ,
194
199
" function cancelProposal(uint8 chainID, uint64 depositNonce, bytes32 dataHash)" ,
195
200
" function deposit(uint8 destinationChainID, bytes32 resourceID, bytes data) payable" ,
201
+ " function depositETH(uint8 destinationChainID, bytes32 resourceID, bytes data) payable" ,
196
202
" function executeProposal(uint8 chainID, uint64 depositNonce, bytes data, bytes32 resourceID)" ,
203
+ " function getFee(uint8 destinationChainID) view returns (uint256)" ,
204
+ " function getFees() view returns (uint256, uint256, uint8)" ,
197
205
" function getProposal(uint8 originChainID, uint64 depositNonce, bytes32 dataHash) view returns (tuple(bytes32 _resourceID, bytes32 _dataHash, address[] _yesVotes, address[] _noVotes, uint8 _status, uint256 _proposedBlock))" ,
198
206
" function getRoleAdmin(bytes32 role) view returns (bytes32)" ,
199
207
" function getRoleMember(bytes32 role, uint256 index) view returns (address)" ,
361
369
"blockNumber" : 12795542
362
370
},
363
371
"batchRebaseReporter" : {
364
- "address" : " 0x25fbC7D475B5013f631E5BB7f9Da57A8d1522179 " ,
372
+ "address" : " 0x36aAf46CAB4B6E5390Fb44311b5664a71A398400 " ,
365
373
"abi" : [
366
- " event OwnershipTransferred(address indexed previousOwner, address indexed newOwner)" ,
367
374
" event TransactionFailed(address indexed destination, uint256 index, bytes data, bytes reason)" ,
368
- " function addTransaction(address destination, uint256 value, bytes data)" ,
369
- " function checkExecution(uint256 index) payable returns (bool)" ,
370
- " function executeAll() payable returns (bool)" ,
371
- " function owner() view returns (address)" ,
372
- " function removeTransaction(uint256 index)" ,
373
- " function renounceOwnership()" ,
374
- " function setTransactionEnabled(uint256 index, bool enabled)" ,
375
- " function transactions(uint256) view returns (bool enabled, address destination, uint256 value, bytes data)" ,
376
- " function transactionsSize() view returns (uint256)" ,
377
- " function transferOwnership(address newOwner)"
375
+ " function executeAll(address[] destinations, bytes[] data, uint256[] values) payable returns (bool)"
378
376
],
379
- "hash" : " 0x3974b71ec5143a95f56f8ec20707f3d6bc46a0c9c31c407a96bf2d07d6c1e029 " ,
380
- "blockNumber" : 12801448
377
+ "hash" : " 0x062d0fb489800960d83da2b93a8ca129e5f170d6dac5e44ea55669c3e8c88dd2 " ,
378
+ "blockNumber" : 13096932
381
379
}
382
380
}
0 commit comments