@cryptorubic/core 1.4.2-alpha.cloudflare.1 → 1.4.3

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.4.2-alpha.cloudflare.1",
3
+ "version": "1.4.3",
4
4
  "dependencies": {
5
5
  "bignumber.js": "9.1.2",
6
6
  "tslib": "*"
@@ -552,7 +552,7 @@ exports.nativeTokensList = {
552
552
  address: '0x0000000000000000000000000000000000000000',
553
553
  name: 'Cardano',
554
554
  symbol: 'ADA',
555
- decimals: 18
555
+ decimals: 6
556
556
  }),
557
557
  [blockchain_name_1.BLOCKCHAIN_NAME.APTOS]: new token_1.Token({
558
558
  blockchain: blockchain_name_1.BLOCKCHAIN_NAME.APTOS,