@verified-network/verified-sdk 2.6.8 → 2.6.9
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 +24 -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,19 @@ const contractAddress = {
|
|
|
56
56
|
BalancerMarginIssueManager: "",
|
|
57
57
|
Custody: "",
|
|
58
58
|
Compound: "",
|
|
59
|
+
HedgeVault: "0x4bBbF2cBAAC6caEF25Bc6c37575d7D23040dE371",
|
|
60
|
+
Keeper: "0x6D181714edD79e8c14b9C0E132a692dA6Ff979AC",
|
|
59
61
|
CASH: {
|
|
60
62
|
VCUSD: "",
|
|
61
63
|
VCEUR: "",
|
|
62
|
-
|
|
63
|
-
|
|
64
|
+
VCGBP: "",
|
|
65
|
+
VCJPY: "",
|
|
64
66
|
},
|
|
65
67
|
BOND: {
|
|
66
68
|
VBUSD: "",
|
|
67
69
|
VBEUR: "",
|
|
68
|
-
|
|
69
|
-
|
|
70
|
+
VBGBP: "",
|
|
71
|
+
VBJPY: "",
|
|
70
72
|
},
|
|
71
73
|
},
|
|
72
74
|
80001: {
|
|
@@ -171,14 +173,14 @@ const contractAddress = {
|
|
|
171
173
|
VBINR: "",
|
|
172
174
|
},
|
|
173
175
|
},
|
|
174
|
-
|
|
176
|
+
421614: {
|
|
175
177
|
Client: "",
|
|
176
|
-
Factory: "",
|
|
177
|
-
Cash: "",
|
|
178
|
-
Bond: "",
|
|
179
|
-
Token: "",
|
|
180
|
-
Oracle: "",
|
|
181
|
-
Rates: "",
|
|
178
|
+
Factory: "0xF387D694B2ac3847F118778f16fdC11B58c0a859",
|
|
179
|
+
Cash: "0xb1539a85F9252137BE0B2f1169EaE235B6D45142",
|
|
180
|
+
Bond: "0xE7422FdB4e9a39489bFe7ef9F1E1b27dC7860195",
|
|
181
|
+
Token: "0x04631b0B934c1d35B1f0FDAa1E000AC85c93ec7A",
|
|
182
|
+
Oracle: "0xb864e62CFebd368F4491Fe52A4Fcc22c1c525F1C",
|
|
183
|
+
Rates: "0x55db1EC971D3d908C6E15bc5f9a13eEA43DEA545",
|
|
182
184
|
Security: "",
|
|
183
185
|
SecuritiesFactory: "",
|
|
184
186
|
Vitta: "",
|
|
@@ -192,17 +194,19 @@ const contractAddress = {
|
|
|
192
194
|
BalancerMarginIssueManager: "",
|
|
193
195
|
Custody: "",
|
|
194
196
|
Compound: "",
|
|
197
|
+
Hedge: "",
|
|
198
|
+
Keeper: "",
|
|
195
199
|
CASH: {
|
|
196
|
-
VCUSD: "",
|
|
197
|
-
VCEUR: "",
|
|
198
|
-
|
|
199
|
-
|
|
200
|
+
VCUSD: "0x0a360291f2F726e528B4F4E5EceA00F00ae37319",
|
|
201
|
+
VCEUR: "0x7733bDdE8caA9539641D5a250eF8AF7745206B49",
|
|
202
|
+
VCGBP: "0x842d44678D90244a1A410aca0c65e3Da64cB3b3a",
|
|
203
|
+
VCJPY: "0xE4410c5E81D14cc2E957D45666f57503e220E179",
|
|
200
204
|
},
|
|
201
205
|
BOND: {
|
|
202
|
-
VBUSD: "",
|
|
203
|
-
VBEUR: "",
|
|
204
|
-
|
|
205
|
-
|
|
206
|
+
VBUSD: "0x778019bE7feF3b6E014535bB76DD89163BE7c637",
|
|
207
|
+
VBEUR: "0xeD5B6319f2A5Dfb14D529eF7eFc46643Dd740cF5",
|
|
208
|
+
VBGBP: "0xDD0726FB8Be0034d8aB6DE5f84F3A6A4968D4D00",
|
|
209
|
+
VBJPY: "0x395343049204c293cD1C79Db09Ecb146FD5E5eFa",
|
|
206
210
|
},
|
|
207
211
|
},
|
|
208
212
|
//Base
|