@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.esm.js
CHANGED
|
@@ -127756,7 +127756,7 @@ const getDefaultClientUrls = () => {
|
|
|
127756
127756
|
return {
|
|
127757
127757
|
[Network.Testnet]: ['deprecated'],
|
|
127758
127758
|
[Network.Stagenet]: ['https://stagenet-rpc.ninerealms.com'],
|
|
127759
|
-
[Network.Mainnet]: ['https://rpc
|
|
127759
|
+
[Network.Mainnet]: ['https://rpc.ninerealms.com'],
|
|
127760
127760
|
};
|
|
127761
127761
|
};
|
|
127762
127762
|
/**
|