@cryptorubic/core 1.3.0 → 1.4.0

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/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@cryptorubic/core",
3
- "version": "1.3.0",
3
+ "version": "1.4.0",
4
4
  "dependencies": {
5
5
  "bignumber.js": "9.1.2",
6
6
  "tslib": "*"
@@ -91,5 +91,6 @@ exports.blockchainId = {
91
91
  [blockchain_name_1.BLOCKCHAIN_NAME.BITCOIN]: 5555,
92
92
  [blockchain_name_1.BLOCKCHAIN_NAME.FILECOIN]: 314,
93
93
  [blockchain_name_1.BLOCKCHAIN_NAME.SOLANA]: 7565164,
94
- [blockchain_name_1.BLOCKCHAIN_NAME.SUI]: 9999101
94
+ [blockchain_name_1.BLOCKCHAIN_NAME.SUI]: 9999101,
95
+ [blockchain_name_1.BLOCKCHAIN_NAME.STELLAR]: 1500
95
96
  };
@@ -331,3 +331,4 @@ export type TronBlockchainName = typeof BLOCKCHAIN_NAME.TRON;
331
331
  export type IcpBlockchainName = typeof BLOCKCHAIN_NAME.ICP;
332
332
  export type TonBlockchainName = typeof BLOCKCHAIN_NAME.TON;
333
333
  export type SuiBlockchainName = typeof BLOCKCHAIN_NAME.SUI;
334
+ export type StellarBlockchainName = typeof BLOCKCHAIN_NAME.STELLAR;