Skip to content

Commit

Permalink
change ethereum rpc to fix deposit status issue
Browse files Browse the repository at this point in the history
  • Loading branch information
MickWang committed Jul 24, 2024
1 parent c01903c commit 32ef50f
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 1 deletion.
5 changes: 5 additions & 0 deletions data/networks.ts
Original file line number Diff line number Diff line change
Expand Up @@ -62,6 +62,11 @@ export const l1Networks = {
...mainnet,
name: "Ethereum",
network: "mainnet",
rpcUrls: {
default: {
http: ["https://rpc.ankr.com/eth", "https://cloudflare-eth.com"],
},
},
},
goerli: {
...goerli,
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
"description": "zkLink Portal provides Wallet and Bridge functionality for interacting with zkLink Nova",
"private": true,
"scripts": {
"dev": "nuxt dev",
"dev": "nuxt dev --port 3333",
"dev:node:memory": "cross-env NODE_TYPE=memory npm run dev",
"dev:node:docker": "cross-env NODE_TYPE=dockerized npm run dev",
"dev:node:nexus-goerli": "cross-env NODE_TYPE=nexus-goerli npm run dev",
Expand Down

0 comments on commit 32ef50f

Please sign in to comment.