ethpandaops / verkle-devnets

For verkle testnets

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Deploy aave-v3 on verkle devnets post genesis

parithosh opened this issue · comments

Aave has a verkle branch we should use: https://github.com/bgd-labs/aave-v3-origin/tree/feat/verkle

We need to run: make deploy-v3-batched on this branch, after copying the env.example into env and then configuring the privatekey as well as net variable

@pk910 perhaps this is something we can add to assertoor? or would you prefer its a one-shot container we just call in ansible and call it a day?

If in assertoor, it could be that we deploy + make a simple test tx on there, as a way to validate contracts working

commented

Heya @parithosh, sorry didn't see the message.

Yea, it's possible with assertoor.
I've built an example playbook that deploys the contracts:
https://github.com/ethpandaops/assertoor-test/blob/master/assertoor-tests/verkle-dev/aave-deployment.yaml

It builds & deploys the contracts, but not sure what to test afterwards :)