diff --git a/data-sources/citizens/generate-voting-power-datasets.ts b/data-sources/citizens/generate-voting-power-datasets.ts index 6fc387839..44ea1480d 100644 --- a/data-sources/citizens/generate-voting-power-datasets.ts +++ b/data-sources/citizens/generate-voting-power-datasets.ts @@ -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)