@defisaver/tokens 1.4.9 → 1.4.13

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 CHANGED
@@ -38,358 +38,430 @@
38
38
 
39
39
  ### AaveMarketData
40
40
 
41
- Ƭ **AaveMarketData**: { `dataProvider`: *string* ; `lendingPool`: *string* ; `lendingPoolAddressProvider`: *string* ; `name`: *string* }
41
+ Ƭ **AaveMarketData**: `Object`
42
42
 
43
- #### Type declaration:
43
+ #### Type declaration
44
44
 
45
- Name | Type |
46
- ------ | ------ |
47
- `dataProvider` | *string* |
48
- `lendingPool` | *string* |
49
- `lendingPoolAddressProvider` | *string* |
50
- `name` | *string* |
45
+ | Name | Type |
46
+ | :------ | :------ |
47
+ | `dataProvider` | `string` |
48
+ | `lendingPool` | `string` |
49
+ | `lendingPoolAddressProvider` | `string` |
50
+ | `name` | `string` |
51
51
 
52
- Defined in: [types.ts:62](https://github.com/DecenterApps/defisaver-tokens/blob/7527556/src/types.ts#L62)
52
+ #### Defined in
53
+
54
+ [types.ts:62](https://github.com/defisaver/defisaver-tokens/blob/7887bdb/src/types.ts#L62)
53
55
 
54
56
  ___
55
57
 
56
58
  ### AddressMapping
57
59
 
58
- Ƭ **AddressMapping**: { [key: number]: *string*; }
60
+ Ƭ **AddressMapping**: `Object`
61
+
62
+ #### Index signature
63
+
64
+ ▪ [key: `number`]: `string`
59
65
 
60
- Defined in: [types.ts:6](https://github.com/DecenterApps/defisaver-tokens/blob/7527556/src/types.ts#L6)
66
+ #### Defined in
67
+
68
+ [types.ts:6](https://github.com/defisaver/defisaver-tokens/blob/7887bdb/src/types.ts#L6)
61
69
 
62
70
  ___
63
71
 
64
72
  ### AssetData
65
73
 
66
- Ƭ **AssetData**: { `aaveCollateral`: *boolean* ; `address`: *string* ; `addresses`: [*AddressMapping*](README.md#addressmapping) ; `compoundCollateral`: *boolean* ; `decimals`: *number* ; `exchange`: *boolean* ; `icon`: Function ; `isStable`: *boolean* ; `name`: *string* ; `symbol`: *string* ; `underlyingAsset`: *string* ; `yearnCollateral`: *boolean* }
74
+ Ƭ **AssetData**: `Object`
67
75
 
68
76
  Chain-specific asset info type
69
77
 
70
- #### Type declaration:
71
-
72
- Name | Type |
73
- ------ | ------ |
74
- `aaveCollateral` | *boolean* |
75
- `address` | *string* |
76
- `addresses` | [*AddressMapping*](README.md#addressmapping) |
77
- `compoundCollateral` | *boolean* |
78
- `decimals` | *number* |
79
- `exchange` | *boolean* |
80
- `icon` | Function |
81
- `isStable` | *boolean* |
82
- `name` | *string* |
83
- `symbol` | *string* |
84
- `underlyingAsset` | *string* |
85
- `yearnCollateral` | *boolean* |
86
-
87
- Defined in: [types.ts:30](https://github.com/DecenterApps/defisaver-tokens/blob/7527556/src/types.ts#L30)
78
+ #### Type declaration
79
+
80
+ | Name | Type |
81
+ | :------ | :------ |
82
+ | `aaveCollateral` | `boolean` |
83
+ | `address` | `string` |
84
+ | `addresses` | [`AddressMapping`](README.md#addressmapping) |
85
+ | `compoundCollateral` | `boolean` |
86
+ | `decimals` | `number` |
87
+ | `exchange` | `boolean` |
88
+ | `icon` | `Function` |
89
+ | `isStable` | `boolean` |
90
+ | `name` | `string` |
91
+ | `symbol` | `string` |
92
+ | `underlyingAsset` | `string` |
93
+ | `yearnCollateral` | `boolean` |
94
+
95
+ #### Defined in
96
+
97
+ [types.ts:30](https://github.com/defisaver/defisaver-tokens/blob/7887bdb/src/types.ts#L30)
88
98
 
89
99
  ___
90
100
 
91
101
  ### AssetDataBase
92
102
 
93
- Ƭ **AssetDataBase**: { `aaveCollateral`: *boolean* ; `addresses`: [*AddressMapping*](README.md#addressmapping) ; `compoundCollateral`: *boolean* ; `decimals`: *number* ; `exchange`: *boolean* ; `icon`: Function ; `isStable`: *boolean* ; `name`: *string* ; `symbol`: *string* ; `underlyingAsset`: *string* ; `yearnCollateral`: *boolean* }
103
+ Ƭ **AssetDataBase**: `Object`
94
104
 
95
105
  Chain-agnostic asset info type
96
106
 
97
- #### Type declaration:
107
+ #### Type declaration
108
+
109
+ | Name | Type |
110
+ | :------ | :------ |
111
+ | `aaveCollateral` | `boolean` |
112
+ | `addresses` | [`AddressMapping`](README.md#addressmapping) |
113
+ | `compoundCollateral` | `boolean` |
114
+ | `decimals` | `number` |
115
+ | `exchange` | `boolean` |
116
+ | `icon` | `Function` |
117
+ | `isStable` | `boolean` |
118
+ | `name` | `string` |
119
+ | `symbol` | `string` |
120
+ | `underlyingAsset` | `string` |
121
+ | `yearnCollateral` | `boolean` |
98
122
 
99
- Name | Type |
100
- ------ | ------ |
101
- `aaveCollateral` | *boolean* |
102
- `addresses` | [*AddressMapping*](README.md#addressmapping) |
103
- `compoundCollateral` | *boolean* |
104
- `decimals` | *number* |
105
- `exchange` | *boolean* |
106
- `icon` | Function |
107
- `isStable` | *boolean* |
108
- `name` | *string* |
109
- `symbol` | *string* |
110
- `underlyingAsset` | *string* |
111
- `yearnCollateral` | *boolean* |
123
+ #### Defined in
112
124
 
113
- Defined in: [types.ts:13](https://github.com/DecenterApps/defisaver-tokens/blob/7527556/src/types.ts#L13)
125
+ [types.ts:13](https://github.com/defisaver/defisaver-tokens/blob/7887bdb/src/types.ts#L13)
114
126
 
115
127
  ___
116
128
 
117
129
  ### ExtendedIlkData
118
130
 
119
- Ƭ **ExtendedIlkData**: [*IlkData*](README.md#ilkdata) \| { `assetData`: [*AssetData*](README.md#assetdata) }
131
+ Ƭ **ExtendedIlkData**: [`IlkData`](README.md#ilkdata) \| { `assetData`: [`AssetData`](README.md#assetdata) }
120
132
 
121
- Defined in: [types.ts:69](https://github.com/DecenterApps/defisaver-tokens/blob/7527556/src/types.ts#L69)
133
+ #### Defined in
134
+
135
+ [types.ts:69](https://github.com/defisaver/defisaver-tokens/blob/7887bdb/src/types.ts#L69)
122
136
 
123
137
  ___
124
138
 
125
139
  ### IlkData
126
140
 
127
- Ƭ **IlkData**: { `asset`: *string* ; `assetAddress?`: *string* ; `clip?`: *string* ; `clipCalc?`: *string* ; `flip?`: *string* ; `ilkBytes`: *string* ; `ilkLabel`: *string* ; `isCrop`: *boolean* ; `isLP`: *boolean* ; `join`: *string* ; `pip`: *string* }
141
+ Ƭ **IlkData**: `Object`
128
142
 
129
143
  Maker ilk info type
130
144
 
131
- #### Type declaration:
145
+ #### Type declaration
146
+
147
+ | Name | Type |
148
+ | :------ | :------ |
149
+ | `asset` | `string` |
150
+ | `assetAddress?` | `string` |
151
+ | `clip?` | `string` |
152
+ | `clipCalc?` | `string` |
153
+ | `flip?` | `string` |
154
+ | `ilkBytes` | `string` |
155
+ | `ilkLabel` | `string` |
156
+ | `isCrop` | `boolean` |
157
+ | `isLP` | `boolean` |
158
+ | `join` | `string` |
159
+ | `pip` | `string` |
132
160
 
133
- Name | Type |
134
- ------ | ------ |
135
- `asset` | *string* |
136
- `assetAddress?` | *string* |
137
- `clip?` | *string* |
138
- `clipCalc?` | *string* |
139
- `flip?` | *string* |
140
- `ilkBytes` | *string* |
141
- `ilkLabel` | *string* |
142
- `isCrop` | *boolean* |
143
- `isLP` | *boolean* |
144
- `join` | *string* |
145
- `pip` | *string* |
161
+ #### Defined in
146
162
 
147
- Defined in: [types.ts:48](https://github.com/DecenterApps/defisaver-tokens/blob/7527556/src/types.ts#L48)
163
+ [types.ts:48](https://github.com/defisaver/defisaver-tokens/blob/7887bdb/src/types.ts#L48)
148
164
 
149
165
  ## Variables
150
166
 
151
167
  ### MAXUINT
152
168
 
153
- `Const` **MAXUINT**: *string*= '115792089237316195423570985008687907853269984665640564039457584007913129639935'
169
+ • **MAXUINT**: `string` = `'115792089237316195423570985008687907853269984665640564039457584007913129639935'`
154
170
 
155
- Defined in: [index.ts:27](https://github.com/DecenterApps/defisaver-tokens/blob/7527556/src/index.ts#L27)
171
+ #### Defined in
172
+
173
+ [index.ts:27](https://github.com/defisaver/defisaver-tokens/blob/7887bdb/src/index.ts#L27)
156
174
 
157
175
  ___
158
176
 
159
177
  ### aaveV2Markets
160
178
 
161
- `Const` **aaveV2Markets**: [*AaveMarketData*](README.md#aavemarketdata)[]
179
+ • **aaveV2Markets**: [`AaveMarketData`](README.md#aavemarketdata)[]
180
+
181
+ #### Defined in
162
182
 
163
- Defined in: [aaveV2Markets.ts:3](https://github.com/DecenterApps/defisaver-tokens/blob/7527556/src/aaveV2Markets.ts#L3)
183
+ [aaveV2Markets.ts:3](https://github.com/defisaver/defisaver-tokens/blob/7887bdb/src/aaveV2Markets.ts#L3)
164
184
 
165
185
  ___
166
186
 
167
187
  ### assets
168
188
 
169
- `Const` **assets**: [*AssetDataBase*](README.md#assetdatabase)[]
189
+ • **assets**: [`AssetDataBase`](README.md#assetdatabase)[]
190
+
191
+ #### Defined in
170
192
 
171
- Defined in: [assets.ts:230](https://github.com/DecenterApps/defisaver-tokens/blob/7527556/src/assets.ts#L230)
193
+ [assets.ts:230](https://github.com/defisaver/defisaver-tokens/blob/7887bdb/src/assets.ts#L230)
172
194
 
173
195
  ___
174
196
 
175
197
  ### ilks
176
198
 
177
- `Const` **ilks**: [*IlkData*](README.md#ilkdata)[]
199
+ • **ilks**: [`IlkData`](README.md#ilkdata)[]
178
200
 
179
- Defined in: [ilks.ts:5](https://github.com/DecenterApps/defisaver-tokens/blob/7527556/src/ilks.ts#L5)
201
+ #### Defined in
202
+
203
+ [ilks.ts:5](https://github.com/defisaver/defisaver-tokens/blob/7887bdb/src/ilks.ts#L5)
180
204
 
181
205
  ___
182
206
 
183
207
  ### reflexerCollTypes
184
208
 
185
- `Const` **reflexerCollTypes**: [*IlkData*](README.md#ilkdata)[]
209
+ • **reflexerCollTypes**: [`IlkData`](README.md#ilkdata)[]
210
+
211
+ #### Defined in
186
212
 
187
- Defined in: [reflexerCollTypes.ts:3](https://github.com/DecenterApps/defisaver-tokens/blob/7527556/src/reflexerCollTypes.ts#L3)
213
+ [reflexerCollTypes.ts:3](https://github.com/defisaver/defisaver-tokens/blob/7887bdb/src/reflexerCollTypes.ts#L3)
188
214
 
189
215
  ___
190
216
 
191
217
  ### utils
192
218
 
193
- `Const` **utils**: *object*
219
+ • **utils**: `Object`
194
220
 
195
- #### Type declaration:
221
+ #### Type declaration
196
222
 
197
- Name | Type |
198
- ------ | ------ |
199
- `bytesToString` | (`hex`: *string*) => *string* |
200
- `compare` | (`a`: *string*, `b`: *string*) => *boolean* |
201
- `stringToBytes` | (`str`: *string*) => *string* |
223
+ | Name | Type |
224
+ | :------ | :------ |
225
+ | `bytesToString` | (`hex`: `string`) => `string` |
226
+ | `compare` | (`a`: `string`, `b`: `string`) => `boolean` |
227
+ | `stringToBytes` | (`str`: `string`) => `string` |
202
228
 
203
- Defined in: [index.ts:25](https://github.com/DecenterApps/defisaver-tokens/blob/7527556/src/index.ts#L25)
229
+ #### Defined in
230
+
231
+ [index.ts:25](https://github.com/defisaver/defisaver-tokens/blob/7887bdb/src/index.ts#L25)
204
232
 
205
233
  ## Functions
206
234
 
207
235
  ### assetAmountInEth
208
236
 
209
- ▸ `Const`**assetAmountInEth**(`amount`: *string* \| *number* \| *object*, `asset?`: *string*): *string*
237
+ ▸ `Const` **assetAmountInEth**(`amount`, `asset?`): `string`
238
+
239
+ #### Parameters
210
240
 
211
- #### Parameters:
241
+ | Name | Type | Default value | Description |
242
+ | :------ | :------ | :------ | :------ |
243
+ | `amount` | `string` \| `number` \| `object` | `undefined` | Amount in wei |
244
+ | `asset` | `string` | `'ETH'` | Asset symbol (or `MCD-${symbol}` for maker asset - always 18dec) |
212
245
 
213
- Name | Type | Default value | Description |
214
- ------ | ------ | ------ | ------ |
215
- `amount` | *string* \| *number* \| *object* | - | Amount in wei |
216
- `asset` | *string* | 'ETH' | Asset symbol (or `MCD-${symbol}` for maker asset - always 18dec) |
246
+ #### Returns
217
247
 
218
- **Returns:** *string*
248
+ `string`
219
249
 
220
- Defined in: [index.ts:146](https://github.com/DecenterApps/defisaver-tokens/blob/7527556/src/index.ts#L146)
250
+ #### Defined in
251
+
252
+ [index.ts:147](https://github.com/defisaver/defisaver-tokens/blob/7887bdb/src/index.ts#L147)
221
253
 
222
254
  ___
223
255
 
224
256
  ### assetAmountInWei
225
257
 
226
- ▸ `Const`**assetAmountInWei**(`amount`: *string* \| *number* \| *object*, `asset`: *string*): *string*
258
+ ▸ `Const` **assetAmountInWei**(`amount`, `asset`): `string`
259
+
260
+ #### Parameters
227
261
 
228
- #### Parameters:
262
+ | Name | Type | Description |
263
+ | :------ | :------ | :------ |
264
+ | `amount` | `string` \| `number` \| `object` | Amount in eth |
265
+ | `asset` | `string` | Asset symbol |
229
266
 
230
- Name | Type | Description |
231
- ------ | ------ | ------ |
232
- `amount` | *string* \| *number* \| *object* | Amount in eth |
233
- `asset` | *string* | Asset symbol |
267
+ #### Returns
234
268
 
235
- **Returns:** *string*
269
+ `string`
236
270
 
237
- Defined in: [index.ts:167](https://github.com/DecenterApps/defisaver-tokens/blob/7527556/src/index.ts#L167)
271
+ #### Defined in
272
+
273
+ [index.ts:168](https://github.com/defisaver/defisaver-tokens/blob/7887bdb/src/index.ts#L168)
238
274
 
239
275
  ___
240
276
 
241
277
  ### getAaveV2MarketInfo
242
278
 
243
- ▸ `Const`**getAaveV2MarketInfo**(`name?`: *string*): *void* \| [*AaveMarketData*](README.md#aavemarketdata)
279
+ ▸ `Const` **getAaveV2MarketInfo**(`name?`): `void` \| [`AaveMarketData`](README.md#aavemarketdata)
280
+
281
+ #### Parameters
282
+
283
+ | Name | Type | Default value |
284
+ | :------ | :------ | :------ |
285
+ | `name` | `string` | `''` |
244
286
 
245
- #### Parameters:
287
+ #### Returns
246
288
 
247
- Name | Type | Default value |
248
- ------ | ------ | ------ |
249
- `name` | *string* | '' |
289
+ `void` \| [`AaveMarketData`](README.md#aavemarketdata)
250
290
 
251
- **Returns:** *void* \| [*AaveMarketData*](README.md#aavemarketdata)
291
+ #### Defined in
252
292
 
253
- Defined in: [index.ts:139](https://github.com/DecenterApps/defisaver-tokens/blob/7527556/src/index.ts#L139)
293
+ [index.ts:140](https://github.com/defisaver/defisaver-tokens/blob/7887bdb/src/index.ts#L140)
254
294
 
255
295
  ___
256
296
 
257
297
  ### getAssetInfo
258
298
 
259
- ▸ `Const`**getAssetInfo**(`symbol?`: *string*): [*AssetData*](README.md#assetdata)
299
+ ▸ `Const` **getAssetInfo**(`symbol?`): [`AssetData`](README.md#assetdata)
260
300
 
261
301
  Returns asset info.
262
302
  Warning: will not throw if asset not found. Instead, will return a placeholder object.
263
303
 
264
- #### Parameters:
304
+ #### Parameters
305
+
306
+ | Name | Type | Default value |
307
+ | :------ | :------ | :------ |
308
+ | `symbol` | `string` | `''` |
309
+
310
+ #### Returns
265
311
 
266
- Name | Type | Default value |
267
- ------ | ------ | ------ |
268
- `symbol` | *string* | '' |
312
+ [`AssetData`](README.md#assetdata)
269
313
 
270
- **Returns:** [*AssetData*](README.md#assetdata)
314
+ #### Defined in
271
315
 
272
- Defined in: [index.ts:58](https://github.com/DecenterApps/defisaver-tokens/blob/7527556/src/index.ts#L58)
316
+ [index.ts:59](https://github.com/defisaver/defisaver-tokens/blob/7887bdb/src/index.ts#L59)
273
317
 
274
318
  ___
275
319
 
276
320
  ### getAssetInfoByAddress
277
321
 
278
- ▸ `Const`**getAssetInfoByAddress**(`address?`: *string*): [*AssetData*](README.md#assetdata)
322
+ ▸ `Const` **getAssetInfoByAddress**(`address?`): [`AssetData`](README.md#assetdata)
279
323
 
280
- #### Parameters:
324
+ #### Parameters
281
325
 
282
- Name | Type | Default value |
283
- ------ | ------ | ------ |
284
- `address` | *string* | '' |
326
+ | Name | Type | Default value |
327
+ | :------ | :------ | :------ |
328
+ | `address` | `string` | `''` |
285
329
 
286
- **Returns:** [*AssetData*](README.md#assetdata)
330
+ #### Returns
287
331
 
288
- Defined in: [index.ts:93](https://github.com/DecenterApps/defisaver-tokens/blob/7527556/src/index.ts#L93)
332
+ [`AssetData`](README.md#assetdata)
333
+
334
+ #### Defined in
335
+
336
+ [index.ts:94](https://github.com/defisaver/defisaver-tokens/blob/7887bdb/src/index.ts#L94)
289
337
 
290
338
  ___
291
339
 
292
340
  ### getIlkInfo
293
341
 
294
- ▸ `Const`**getIlkInfo**(`ilk?`: *string*): [*ExtendedIlkData*](README.md#extendedilkdata)
342
+ ▸ `Const` **getIlkInfo**(`ilk?`): [`ExtendedIlkData`](README.md#extendedilkdata)
295
343
 
296
344
  Returns Maker or Reflexer ilk info, and asset info as `assetData` attribute.
297
345
  Warning: will not throw if ilk not found. Instead, will return a placeholder object.
298
346
 
299
- #### Parameters:
347
+ #### Parameters
348
+
349
+ | Name | Type | Default value | Description |
350
+ | :------ | :------ | :------ | :------ |
351
+ | `ilk` | `string` | `''` | Ilk encoded as string or as hex |
300
352
 
301
- Name | Type | Default value | Description |
302
- ------ | ------ | ------ | ------ |
303
- `ilk` | *string* | '' | Ilk encoded as string or as hex |
353
+ #### Returns
304
354
 
305
- **Returns:** [*ExtendedIlkData*](README.md#extendedilkdata)
355
+ [`ExtendedIlkData`](README.md#extendedilkdata)
306
356
 
307
- Defined in: [index.ts:71](https://github.com/DecenterApps/defisaver-tokens/blob/7527556/src/index.ts#L71)
357
+ #### Defined in
358
+
359
+ [index.ts:72](https://github.com/defisaver/defisaver-tokens/blob/7887bdb/src/index.ts#L72)
308
360
 
309
361
  ___
310
362
 
311
363
  ### ilkToAsset
312
364
 
313
- ▸ `Const`**ilkToAsset**(`ilk?`: *string*): *string*
365
+ ▸ `Const` **ilkToAsset**(`ilk?`): `string`
366
+
367
+ #### Parameters
314
368
 
315
- #### Parameters:
369
+ | Name | Type | Default value |
370
+ | :------ | :------ | :------ |
371
+ | `ilk` | `string` | `''` |
316
372
 
317
- Name | Type | Default value |
318
- ------ | ------ | ------ |
319
- `ilk` | *string* | '' |
373
+ #### Returns
320
374
 
321
- **Returns:** *string*
375
+ `string`
322
376
 
323
- Defined in: [index.ts:98](https://github.com/DecenterApps/defisaver-tokens/blob/7527556/src/index.ts#L98)
377
+ #### Defined in
378
+
379
+ [index.ts:99](https://github.com/defisaver/defisaver-tokens/blob/7887bdb/src/index.ts#L99)
324
380
 
325
381
  ___
326
382
 
327
383
  ### set
328
384
 
329
- ▸ `Const`**set**(`key`: *string*, `value`: *any*): *void*
385
+ ▸ `Const` **set**(`key`, `value`): `void`
386
+
387
+ #### Parameters
388
+
389
+ | Name | Type |
390
+ | :------ | :------ |
391
+ | `key` | `string` |
392
+ | `value` | `any` |
330
393
 
331
- #### Parameters:
394
+ #### Returns
332
395
 
333
- Name | Type |
334
- ------ | ------ |
335
- `key` | *string* |
336
- `value` | *any* |
396
+ `void`
337
397
 
338
- **Returns:** *void*
398
+ #### Defined in
339
399
 
340
- Defined in: [index.ts:21](https://github.com/DecenterApps/defisaver-tokens/blob/7527556/src/index.ts#L21)
400
+ [index.ts:21](https://github.com/defisaver/defisaver-tokens/blob/7887bdb/src/index.ts#L21)
341
401
 
342
402
  ___
343
403
 
344
404
  ### tokenFromJoin
345
405
 
346
- ▸ `Const`**tokenFromJoin**(`join`: *string*, `fromIlks?`: [*IlkData*](README.md#ilkdata)[]): *string*
406
+ ▸ `Const` **tokenFromJoin**(`join`, `fromIlks?`): `string`
347
407
 
348
- #### Parameters:
408
+ #### Parameters
349
409
 
350
- Name | Type | Default value | Description |
351
- ------ | ------ | ------ | ------ |
352
- `join` | *string* | - | Maker or Reflexer ilk join |
353
- `fromIlks` | [*IlkData*](README.md#ilkdata)[] | ... | |
410
+ | Name | Type | Default value | Description |
411
+ | :------ | :------ | :------ | :------ |
412
+ | `join` | `string` | `undefined` | Maker or Reflexer ilk join |
413
+ | `fromIlks` | [`IlkData`](README.md#ilkdata)[] | `ilks` | |
354
414
 
355
- **Returns:** *string*
415
+ #### Returns
416
+
417
+ `string`
356
418
 
357
419
  Token symbol
358
420
 
359
- Defined in: [index.ts:119](https://github.com/DecenterApps/defisaver-tokens/blob/7527556/src/index.ts#L119)
421
+ #### Defined in
422
+
423
+ [index.ts:120](https://github.com/defisaver/defisaver-tokens/blob/7887bdb/src/index.ts#L120)
360
424
 
361
425
  ___
362
426
 
363
427
  ### tokenFromMakerJoin
364
428
 
365
- ▸ `Const`**tokenFromMakerJoin**(`join`: *string*): *string*
429
+ ▸ `Const` **tokenFromMakerJoin**(`join`): `string`
366
430
 
367
- #### Parameters:
431
+ #### Parameters
368
432
 
369
- Name | Type | Description |
370
- ------ | ------ | ------ |
371
- `join` | *string* | Maker ilk join |
433
+ | Name | Type | Description |
434
+ | :------ | :------ | :------ |
435
+ | `join` | `string` | Maker ilk join |
372
436
 
373
- **Returns:** *string*
437
+ #### Returns
438
+
439
+ `string`
374
440
 
375
441
  Token symbol
376
442
 
377
- Defined in: [index.ts:131](https://github.com/DecenterApps/defisaver-tokens/blob/7527556/src/index.ts#L131)
443
+ #### Defined in
444
+
445
+ [index.ts:132](https://github.com/defisaver/defisaver-tokens/blob/7887bdb/src/index.ts#L132)
378
446
 
379
447
  ___
380
448
 
381
449
  ### tokenFromReflexerJoin
382
450
 
383
- ▸ `Const`**tokenFromReflexerJoin**(`join`: *string*): *string*
451
+ ▸ `Const` **tokenFromReflexerJoin**(`join`): `string`
384
452
 
385
- #### Parameters:
453
+ #### Parameters
386
454
 
387
- Name | Type | Description |
388
- ------ | ------ | ------ |
389
- `join` | *string* | Reflexer ilk join |
455
+ | Name | Type | Description |
456
+ | :------ | :------ | :------ |
457
+ | `join` | `string` | Reflexer ilk join |
390
458
 
391
- **Returns:** *string*
459
+ #### Returns
460
+
461
+ `string`
392
462
 
393
463
  Token symbol
394
464
 
395
- Defined in: [index.ts:137](https://github.com/DecenterApps/defisaver-tokens/blob/7527556/src/index.ts#L137)
465
+ #### Defined in
466
+
467
+ [index.ts:138](https://github.com/defisaver/defisaver-tokens/blob/7887bdb/src/index.ts#L138)