@xchainjs/xchain-thorchain 3.0.16 → 3.0.17
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/lib/index.esm.js +1 -1
- package/lib/index.js +1 -1
- package/package.json +5 -5
package/lib/index.esm.js
CHANGED
|
@@ -3042,7 +3042,7 @@ const getDefaultClientUrls = () => {
|
|
|
3042
3042
|
return {
|
|
3043
3043
|
[Network.Testnet]: ['deprecated'],
|
|
3044
3044
|
[Network.Stagenet]: [],
|
|
3045
|
-
[Network.Mainnet]: ['https://gateway.liquify.com/chain/thorchain_rpc'],
|
|
3045
|
+
[Network.Mainnet]: ['https://rpc.thorchain.network', 'https://gateway.liquify.com/chain/thorchain_rpc'],
|
|
3046
3046
|
};
|
|
3047
3047
|
};
|
|
3048
3048
|
/**
|
package/lib/index.js
CHANGED
|
@@ -3070,7 +3070,7 @@ const getDefaultClientUrls = () => {
|
|
|
3070
3070
|
return {
|
|
3071
3071
|
[xchainClient.Network.Testnet]: ['deprecated'],
|
|
3072
3072
|
[xchainClient.Network.Stagenet]: [],
|
|
3073
|
-
[xchainClient.Network.Mainnet]: ['https://gateway.liquify.com/chain/thorchain_rpc'],
|
|
3073
|
+
[xchainClient.Network.Mainnet]: ['https://rpc.thorchain.network', 'https://gateway.liquify.com/chain/thorchain_rpc'],
|
|
3074
3074
|
};
|
|
3075
3075
|
};
|
|
3076
3076
|
/**
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@xchainjs/xchain-thorchain",
|
|
3
|
-
"version": "3.0.
|
|
3
|
+
"version": "3.0.17",
|
|
4
4
|
"description": "Custom Thorchain client and utilities used by XChainJS clients",
|
|
5
5
|
"keywords": [
|
|
6
6
|
"THORChain",
|
|
@@ -45,14 +45,14 @@
|
|
|
45
45
|
"@scure/base": "^1.2.6",
|
|
46
46
|
"@scure/bip32": "^1.7.0",
|
|
47
47
|
"@xchainjs/ledger-thorchain": "^0.3.1",
|
|
48
|
-
"@xchainjs/xchain-client": "2.0.
|
|
49
|
-
"@xchainjs/xchain-cosmos-sdk": "2.0.
|
|
48
|
+
"@xchainjs/xchain-client": "2.0.13",
|
|
49
|
+
"@xchainjs/xchain-cosmos-sdk": "2.0.13",
|
|
50
50
|
"@xchainjs/xchain-crypto": "1.0.6",
|
|
51
51
|
"@xchainjs/xchain-util": "2.0.7",
|
|
52
|
-
"axios": "1.15.
|
|
52
|
+
"axios": "1.15.2",
|
|
53
53
|
"bignumber.js": "^11.0.0",
|
|
54
54
|
"cosmjs-types": "0.9.0",
|
|
55
|
-
"protobufjs": "
|
|
55
|
+
"protobufjs": "7.5.8"
|
|
56
56
|
},
|
|
57
57
|
"publishConfig": {
|
|
58
58
|
"access": "public",
|