Skip to content

Commit 6b74d96

Browse files
authored
Arb eth bridge deployments ok (#734)
* manifests * better way to get gas price * lint fix
1 parent e17f101 commit 6b74d96

File tree

5 files changed

+6
-10
lines changed
  • packages/helpers/src
  • smart-contracts/ignition/deployments

5 files changed

+6
-10
lines changed

packages/helpers/src/arb.ts

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff 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 numberDiff line numberDiff line change
@@ -1,3 +1,3 @@
11
{
2-
"ArbitrumOrbitNativeDepositBridgeProxy#ArbitrumOrbitNativeDepositBridgeProxy": "0x7E5f024dBBFF8Be742f44bC244bd059bf74C7554"
2+
"ArbitrumOrbitNativeDepositBridgeProxy#ArbitrumOrbitNativeDepositBridgeProxy": "0x42C580BA1001f47cf216558aeD8a6C28eb0211BF"
33
}
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,3 @@
11
{
2-
"ArbitrumOrbitNativeDepositBridgeProxy#ArbitrumOrbitNativeDepositBridgeProxy": "0xC983e6eB77Ff3e135856d22147cC878d5c877259"
2+
"ArbitrumOrbitNativeDepositBridgeProxy#ArbitrumOrbitNativeDepositBridgeProxy": "0x52690873b22B0949A3A2c1AaD22653218460A002"
33
}
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
{
22
"assetAddress": "0x0000000000000000000000000000000000000000",
33
"hyperlaneMailbox": "0xc005dc82818d67AF737725bD4bf75435d065D239",
4-
"proxyBridgeAddress": "0x7E5f024dBBFF8Be742f44bC244bd059bf74C7554"
4+
"proxyBridgeAddress": "0x42C580BA1001f47cf216558aeD8a6C28eb0211BF"
55
}

smart-contracts/ignition/deployments/bridges/1/0xeC1DF56C947595a1fe5bad8aeD107418bA0Bb10c/params.json

Lines changed: 0 additions & 5 deletions
This file was deleted.

0 commit comments

Comments
 (0)