diff --git a/scripts/airdrop-polygon/web3.js b/scripts/airdrop-polygon/web3.js index 6486d8d..7c42855 100644 --- a/scripts/airdrop-polygon/web3.js +++ b/scripts/airdrop-polygon/web3.js @@ -12,5 +12,4 @@ module.exports = () => { ) web3.chain = 'polygon' return web3 - // return new Web3(new Web3.providers.HttpProvider('https://rpc.xdaichain.com/')) }