-
Notifications
You must be signed in to change notification settings - Fork 9
/
config.json
149 lines (149 loc) · 3.81 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
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
{
"rskRegtest": {
"Migrations": {
"deployed": false
},
"SignatureValidator": {
"deployed": false
},
"Quotes": {
"deployed": false
},
"BtcUtils": {
"deployed": false
},
"LiquidityBridgeContract": {
"deployed": false
}
},
"alphanet": {
"Migrations": {
"address": "0x54D5d3e94Fe0542f9de230cf47e544Bbb7C9C1dd",
"deployed": true
},
"SignatureValidator": {
"address": "0x7eAdDF7Aa126027Bd31F4aCADf4D1d0830a14763",
"deployed": true
},
"Quotes": {
"address": "0x1A0898B4Ac6ed5BF1576237A1709cF791083d915",
"deployed": true
},
"BtcUtils": {
"address": "0x6D69F04179e093C53Bf2DEc8147E15406c0aFdB4",
"deployed": true
},
"LiquidityBridgeContractAdmin": {
"address": "0x5fb9966EF4D07C81E3165FD60adC8563A76B93bD",
"deployed": false
},
"LiquidityBridgeContract": {
"address": "0xDFED830702fd9339Ae826Ae0F1DF834163e4bBa6",
"deployed": true
},
"LiquidityBridgeContractProxy": {
"address": "0x0848B16e015A5e8A5c40Bfa0387367Be2fD371cf",
"deployed": false
}
},
"rskMainnet": {
"SignatureValidator": {
"address": "0xb107cc96A5CfC4Be502e9BBB1208dE4792044ba7",
"deployed": true
},
"Quotes": {
"address": "0xecfF1feFa8814c980330ca1000B067BBC9D2ee25",
"deployed": true
},
"BtcUtils": {
"address": "0x48841b09CD720355F8EE5164DEeFbB30535d825a",
"deployed": true
},
"LiquidityBridgeContract": {
"address": "0xAA9cAf1e3967600578727F975F283446A3Da6612",
"deployed": true
},
"Migrations": {
"address": "0x22183DB087d1Fed621435d00aa9cac4B5CdC9aE1",
"deployed": true
},
"QuotesV2": {
"address": "0x0123eF8Ae46F9FCBF67c706f73d46bCCE3df44F7",
"deployed": true
}
},
"rskTestnet": {
"Migrations": {
"address": "0x96B4493B3390F6556979b002daC6D0A091973beE",
"deployed": true
},
"SignatureValidator": {
"address": "0xA66B2938b6cC837821cF4Be27F7016951047E03D",
"deployed": true
},
"Quotes": {
"address": "0x82Ae9f2609FA360D73B12D735356eE467eC1445e",
"deployed": true
},
"BtcUtils": {
"deployed": true,
"address": "0xfD7Db06dfB975f833C620e9BfBEBd57c7a00782C"
},
"LiquidityBridgeContract": {
"address": "0xc2A630c053D12D63d32b025082f6Ba268db18300",
"deployed": true
},
"QuotesV2": {
"address": "0xC5173CAE944b9CB527B386A51c7353fEf0d4794c",
"deployed": true
}
},
"ganache": {
"Migrations": {
"address": "0x21d86cA6fb5753d76ecBb313c9bc87f99306A57C",
"deployed": true
},
"SignatureValidator": {
"address": "0x97522395D02899beB44C1c11cFD4F3B1ff2d6Ad9",
"deployed": true
},
"Quotes": {
"address": "0x31fE2df3EccA461EaD8D1823e192E902dd3953eE",
"deployed": true
},
"BtcUtils": {
"address": "0xbD171112775e70a44A1aBaabf3045aA8229Df7B5",
"deployed": true
},
"LiquidityBridgeContract": {
"address": "0x11D50Bcaff24425FC0b8E60a6818C5c455082bE7",
"deployed": true
}
},
"rskDevelopment": {
"Migrations": {
"address": "0x2d8c94ee59ff42992141400d8f60fC9Ac651aFA6",
"deployed": true
},
"SignatureValidator": {
"address": "0xe90bAe63CB58f7da3915C8478aD1823BC8A3BEb5",
"deployed": true
},
"Quotes": {
"address": "0x93BdAd53B914179861d1F112E28C7399cd4DDAE3",
"deployed": true
},
"BtcUtils": {
"address": "0x1a11730F3853EA233D22A57459d361481690cfdD",
"deployed": true
},
"LiquidityBridgeContract": {
"address": "0x18D8212bC00106b93070123f325021C723D503a3",
"deployed": true
},
"QuotesV2": {
"address": "0xbdD04fED2A63D79b3342c2d8cf5478b96a2A1EB5",
"deployed": true
}
}
}