Skip to content

Commit

Permalink
Update generate-voting-power-datasets.ts
Browse files Browse the repository at this point in the history
aahna-ashina authored Dec 26, 2023

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature.
1 parent 2720319 commit 3623dca
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion data-sources/citizens/generate-voting-power-datasets.ts
Original file line number Diff line number Diff line change
@@ -8,7 +8,7 @@ const fs = require('fs')
const ethers = require('ethers')
const EthDater = require('ethereum-block-by-date')

const web3 = new Web3('https://rpc.ankr.com/eth')
const web3 = new Web3('https://eth.llamarpc.com')
console.info('web3.version:', web3.version)

const dater = new EthDater(web3)

0 comments on commit 3623dca

Please sign in to comment.