@xchainjs/xchain-thorchain 2.0.2 → 2.0.4
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.esm.js.map +1 -1
- package/lib/index.js +1 -1
- package/lib/index.js.map +1 -1
- package/package.json +4 -4
package/lib/index.js
CHANGED
|
@@ -127785,7 +127785,7 @@ const getDefaultClientUrls = () => {
|
|
|
127785
127785
|
return {
|
|
127786
127786
|
[xchainClient.Network.Testnet]: ['deprecated'],
|
|
127787
127787
|
[xchainClient.Network.Stagenet]: ['https://stagenet-rpc.ninerealms.com'],
|
|
127788
|
-
[xchainClient.Network.Mainnet]: ['https://rpc
|
|
127788
|
+
[xchainClient.Network.Mainnet]: ['https://rpc.ninerealms.com'],
|
|
127789
127789
|
};
|
|
127790
127790
|
};
|
|
127791
127791
|
/**
|