Commit Graph

16 Commits

Author SHA1 Message Date
bruce-riley df918bb527
deploy_mezo_testnet (#4300) 2025-03-18 08:42:54 -05:00
bruce-riley c1aad314f2
Deployment: Add Movement testnet token bridge (#4245) 2025-01-27 09:50:02 -06:00
bruce-riley f521dc432b
Deploy token bridge to Monad testnet (#4238) 2025-01-27 08:10:37 -06:00
bruce-riley db1ee86bfb
Deploy SeiEVM testnet (#4209)
* cli: arbitrary chain registration

* Deploy SeiEVM Testnet

---------

Co-authored-by: Evan Gray <battledingo@gmail.com>
2025-01-06 12:08:20 -06:00
bruce-riley 79657d4392
Node: Rename Hyperliquid to HyperEVM (#4199)
* Node: Rename Hyperliquid to HyperEVM

* Add registration VAA
2024-12-19 12:17:42 -06:00
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
André Claro 71fd49642d
sdk: update karura testnet contracts and tokenBridgeVAA (#4055)
* env: add slow option to FORGE_ARGS on karura testnet

* vaa: update karura testnet tokenBridgeVAA

* karura: update karura testnet contracts
2024-08-02 14:22:55 -04:00
André Claro 6be0660960 acala: update testnet contracts and VAA due to network reset 2024-07-30 07:04:52 -04:00
bruce-riley f3e6a9398e
Deploy Snaxchain to testnet (#4035)
* Deploy Snaxchain to testnet

* Code review rework
2024-07-25 13:19:26 -05:00
Evan Gray 6adb1e899a deployments: update standardRelayerVAAs.csv to gs4 2024-04-26 11:24:01 -04:00
Jeff Schroeder 44a8453ee6
deployments: add RockawayX as a new Guardian (#3880)
* deployments: update for guardian set index v4

Wormholescan returns vaas base64 encoded, but guardianSetVAAs.csv
has them in hex format. This is the correct command to download a
guardian set upgrade vaa and convert it to hex in one go:

    curl -sq 0000000000000000000000000000000004/18252082506122526004 | \
        jq .vaaBytes -r | \
        base64 -d | \
        xxd -p | \
        tr -d '\n'
    echo

Refs: wormhole-foundation/wormhole-networks#53

* node: update admin template gsti to 4

Refs: wormhole-foundation/wormhole-networks#53
2024-04-16 13:02:37 -04:00
bruce-riley f290df6b9b
Ethereum: deploy with forge (#3862)
* eth: deploy with forge

* Delete unused scripts

* Support upgrade, bytecode verify and publish tool

* Add script to register all chains on a new chain
2024-04-15 12:13:37 -05:00
Sebastián Claudio Nale c0b402cd1f deploy: adds Standard Relayer VAAs for mainnet. 2024-02-28 22:00:03 -05:00
bruce-riley 86e905e1e8
node: Gateway watcher support (#3275)
* Gateway/Node: Watcher support

* Fix prettier error

* Work around duplicate VAA error
2023-08-14 11:13:20 -04:00
bruce-riley 94dedc2cbd
Node/Deploy: Add base VAAs (#3226) 2023-07-20 13:02:40 -05:00
bruce-riley d1cfbdf46c
Node: Base deployment (#3213)
* Node: Base deployment

Change-Id: I9ccd5cbc6c44d1891acb9d443e9e2b29b25afa3c

* Add governance VAAs

Change-Id: I426107fd7ad2e6bef063b8f178c1683a6590a54e

* Update contract addresses

Change-Id: I1cf92bb08d1c45b22dec195e2d076e7aabf3e369

* Update URL in repair script

* Add baseRPC to devnet/node.yaml
2023-07-18 08:17:27 -04:00