Skip to content

Commit 9131135

Browse files
committed
chore(ts-sdk): changed hardcoded union-testnet-9 rpc
Signed-off-by: Kaan Caglan <[email protected]>
1 parent 162f6a4 commit 9131135

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

typescript-sdk/src/cosmos/client.ts

+1-1
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,7 @@ export const cosmosChainId = [
2828
export const cosmosRpcs: Record<CosmosChainId, string> = {
2929
"elgafar-1": "https://rpc.elgafar-1.stargaze.chain.kitchen",
3030
"osmo-test-5": "https://rpc.osmo-test-5.osmosis.chain.kitchen",
31-
"union-testnet-9": "https://rpc.union-testnet-9.union.chain.kitchen",
31+
"union-testnet-9": "https://rpc.testnet-9.union.build",
3232
"union-testnet-8": "https://rpc.union-testnet-8.union.chain.kitchen",
3333
"stride-internal-1": "https://rpc.stride-internal-1.stride.chain.kitchen",
3434
"bbn-test-5": "https://rpc.bbn-test-5.babylon.chain.kitchen"

0 commit comments

Comments
 (0)