-
Notifications
You must be signed in to change notification settings - Fork 43
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Update testing scripts #284
Comments
/start |
! Please set your wallet address with the /wallet command first and try again. |
/wallet |
- error: missing required argument 'address' |
/wallet 0x085195Da50B895b5b31C1A2C6264D4a7eB39D6F0 |
+ Successfully registered wallet address |
/start |
Tip
|
@harshmittal1750 I'm sorry to let you know but it's better that this task be closed as unplanned as the original changes this PR was references were never implemented, sorry about that. Please feel free to take on another task although if you see this warning:
please tag myself or someone else from the org and we'll let you know if it's still relevant. |
Requires #274
The linked PR introduces support for stacked permits and extends multi-network capabilities.
Proposed changes for streamlined testing:
Setup two Anvil instances:
Configuration requirements:
8546
with networkId31338
.Funding script updates:
Script adjustments:
process.env
usage and hardcode necessary values to enhance clarity and prevent operational errors during script execution.Permit generation:
Additional testing scripts:
test:anvil-eth
andtest:fund-eth
scripts, to be utilized only when testing this feature.RPC Handler Update:
NODE_ENV
check inuse-rpc-handler
to ensure compatibility:31338
is not a supported network in therpcHandler
packagetime: 2 hours
The text was updated successfully, but these errors were encountered: