@cryptorubic/core 1.7.0-alpha-xrpl-adapter.4 → 1.7.0-alpha.clearswap.2

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.7.0-alpha-xrpl-adapter.4",
3
+ "version": "1.7.0-alpha.clearswap.2",
4
4
  "dependencies": {
5
5
  "bignumber.js": "9.1.2",
6
6
  "tslib": "*"
@@ -93,6 +93,5 @@ exports.blockchainId = {
93
93
  [blockchain_name_1.BLOCKCHAIN_NAME.FILECOIN]: 314,
94
94
  [blockchain_name_1.BLOCKCHAIN_NAME.SOLANA]: 7565164,
95
95
  [blockchain_name_1.BLOCKCHAIN_NAME.SUI]: 9999101,
96
- [blockchain_name_1.BLOCKCHAIN_NAME.STELLAR]: 1500,
97
- [blockchain_name_1.BLOCKCHAIN_NAME.RIPPLE]: 1440000
96
+ [blockchain_name_1.BLOCKCHAIN_NAME.STELLAR]: 1500
98
97
  };
@@ -334,4 +334,3 @@ export type IcpBlockchainName = typeof BLOCKCHAIN_NAME.ICP;
334
334
  export type TonBlockchainName = typeof BLOCKCHAIN_NAME.TON;
335
335
  export type SuiBlockchainName = typeof BLOCKCHAIN_NAME.SUI;
336
336
  export type StellarBlockchainName = typeof BLOCKCHAIN_NAME.STELLAR;
337
- export type RippleBlockchainName = typeof BLOCKCHAIN_NAME.RIPPLE;