forked from tmsdkeys/pit-submission
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathconfig.json
39 lines (39 loc) · 960 Bytes
/
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
{
"deploy": {
"optimism": "XBallot",
"base": "XProofOfVoteNFT"
},
"createChannel": {
"srcChain": "optimism",
"srcAddr": "0xB604C9F99Dc3Ebff9E12b71690141c7939fA0266",
"dstChain": "base",
"dstAddr": "0x33e23218a21bF730CFb07822CDCDfb2B11e962A5",
"version": "1.0",
"ordering": 1,
"fees": false
},
"sendPacket": {
"optimism": {
"portAddr": "0xB604C9F99Dc3Ebff9E12b71690141c7939fA0266",
"channelId": "channel-20",
"timeout": 36000
},
"base": {
"portAddr": "0x33e23218a21bF730CFb07822CDCDfb2B11e962A5",
"channelId": "channel-21",
"timeout": 36000
}
},
"sendUniversalPacket": {
"optimism": {
"portAddr": "0x5286FDC4770fa59a7F3eA86cb57EF5b03c2ce776",
"channelId": "channel-8",
"timeout": 36000
},
"base": {
"portAddr": "0xE97Cd328203BF27fB2B5938bCcB84797BBfB5ABD",
"channelId": "channel-9",
"timeout": 36000
}
}
}