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
scnale 6b649274ee
Evm/arbitrum mainnet deployment (#37)
* evm: Adds addresses for Arbitrum's `CircleIntegration` deployment.

* evm: Simplifies verification scripts.
2023-06-22 10:51:03 -05:00
A5 Pickle 4a87626cbb
evm: add forge tests (#6)
* evm: add forge and integration tests

* evm: add guardian governance for register target chain token; add tests

* evm: add guardian governance for upgrade contract; remove owner

* evm: clean up

* evm: fix shell scripts

* evm: remove TODO

* evm: remove CircleIntegrationSimulator

* evm: add evmChain

* evm: fix struct

Co-authored-by: A5 Pickle <a5-pickle@users.noreply.github.com>
2022-11-10 17:21:32 -06:00