Skip to content

Latest commit

 

History

History
23 lines (15 loc) · 463 Bytes

README.md

File metadata and controls

23 lines (15 loc) · 463 Bytes

zerodev-paymaster-scripts

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