Skip to content

Commit 6ee58ae

Browse files
committed
Update the admin addresses and the unsafe block signer to what are actually used
1 parent 376f88e commit 6ee58ae

File tree

1 file changed

+18
-13
lines changed

1 file changed

+18
-13
lines changed

playground/utils/intent.toml

Lines changed: 18 additions & 13 deletions
Original file line numberDiff line numberDiff line change
@@ -6,23 +6,28 @@ l1ContractsLocator = "https://storage.googleapis.com/oplabs-contract-artifacts/a
66
l2ContractsLocator = "https://storage.googleapis.com/oplabs-contract-artifacts/artifacts-v1-c193a1863182092bc6cb723e523e8313a0f4b6e9c9636513927f1db74c047c15.tar.gz"
77

88
[superchainRoles]
9-
proxyAdminOwner = "0xafF0CA253b97e54440965855cec0A8a2E2399896"
10-
protocolVersionsOwner = "0xafF0CA253b97e54440965855cec0A8a2E2399896"
11-
guardian = "0xafF0CA253b97e54440965855cec0A8a2E2399896"
9+
proxyAdminOwner = "0xa0Ee7A142d267C1f36714E4a8F75612F20a79720"
10+
protocolVersionsOwner = "0xa0Ee7A142d267C1f36714E4a8F75612F20a79720"
11+
guardian = "0xa0Ee7A142d267C1f36714E4a8F75612F20a79720"
12+
superchainProxyAdminOwner = "0xa0Ee7A142d267C1f36714E4a8F75612F20a79720"
13+
superchainGuardian = "0xa0Ee7A142d267C1f36714E4a8F75612F20a79720"
14+
challenger = "0xa0Ee7A142d267C1f36714E4a8F75612F20a79720"
1215

1316
[[chains]]
1417
id = "0x000000000000000000000000000000000000000000000000000000000000000d"
15-
baseFeeVaultRecipient = "0xafF0CA253b97e54440965855cec0A8a2E2399896"
16-
l1FeeVaultRecipient = "0xafF0CA253b97e54440965855cec0A8a2E2399896"
17-
sequencerFeeVaultRecipient = "0xafF0CA253b97e54440965855cec0A8a2E2399896"
18+
baseFeeVaultRecipient = "0xa0Ee7A142d267C1f36714E4a8F75612F20a79720"
19+
l1FeeVaultRecipient = "0xa0Ee7A142d267C1f36714E4a8F75612F20a79720"
20+
sequencerFeeVaultRecipient = "0xa0Ee7A142d267C1f36714E4a8F75612F20a79720"
21+
gasLimit = 60000000
1822
eip1559DenominatorCanyon = 250
1923
eip1559Denominator = 50
2024
eip1559Elasticity = 6
2125
[chains.roles]
22-
l1ProxyAdminOwner = "0xafF0CA253b97e54440965855cec0A8a2E2399896"
23-
l2ProxyAdminOwner = "0xafF0CA253b97e54440965855cec0A8a2E2399896"
24-
systemConfigOwner = "0xafF0CA253b97e54440965855cec0A8a2E2399896"
25-
unsafeBlockSigner = "0xafF0CA253b97e54440965855cec0A8a2E2399896"
26-
batcher = "0xafF0CA253b97e54440965855cec0A8a2E2399896"
27-
proposer = "0xafF0CA253b97e54440965855cec0A8a2E2399896"
28-
challenger = "0xafF0CA253b97e54440965855cec0A8a2E2399896"
26+
l1ProxyAdminOwner = "0xa0Ee7A142d267C1f36714E4a8F75612F20a79720"
27+
l2ProxyAdminOwner = "0xa0Ee7A142d267C1f36714E4a8F75612F20a79720"
28+
systemConfigOwner = "0xa0Ee7A142d267C1f36714E4a8F75612F20a79720"
29+
unsafeBlockSigner = "0x9965507D1a55bcC2695C58ba16FB37d819B0A4dc"
30+
batcher = "0xa0Ee7A142d267C1f36714E4a8F75612F20a79720"
31+
proposer = "0xa0Ee7A142d267C1f36714E4a8F75612F20a79720"
32+
challenger = "0xa0Ee7A142d267C1f36714E4a8F75612F20a79720"
33+

0 commit comments

Comments
 (0)