Skip to content

Commit

Permalink
fix: undo 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 e43e32c commit 247adcc
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 5 deletions.
1 change: 1 addition & 0 deletions .github/workflows/production.yml
Original file line number Diff line number Diff line change
Expand Up @@ -33,6 +33,7 @@ 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: 0 additions & 5 deletions data/networks.ts
Original file line number Diff line number Diff line change
Expand Up @@ -8,11 +8,6 @@ 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 247adcc

Please sign in to comment.