The paymaster needs to deposit Ether into the entrypoint contract in order to sponsor user transactions. Previously this was done in the test script, but for the paymaster service to serve its purpose, I've moved this to before starting the paymaster server. The amount to be deposited can be set in the config file. The deposit script can also be run anytime if the operator wants to top up funds.
The paymaster needs to deposit Ether into the entrypoint contract in order to sponsor user transactions. Previously this was done in the test script, but for the paymaster service to serve its purpose, I've moved this to before starting the paymaster server. The amount to be deposited can be set in the config file. The deposit script can also be run anytime if the operator wants to top up funds.