Skip to content

Commit

Permalink
fix(site): swap rpc
Browse files Browse the repository at this point in the history
  • Loading branch information
cor committed Oct 24, 2023
1 parent ae15337 commit f759411
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion site/src/lib/constants.ts
Original file line number Diff line number Diff line change
Expand Up @@ -13,4 +13,4 @@ export const UCS01_UNION_SOURCE_CHANNEL = "channel-17";
export const UCS01_SEPOLIA_SOURCE_CHANNEL = "channel-0";
export const UCS01_SEPOLIA_PORT_ID = "ucs01-relay";

export const UNION_RPC_URL = "wss://rpc.wearehome.io";
export const UNION_RPC_URL = "wss://rpc.wakey.uno";

0 comments on commit f759411

Please sign in to comment.