@defisaver/tokens 1.7.16 → 1.7.18
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/cjs/assets.js +5 -1
- package/esm/assets.js +5 -1
- package/package.json +1 -1
- package/src/assets.ts +13 -1
package/cjs/assets.js
CHANGED
|
@@ -238,6 +238,7 @@ const sBOLD = "0x50Bd66D59911F5e086Ec87aE43C811e0D059DD11";
|
|
|
238
238
|
const yBOLD = "0x9F4330700a36B29952869fac9b33f45EEdd8A3d8";
|
|
239
239
|
const ysyYBOLD = "0x23346B04a7f55b8760E5860AA5A77383D63491cD";
|
|
240
240
|
const mUSDAddress = "0xacA92E438df0B2401fF60dA7E4337B687a2435DA";
|
|
241
|
+
const USDGAddress = "0xe343167631d89B6Ffc58B88d6b7fB0228795491D";
|
|
241
242
|
exports.assetProto = {
|
|
242
243
|
symbol: '?',
|
|
243
244
|
feedAvailability: {},
|
|
@@ -1303,8 +1304,11 @@ exports.assets = [
|
|
|
1303
1304
|
1: '0xec53bF9167f50cDEB3Ae105f56099aaaB9061F83',
|
|
1304
1305
|
8453: '0x2081ab0d9ec9e4303234ab26d86b20b3367946ee',
|
|
1305
1306
|
} }),
|
|
1306
|
-
Object.assign(Object.assign({}, exports.assetProto), { symbol: 'mUSD', name: 'MetaMask USD', exchange: true, decimals:
|
|
1307
|
+
Object.assign(Object.assign({}, exports.assetProto), { symbol: 'mUSD', name: 'MetaMask USD', exchange: true, decimals: 6, addresses: {
|
|
1307
1308
|
1: mUSDAddress,
|
|
1308
1309
|
59144: mUSDAddress,
|
|
1309
1310
|
}, isStable: true }),
|
|
1311
|
+
Object.assign(Object.assign({}, exports.assetProto), { symbol: 'USDG', name: 'Global Dollar Network USDG', exchange: true, decimals: 6, addresses: {
|
|
1312
|
+
1: USDGAddress,
|
|
1313
|
+
}, isStable: true }),
|
|
1310
1314
|
];
|
package/esm/assets.js
CHANGED
|
@@ -235,6 +235,7 @@ const sBOLD = "0x50Bd66D59911F5e086Ec87aE43C811e0D059DD11";
|
|
|
235
235
|
const yBOLD = "0x9F4330700a36B29952869fac9b33f45EEdd8A3d8";
|
|
236
236
|
const ysyYBOLD = "0x23346B04a7f55b8760E5860AA5A77383D63491cD";
|
|
237
237
|
const mUSDAddress = "0xacA92E438df0B2401fF60dA7E4337B687a2435DA";
|
|
238
|
+
const USDGAddress = "0xe343167631d89B6Ffc58B88d6b7fB0228795491D";
|
|
238
239
|
export const assetProto = {
|
|
239
240
|
symbol: '?',
|
|
240
241
|
feedAvailability: {},
|
|
@@ -1300,8 +1301,11 @@ export const assets = [
|
|
|
1300
1301
|
1: '0xec53bF9167f50cDEB3Ae105f56099aaaB9061F83',
|
|
1301
1302
|
8453: '0x2081ab0d9ec9e4303234ab26d86b20b3367946ee',
|
|
1302
1303
|
} }),
|
|
1303
|
-
Object.assign(Object.assign({}, assetProto), { symbol: 'mUSD', name: 'MetaMask USD', exchange: true, decimals:
|
|
1304
|
+
Object.assign(Object.assign({}, assetProto), { symbol: 'mUSD', name: 'MetaMask USD', exchange: true, decimals: 6, addresses: {
|
|
1304
1305
|
1: mUSDAddress,
|
|
1305
1306
|
59144: mUSDAddress,
|
|
1306
1307
|
}, isStable: true }),
|
|
1308
|
+
Object.assign(Object.assign({}, assetProto), { symbol: 'USDG', name: 'Global Dollar Network USDG', exchange: true, decimals: 6, addresses: {
|
|
1309
|
+
1: USDGAddress,
|
|
1310
|
+
}, isStable: true }),
|
|
1307
1311
|
];
|
package/package.json
CHANGED
package/src/assets.ts
CHANGED
|
@@ -237,6 +237,7 @@ const sBOLD = "0x50Bd66D59911F5e086Ec87aE43C811e0D059DD11";
|
|
|
237
237
|
const yBOLD = "0x9F4330700a36B29952869fac9b33f45EEdd8A3d8";
|
|
238
238
|
const ysyYBOLD = "0x23346B04a7f55b8760E5860AA5A77383D63491cD";
|
|
239
239
|
const mUSDAddress = "0xacA92E438df0B2401fF60dA7E4337B687a2435DA";
|
|
240
|
+
const USDGAddress = "0xe343167631d89B6Ffc58B88d6b7fB0228795491D";
|
|
240
241
|
|
|
241
242
|
|
|
242
243
|
export const assetProto: AssetDataBase = {
|
|
@@ -3788,11 +3789,22 @@ export const assets: AssetDataBase[] = [
|
|
|
3788
3789
|
symbol: 'mUSD',
|
|
3789
3790
|
name: 'MetaMask USD',
|
|
3790
3791
|
exchange: true,
|
|
3791
|
-
decimals:
|
|
3792
|
+
decimals: 6,
|
|
3792
3793
|
addresses: {
|
|
3793
3794
|
1: mUSDAddress,
|
|
3794
3795
|
59144: mUSDAddress,
|
|
3795
3796
|
},
|
|
3796
3797
|
isStable: true,
|
|
3797
3798
|
},
|
|
3799
|
+
{
|
|
3800
|
+
...assetProto,
|
|
3801
|
+
symbol: 'USDG',
|
|
3802
|
+
name: 'Global Dollar Network USDG',
|
|
3803
|
+
exchange: true,
|
|
3804
|
+
decimals: 6,
|
|
3805
|
+
addresses: {
|
|
3806
|
+
1: USDGAddress,
|
|
3807
|
+
},
|
|
3808
|
+
isStable: true,
|
|
3809
|
+
},
|
|
3798
3810
|
];
|