Skip to content

Commit

Permalink
Make mainnet first default chain
Browse files Browse the repository at this point in the history
  • Loading branch information
ioedeveloper committed Aug 21, 2023
1 parent 7ee8ce7 commit 3443968
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -47,9 +47,9 @@ export class WalletConnectRemixClient extends PluginClient {
async initClient() {
try {
this.chains = [
mainnet,
arbitrum,
arbitrumGoerli,
mainnet,
polygon,
polygonMumbai,
optimism,
Expand Down

0 comments on commit 3443968

Please sign in to comment.