wormhole/deployments/mainnet
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
..
guardianSetVAAs.csv deployments: add RockawayX as a new Guardian (#3880) 2024-04-16 13:02:37 -04:00
nftBridgeVAAs.csv Node/Deploy: Add base VAAs (#3226) 2023-07-20 13:02:40 -05:00
standardRelayerVAAs.csv deploy: adds Standard Relayer VAAs for mainnet. 2024-02-28 22:00:03 -05:00
tokenBridgeVAAs.csv node: Gateway watcher support (#3275) 2023-08-14 11:13:20 -04:00