Skip to content

Commit a254f7b

Browse files
committed
Update Arb One L1 router/gateway address reference
1 parent 320dfd0 commit a254f7b

File tree

1 file changed

+4
-3
lines changed

1 file changed

+4
-3
lines changed

scripts/deploy-l1-sesh.js

Lines changed: 4 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -11,9 +11,10 @@ async function main() {
1111
const SESH_UNIT = 1_000_000_000n;
1212
const SUPPLY = 240_000_000n * SESH_UNIT;
1313

14-
// These are set to the mainnet arbitrum values
15-
const L1_ROUTER_ADDRESS = "0x72Ce9c846789fdB6fC1f34aC4AD25Dd9ef7031ef"; // https://github.com/OffchainLabs/arbitrum-sdk/blob/9326101b86353f9459767a221eaa0c733218e2fa/packages/sdk/src/lib/dataEntities/networks.ts#L160
16-
const L1_GATEWAY_ADDRESS = "0xcEe284F754E854890e311e3280b767F80797180d"; // https://github.com/OffchainLabs/arbitrum-sdk/blob/9326101b86353f9459767a221eaa0c733218e2fa/packages/sdk/src/lib/dataEntities/networks.ts#L164
14+
// These are set to the Arbitrum One values
15+
// See https://docs.arbitrum.io/build-decentralized-apps/reference/contract-addresses
16+
const L1_ROUTER_ADDRESS = "0x72Ce9c846789fdB6fC1f34aC4AD25Dd9ef7031ef";
17+
const L1_GATEWAY_ADDRESS = "0xcEe284F754E854890e311e3280b767F80797180d";
1718

1819
const args = {
1920
SESH_UNIT,

0 commit comments

Comments
 (0)