Skip to content

Commit d47ee5d

Browse files
authored
dev: update local chain deployment script (#248)
1 parent d3c02f5 commit d47ee5d

File tree

2 files changed

+9
-7
lines changed

2 files changed

+9
-7
lines changed

Makefile

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ OS := $(shell uname -s)
1414
# Variables
1515
IMAGE_KEY_TO_ADDRESS:=ghcr.io/gattaca-com/based-op/key-to-address:latest
1616
## This image is totally vanilla, but automatically sets isthmus at genesis when using v3.0.0 contracts
17-
IMAGE_OP_DEPLOYER:=ghcr.io/gattaca-com/based-optimism/based-op-deployer:latest
17+
IMAGE_OP_DEPLOYER:=us-docker.pkg.dev/oplabs-tools-artifacts/images/op-deployer:v0.4.5
1818

1919

2020
START_GATEWAY_COMPOSE_FILES := -f .local_gateway_and_follower/compose.yml
@@ -30,8 +30,8 @@ L2_CHAIN_ID?=$(shell \
3030
L2_CHAIN_ID_HEX:=$(shell printf "0x%064x" $(L2_CHAIN_ID))
3131
PORTAL?=http://0.0.0.0:8080
3232
TXPROXY?=http://0.0.0.0:8090
33-
L1_RPC_URL?=http://34.194.193.217:8545
34-
L1_BEACON_RPC_URL?=http://34.194.193.217:5052
33+
L1_RPC_URL?=http://3.84.162.42:8545
34+
L1_BEACON_RPC_URL?=http://3.84.162.42:5051
3535
PUBLIC_IP?=$(shell curl ifconfig.me)
3636
# if GATEWAY_SEQUENCING_KEY is set, use that one, otherwise key_to_address will generate a new one
3737
GATEWAY_SEQUENCING_KEY ?= $(shell \

main_node/intent.template.toml

Lines changed: 6 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -3,15 +3,16 @@ configType = "standard-overrides"
33
l1ChainID = L1_CHAIN_ID
44
fundDevAccounts = true
55
useInterop = false
6-
l1ContractsLocator = "tag://op-contracts/v3.0.0"
7-
l2ContractsLocator = "tag://op-contracts/v3.0.0"
6+
l1ContractsLocator = "embedded"
7+
l2ContractsLocator = "embedded"
88

99
l1DevGenesisParams.pragueTimeOffset = 0
1010

1111
[superchainRoles]
12-
proxyAdminOwner = "0x1eb2ffc903729a0f03966b917003800b145f56e2"
12+
superchainProxyAdminOwner = "0x1eb2ffc903729a0f03966b917003800b145f56e2"
1313
protocolVersionsOwner = "0xfd1d2e729ae8eee2e146c033bf4400fe75284301"
14-
guardian = "0x7a50f00e8d05b95f98fe38d8bee366a7324dcf7e"
14+
superchainGuardian = "0x7a50f00e8d05b95f98fe38d8bee366a7324dcf7e"
15+
challenger = "0x7a50f00e8d05b95f98fe38d8bee366a7324dcf7e"
1516

1617
[[chains]]
1718
id = "L2_CHAIN_ID"
@@ -21,6 +22,7 @@ l1DevGenesisParams.pragueTimeOffset = 0
2122
eip1559DenominatorCanyon = 250
2223
eip1559Denominator = 50
2324
eip1559Elasticity = 6
25+
gasLimit = 100000000
2426
[chains.roles]
2527
l1ProxyAdminOwner = "0x1eb2ffc903729a0f03966b917003800b145f56e2"
2628
l2ProxyAdminOwner = "0x2fc3ffc903729a0f03966b917003800b145f67f3"

0 commit comments

Comments
 (0)