Skip to content

Commit 12b4a15

Browse files
authored
Changed hardcoded rpc in ts sdk (#3977)
2 parents ded2e07 + dbf4502 commit 12b4a15

File tree

4 files changed

+7
-7
lines changed

4 files changed

+7
-7
lines changed

app/app.nix

+1-1
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@ _: {
1919
{
2020
packages = {
2121
app = jsPkgs.buildNpmPackage {
22-
npmDepsHash = "sha256-6VXC6YAFhxPuoI03OojOURqYHPzrrhJAMFXnLfGl+yc";
22+
npmDepsHash = "sha256-o215ZVz15bG3gRLsyLaGqkE8AKheroRkqQvNum7bfzg=";
2323
src = ./.;
2424
sourceRoot = "app";
2525
npmFlags = [

app/package-lock.json

+4-4
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

app/package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@
2525
"@tanstack/svelte-query": "5.61.5",
2626
"@tanstack/svelte-table": "^8.20.5",
2727
"@tanstack/svelte-virtual": "3.10.9",
28-
"@unionlabs/client": "^0.1.3",
28+
"@unionlabs/client": "^0.1.5",
2929
"@wagmi/connectors": "5.7.5",
3030
"@wagmi/core": "2.16.3",
3131
"bits-ui": "^0.21.13",

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)