@cryptorubic/core 1.1.0-alpha-stellar.35 → 1.1.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.1.0-alpha-stellar.35",
3
+ "version": "1.1.0",
4
4
  "dependencies": {
5
5
  "bignumber.js": "9.1.2",
6
6
  "tslib": "*"
@@ -90,6 +90,5 @@ exports.blockchainId = {
90
90
  [blockchain_name_1.BLOCKCHAIN_NAME.BITCOIN]: 5555,
91
91
  [blockchain_name_1.BLOCKCHAIN_NAME.FILECOIN]: 314,
92
92
  [blockchain_name_1.BLOCKCHAIN_NAME.SOLANA]: 7565164,
93
- [blockchain_name_1.BLOCKCHAIN_NAME.SUI]: 9999101,
94
- [blockchain_name_1.BLOCKCHAIN_NAME.STELLAR]: 1500
93
+ [blockchain_name_1.BLOCKCHAIN_NAME.SUI]: 9999101
95
94
  };
@@ -329,4 +329,3 @@ export type TronBlockchainName = typeof BLOCKCHAIN_NAME.TRON;
329
329
  export type IcpBlockchainName = typeof BLOCKCHAIN_NAME.ICP;
330
330
  export type TonBlockchainName = typeof BLOCKCHAIN_NAME.TON;
331
331
  export type SuiBlockchainName = typeof BLOCKCHAIN_NAME.SUI;
332
- export type StellarBlockchainName = typeof BLOCKCHAIN_NAME.STELLAR;