-
Notifications
You must be signed in to change notification settings - Fork 0
/
config.json
42 lines (42 loc) · 1 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
{
"proofsEnabled": false,
"deploy": {
"optimism": "XLottery",
"base": "XLottery"
},
"isUniversal": false,
"createChannel": {
"srcChain": "optimism",
"srcAddr": "0x372f45aeFC46739472eB5798205571BcC12F2F9e",
"dstChain": "base",
"dstAddr": "0xb82874Ae15923f7A9536c351Dc1A052349bA7980",
"version": "1.0",
"ordering": 0,
"fees": false
},
"sendPacket": {
"optimism": {
"portAddr": "0x372f45aeFC46739472eB5798205571BcC12F2F9e",
"channelId": "channel-39004",
"timeout": 36000
},
"base": {
"portAddr": "0xb82874Ae15923f7A9536c351Dc1A052349bA7980",
"channelId": "channel-39005",
"timeout": 36000
}
},
"sendUniversalPacket": {
"optimism": {
"portAddr": "0x1234567890abcdef1234567890abcdef12345678",
"channelId": "channel-x",
"timeout": 36000
},
"base": {
"portAddr": "0x1234567890abcdef1234567890abcdef12345678",
"channelId": "channel-y",
"timeout": 36000
}
},
"backup": {}
}