@lifi/data-types 1.0.0-beta.1 → 1.0.0-beta.3

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.
@@ -23,7 +23,7 @@ exports.basicCoins = [
23
23
  [types_1.ChainId.SOL]: {
24
24
  address: '7vfCXTUXx5WJV5JADk17DUJ4ksgau7utNKj4b963voxs',
25
25
  decimals: 8,
26
- name: 'Wrapped SOL (Wormhole)',
26
+ name: 'Ether (Wormhole)',
27
27
  },
28
28
  [types_1.ChainId.POL]: {
29
29
  address: '0x7ceb23fd6bc0add59e62ac25578270cff1b9f619',
@@ -194,7 +194,7 @@ exports.basicCoins = [
194
194
  [types_1.ChainId.SOL]: {
195
195
  address: '9gP2kCy3wA1ctvYWQk75guqXuHfrEomqydHLtcTCqiLa',
196
196
  decimals: 8,
197
- name: 'Wrapped BNB (Wormhole)',
197
+ name: 'Binance Coin (Wormhole)',
198
198
  },
199
199
  [types_1.ChainId.BSC]: {
200
200
  address: '0x0000000000000000000000000000000000000000',
@@ -331,6 +331,10 @@ exports.basicCoins = [
331
331
  address: '0xe3f5a90f9cb311505cd691a46596599aa1a0ad7d',
332
332
  decimals: 18,
333
333
  },
334
+ [types_1.ChainId.BAS]: {
335
+ address: '0x50c5725949a6f0c72e6c4a641f24049a917db0cb',
336
+ decimals: 18,
337
+ },
334
338
  // Testnets
335
339
  [types_1.ChainId.GOR]: {
336
340
  address: '0xdc31ee1784292379fbb2964b3b9c4124d8f89c60',
@@ -813,8 +817,9 @@ exports.basicCoins = [
813
817
  decimals: 6,
814
818
  },
815
819
  [types_1.ChainId.FTM]: {
816
- address: '0x04068da6c83afcfa0e13ba15a6696662335d5b75',
820
+ address: '0x28a92dde19d9989f39a49905d7c9c2fac7799bdf',
817
821
  decimals: 6,
822
+ name: 'LayerZero USDC Token',
818
823
  },
819
824
  [types_1.ChainId.ARB]: {
820
825
  address: '0xaf88d065e77c8cC2239327C5EDb3A432268e5831',
@@ -953,7 +958,9 @@ exports.basicCoins = [
953
958
  },
954
959
  [types_1.ChainId.SOL]: {
955
960
  address: '33fsBLA8djQm82RpHmE3SuVrPGtZBWNYExsEUeKX1HXX',
956
- decimals: 18,
961
+ decimals: 8,
962
+ name: 'Binance USD (Wormhole from Ethereum)',
963
+ symbol: 'BUSD',
957
964
  },
958
965
  [types_1.ChainId.FUS]: {
959
966
  address: '0x6a5F6A8121592BeCd6747a38d67451B310F7f156',
@@ -1125,7 +1132,7 @@ exports.basicCoins = [
1125
1132
  [types_1.ChainId.SOL]: {
1126
1133
  address: 'AaAEw2VCw1XzgvKB8Rj2DyK2ZVau9fbt2bE8hZFWsMyE',
1127
1134
  decimals: 9,
1128
- name: 'Allbridge from Ethereum',
1135
+ name: 'Wrapped ETH (Allbridge from Ethereum)',
1129
1136
  },
1130
1137
  [types_1.ChainId.BSC]: {
1131
1138
  address: '0x2170ed0880ac9a755fd29b2688956bd959f933f8',
@@ -1238,6 +1245,7 @@ exports.basicCoins = [
1238
1245
  [types_1.ChainId.SOL]: {
1239
1246
  address: 'ChVzxWRmrTeSgwd3Ui3UumcN8KX7VK3WaD4KGeSKpypj',
1240
1247
  decimals: 8,
1248
+ name: 'Sushi',
1241
1249
  },
1242
1250
  [types_1.ChainId.POL]: {
1243
1251
  address: '0x0b3f868e0be5597d5db7feb59e1cadbb0fdda50a',
@@ -1409,7 +1417,7 @@ exports.basicCoins = [
1409
1417
  [types_1.ChainId.SOL]: {
1410
1418
  address: 'GNCjk3FmPPgZTkbQRSxr6nCvLtYMbXKMnRxg8BgJs62e',
1411
1419
  decimals: 9,
1412
- name: 'Allbridge from Celo',
1420
+ name: 'CELO (Allbridge from Celo)',
1413
1421
  },
1414
1422
  },
1415
1423
  },
@@ -20,7 +20,7 @@ export const basicCoins = [
20
20
  [ChainId.SOL]: {
21
21
  address: '7vfCXTUXx5WJV5JADk17DUJ4ksgau7utNKj4b963voxs',
22
22
  decimals: 8,
23
- name: 'Wrapped SOL (Wormhole)',
23
+ name: 'Ether (Wormhole)',
24
24
  },
25
25
  [ChainId.POL]: {
26
26
  address: '0x7ceb23fd6bc0add59e62ac25578270cff1b9f619',
@@ -191,7 +191,7 @@ export const basicCoins = [
191
191
  [ChainId.SOL]: {
192
192
  address: '9gP2kCy3wA1ctvYWQk75guqXuHfrEomqydHLtcTCqiLa',
193
193
  decimals: 8,
194
- name: 'Wrapped BNB (Wormhole)',
194
+ name: 'Binance Coin (Wormhole)',
195
195
  },
196
196
  [ChainId.BSC]: {
197
197
  address: '0x0000000000000000000000000000000000000000',
@@ -328,6 +328,10 @@ export const basicCoins = [
328
328
  address: '0xe3f5a90f9cb311505cd691a46596599aa1a0ad7d',
329
329
  decimals: 18,
330
330
  },
331
+ [ChainId.BAS]: {
332
+ address: '0x50c5725949a6f0c72e6c4a641f24049a917db0cb',
333
+ decimals: 18,
334
+ },
331
335
  // Testnets
332
336
  [ChainId.GOR]: {
333
337
  address: '0xdc31ee1784292379fbb2964b3b9c4124d8f89c60',
@@ -810,8 +814,9 @@ export const basicCoins = [
810
814
  decimals: 6,
811
815
  },
812
816
  [ChainId.FTM]: {
813
- address: '0x04068da6c83afcfa0e13ba15a6696662335d5b75',
817
+ address: '0x28a92dde19d9989f39a49905d7c9c2fac7799bdf',
814
818
  decimals: 6,
819
+ name: 'LayerZero USDC Token',
815
820
  },
816
821
  [ChainId.ARB]: {
817
822
  address: '0xaf88d065e77c8cC2239327C5EDb3A432268e5831',
@@ -950,7 +955,9 @@ export const basicCoins = [
950
955
  },
951
956
  [ChainId.SOL]: {
952
957
  address: '33fsBLA8djQm82RpHmE3SuVrPGtZBWNYExsEUeKX1HXX',
953
- decimals: 18,
958
+ decimals: 8,
959
+ name: 'Binance USD (Wormhole from Ethereum)',
960
+ symbol: 'BUSD',
954
961
  },
955
962
  [ChainId.FUS]: {
956
963
  address: '0x6a5F6A8121592BeCd6747a38d67451B310F7f156',
@@ -1122,7 +1129,7 @@ export const basicCoins = [
1122
1129
  [ChainId.SOL]: {
1123
1130
  address: 'AaAEw2VCw1XzgvKB8Rj2DyK2ZVau9fbt2bE8hZFWsMyE',
1124
1131
  decimals: 9,
1125
- name: 'Allbridge from Ethereum',
1132
+ name: 'Wrapped ETH (Allbridge from Ethereum)',
1126
1133
  },
1127
1134
  [ChainId.BSC]: {
1128
1135
  address: '0x2170ed0880ac9a755fd29b2688956bd959f933f8',
@@ -1235,6 +1242,7 @@ export const basicCoins = [
1235
1242
  [ChainId.SOL]: {
1236
1243
  address: 'ChVzxWRmrTeSgwd3Ui3UumcN8KX7VK3WaD4KGeSKpypj',
1237
1244
  decimals: 8,
1245
+ name: 'Sushi',
1238
1246
  },
1239
1247
  [ChainId.POL]: {
1240
1248
  address: '0x0b3f868e0be5597d5db7feb59e1cadbb0fdda50a',
@@ -1406,7 +1414,7 @@ export const basicCoins = [
1406
1414
  [ChainId.SOL]: {
1407
1415
  address: 'GNCjk3FmPPgZTkbQRSxr6nCvLtYMbXKMnRxg8BgJs62e',
1408
1416
  decimals: 9,
1409
- name: 'Allbridge from Celo',
1417
+ name: 'CELO (Allbridge from Celo)',
1410
1418
  },
1411
1419
  },
1412
1420
  },
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@lifi/data-types",
3
- "version": "1.0.0-beta.1",
3
+ "version": "1.0.0-beta.3",
4
4
  "description": "Data types for the LI.FI stack",
5
5
  "keywords": [
6
6
  "sdk",