@pioneer-platform/pioneer-caip 9.2.28 → 9.2.29

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
@@ -81,6 +81,7 @@ export declare const shortListSymbolToCaip: {
81
81
  AVAX: string;
82
82
  ADA: string;
83
83
  BNB: string;
84
+ BSC: string;
84
85
  EOS: string;
85
86
  FIO: string;
86
87
  };
package/lib/data.js CHANGED
@@ -195,6 +195,7 @@ exports.shortListSymbolToCaip = {
195
195
  AVAX: 'eip155:43114/slip44:60',
196
196
  ADA: 'placeholder:caip:cardano:native:cardano',
197
197
  BNB: 'eip155:56/slip44:60',
198
+ BSC: 'eip155:56/slip44:60',
198
199
  EOS: 'eos:cf057bbfb72640471fd910bcb67639c22df9f92470936cddc1ade0e2f2e7dc4f/slip44:194',
199
200
  FIO: 'placeholder:caip:fio:native:fio-protocol'
200
201
  };
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@pioneer-platform/pioneer-caip",
3
- "version": "9.2.28",
3
+ "version": "9.2.29",
4
4
  "main": "./lib/index.js",
5
5
  "types": "./lib/main.d.ts",
6
6
  "_moduleAliases": {