@cryptorubic/core 0.14.2 → 0.15.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": "0.14.2",
3
+ "version": "0.15.0-alpha-stellar.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
  };
@@ -657,7 +657,7 @@ exports.nativeTokensList = {
657
657
  address: '0x0000000000000000000000000000000000000000',
658
658
  name: 'Stellar',
659
659
  symbol: 'XLM',
660
- decimals: 18
660
+ decimals: 7
661
661
  }),
662
662
  [blockchain_name_1.BLOCKCHAIN_NAME.MONERO]: new token_1.Token({
663
663
  blockchain: blockchain_name_1.BLOCKCHAIN_NAME.MONERO,