File tree Expand file tree Collapse file tree 2 files changed +9
-7
lines changed
Expand file tree Collapse file tree 2 files changed +9
-7
lines changed Original file line number Diff line number Diff line change @@ -14,7 +14,7 @@ OS := $(shell uname -s)
1414# Variables
1515IMAGE_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
2020START_GATEWAY_COMPOSE_FILES := -f .local_gateway_and_follower/compose.yml
@@ -30,8 +30,8 @@ L2_CHAIN_ID?=$(shell \
3030L2_CHAIN_ID_HEX: =$(shell printf "0x% 064x" $(L2_CHAIN_ID ) )
3131PORTAL? =http://0.0.0.0:8080
3232TXPROXY? =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
3535PUBLIC_IP? =$(shell curl ifconfig.me)
3636# if GATEWAY_SEQUENCING_KEY is set, use that one, otherwise key_to_address will generate a new one
3737GATEWAY_SEQUENCING_KEY ?= $(shell \
Original file line number Diff line number Diff line change @@ -3,15 +3,16 @@ configType = "standard-overrides"
33l1ChainID = L1_CHAIN_ID
44fundDevAccounts = true
55useInterop = false
6- l1ContractsLocator = " tag://op-contracts/v3.0.0 "
7- l2ContractsLocator = " tag://op-contracts/v3.0.0 "
6+ l1ContractsLocator = " embedded "
7+ l2ContractsLocator = " embedded "
88
99l1DevGenesisParams.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"
You can’t perform that action at this time.
0 commit comments