Skip to content

Commit

Permalink
ethernity(mainnet): remove placeholder custom gas token address (ethe…
Browse files Browse the repository at this point in the history
…reum-optimism#614)

* ethernity(mainnet): remove placeholder custom gas token address

* ethernity(mainnet): run codegen
  • Loading branch information
bitwiseguy authored Sep 26, 2024
1 parent 3122579 commit d454618
Show file tree
Hide file tree
Showing 4 changed files with 2 additions and 5 deletions.
3 changes: 1 addition & 2 deletions chainList.json
Original file line number Diff line number Diff line change
Expand Up @@ -48,8 +48,7 @@
"parent": {
"type": "L2",
"chain": "mainnet"
},
"gasPayingToken": "0xEeeeeEeeeEeEeeEeEeEeeEEEeeeeEeeeeeeeEEeE"
}
},
{
"name": "Lisk",
Expand Down
1 change: 0 additions & 1 deletion chainList.toml
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,6 @@
explorers = ["https://ernscan.io"]
superchain_level = 0
data_availability_type = "eth-da"
gas_paying_token = "0xEeeeeEeeeEeEeeEeEeEeeEEEeeeeEeeeeeeeEEeE"
[chains.parent]
type = "L2"
chain = "mainnet"
Expand Down
2 changes: 1 addition & 1 deletion superchain/configs/configs.json
Original file line number Diff line number Diff line change
Expand Up @@ -108,7 +108,7 @@
"eip1559Denominator": 1000,
"eip1559DenominatorCanyon": 1000
},
"GasPayingToken": "0xEeeeeEeeeEeEeeEeEeEeeEEEeeeeEeeeeeeeEEeE",
"GasPayingToken": null,
"genesis": {
"l1": {
"hash": "0xbb7ad201b0ab296465865642878e9256e0fa4a3f8d06bca1f3e5c5b54be6be90",
Expand Down
1 change: 0 additions & 1 deletion superchain/configs/mainnet/ethernity.toml
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,6 @@ block_time = 2
seq_window_size = 3600
max_sequencer_drift = 600
data_availability_type = "eth-da"
gas_paying_token = "0xEeeeeEeeeEeEeeEeEeEeeEEEeeeeEeeeeeeeEEeE"

[optimism]
eip1559_elasticity = 20
Expand Down

0 comments on commit d454618

Please sign in to comment.