From a0ce80f28ead535d4f16b174c97d9f63f4030f00 Mon Sep 17 00:00:00 2001 From: Peter Grassberger Date: Fri, 17 Jun 2022 12:24:11 +0200 Subject: [PATCH] Remove unused code --- scripts/airdrop-polygon/web3.js | 1 - 1 file changed, 1 deletion(-) 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/')) }