Skip to content

Commit

Permalink
Changes walletconnect to mainnet
Browse files Browse the repository at this point in the history
  • Loading branch information
cordt-sei authored May 26, 2024
1 parent e5ea963 commit 1c418c2
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions components/EvmWalletConnect/EvmWalletConnect.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -14,8 +14,8 @@ export default function EvmWalletConnect() {
http: ["https://evm-rpc.sei-apis.com"],
webSocket: ["wss://evm-ws.sei-apis.com"],
};
const seiDevnet: Chain = {
id: 513,
const sei: Chain = {
id: 531,
name: "Sei Network",
network: "Sei",
nativeCurrency: {
Expand All @@ -34,7 +34,7 @@ export default function EvmWalletConnect() {
};

const { chains, publicClient } = configureChains(
[seiDevnet],
[sei],
[publicProvider()]
);

Expand Down

0 comments on commit 1c418c2

Please sign in to comment.