Skip to content

Commit

Permalink
Added Sepolia and Amoy as optional chains (#519)
Browse files Browse the repository at this point in the history
  • Loading branch information
rommex authored Apr 24, 2024
1 parent 3569029 commit 5162f93
Showing 1 changed file with 4 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -1097,6 +1097,7 @@ extension WalletConnectServiceV2 {
"eip155": ProposalNamespace(
chains: [
Blockchain("eip155:1")!,
Blockchain("eip155:137")!,
],
methods: [
"eth_sendTransaction",
Expand All @@ -1112,7 +1113,9 @@ extension WalletConnectServiceV2 {
"eip155": ProposalNamespace(
chains: [
Blockchain("eip155:1")!,
Blockchain("eip155:137")!
Blockchain("eip155:137")!,
Blockchain("eip155:80002")!,
Blockchain("eip155:11155111")!,
],
methods: [
"eth_sendTransaction",
Expand Down

0 comments on commit 5162f93

Please sign in to comment.