Some checks failed
CI/CD Pipeline / Solidity Contracts (push) Failing after 1m12s
CI/CD Pipeline / Security Scanning (push) Successful in 2m21s
CI/CD Pipeline / Lint and Format (push) Failing after 25s
CI/CD Pipeline / Terraform Validation (push) Failing after 24s
CI/CD Pipeline / Kubernetes Validation (push) Successful in 22s
Deploy ChainID 138 / Deploy ChainID 138 (push) Failing after 41s
Validation / validate-genesis (push) Successful in 27s
Validation / validate-terraform (push) Failing after 25s
Validation / validate-kubernetes (push) Failing after 9s
Validation / validate-smart-contracts (push) Failing after 9s
Validation / validate-security (push) Failing after 1m6s
Validation / validate-documentation (push) Failing after 16s
OMNL reconcile anchor / Run omnl:reconcile and upload artifacts (push) Failing after 23s
Verify Deployment / Verify Deployment (push) Failing after 52s
Includes Monad↔Chain138 CCIP proof/deploy/verify tooling, relay service guards, bridge integration tweaks, and frontend ENS/network config follow-ups. Co-authored-by: Cursor <cursoragent@cursor.com>
23 lines
940 B
Plaintext
23 lines
940 B
Plaintext
# Monad mainnet (chain 143) — CCIP stack for Chain 138 mesh
|
|
# Copy into smom-dbis-138/.env after deploy (or before if pre-seeding WMON addresses).
|
|
# See docs/03-deployment/MONAD_CHAIN138_DEPLOYMENT_RUNBOOK.md
|
|
|
|
MONAD_MAINNET_RPC=https://rpc.monad.xyz
|
|
# Or Infura: https://monad-mainnet.infura.io/v3/<YOUR-API-KEY>
|
|
|
|
CCIP_MONAD_ROUTER=0x33566fE5976AAa420F3d5C64996641Fc3858CaDB
|
|
MONAD_SELECTOR=8481857512324358265
|
|
# Native MON CCIP fees until LINK ERC-20 exists on Monad:
|
|
CCIP_MONAD_LINK_TOKEN=0x0000000000000000000000000000000000000000
|
|
|
|
# Canonical wrapped native (use for both WETH9/WETH10 slots on Monad)
|
|
WMON_MAINNET=0x754704bc059f8c67012fed69bc8a327a5aafb603
|
|
WETH9_MONAD=0x754704bc059f8c67012fed69bc8a327a5aafb603
|
|
WETH10_MONAD=0x754704bc059f8c67012fed69bc8a327a5aafb603
|
|
|
|
# Fill after deploy-monad-ccip-stack.sh --execute
|
|
CCIPWETH9_BRIDGE_MONAD=
|
|
CCIPWETH10_BRIDGE_MONAD=
|
|
|
|
DEST_FUND_WALLET_MONAD=0x4A666F96fC8764181194447A7dFdb7d471b301C8
|