Commit Graph

5 Commits

Author SHA1 Message Date
bruce-riley abd0b330ef
Deploy Worldchain testnet (#4140)
* Deploy Worldchain testnet

* Update WETH address

* Fix cli test and add token bridge VAAs
2024-10-21 16:19:58 -05:00
John Saigle c9690c9f85
eth: fix unbound variable errors in shell utilities (#4103)
The `set -u` options in these scripts caused them to fail with 'unbound
variable' errors when CLI args or env variables were unset. This commit
fixes the validation so that the scripts output usage info or helpful
errors instead of exiting with unbound variable errors that the user
must read the source to diagnose.

for the script `ethereum/sh/upgrade_all_testnet.sh`, the commit updates
a variable name that appears incorrect.
2024-10-06 16:39:20 -04:00
bruce-riley 530fea1b06
Eth: Make registerAllChainsOnTokenBridge not require worm support (#4083) 2024-08-16 14:53:49 -05:00
bruce-riley 557fc921d8
Eth: Upgrade scripts (#3921)
* Eth: Upgrade scripts

* Code review rework
2024-05-02 09:49:11 -05:00
bruce-riley db9f33a816
Tilt : Deploy with forge instead of truffle (#3877)
* Tilt: Deploy with Forge instead of Truffle

* Move shell scripts
2024-04-19 10:44:04 -04:00