-
Notifications
You must be signed in to change notification settings - Fork 7
Expand file tree
/
Copy pathdevnet.toml
More file actions
39 lines (33 loc) · 1.38 KB
/
devnet.toml
File metadata and controls
39 lines (33 loc) · 1.38 KB
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
34
35
36
37
38
39
[chain]
chain_id = 1234
[contracts.admin_proxy]
address = "0x000000000000000000000000000000000000Ad00"
owner = "0xf39Fd6e51aad88F6F4ce6aB8827279cffFb92266"
[contracts.fee_vault]
address = "0x000000000000000000000000000000000000FE00"
owner = "0x000000000000000000000000000000000000Ad00"
destination_domain = 0
recipient_address = "0x0000000000000000000000000000000000000000000000000000000000000000"
minimum_amount = 0
call_fee = 0
bridge_share_bps = 10000
other_recipient = "0x0000000000000000000000000000000000000000"
hyp_native_minter = "0x0000000000000000000000000000000000000000"
[contracts.mailbox]
address = "0x0000000000000000000000000000000000001200"
owner = "0x000000000000000000000000000000000000Ad00"
default_ism = "0x0000000000000000000000000000000000001300"
default_hook = "0x0000000000000000000000000000000000001400"
required_hook = "0x0000000000000000000000000000000000001100"
[contracts.merkle_tree_hook]
address = "0x0000000000000000000000000000000000001100"
owner = "0x000000000000000000000000000000000000Ad00"
mailbox = "0x0000000000000000000000000000000000001200"
[contracts.noop_ism]
address = "0x0000000000000000000000000000000000001300"
[contracts.protocol_fee]
address = "0x0000000000000000000000000000000000001400"
owner = "0x000000000000000000000000000000000000Ad00"
max_protocol_fee = 1000000000000000000
protocol_fee = 0
beneficiary = "0x000000000000000000000000000000000000Ad00"