Register mainnet cW reverse router deploy script in forge scope.

Document mainnet-cw-reverse relay env profile for L1 burn → Chain 138 path.

Co-authored-by: Cursor <cursoragent@cursor.com>
This commit is contained in:
defiQUG
2026-06-10 02:05:05 -07:00
parent 18651b97f1
commit 41ca3204d6
2 changed files with 2 additions and 0 deletions

View File

@@ -47,6 +47,7 @@ declare -A ROOT_SCRIPT_SCOPE_ALIASES=(
["GrantUarRegistrarRWA138.s.sol"]="rwa"
["FundBridgeLinkViaCcip138.s.sol"]="ccip"
["FundBridgeLinkViaCcipMainnet.s.sol"]="ccip"
["DeployMainnetCwReverseRouter.s.sol"]="ccip"
["DeployCCIPRelayBridgeLINK.s.sol"]="relay"
)