File tree Expand file tree Collapse file tree 5 files changed +6
-10
lines changed
smart-contracts/ignition/deployments
BridgeProxy-1-0xC7273772b87860097373D91b3880fd4CC61fBa2d-arbitrumDeposit-1
BridgeProxy-1-0xC7273772b87860097373D91b3880fd4CC61fBa2d-arbitrumDeposit-42161
0x339680db3B90f2C5aa825C6296C14A4a231391dE
0xeC1DF56C947595a1fe5bad8aeD107418bA0Bb10c Expand file tree Collapse file tree 5 files changed +6
-10
lines changed Original file line number Diff line number Diff line change @@ -37,9 +37,10 @@ export const estimateRetryableFee = async (
3737 } else {
3838 callDataSize = hexDataLength ( data )
3939 }
40+
4041 // get current L2 gas price
41- const blockDest = await destProvider . getBlock ( 'latest' )
42- const maxFeePerGas = blockDest ! . baseFeePerGas
42+ const destDeeData = await destProvider . getFeeData ( )
43+ const { maxFeePerGas } = destDeeData
4344
4445 // estimate the submission fee for calldata size
4546 const block = await srcProvider . getBlock ( 'latest' )
Original file line number Diff line number Diff line change 11{
2- "ArbitrumOrbitNativeDepositBridgeProxy#ArbitrumOrbitNativeDepositBridgeProxy" : " 0x7E5f024dBBFF8Be742f44bC244bd059bf74C7554 "
2+ "ArbitrumOrbitNativeDepositBridgeProxy#ArbitrumOrbitNativeDepositBridgeProxy" : " 0x42C580BA1001f47cf216558aeD8a6C28eb0211BF "
33}
Original file line number Diff line number Diff line change 11{
2- "ArbitrumOrbitNativeDepositBridgeProxy#ArbitrumOrbitNativeDepositBridgeProxy" : " 0xC983e6eB77Ff3e135856d22147cC878d5c877259 "
2+ "ArbitrumOrbitNativeDepositBridgeProxy#ArbitrumOrbitNativeDepositBridgeProxy" : " 0x52690873b22B0949A3A2c1AaD22653218460A002 "
33}
Original file line number Diff line number Diff line change 11{
22 "assetAddress" : " 0x0000000000000000000000000000000000000000" ,
33 "hyperlaneMailbox" : " 0xc005dc82818d67AF737725bD4bf75435d065D239" ,
4- "proxyBridgeAddress" : " 0x7E5f024dBBFF8Be742f44bC244bd059bf74C7554 "
4+ "proxyBridgeAddress" : " 0x42C580BA1001f47cf216558aeD8a6C28eb0211BF "
55}
Load Diff This file was deleted.
You can’t perform that action at this time.
0 commit comments