You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
"deploy-local": "npm run deploy-airdrop && npm run generate-abi",
"generate-abi": "front/script/generate-abi.sh",
"deploy-airdrop": "forge script DeployAirdrop --rpc-url http://localhost:8545 -vv --mnemonics 'test test test test test test test test test test test junk' --sender '0xf39Fd6e51aad88F6F4ce6aB8827279cffFb92266' --broadcast",
"test": "forge test --fork-url https://gateway.tenderly.co/public/polygon-mumbai",