@lifi/data-types 2.0.0 → 2.1.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,7 +332,7 @@ export const supportedEVMChains = [
332
332
  symbol: 'MOVR',
333
333
  decimals: 18,
334
334
  },
335
- rpcUrls: ['https://rpc.api.moonriver.moonbeam.network'],
335
+ rpcUrls: ['https://moonriver.publicnode.com', 'https://rpc.api.moonriver.moonbeam.network'],
336
336
  },
337
337
  },
338
338
  // 1284 Moonbeam
@@ -355,7 +355,7 @@ export const supportedEVMChains = [
355
355
  symbol: 'GLMR',
356
356
  decimals: 18,
357
357
  },
358
- rpcUrls: ['https://rpc.api.moonbeam.network'],
358
+ rpcUrls: ['https://moonbeam.publicnode.com', 'https://rpc.api.moonbeam.network'],
359
359
  },
360
360
  },
361
361
  // 2 - Expanse Network
@@ -335,7 +335,7 @@ exports.supportedEVMChains = [
335
335
  symbol: 'MOVR',
336
336
  decimals: 18,
337
337
  },
338
- rpcUrls: ['https://rpc.api.moonriver.moonbeam.network'],
338
+ rpcUrls: ['https://moonriver.publicnode.com', 'https://rpc.api.moonriver.moonbeam.network'],
339
339
  },
340
340
  },
341
341
  // 1284 Moonbeam
@@ -358,7 +358,7 @@ exports.supportedEVMChains = [
358
358
  symbol: 'GLMR',
359
359
  decimals: 18,
360
360
  },
361
- rpcUrls: ['https://rpc.api.moonbeam.network'],
361
+ rpcUrls: ['https://moonbeam.publicnode.com', 'https://rpc.api.moonbeam.network'],
362
362
  },
363
363
  },
364
364
  // 2 - Expanse Network
@@ -573,6 +573,11 @@ exports.basicCoins = [
573
573
  decimals: 6,
574
574
  name: 'USDT',
575
575
  },
576
+ [types_1.ChainId.PZE]: {
577
+ address: '0x1E4a5963aBFD975d8c9021ce480b42188849D41d',
578
+ decimals: 6,
579
+ name: 'USDT',
580
+ },
576
581
  // Testnets
577
582
  [types_1.ChainId.GOR]: {
578
583
  address: '0x509ee0d083ddf8ac028f2a56731412edd63223b9',
@@ -570,6 +570,11 @@ export const basicCoins = [
570
570
  decimals: 6,
571
571
  name: 'USDT',
572
572
  },
573
+ [ChainId.PZE]: {
574
+ address: '0x1E4a5963aBFD975d8c9021ce480b42188849D41d',
575
+ decimals: 6,
576
+ name: 'USDT',
577
+ },
573
578
  // Testnets
574
579
  [ChainId.GOR]: {
575
580
  address: '0x509ee0d083ddf8ac028f2a56731412edd63223b9',
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@lifi/data-types",
3
- "version": "2.0.0",
3
+ "version": "2.1.1",
4
4
  "description": "Data types for the LI.FI stack",
5
5
  "keywords": [
6
6
  "sdk",