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; diff --git a/docs/learn/learn-guides-assets-create.md b/docs/learn/learn-guides-assets-create.md index a8969fcf339d..0cbf1cc5d58e 100644 --- a/docs/learn/learn-guides-assets-create.md +++ b/docs/learn/learn-guides-assets-create.md @@ -14,7 +14,7 @@ transferring assets — both Fungible and Non-Fungible Tokens (NFTs). The native hub is {{ polkadot: DOT :polkadot }}{{ kusama: KSM :kusama }}. The Existential Deposit (ED), transaction fees, and the deposits for proxy/multisig operations are about 1/10th of the values on the Relay chains. For example, the Existential Deposit of an Asset Hub account is -{{ polkadot: , :polkadot }} +{{ polkadot: , :polkadot }} {{ kusama: , :kusama }} when compared to {{ polkadot: on Polkadot :polkadot }}