diff --git a/components/RPC-Connection.jsx b/components/RPC-Connection.jsx index a254d4399b21..d300f39c5641 100644 --- a/components/RPC-Connection.jsx +++ b/components/RPC-Connection.jsx @@ -38,10 +38,10 @@ function RPC({ network, path, defaultValue, filter=undefined }) { wsUrl = "wss://kusama-rpc.polkadot.io/"; break; case Statemine: - wsUrl = "wss://statemine-rpc.polkadot.io/"; + wsUrl = "wss://kusama-asset-hub-rpc.polkadot.io/"; break; case Statemint: - wsUrl = "wss://statemint-rpc.polkadot.io/"; + wsUrl = "wss://polkadot-asset-hub-rpc.polkadot.io/"; break; default: console.log(`Unknown network provided, ${network}`); @@ -161,4 +161,4 @@ function applyFilter(value, filter, network, setReturnValue) { } } -export default RPC; \ No newline at end of file +export default RPC;