Skip to content

Commit

Permalink
Add ethers js (#166)
Browse files Browse the repository at this point in the history
  • Loading branch information
zavodil authored Apr 17, 2023
1 parent 779a8de commit fa895a4
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions src/data/ethersProvider.js
Original file line number Diff line number Diff line change
Expand Up @@ -63,6 +63,12 @@ export const onboard = init({
label: "Matic Mainnet",
rpcUrl: "https://rpc.ankr.com/polygon",
},
{
id: 324,
token: "ETH",
label: "zkSync",
rpcUrl: "https://zksync2-mainnet.zksync.io"
}
],
appMetadata: {
name: "BOS",
Expand Down

0 comments on commit fa895a4

Please sign in to comment.