Skip to content

Commit

Permalink
Update App.js
Browse files Browse the repository at this point in the history
  • Loading branch information
zekraken-bot authored Sep 20, 2023
1 parent 4241a7f commit d4e5a67
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/App.js
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ function App() {
const [addressToBalance2, setAddressToBalance2] = useState({});

const fetchBalances = async () => {
const provider = new ethers.providers.JsonRpcProvider("https://1rpc.io/base");
const provider = new ethers.providers.JsonRpcProvider("https://base-mainnet.g.alchemy.com/v2/znOtZmP-nPzjmnAdAkp3g2l5AEoW5lx_");

// Get a unique set of addresses
const addresses = [...new Set(uniqueDataState.map((event) => event.subject.address))];
Expand Down

0 comments on commit d4e5a67

Please sign in to comment.