@defisaver/tokens 1.3.66 → 1.3.67
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/README.md +19 -19
- package/esm/ilks.js +9 -0
- package/package.json +1 -1
- package/src/ilks.ts +9 -0
- package/umd/index.js +8 -0
package/README.md
CHANGED
|
@@ -54,7 +54,7 @@ Name | Type |
|
|
|
54
54
|
`underlyingAsset` | *string* |
|
|
55
55
|
`yearnCollateral` | *boolean* |
|
|
56
56
|
|
|
57
|
-
Defined in: [types.ts:4](https://github.com/DecenterApps/defisaver-tokens/blob/
|
|
57
|
+
Defined in: [types.ts:4](https://github.com/DecenterApps/defisaver-tokens/blob/96f5547/src/types.ts#L4)
|
|
58
58
|
|
|
59
59
|
___
|
|
60
60
|
|
|
@@ -62,7 +62,7 @@ ___
|
|
|
62
62
|
|
|
63
63
|
Ƭ **ExtendedIlkData**: [*IlkData*](README.md#ilkdata) \| { `assetData`: [*AssetData*](README.md#assetdata) }
|
|
64
64
|
|
|
65
|
-
Defined in: [types.ts:40](https://github.com/DecenterApps/defisaver-tokens/blob/
|
|
65
|
+
Defined in: [types.ts:40](https://github.com/DecenterApps/defisaver-tokens/blob/96f5547/src/types.ts#L40)
|
|
66
66
|
|
|
67
67
|
___
|
|
68
68
|
|
|
@@ -86,7 +86,7 @@ Name | Type |
|
|
|
86
86
|
`join` | *string* |
|
|
87
87
|
`pip` | *string* |
|
|
88
88
|
|
|
89
|
-
Defined in: [types.ts:21](https://github.com/DecenterApps/defisaver-tokens/blob/
|
|
89
|
+
Defined in: [types.ts:21](https://github.com/DecenterApps/defisaver-tokens/blob/96f5547/src/types.ts#L21)
|
|
90
90
|
|
|
91
91
|
## Variables
|
|
92
92
|
|
|
@@ -94,7 +94,7 @@ Defined in: [types.ts:21](https://github.com/DecenterApps/defisaver-tokens/blob/
|
|
|
94
94
|
|
|
95
95
|
• `Const` **MAXUINT**: *string*= '115792089237316195423570985008687907853269984665640564039457584007913129639935'
|
|
96
96
|
|
|
97
|
-
Defined in: [index.ts:15](https://github.com/DecenterApps/defisaver-tokens/blob/
|
|
97
|
+
Defined in: [index.ts:15](https://github.com/DecenterApps/defisaver-tokens/blob/96f5547/src/index.ts#L15)
|
|
98
98
|
|
|
99
99
|
___
|
|
100
100
|
|
|
@@ -102,7 +102,7 @@ ___
|
|
|
102
102
|
|
|
103
103
|
• `Const` **aaveV2Markets**: AaveMarketData[]
|
|
104
104
|
|
|
105
|
-
Defined in: [aaveV2Markets.ts:3](https://github.com/DecenterApps/defisaver-tokens/blob/
|
|
105
|
+
Defined in: [aaveV2Markets.ts:3](https://github.com/DecenterApps/defisaver-tokens/blob/96f5547/src/aaveV2Markets.ts#L3)
|
|
106
106
|
|
|
107
107
|
___
|
|
108
108
|
|
|
@@ -110,7 +110,7 @@ ___
|
|
|
110
110
|
|
|
111
111
|
• `Const` **assets**: [*AssetData*](README.md#assetdata)[]
|
|
112
112
|
|
|
113
|
-
Defined in: [assets.ts:377](https://github.com/DecenterApps/defisaver-tokens/blob/
|
|
113
|
+
Defined in: [assets.ts:377](https://github.com/DecenterApps/defisaver-tokens/blob/96f5547/src/assets.ts#L377)
|
|
114
114
|
|
|
115
115
|
___
|
|
116
116
|
|
|
@@ -118,7 +118,7 @@ ___
|
|
|
118
118
|
|
|
119
119
|
• `Const` **ilks**: [*IlkData*](README.md#ilkdata)[]
|
|
120
120
|
|
|
121
|
-
Defined in: [ilks.ts:5](https://github.com/DecenterApps/defisaver-tokens/blob/
|
|
121
|
+
Defined in: [ilks.ts:5](https://github.com/DecenterApps/defisaver-tokens/blob/96f5547/src/ilks.ts#L5)
|
|
122
122
|
|
|
123
123
|
___
|
|
124
124
|
|
|
@@ -126,7 +126,7 @@ ___
|
|
|
126
126
|
|
|
127
127
|
• `Const` **reflexerCollTypes**: [*IlkData*](README.md#ilkdata)[]
|
|
128
128
|
|
|
129
|
-
Defined in: [reflexerCollTypes.ts:3](https://github.com/DecenterApps/defisaver-tokens/blob/
|
|
129
|
+
Defined in: [reflexerCollTypes.ts:3](https://github.com/DecenterApps/defisaver-tokens/blob/96f5547/src/reflexerCollTypes.ts#L3)
|
|
130
130
|
|
|
131
131
|
___
|
|
132
132
|
|
|
@@ -142,7 +142,7 @@ Name | Type | Value |
|
|
|
142
142
|
`compare` | *function* | (`a`: *string*, `b`: *string*) => *boolean* |
|
|
143
143
|
`stringToBytes` | *function* | (`str`: *string*) => *string* |
|
|
144
144
|
|
|
145
|
-
Defined in: [index.ts:13](https://github.com/DecenterApps/defisaver-tokens/blob/
|
|
145
|
+
Defined in: [index.ts:13](https://github.com/DecenterApps/defisaver-tokens/blob/96f5547/src/index.ts#L13)
|
|
146
146
|
|
|
147
147
|
## Functions
|
|
148
148
|
|
|
@@ -159,7 +159,7 @@ Name | Type | Default value | Description |
|
|
|
159
159
|
|
|
160
160
|
**Returns:** *string*
|
|
161
161
|
|
|
162
|
-
Defined in: [index.ts:124](https://github.com/DecenterApps/defisaver-tokens/blob/
|
|
162
|
+
Defined in: [index.ts:124](https://github.com/DecenterApps/defisaver-tokens/blob/96f5547/src/index.ts#L124)
|
|
163
163
|
|
|
164
164
|
___
|
|
165
165
|
|
|
@@ -176,7 +176,7 @@ Name | Type | Description |
|
|
|
176
176
|
|
|
177
177
|
**Returns:** *string*
|
|
178
178
|
|
|
179
|
-
Defined in: [index.ts:145](https://github.com/DecenterApps/defisaver-tokens/blob/
|
|
179
|
+
Defined in: [index.ts:145](https://github.com/DecenterApps/defisaver-tokens/blob/96f5547/src/index.ts#L145)
|
|
180
180
|
|
|
181
181
|
___
|
|
182
182
|
|
|
@@ -192,7 +192,7 @@ Name | Type | Default value |
|
|
|
192
192
|
|
|
193
193
|
**Returns:** *void* \| AaveMarketData
|
|
194
194
|
|
|
195
|
-
Defined in: [index.ts:117](https://github.com/DecenterApps/defisaver-tokens/blob/
|
|
195
|
+
Defined in: [index.ts:117](https://github.com/DecenterApps/defisaver-tokens/blob/96f5547/src/index.ts#L117)
|
|
196
196
|
|
|
197
197
|
___
|
|
198
198
|
|
|
@@ -211,7 +211,7 @@ Name | Type | Default value |
|
|
|
211
211
|
|
|
212
212
|
**Returns:** [*AssetData*](README.md#assetdata)
|
|
213
213
|
|
|
214
|
-
Defined in: [index.ts:37](https://github.com/DecenterApps/defisaver-tokens/blob/
|
|
214
|
+
Defined in: [index.ts:37](https://github.com/DecenterApps/defisaver-tokens/blob/96f5547/src/index.ts#L37)
|
|
215
215
|
|
|
216
216
|
___
|
|
217
217
|
|
|
@@ -227,7 +227,7 @@ Name | Type | Default value |
|
|
|
227
227
|
|
|
228
228
|
**Returns:** [*AssetData*](README.md#assetdata)
|
|
229
229
|
|
|
230
|
-
Defined in: [index.ts:67](https://github.com/DecenterApps/defisaver-tokens/blob/
|
|
230
|
+
Defined in: [index.ts:67](https://github.com/DecenterApps/defisaver-tokens/blob/96f5547/src/index.ts#L67)
|
|
231
231
|
|
|
232
232
|
___
|
|
233
233
|
|
|
@@ -246,7 +246,7 @@ Name | Type | Default value | Description |
|
|
|
246
246
|
|
|
247
247
|
**Returns:** [*ExtendedIlkData*](README.md#extendedilkdata)
|
|
248
248
|
|
|
249
|
-
Defined in: [index.ts:46](https://github.com/DecenterApps/defisaver-tokens/blob/
|
|
249
|
+
Defined in: [index.ts:46](https://github.com/DecenterApps/defisaver-tokens/blob/96f5547/src/index.ts#L46)
|
|
250
250
|
|
|
251
251
|
___
|
|
252
252
|
|
|
@@ -262,7 +262,7 @@ Name | Type | Default value |
|
|
|
262
262
|
|
|
263
263
|
**Returns:** *string*
|
|
264
264
|
|
|
265
|
-
Defined in: [index.ts:69](https://github.com/DecenterApps/defisaver-tokens/blob/
|
|
265
|
+
Defined in: [index.ts:69](https://github.com/DecenterApps/defisaver-tokens/blob/96f5547/src/index.ts#L69)
|
|
266
266
|
|
|
267
267
|
___
|
|
268
268
|
|
|
@@ -281,7 +281,7 @@ Name | Type | Default value | Description |
|
|
|
281
281
|
|
|
282
282
|
Token symbol
|
|
283
283
|
|
|
284
|
-
Defined in: [index.ts:97](https://github.com/DecenterApps/defisaver-tokens/blob/
|
|
284
|
+
Defined in: [index.ts:97](https://github.com/DecenterApps/defisaver-tokens/blob/96f5547/src/index.ts#L97)
|
|
285
285
|
|
|
286
286
|
___
|
|
287
287
|
|
|
@@ -299,7 +299,7 @@ Name | Type | Description |
|
|
|
299
299
|
|
|
300
300
|
Token symbol
|
|
301
301
|
|
|
302
|
-
Defined in: [index.ts:109](https://github.com/DecenterApps/defisaver-tokens/blob/
|
|
302
|
+
Defined in: [index.ts:109](https://github.com/DecenterApps/defisaver-tokens/blob/96f5547/src/index.ts#L109)
|
|
303
303
|
|
|
304
304
|
___
|
|
305
305
|
|
|
@@ -317,4 +317,4 @@ Name | Type | Description |
|
|
|
317
317
|
|
|
318
318
|
Token symbol
|
|
319
319
|
|
|
320
|
-
Defined in: [index.ts:115](https://github.com/DecenterApps/defisaver-tokens/blob/
|
|
320
|
+
Defined in: [index.ts:115](https://github.com/DecenterApps/defisaver-tokens/blob/96f5547/src/index.ts#L115)
|
package/esm/ilks.js
CHANGED
|
@@ -314,5 +314,14 @@ export const ilks = [
|
|
|
314
314
|
"clip": "0xe30663C6f83A06eDeE6273d72274AE24f1084a22",
|
|
315
315
|
"pip": "0xf185d0682d50819263941e5f4EacC763CC5C6C42",
|
|
316
316
|
"isLP": false
|
|
317
|
+
},
|
|
318
|
+
{
|
|
319
|
+
"asset": "WBTC",
|
|
320
|
+
"ilkLabel": "WBTC-C",
|
|
321
|
+
"ilkBytes": "0x574254432d430000000000000000000000000000000000000000000000000000",
|
|
322
|
+
"join": "0x7f62f9592b823331E012D3c5DdF2A7714CfB9de2",
|
|
323
|
+
"clip": "0x39F29773Dcb94A32529d0612C6706C49622161D1",
|
|
324
|
+
"pip": "0xf185d0682d50819263941e5f4EacC763CC5C6C42",
|
|
325
|
+
"isLP": false
|
|
317
326
|
}
|
|
318
327
|
];
|
package/package.json
CHANGED
package/src/ilks.ts
CHANGED
|
@@ -317,5 +317,14 @@ export const ilks:IlkData[] = [
|
|
|
317
317
|
"clip": "0xe30663C6f83A06eDeE6273d72274AE24f1084a22",
|
|
318
318
|
"pip": "0xf185d0682d50819263941e5f4EacC763CC5C6C42",
|
|
319
319
|
"isLP": false
|
|
320
|
+
},
|
|
321
|
+
{
|
|
322
|
+
"asset": "WBTC",
|
|
323
|
+
"ilkLabel": "WBTC-C",
|
|
324
|
+
"ilkBytes": "0x574254432d430000000000000000000000000000000000000000000000000000",
|
|
325
|
+
"join": "0x7f62f9592b823331E012D3c5DdF2A7714CfB9de2",
|
|
326
|
+
"clip": "0x39F29773Dcb94A32529d0612C6706C49622161D1",
|
|
327
|
+
"pip": "0xf185d0682d50819263941e5f4EacC763CC5C6C42",
|
|
328
|
+
"isLP": false
|
|
320
329
|
}
|
|
321
330
|
];
|
package/umd/index.js
CHANGED
|
@@ -13859,6 +13859,14 @@ var ilks = [{
|
|
|
13859
13859
|
"clip": "0xe30663C6f83A06eDeE6273d72274AE24f1084a22",
|
|
13860
13860
|
"pip": "0xf185d0682d50819263941e5f4EacC763CC5C6C42",
|
|
13861
13861
|
"isLP": false
|
|
13862
|
+
}, {
|
|
13863
|
+
"asset": "WBTC",
|
|
13864
|
+
"ilkLabel": "WBTC-C",
|
|
13865
|
+
"ilkBytes": "0x574254432d430000000000000000000000000000000000000000000000000000",
|
|
13866
|
+
"join": "0x7f62f9592b823331E012D3c5DdF2A7714CfB9de2",
|
|
13867
|
+
"clip": "0x39F29773Dcb94A32529d0612C6706C49622161D1",
|
|
13868
|
+
"pip": "0xf185d0682d50819263941e5f4EacC763CC5C6C42",
|
|
13869
|
+
"isLP": false
|
|
13862
13870
|
}];
|
|
13863
13871
|
|
|
13864
13872
|
/***/ }),
|