I was working on this and I realized that a redeployment could be nice to have to:
- rename the smart contract to permit3 for disambiguation.
- Allow us to import already used Nonces as an array (intended to clone the used ones on mainnet and gnosis chain) during deployment,
- Add a method we can call later for batch nonce imports. This beats having to send thousands of individual invalidation requests.
- A versioning setter, so we can leave a comment if its deprecated etc.
I hope its easy to batch read the entire nonce bitmap in a single RPC call, otherwise this can be tedious.
I was working on this and I realized that a redeployment could be nice to have to:
I hope its easy to batch read the entire nonce bitmap in a single RPC call, otherwise this can be tedious.