@lifi/data-types 1.0.0-beta.0 → 1.0.0-beta.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 +7 -1
- package/dist/coins/coins.js +7 -1
- 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]: {
|
|
@@ -916,6 +916,12 @@ exports.basicCoins = [
|
|
|
916
916
|
name: 'Bridged USD Coin',
|
|
917
917
|
symbol: 'USDC.e',
|
|
918
918
|
},
|
|
919
|
+
[types_1.ChainId.OPT]: {
|
|
920
|
+
address: '0x7f5c764cbc14f9669b88837ca1490cca17c31607',
|
|
921
|
+
decimals: 6,
|
|
922
|
+
name: 'Bridged USD Coin',
|
|
923
|
+
symbol: 'USDC.e',
|
|
924
|
+
},
|
|
919
925
|
},
|
|
920
926
|
},
|
|
921
927
|
// 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]: {
|
|
@@ -913,6 +913,12 @@ export const basicCoins = [
|
|
|
913
913
|
name: 'Bridged USD Coin',
|
|
914
914
|
symbol: 'USDC.e',
|
|
915
915
|
},
|
|
916
|
+
[ChainId.OPT]: {
|
|
917
|
+
address: '0x7f5c764cbc14f9669b88837ca1490cca17c31607',
|
|
918
|
+
decimals: 6,
|
|
919
|
+
name: 'Bridged USD Coin',
|
|
920
|
+
symbol: 'USDC.e',
|
|
921
|
+
},
|
|
916
922
|
},
|
|
917
923
|
},
|
|
918
924
|
// BUSD
|