-
Notifications
You must be signed in to change notification settings - Fork 3
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
fix(registry): copy over autogen files for now
- Loading branch information
Showing
3 changed files
with
1,224 additions
and
1 deletion.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,204 @@ | ||
[[chains]] | ||
name = "OP Mainnet" | ||
identifier = "mainnet/op" | ||
chain_id = 10 | ||
rpc = ["https://mainnet.optimism.io"] | ||
explorers = ["https://explorer.optimism.io"] | ||
superchain_level = 1 | ||
data_availability_type = "eth-da" | ||
[chains.parent] | ||
type = "L2" | ||
chain = "mainnet" | ||
|
||
[[chains]] | ||
name = "Base" | ||
identifier = "mainnet/base" | ||
chain_id = 8453 | ||
rpc = ["https://mainnet.base.org"] | ||
explorers = ["https://explorer.base.org"] | ||
superchain_level = 0 | ||
data_availability_type = "eth-da" | ||
[chains.parent] | ||
type = "L2" | ||
chain = "mainnet" | ||
|
||
[[chains]] | ||
name = "Lyra Chain" | ||
identifier = "mainnet/lyra" | ||
chain_id = 957 | ||
rpc = ["https://rpc.lyra.finance"] | ||
explorers = ["https://explorer.lyra.finance"] | ||
superchain_level = 0 | ||
data_availability_type = "eth-da" | ||
[chains.parent] | ||
type = "L2" | ||
chain = "mainnet" | ||
|
||
[[chains]] | ||
name = "Metal L2" | ||
identifier = "mainnet/metal" | ||
chain_id = 1750 | ||
rpc = ["https://rpc.metall2.com"] | ||
explorers = ["https://explorer.metall2.com"] | ||
superchain_level = 0 | ||
data_availability_type = "eth-da" | ||
[chains.parent] | ||
type = "L2" | ||
chain = "mainnet" | ||
|
||
[[chains]] | ||
name = "Mode" | ||
identifier = "mainnet/mode" | ||
chain_id = 34443 | ||
rpc = ["https://mainnet.mode.network"] | ||
explorers = ["https://explorer.mode.network"] | ||
superchain_level = 0 | ||
data_availability_type = "eth-da" | ||
[chains.parent] | ||
type = "L2" | ||
chain = "mainnet" | ||
|
||
[[chains]] | ||
name = "Orderly Mainnet" | ||
identifier = "mainnet/orderly" | ||
chain_id = 291 | ||
rpc = ["https://rpc.orderly.network"] | ||
explorers = ["https://explorer.orderly.network"] | ||
superchain_level = 0 | ||
data_availability_type = "eth-da" | ||
[chains.parent] | ||
type = "L2" | ||
chain = "mainnet" | ||
|
||
[[chains]] | ||
name = "RACE Mainnet" | ||
identifier = "mainnet/race" | ||
chain_id = 6805 | ||
rpc = ["https://racemainnet.io"] | ||
explorers = ["https://racescan.io/"] | ||
superchain_level = 0 | ||
data_availability_type = "eth-da" | ||
[chains.parent] | ||
type = "L2" | ||
chain = "mainnet" | ||
|
||
[[chains]] | ||
name = "Binary Mainnet" | ||
identifier = "mainnet/tbn" | ||
chain_id = 624 | ||
rpc = ["https://rpc.zero.thebinaryholdings.com"] | ||
explorers = ["https://explorer.thebinaryholdings.com/"] | ||
superchain_level = 0 | ||
data_availability_type = "eth-da" | ||
gas_paying_token = "0x04E9D7e336f79Cdab911b06133D3Ca2Cd0721ce3" | ||
[chains.parent] | ||
type = "L2" | ||
chain = "mainnet" | ||
|
||
[[chains]] | ||
name = "Zora" | ||
identifier = "mainnet/zora" | ||
chain_id = 7777777 | ||
rpc = ["https://rpc.zora.energy"] | ||
explorers = ["https://explorer.zora.energy"] | ||
superchain_level = 0 | ||
data_availability_type = "eth-da" | ||
[chains.parent] | ||
type = "L2" | ||
chain = "mainnet" | ||
|
||
[[chains]] | ||
name = "OP Sepolia Testnet" | ||
identifier = "sepolia/op" | ||
chain_id = 11155420 | ||
rpc = ["https://sepolia.optimism.io"] | ||
explorers = ["https://sepolia-optimistic.etherscan.io"] | ||
superchain_level = 1 | ||
data_availability_type = "eth-da" | ||
[chains.parent] | ||
type = "L2" | ||
chain = "sepolia" | ||
|
||
[[chains]] | ||
name = "Base Sepolia Testnet" | ||
identifier = "sepolia/base" | ||
chain_id = 84532 | ||
rpc = ["https://sepolia.base.org"] | ||
explorers = ["https://sepolia-explorer.base.org"] | ||
superchain_level = 0 | ||
data_availability_type = "eth-da" | ||
[chains.parent] | ||
type = "L2" | ||
chain = "sepolia" | ||
|
||
[[chains]] | ||
name = "Metal L2 Testnet" | ||
identifier = "sepolia/metal" | ||
chain_id = 1740 | ||
rpc = ["https://testnet.rpc.metall2.com"] | ||
explorers = ["https://testnet.explorer.metall2.com"] | ||
superchain_level = 0 | ||
data_availability_type = "eth-da" | ||
[chains.parent] | ||
type = "L2" | ||
chain = "sepolia" | ||
|
||
[[chains]] | ||
name = "Mode Testnet" | ||
identifier = "sepolia/mode" | ||
chain_id = 919 | ||
rpc = ["https://sepolia.mode.network"] | ||
explorers = ["https://sepolia.explorer.mode.network"] | ||
superchain_level = 0 | ||
data_availability_type = "eth-da" | ||
[chains.parent] | ||
type = "L2" | ||
chain = "sepolia" | ||
|
||
[[chains]] | ||
name = "RACE Testnet" | ||
identifier = "sepolia/race" | ||
chain_id = 6806 | ||
rpc = ["https://racetestnet.io"] | ||
explorers = ["https://testnet.racescan.io/"] | ||
superchain_level = 0 | ||
data_availability_type = "eth-da" | ||
[chains.parent] | ||
type = "L2" | ||
chain = "sepolia" | ||
|
||
[[chains]] | ||
name = "Zora Sepolia Testnet" | ||
identifier = "sepolia/zora" | ||
chain_id = 999999999 | ||
rpc = ["https://sepolia.rpc.zora.energy"] | ||
explorers = ["https://sepolia.explorer.zora.energy"] | ||
superchain_level = 0 | ||
data_availability_type = "eth-da" | ||
[chains.parent] | ||
type = "L2" | ||
chain = "sepolia" | ||
|
||
[[chains]] | ||
name = "Base devnet 0" | ||
identifier = "sepolia-dev-0/base-devnet-0" | ||
chain_id = 11763072 | ||
rpc = [""] | ||
explorers = [""] | ||
superchain_level = 0 | ||
data_availability_type = "eth-da" | ||
[chains.parent] | ||
type = "L2" | ||
chain = "sepolia-dev-0" | ||
|
||
[[chains]] | ||
name = "OP Labs Sepolia devnet 0" | ||
identifier = "sepolia-dev-0/oplabs-devnet-0" | ||
chain_id = 11155421 | ||
rpc = [""] | ||
explorers = [""] | ||
superchain_level = 0 | ||
data_availability_type = "eth-da" | ||
[chains.parent] | ||
type = "L2" | ||
chain = "sepolia-dev-0" |
Oops, something went wrong.