This script outputs address,tiker etc. of every new contract deployed on the EVM-based chains.
sudo apt install git
sudo apt install nodejs
sudo apt install npm
node -v
npm -v
git clone https://github.com/whonion/js-sniffer-deployed-contracts.git
cd js-sniffer-deployed-contracts
npm i
npm i -g typescript
npm i -g ts-node
npm run start