Commit Graph

3 Commits

Author SHA1 Message Date
scnale 105ad59bad
Adds VAA self signing logic and updates implementation addresses (#42)
* evm: remove obsolete packages.

* evm: fixes shebang for shell scripts.

* evm: forward arguments in deploy shell scripts.

* evm: adjustments in `tsconfig.json`

* evm: adds script to self sign testnet upgrade.

* evm: yarn.lock update

* evm: Adds registrations to circle integration initializer temporarily.

* evm: fixes env var for RPC URLs

* evm: rename environment files.

* evm: adds RPC URLs for arbitrum and eth testnets

* evm: updates the CircleIntegration implementation addresses.

* evm: switches to ESM.

* evm: yarn.lock update

* evm: reverts testnet hardcoded cross registrations.

* evm: removes `ts-node` in favour of `tsx`

* minor fixes to submit_testnet_registraion script

* adds base deployment configuration

* fix env variable on base mainnet deployment

* base mainnet configuration

---------

Co-authored-by: solanoe <solanoepalacio@gmail.com>
2023-10-27 11:26:55 -03:00
Reptile 5af729041b
evm: fix integration test (#19)
Co-authored-by: gator-boi <gator-boi@users.noreply.github.com>
2023-01-30 14:56:44 -06:00
Reptile dbc7d7d10f
Add evm integration tests (#9)
* evm: rename 00_environment.ts

* evm: add IUSDC.sol

* evm: add two anvil procs

* evm: add eth to avax test

* evm: add test failure cases

* evm: add mock contract to test redemptions

* evm: test clean up

* Add testnet governance upgrade script

* Remove typo in deploy_mock_contracts.sol

* evm: fix foundry.toml

* Remove null check in test

Co-authored-by: A5 Pickle <a5-pickle@users.noreply.github.com>
Co-authored-by: gator-boi <gator-boi@users.noreply.github.com>
2022-11-22 10:15:45 -06:00