@xchainjs/xchain-thorchain 0.27.1 → 0.27.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/lib/index.esm.js +1 -1
- package/lib/index.js +1 -1
- package/package.json +1 -1
package/lib/index.esm.js
CHANGED
|
@@ -9969,7 +9969,7 @@ class Client extends BaseXChainClient {
|
|
|
9969
9969
|
[Network.Testnet]: "44'/931'/0'/0/",
|
|
9970
9970
|
}, chainIds = {
|
|
9971
9971
|
[Network.Mainnet]: 'thorchain-mainnet-v1',
|
|
9972
|
-
[Network.Stagenet]: '
|
|
9972
|
+
[Network.Stagenet]: 'thorchain-stagenet-v2',
|
|
9973
9973
|
[Network.Testnet]: 'deprecated',
|
|
9974
9974
|
}, }) {
|
|
9975
9975
|
super(Chain.Cosmos, { network, rootDerivationPaths, phrase });
|
package/lib/index.js
CHANGED
|
@@ -9977,7 +9977,7 @@ class Client extends xchainClient.BaseXChainClient {
|
|
|
9977
9977
|
[xchainClient.Network.Testnet]: "44'/931'/0'/0/",
|
|
9978
9978
|
}, chainIds = {
|
|
9979
9979
|
[xchainClient.Network.Mainnet]: 'thorchain-mainnet-v1',
|
|
9980
|
-
[xchainClient.Network.Stagenet]: '
|
|
9980
|
+
[xchainClient.Network.Stagenet]: 'thorchain-stagenet-v2',
|
|
9981
9981
|
[xchainClient.Network.Testnet]: 'deprecated',
|
|
9982
9982
|
}, }) {
|
|
9983
9983
|
super(xchainUtil.Chain.Cosmos, { network, rootDerivationPaths, phrase });
|