We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 162f6a4 commit 9131135Copy full SHA for 9131135
typescript-sdk/src/cosmos/client.ts
@@ -28,7 +28,7 @@ export const cosmosChainId = [
28
export const cosmosRpcs: Record<CosmosChainId, string> = {
29
"elgafar-1": "https://rpc.elgafar-1.stargaze.chain.kitchen",
30
"osmo-test-5": "https://rpc.osmo-test-5.osmosis.chain.kitchen",
31
- "union-testnet-9": "https://rpc.union-testnet-9.union.chain.kitchen",
+ "union-testnet-9": "https://rpc.testnet-9.union.build",
32
"union-testnet-8": "https://rpc.union-testnet-8.union.chain.kitchen",
33
"stride-internal-1": "https://rpc.stride-internal-1.stride.chain.kitchen",
34
"bbn-test-5": "https://rpc.bbn-test-5.babylon.chain.kitchen"
0 commit comments