Skip to content
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

Emulate SafePack Functionality #45

Open
bh2smith opened this issue Sep 16, 2024 · 0 comments
Open

Emulate SafePack Functionality #45

bh2smith opened this issue Sep 16, 2024 · 0 comments
Labels
enhancement New feature or request

Comments

@bh2smith
Copy link
Collaborator

bh2smith commented Sep 16, 2024

Currently we construct a suite of safe contracts, but hard-code the provider to Sepolia (this is a cheeky hack) since the code is the same on all EVMs (except zkEVMs). This suggests that we may not need to make any chain reads in the first place if we can simply emulate the solidity code.

I think that this Viem Documentation for "deployless read" is exactly what we are seeking here:

https://viem.sh/docs/contract/readContract.html#deployless-reads

@bh2smith bh2smith added the enhancement New feature or request label Sep 16, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
None yet
Development

No branches or pull requests

1 participant