@lifi/data-types 2.1.5 → 2.2.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.
@@ -332,10 +332,7 @@ export const supportedEVMChains = [
332
332
  symbol: 'MOVR',
333
333
  decimals: 18,
334
334
  },
335
- rpcUrls: [
336
- 'https://moonriver.publicnode.com',
337
- 'https://rpc.api.moonriver.moonbeam.network',
338
- ],
335
+ rpcUrls: ['https://rpc.api.moonriver.moonbeam.network'],
339
336
  },
340
337
  },
341
338
  // 1284 Moonbeam
@@ -358,10 +355,7 @@ export const supportedEVMChains = [
358
355
  symbol: 'GLMR',
359
356
  decimals: 18,
360
357
  },
361
- rpcUrls: [
362
- 'https://moonbeam.publicnode.com',
363
- 'https://rpc.api.moonbeam.network',
364
- ],
358
+ rpcUrls: ['https://rpc.api.moonbeam.network'],
365
359
  },
366
360
  },
367
361
  // 2 - Expanse Network
@@ -335,10 +335,7 @@ exports.supportedEVMChains = [
335
335
  symbol: 'MOVR',
336
336
  decimals: 18,
337
337
  },
338
- rpcUrls: [
339
- 'https://moonriver.publicnode.com',
340
- 'https://rpc.api.moonriver.moonbeam.network',
341
- ],
338
+ rpcUrls: ['https://rpc.api.moonriver.moonbeam.network'],
342
339
  },
343
340
  },
344
341
  // 1284 Moonbeam
@@ -361,10 +358,7 @@ exports.supportedEVMChains = [
361
358
  symbol: 'GLMR',
362
359
  decimals: 18,
363
360
  },
364
- rpcUrls: [
365
- 'https://moonbeam.publicnode.com',
366
- 'https://rpc.api.moonbeam.network',
367
- ],
361
+ rpcUrls: ['https://rpc.api.moonbeam.network'],
368
362
  },
369
363
  },
370
364
  // 2 - Expanse Network
@@ -814,10 +814,8 @@ exports.basicCoins = [
814
814
  decimals: 6,
815
815
  },
816
816
  [types_1.ChainId.BAS]: {
817
- address: '0xd9aaec86b65d86f6a7b5b1b0c42ffa531710b6ca',
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
@@ -811,10 +811,8 @@ export const basicCoins = [
811
811
  decimals: 6,
812
812
  },
813
813
  [ChainId.BAS]: {
814
- address: '0xd9aaec86b65d86f6a7b5b1b0c42ffa531710b6ca',
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
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@lifi/data-types",
3
- "version": "2.1.5",
3
+ "version": "2.2.1",
4
4
  "description": "Data types for the LI.FI stack",
5
5
  "keywords": [
6
6
  "sdk",