generated from open-ibc/ibc-app-solidity-template
-
Notifications
You must be signed in to change notification settings - Fork 3
/
config.json
67 lines (67 loc) · 1.66 KB
/
config.json
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
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
{
"proofsEnabled": true,
"deploy": {
"optimism": "XCounterUC",
"base": "XCounterUC"
},
"isUniversal": true,
"createChannel": {
"srcChain": "optimism",
"srcAddr": "0x1234567890abcdef1234567890abcdef12345678",
"dstChain": "base",
"dstAddr": "0x1234567890abcdef1234567890abcdef12345678",
"version": "1.0",
"ordering": 0,
"fees": false
},
"sendPacket": {
"optimism": {
"portAddr": "0x1234567890abcdef1234567890abcdef12345678",
"channelId": "channel-n",
"timeout": 36000
},
"base": {
"portAddr": "0x1234567890abcdef1234567890abcdef12345678",
"channelId": "channel-n",
"timeout": 36000
}
},
"sendUniversalPacket": {
"optimism": {
"portAddr": "0x1FD221D75562c6459EAB6aA9812A86F6ea279B98",
"channelId": "channel-16",
"timeout": 36000
},
"base": {
"portAddr": "0xD91726EA50e05Ea579e15b6D77c47aDBC63B827f",
"channelId": "channel-17",
"timeout": 36000
}
},
"backup": {
"sendPacket": {
"optimism": {
"portAddr": "0x1234567890abcdef1234567890abcdef12345678",
"channelId": "channel-n",
"timeout": 36000
},
"base": {
"portAddr": "0x1234567890abcdef1234567890abcdef12345678",
"channelId": "channel-n",
"timeout": 36000
}
},
"sendUniversalPacket": {
"optimism": {
"portAddr": "0x647C2a2FeCb115a94507c1e0f189f371e5840D2e",
"channelId": "channel-10",
"timeout": 36000
},
"base": {
"portAddr": "0x609DC73825925C18e59AE33c57248850f6462Fe2",
"channelId": "channel-11",
"timeout": 36000
}
}
}
}