@pioneer-platform/pioneer-caip 9.2.18 → 9.2.20

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/lib/data.d.ts CHANGED
@@ -112,6 +112,7 @@ export declare const shortListRangoNameToNetworkId: {
112
112
  OSMOSIS: string;
113
113
  AVAX_CCHAIN: string;
114
114
  ETH: string;
115
+ BASE: string;
115
116
  THOR: string;
116
117
  BCH: string;
117
118
  LTC: string;
package/lib/data.js CHANGED
@@ -226,6 +226,7 @@ exports.shortListRangoNameToNetworkId = {
226
226
  OSMOSIS: 'cosmos:osmosis-1',
227
227
  AVAX_CCHAIN: 'eip155:43114',
228
228
  ETH: 'eip155:1',
229
+ BASE: 'eip155:8453',
229
230
  THOR: 'cosmos:thorchain-mainnet-v1',
230
231
  BCH: 'bip122:000000000000000000651ef99cb9fcbe',
231
232
  LTC: 'bip122:12a765e31ffd4059bada1e25190f6e98',
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@pioneer-platform/pioneer-caip",
3
- "version": "9.2.18",
3
+ "version": "9.2.20",
4
4
  "main": "./lib/index.js",
5
5
  "types": "./lib/main.d.ts",
6
6
  "_moduleAliases": {