Skip to content

Commit

Permalink
Merge pull request #10 from unionlabs/update-urls
Browse files Browse the repository at this point in the history
chore: update rpc urls
  • Loading branch information
cor authored Jan 24, 2025
2 parents 804d858 + e44a835 commit e92681e
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 6 deletions.
6 changes: 3 additions & 3 deletions src/assets/chains/mainnet/union-testnet-9.json
Original file line number Diff line number Diff line change
@@ -1,10 +1,10 @@
{
"chain_name": "union",
"api": [
"https://rest-testnet-9-cors-proxy.unionlabs.workers.dev/"
"https://rest.testnet-9.union.build"
],
"rpc": [
"https://rpc.union-testnet-9.cor.systems"
"https://rpc.testnet-9.union.build"
],
"sdk_version": "0.47.0",
"addr_prefix": "union",
Expand All @@ -21,4 +21,4 @@
"logo": "https://raw.githubusercontent.com/Agoric/agoric-sdk/master/packages/wallet/ui/public/tokens/BLD.svg"
}
]
}
}
6 changes: 3 additions & 3 deletions src/assets/chains/testnet/union-testnet-9.json
Original file line number Diff line number Diff line change
@@ -1,10 +1,10 @@
{
"chain_name": "union",
"api": [
"https://rest-testnet-9-cors-proxy.unionlabs.workers.dev/"
"https://rest.testnet-9.union.build"
],
"rpc": [
"https://rpc.union-testnet-9.cor.systems"
"https://rpc.testnet-9.union.build"
],
"sdk_version": "0.47.0",
"addr_prefix": "union",
Expand All @@ -21,4 +21,4 @@
"logo": "https://raw.githubusercontent.com/Agoric/agoric-sdk/master/packages/wallet/ui/public/tokens/BLD.svg"
}
]
}
}

0 comments on commit e92681e

Please sign in to comment.