@lifi/data-types 2.1.5 → 2.2.0
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 +7 -3
- package/dist/coins/coins.js +7 -3
- package/package.json +1 -1
package/dist/cjs/coins/coins.js
CHANGED
|
@@ -814,10 +814,8 @@ exports.basicCoins = [
|
|
|
814
814
|
decimals: 6,
|
|
815
815
|
},
|
|
816
816
|
[types_1.ChainId.BAS]: {
|
|
817
|
-
address: '
|
|
817
|
+
address: '0x833589fcd6edb6e08f4c7c32d4f71b54bda02913',
|
|
818
818
|
decimals: 6,
|
|
819
|
-
name: 'USD Base Coin',
|
|
820
|
-
symbol: 'USDbC',
|
|
821
819
|
},
|
|
822
820
|
[types_1.ChainId.ERA]: {
|
|
823
821
|
address: '0x3355df6d4c9c3035724fd0e3914de96a5a83aaf4',
|
|
@@ -944,6 +942,12 @@ exports.basicCoins = [
|
|
|
944
942
|
name: 'Bridged USD Coin',
|
|
945
943
|
symbol: 'USDC.e',
|
|
946
944
|
},
|
|
945
|
+
[types_1.ChainId.BAS]: {
|
|
946
|
+
address: '0xd9aaec86b65d86f6a7b5b1b0c42ffa531710b6ca',
|
|
947
|
+
decimals: 6,
|
|
948
|
+
name: 'USD Base Coin',
|
|
949
|
+
symbol: 'USDbC',
|
|
950
|
+
},
|
|
947
951
|
},
|
|
948
952
|
},
|
|
949
953
|
// BUSD
|
package/dist/coins/coins.js
CHANGED
|
@@ -811,10 +811,8 @@ export const basicCoins = [
|
|
|
811
811
|
decimals: 6,
|
|
812
812
|
},
|
|
813
813
|
[ChainId.BAS]: {
|
|
814
|
-
address: '
|
|
814
|
+
address: '0x833589fcd6edb6e08f4c7c32d4f71b54bda02913',
|
|
815
815
|
decimals: 6,
|
|
816
|
-
name: 'USD Base Coin',
|
|
817
|
-
symbol: 'USDbC',
|
|
818
816
|
},
|
|
819
817
|
[ChainId.ERA]: {
|
|
820
818
|
address: '0x3355df6d4c9c3035724fd0e3914de96a5a83aaf4',
|
|
@@ -941,6 +939,12 @@ export const basicCoins = [
|
|
|
941
939
|
name: 'Bridged USD Coin',
|
|
942
940
|
symbol: 'USDC.e',
|
|
943
941
|
},
|
|
942
|
+
[ChainId.BAS]: {
|
|
943
|
+
address: '0xd9aaec86b65d86f6a7b5b1b0c42ffa531710b6ca',
|
|
944
|
+
decimals: 6,
|
|
945
|
+
name: 'USD Base Coin',
|
|
946
|
+
symbol: 'USDbC',
|
|
947
|
+
},
|
|
944
948
|
},
|
|
945
949
|
},
|
|
946
950
|
// BUSD
|