@cryptorubic/core 1.0.1 → 1.1.0-alpha-stellar.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.0.1",
3
+ "version": "1.1.0-alpha-stellar.0",
4
4
  "dependencies": {
5
5
  "bignumber.js": "9.1.2",
6
6
  "tslib": "*"
@@ -90,5 +90,6 @@ 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
93
+ [blockchain_name_1.BLOCKCHAIN_NAME.SUI]: 9999101,
94
+ [blockchain_name_1.BLOCKCHAIN_NAME.STELLAR]: 1500
94
95
  };
@@ -329,3 +329,4 @@ 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;