Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
fix: increase gas limit for bridged erc20 deposits (#45)
The gas limit of 16k seems to be fine for addresses that already have an entry in the erc20 balance storage map, but is too low for new entries. Based on preliminary testing, 64k seems to be a good value with some buffer.
- Loading branch information