Skip to content

Commit

Permalink
feat(accounts-store): add default sol chain provider
Browse files Browse the repository at this point in the history
  • Loading branch information
estebanabaroa committed Mar 19, 2024
1 parent 40dfddc commit c660709
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions src/stores/accounts/account-generator.ts
Original file line number Diff line number Diff line change
Expand Up @@ -21,6 +21,10 @@ const chainProviders: ChainProviders = {
urls: ['https://polygon-rpc.com'],
chainId: 137,
},
sol: {
urls: ['https://solrpc.xyz'],
chainId: 1,
},
}

// default options aren't saved to database so they can be changed
Expand Down

0 comments on commit c660709

Please sign in to comment.