Skip to content

Commit

Permalink
fix: Use correct chainId for sepolia in walletconnect config (#4692)
Browse files Browse the repository at this point in the history
  • Loading branch information
usame-algan authored Apr 25, 2024
1 parent 88eba30 commit 45f1e7d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/helpers/connectors.ts
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ const connectors = {
projectId: 'e6454bd61aba40b786e866a69bd4c5c6',
chains: [1],
optionalChains: [
4, 5, 10, 42, 56, 100, 137, 246, 1088, 42161, 73799, 1115511
4, 5, 10, 42, 56, 100, 137, 246, 1088, 42161, 73799, 11155111
],
methods: ['eth_sendTransaction', 'personal_sign', 'eth_signTypedData_v4'],
optionalMethods: ['eth_accounts'],
Expand Down

0 comments on commit 45f1e7d

Please sign in to comment.