This script is used to check the balance and deposit to the zerodev paymaster contract on Conduit rollup chains.
To install dependencies:
bun install
Note that you need to configure CHAIN
, DEPOSIT_AMOUNT
, and VERSION
in index.ts
before running the scripts.
To check the balance:
bun run check-balance
To deposit to the paymaster contract:
bun run deposit