@verified-network/verified-sdk 2.6.8 → 2.7.0
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/dist/contractAddress/index.js +25 -20
- package/package.json +1 -1
|
@@ -35,7 +35,7 @@ const contractAddress = {
|
|
|
35
35
|
VBINR: "0x699Da71a435336238F1081aD46448CfbCD18c380",
|
|
36
36
|
},
|
|
37
37
|
},
|
|
38
|
-
|
|
38
|
+
42161: {
|
|
39
39
|
Client: "",
|
|
40
40
|
Factory: "",
|
|
41
41
|
Cash: "",
|
|
@@ -56,17 +56,20 @@ const contractAddress = {
|
|
|
56
56
|
BalancerMarginIssueManager: "",
|
|
57
57
|
Custody: "",
|
|
58
58
|
Compound: "",
|
|
59
|
+
HedgeVault: "0x4746DD1D30F76a16866EcE1774fd2eE025988D4b",
|
|
60
|
+
Keeper: "0xDD9C034348f619e85e15cbAf0f86d698b8a5b765",
|
|
61
|
+
HedgeOracle: "0x06abba52d38C75D40Ae677a4aA30500c52A89063",
|
|
59
62
|
CASH: {
|
|
60
63
|
VCUSD: "",
|
|
61
64
|
VCEUR: "",
|
|
62
|
-
|
|
63
|
-
|
|
65
|
+
VCGBP: "",
|
|
66
|
+
VCJPY: "",
|
|
64
67
|
},
|
|
65
68
|
BOND: {
|
|
66
69
|
VBUSD: "",
|
|
67
70
|
VBEUR: "",
|
|
68
|
-
|
|
69
|
-
|
|
71
|
+
VBGBP: "",
|
|
72
|
+
VBJPY: "",
|
|
70
73
|
},
|
|
71
74
|
},
|
|
72
75
|
80001: {
|
|
@@ -171,14 +174,14 @@ const contractAddress = {
|
|
|
171
174
|
VBINR: "",
|
|
172
175
|
},
|
|
173
176
|
},
|
|
174
|
-
|
|
177
|
+
421614: {
|
|
175
178
|
Client: "",
|
|
176
|
-
Factory: "",
|
|
177
|
-
Cash: "",
|
|
178
|
-
Bond: "",
|
|
179
|
-
Token: "",
|
|
180
|
-
Oracle: "",
|
|
181
|
-
Rates: "",
|
|
179
|
+
Factory: "0xF387D694B2ac3847F118778f16fdC11B58c0a859",
|
|
180
|
+
Cash: "0xb1539a85F9252137BE0B2f1169EaE235B6D45142",
|
|
181
|
+
Bond: "0xE7422FdB4e9a39489bFe7ef9F1E1b27dC7860195",
|
|
182
|
+
Token: "0x04631b0B934c1d35B1f0FDAa1E000AC85c93ec7A",
|
|
183
|
+
Oracle: "0xb864e62CFebd368F4491Fe52A4Fcc22c1c525F1C",
|
|
184
|
+
Rates: "0x55db1EC971D3d908C6E15bc5f9a13eEA43DEA545",
|
|
182
185
|
Security: "",
|
|
183
186
|
SecuritiesFactory: "",
|
|
184
187
|
Vitta: "",
|
|
@@ -192,17 +195,19 @@ const contractAddress = {
|
|
|
192
195
|
BalancerMarginIssueManager: "",
|
|
193
196
|
Custody: "",
|
|
194
197
|
Compound: "",
|
|
198
|
+
Hedge: "",
|
|
199
|
+
Keeper: "",
|
|
195
200
|
CASH: {
|
|
196
|
-
VCUSD: "",
|
|
197
|
-
VCEUR: "",
|
|
198
|
-
|
|
199
|
-
|
|
201
|
+
VCUSD: "0x0a360291f2F726e528B4F4E5EceA00F00ae37319",
|
|
202
|
+
VCEUR: "0x7733bDdE8caA9539641D5a250eF8AF7745206B49",
|
|
203
|
+
VCGBP: "0x842d44678D90244a1A410aca0c65e3Da64cB3b3a",
|
|
204
|
+
VCJPY: "0xE4410c5E81D14cc2E957D45666f57503e220E179",
|
|
200
205
|
},
|
|
201
206
|
BOND: {
|
|
202
|
-
VBUSD: "",
|
|
203
|
-
VBEUR: "",
|
|
204
|
-
|
|
205
|
-
|
|
207
|
+
VBUSD: "0x778019bE7feF3b6E014535bB76DD89163BE7c637",
|
|
208
|
+
VBEUR: "0xeD5B6319f2A5Dfb14D529eF7eFc46643Dd740cF5",
|
|
209
|
+
VBGBP: "0xDD0726FB8Be0034d8aB6DE5f84F3A6A4968D4D00",
|
|
210
|
+
VBJPY: "0x395343049204c293cD1C79Db09Ecb146FD5E5eFa",
|
|
206
211
|
},
|
|
207
212
|
},
|
|
208
213
|
//Base
|