-
Notifications
You must be signed in to change notification settings - Fork 1
/
config.toml
24 lines (22 loc) · 973 Bytes
/
config.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
[canonical_network]
type = "evm"
name = "Ethereum Mainnet"
address = "0xf7134CE138832c1456F2a91D64621eE90c2bddEa"
provider = { rpc_endpoint = "https://eth.llamarpc.com" }
wallet = { type = "mnemonic", mnemonic = "your mnemonic here" }
[[bridged_networks]]
type = "evm"
name = "Ethereum Mainnet"
address = "0xf7134CE138832c1456F2a91D64621eE90c2bddEa"
state_bridge_address = "0x87584289Fac5116180938bB0921caC1848A3d6fE"
world_id_address = "0x87584289Fac5116180938bB0921caC1848A3d6fE"
provider = { rpc_endpoint = "https://eth.llamarpc.com" }
wallet = { type = "mnemonic", mnemonic = "your mnemonic here" }
[[bridged_networks]]
type = "evm"
name = "Ethereum Mainnet"
address = "0xf7134CE138832c1456F2a91D64621eE90c2bddEa"
state_bridge_address = "0x87584289Fac5116180938bB0921caC1848A3d6fE"
world_id_address = "0x87584289Fac5116180938bB0921caC1848A3d6fE"
provider = { rpc_endpoint = "https://eth.llamarpc.com" }
wallet = { type = "mnemonic", mnemonic = "your mnemonic here" }