@cryptorubic/core 0.7.6 → 0.7.7

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.7.6",
3
+ "version": "0.7.7",
4
4
  "dependencies": {
5
5
  "tslib": "^2.3.0",
6
6
  "bignumber.js": "9.1.2",
@@ -735,5 +735,12 @@ exports.nativeTokensList = {
735
735
  name: 'Sui',
736
736
  symbol: 'SUI',
737
737
  decimals: 9
738
+ }),
739
+ [blockchain_name_1.BLOCKCHAIN_NAME.RIPPLE]: new token_1.Token({
740
+ blockchain: blockchain_name_1.BLOCKCHAIN_NAME.RIPPLE,
741
+ address: '0x0000000000000000000000000000000000000000',
742
+ name: 'Ripple',
743
+ symbol: 'XRP',
744
+ decimals: 6
738
745
  })
739
746
  };