@lifi/data-types 1.0.0-beta.0 → 1.0.0-beta.2
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 +9 -2
- package/dist/coins/coins.js +9 -2
- package/package.json +1 -1
package/dist/cjs/coins/coins.js
CHANGED
|
@@ -796,7 +796,7 @@ exports.basicCoins = [
|
|
|
796
796
|
decimals: 6,
|
|
797
797
|
},
|
|
798
798
|
[types_1.ChainId.OPT]: {
|
|
799
|
-
address: '
|
|
799
|
+
address: '0x0b2c639c533813f4aa9d7837caf62653d097ff85',
|
|
800
800
|
decimals: 6,
|
|
801
801
|
},
|
|
802
802
|
[types_1.ChainId.BAS]: {
|
|
@@ -813,8 +813,9 @@ exports.basicCoins = [
|
|
|
813
813
|
decimals: 6,
|
|
814
814
|
},
|
|
815
815
|
[types_1.ChainId.FTM]: {
|
|
816
|
-
address: '
|
|
816
|
+
address: '0x28a92dde19d9989f39a49905d7c9c2fac7799bdf',
|
|
817
817
|
decimals: 6,
|
|
818
|
+
name: 'LayerZero USDC Token',
|
|
818
819
|
},
|
|
819
820
|
[types_1.ChainId.ARB]: {
|
|
820
821
|
address: '0xaf88d065e77c8cC2239327C5EDb3A432268e5831',
|
|
@@ -916,6 +917,12 @@ exports.basicCoins = [
|
|
|
916
917
|
name: 'Bridged USD Coin',
|
|
917
918
|
symbol: 'USDC.e',
|
|
918
919
|
},
|
|
920
|
+
[types_1.ChainId.OPT]: {
|
|
921
|
+
address: '0x7f5c764cbc14f9669b88837ca1490cca17c31607',
|
|
922
|
+
decimals: 6,
|
|
923
|
+
name: 'Bridged USD Coin',
|
|
924
|
+
symbol: 'USDC.e',
|
|
925
|
+
},
|
|
919
926
|
},
|
|
920
927
|
},
|
|
921
928
|
// BUSD
|
package/dist/coins/coins.js
CHANGED
|
@@ -793,7 +793,7 @@ export const basicCoins = [
|
|
|
793
793
|
decimals: 6,
|
|
794
794
|
},
|
|
795
795
|
[ChainId.OPT]: {
|
|
796
|
-
address: '
|
|
796
|
+
address: '0x0b2c639c533813f4aa9d7837caf62653d097ff85',
|
|
797
797
|
decimals: 6,
|
|
798
798
|
},
|
|
799
799
|
[ChainId.BAS]: {
|
|
@@ -810,8 +810,9 @@ export const basicCoins = [
|
|
|
810
810
|
decimals: 6,
|
|
811
811
|
},
|
|
812
812
|
[ChainId.FTM]: {
|
|
813
|
-
address: '
|
|
813
|
+
address: '0x28a92dde19d9989f39a49905d7c9c2fac7799bdf',
|
|
814
814
|
decimals: 6,
|
|
815
|
+
name: 'LayerZero USDC Token',
|
|
815
816
|
},
|
|
816
817
|
[ChainId.ARB]: {
|
|
817
818
|
address: '0xaf88d065e77c8cC2239327C5EDb3A432268e5831',
|
|
@@ -913,6 +914,12 @@ export const basicCoins = [
|
|
|
913
914
|
name: 'Bridged USD Coin',
|
|
914
915
|
symbol: 'USDC.e',
|
|
915
916
|
},
|
|
917
|
+
[ChainId.OPT]: {
|
|
918
|
+
address: '0x7f5c764cbc14f9669b88837ca1490cca17c31607',
|
|
919
|
+
decimals: 6,
|
|
920
|
+
name: 'Bridged USD Coin',
|
|
921
|
+
symbol: 'USDC.e',
|
|
922
|
+
},
|
|
916
923
|
},
|
|
917
924
|
},
|
|
918
925
|
// BUSD
|