@lifi/data-types 4.9.0 → 4.9.1
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/cjs/coins/coins.js +6 -0
- package/dist/coins/coins.js +6 -0
- package/package.json +1 -1
package/dist/cjs/coins/coins.js
CHANGED
|
@@ -736,6 +736,12 @@ exports.basicCoins = [
|
|
|
736
736
|
name: 'USD Base Coin',
|
|
737
737
|
symbol: 'USDbC',
|
|
738
738
|
},
|
|
739
|
+
[types_1.ChainId.DAI]: {
|
|
740
|
+
address: '0x2a22f9c3b484c3629090feed35f17ff8f88f76f0',
|
|
741
|
+
decimals: 6,
|
|
742
|
+
name: 'Bridged USDC Coin',
|
|
743
|
+
symbol: 'USDC.e',
|
|
744
|
+
},
|
|
739
745
|
},
|
|
740
746
|
},
|
|
741
747
|
// BUSD
|
package/dist/coins/coins.js
CHANGED
|
@@ -733,6 +733,12 @@ export const basicCoins = [
|
|
|
733
733
|
name: 'USD Base Coin',
|
|
734
734
|
symbol: 'USDbC',
|
|
735
735
|
},
|
|
736
|
+
[ChainId.DAI]: {
|
|
737
|
+
address: '0x2a22f9c3b484c3629090feed35f17ff8f88f76f0',
|
|
738
|
+
decimals: 6,
|
|
739
|
+
name: 'Bridged USDC Coin',
|
|
740
|
+
symbol: 'USDC.e',
|
|
741
|
+
},
|
|
736
742
|
},
|
|
737
743
|
},
|
|
738
744
|
// BUSD
|