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

New Chain template as a solidity contract #1021

Open
Tritium-VLK opened this issue Jun 10, 2024 · 0 comments
Open

New Chain template as a solidity contract #1021

Tritium-VLK opened this issue Jun 10, 2024 · 0 comments

Comments

@Tritium-VLK
Copy link
Member

Ernesto (DAO msig signer) pointed out that the json payloads for a new chain are very hard to verify. He suggested that we consider using solidity contracts with delegated calls.

Here is Aaves multisig repo with these contracts.

Here is an example on configuring a new market.

It seems like we could actually take any tx builder jsoin that had abi data (contractInputsValues,etc), and generate a solidity script with minimal interaces from it.

Maybe the answer is to write tooling to build solidity contracts from json data?

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant