Skip to content

Commit

Permalink
fix: temporarily use rpc for balances
Browse files Browse the repository at this point in the history
  • Loading branch information
JackHamer09 committed Apr 8, 2024
1 parent 0dfc1ee commit e43e32c
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 1 deletion.
1 change: 0 additions & 1 deletion .github/workflows/production.yml
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,6 @@ jobs:
- name: Setup .env
run: |
echo "WALLET_CONNECT_PROJECT_ID=${{ secrets.WALLET_CONNECT_PROJECT_ID }}" > .env
echo "ANKR_TOKEN=${{ secrets.ANKR_TOKEN }}" >> .env
echo "SCREENING_API_URL=${{ secrets.SCREENING_API_URL }}" >> .env
echo "DATAPLANE_URL=${{ secrets.DATAPLANE_URL }}" >> .env
echo "RUDDER_KEY=${{ secrets.RUDDER_KEY }}" >> .env
Expand Down
5 changes: 5 additions & 0 deletions data/networks.ts
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,11 @@ import type { Chain } from "@wagmi/core/chains";
export const l1Networks = {
mainnet: {
...mainnet,
rpcUrls: {
default: {
http: ["https://rpc.ankr.com/eth/f66261f3ba4647abb11fc7a7048110ecc2a470590cab52e8ee81b01a0f9006ab"],
},
},
name: "Ethereum",
network: "mainnet",
},
Expand Down

0 comments on commit e43e32c

Please sign in to comment.