-
Notifications
You must be signed in to change notification settings - Fork 1
/
config.stage.toml
33 lines (30 loc) · 1.31 KB
/
config.stage.toml
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
[canonical_network]
type = "evm"
name = "Sepolia Mainnet"
world_id_addr = "0xb2ead588f14e69266d1b87936b75325181377076"
provider = { rpc_endpoint = "https://eth.llamarpc.com" }
wallet = { type = "mnemonic", mnemonic = "your mnemonic here" }
[[bridged_networks]]
type = "evm"
name = "World Chain Sepolia"
state_bridge_addr = "0x2F418Aa7D500B525EE8B80BB5F643A877ef82e09"
world_id_addr = "0xE177F37AF0A862A02edFEa4F59C02668E9d0aAA4"
provider = { rpc_endpoint = "https://eth.llamarpc.com" }
# Optionally Define a custom L1 Signer for this network
# wallet = { type = "mnemonic", mnemonic = "your mnemonic here" }
[[bridged_networks]]
type = "evm"
name = "Optimism Sepolia"
state_bridge_addr = "0x158379286D7083dDA05930CD3C6374954Fb511aA"
world_id_addr = "0xf07d3efadD82A1F0b4C5Cc3476806d9a170147Ba"
provider = { rpc_endpoint = "https://eth.llamarpc.com" }
# Optionally Define a custom L1 Signer for this network
# wallet = { type = "mnemonic", mnemonic = "your mnemonic here" }
[[bridged_networks]]
type = "evm"
name = "Base Sepolia"
state_bridge_addr = "0x5fFe37995158528d97A819bA390C1F81d74eB2b9"
world_id_addr = "0x163b09b4fE21177c455D850BD815B6D583732432"
provider = { rpc_endpoint = "https://eth.llamarpc.com" }
# Optionally Define a custom L1 Signer for this network
# wallet = { type = "mnemonic", mnemonic = "your mnemonic here" }