@defisaver/tokens 1.7.16 → 1.7.17
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 +1 -1
- package/esm/assets.js +1 -1
- package/package.json +1 -1
- package/src/assets.ts +1 -1
package/cjs/assets.js
CHANGED
|
@@ -1303,7 +1303,7 @@ exports.assets = [
|
|
|
1303
1303
|
1: '0xec53bF9167f50cDEB3Ae105f56099aaaB9061F83',
|
|
1304
1304
|
8453: '0x2081ab0d9ec9e4303234ab26d86b20b3367946ee',
|
|
1305
1305
|
} }),
|
|
1306
|
-
Object.assign(Object.assign({}, exports.assetProto), { symbol: 'mUSD', name: 'MetaMask USD', exchange: true, decimals:
|
|
1306
|
+
Object.assign(Object.assign({}, exports.assetProto), { symbol: 'mUSD', name: 'MetaMask USD', exchange: true, decimals: 6, addresses: {
|
|
1307
1307
|
1: mUSDAddress,
|
|
1308
1308
|
59144: mUSDAddress,
|
|
1309
1309
|
}, isStable: true }),
|
package/esm/assets.js
CHANGED
|
@@ -1300,7 +1300,7 @@ export const assets = [
|
|
|
1300
1300
|
1: '0xec53bF9167f50cDEB3Ae105f56099aaaB9061F83',
|
|
1301
1301
|
8453: '0x2081ab0d9ec9e4303234ab26d86b20b3367946ee',
|
|
1302
1302
|
} }),
|
|
1303
|
-
Object.assign(Object.assign({}, assetProto), { symbol: 'mUSD', name: 'MetaMask USD', exchange: true, decimals:
|
|
1303
|
+
Object.assign(Object.assign({}, assetProto), { symbol: 'mUSD', name: 'MetaMask USD', exchange: true, decimals: 6, addresses: {
|
|
1304
1304
|
1: mUSDAddress,
|
|
1305
1305
|
59144: mUSDAddress,
|
|
1306
1306
|
}, isStable: true }),
|
package/package.json
CHANGED