WIP: Chain138 deployment scripts, flash receivers, HYBX OMNL recovery

This commit is contained in:
defiQUG
2026-06-02 06:09:44 -07:00
parent e1560a880b
commit f04a7cb7c8
35 changed files with 2279 additions and 83 deletions

View File

@@ -0,0 +1,32 @@
{
"schemaVersion": "1.0.0",
"status": "pending_wormhole_foundation_ack",
"evmChainId": 138,
"wormholeChainId": null,
"updated": "2026-05-27",
"note": "Populate after Guardian ACK + deploy. Do not treat as canonical until verified on explorer.",
"contracts": {
"WormholeCore": {
"address": null,
"deployTx": null
},
"WormholeSetup": {
"address": null
},
"WormholeImplementation": {
"address": null
},
"TokenBridge": {
"address": null,
"deployTx": null
}
},
"upstream": {
"repo": "https://github.com/wormhole-foundation/wormhole",
"ref": "v2.56.0",
"deployScripts": [
"ethereum/sh/deployCoreBridge.sh",
"ethereum/sh/deployTokenBridge.sh"
]
}
}