Update submodule references and improve CI workflow
Some checks failed
Deploy to Phoenix / deploy (push) Has been cancelled
Some checks failed
Deploy to Phoenix / deploy (push) Has been cancelled
- Update submodule references for explorer-monorepo and smom-dbis-138 to latest commits. - Modify CI workflow to include shellcheck installation and enforce error severity for script checks. - Update contract addresses in configuration and documentation to reflect the new canonical addresses for CCIPWETH9Bridge and CCIP Router. - Revise integration test documentation to align with updated contract addresses and deployment statuses. Made-with: Cursor
This commit is contained in:
@@ -11,8 +11,8 @@ ADDR_CCIP_RECEIVER="0xC12236C03b28e675d376774FCE2C2C052488430F"
|
||||
ADDR_VOTING="0x022267b26400114aF01BaCcb92456Fe36cfccD93"
|
||||
|
||||
ADDR_CCIP_SENDER="0x105F8A15b819948a89153505762444Ee9f324684"
|
||||
ADDR_CCIPWETH10_BRIDGE="0xF5a87528cEb72312979DB0C51509489caF940721"
|
||||
ADDR_CCIPWETH9_BRIDGE="${CCIPWETH9_BRIDGE_CHAIN138:-0x9cba0D04Ae5f6f16e3C599025aB97a05c4A593d5}"
|
||||
ADDR_CCIPWETH10_BRIDGE="0xe0E93247376aa097dB308B92e6Ba36bA015535D0"
|
||||
ADDR_CCIPWETH9_BRIDGE="${CCIPWETH9_BRIDGE_CHAIN138:-0xcacfd227A040002e49e2e01626363071324f820a}"
|
||||
|
||||
# alltra-lifi-settlement
|
||||
ADDR_MERCHANT_SETTLEMENT="0x16D9A2cB94A0b92721D93db4A6Cd8023D3338800"
|
||||
|
||||
@@ -26,7 +26,7 @@
|
||||
"toChain": 1,
|
||||
"asset": "WETH",
|
||||
"pathType": "CCIP",
|
||||
"bridgeAddress": "0x9cba0D04Ae5f6f16e3C599025aB97a05c4A593d5",
|
||||
"bridgeAddress": "0xcacfd227A040002e49e2e01626363071324f820a",
|
||||
"bridgeChainId": 138,
|
||||
"label": "CCIPWETH9Bridge"
|
||||
},
|
||||
@@ -45,7 +45,7 @@
|
||||
"toChain": 56,
|
||||
"asset": "WETH",
|
||||
"pathType": "CCIP",
|
||||
"bridgeAddress": "0x9cba0D04Ae5f6f16e3C599025aB97a05c4A593d5",
|
||||
"bridgeAddress": "0xcacfd227A040002e49e2e01626363071324f820a",
|
||||
"bridgeChainId": 138,
|
||||
"label": "CCIPWETH9Bridge"
|
||||
},
|
||||
@@ -64,7 +64,7 @@
|
||||
"toChain": 137,
|
||||
"asset": "WETH",
|
||||
"pathType": "CCIP",
|
||||
"bridgeAddress": "0x9cba0D04Ae5f6f16e3C599025aB97a05c4A593d5",
|
||||
"bridgeAddress": "0xcacfd227A040002e49e2e01626363071324f820a",
|
||||
"bridgeChainId": 138,
|
||||
"label": "CCIPWETH9Bridge"
|
||||
},
|
||||
@@ -83,7 +83,7 @@
|
||||
"toChain": 10,
|
||||
"asset": "WETH",
|
||||
"pathType": "CCIP",
|
||||
"bridgeAddress": "0x9cba0D04Ae5f6f16e3C599025aB97a05c4A593d5",
|
||||
"bridgeAddress": "0xcacfd227A040002e49e2e01626363071324f820a",
|
||||
"bridgeChainId": 138,
|
||||
"label": "CCIPWETH9Bridge"
|
||||
},
|
||||
@@ -102,7 +102,7 @@
|
||||
"toChain": 42161,
|
||||
"asset": "WETH",
|
||||
"pathType": "CCIP",
|
||||
"bridgeAddress": "0x9cba0D04Ae5f6f16e3C599025aB97a05c4A593d5",
|
||||
"bridgeAddress": "0xcacfd227A040002e49e2e01626363071324f820a",
|
||||
"bridgeChainId": 138,
|
||||
"label": "CCIPWETH9Bridge"
|
||||
},
|
||||
@@ -121,7 +121,7 @@
|
||||
"toChain": 43114,
|
||||
"asset": "WETH",
|
||||
"pathType": "CCIP",
|
||||
"bridgeAddress": "0x9cba0D04Ae5f6f16e3C599025aB97a05c4A593d5",
|
||||
"bridgeAddress": "0xcacfd227A040002e49e2e01626363071324f820a",
|
||||
"bridgeChainId": 138,
|
||||
"label": "CCIPWETH9Bridge"
|
||||
},
|
||||
@@ -140,7 +140,7 @@
|
||||
"toChain": 8453,
|
||||
"asset": "WETH",
|
||||
"pathType": "CCIP",
|
||||
"bridgeAddress": "0x9cba0D04Ae5f6f16e3C599025aB97a05c4A593d5",
|
||||
"bridgeAddress": "0xcacfd227A040002e49e2e01626363071324f820a",
|
||||
"bridgeChainId": 138,
|
||||
"label": "CCIPWETH9Bridge"
|
||||
},
|
||||
@@ -159,7 +159,7 @@
|
||||
"toChain": 100,
|
||||
"asset": "WETH",
|
||||
"pathType": "CCIP",
|
||||
"bridgeAddress": "0x9cba0D04Ae5f6f16e3C599025aB97a05c4A593d5",
|
||||
"bridgeAddress": "0xcacfd227A040002e49e2e01626363071324f820a",
|
||||
"bridgeChainId": 138,
|
||||
"label": "CCIPWETH9Bridge"
|
||||
},
|
||||
@@ -178,7 +178,7 @@
|
||||
"toChain": 25,
|
||||
"asset": "WETH",
|
||||
"pathType": "CCIP",
|
||||
"bridgeAddress": "0x9cba0D04Ae5f6f16e3C599025aB97a05c4A593d5",
|
||||
"bridgeAddress": "0xcacfd227A040002e49e2e01626363071324f820a",
|
||||
"bridgeChainId": 138,
|
||||
"label": "CCIPWETH9Bridge"
|
||||
},
|
||||
@@ -197,7 +197,7 @@
|
||||
"toChain": 42220,
|
||||
"asset": "WETH",
|
||||
"pathType": "CCIP",
|
||||
"bridgeAddress": "0x9cba0D04Ae5f6f16e3C599025aB97a05c4A593d5",
|
||||
"bridgeAddress": "0xcacfd227A040002e49e2e01626363071324f820a",
|
||||
"bridgeChainId": 138,
|
||||
"label": "CCIPWETH9Bridge"
|
||||
},
|
||||
@@ -216,7 +216,7 @@
|
||||
"toChain": 1111,
|
||||
"asset": "WETH",
|
||||
"pathType": "CCIP",
|
||||
"bridgeAddress": "0x9cba0D04Ae5f6f16e3C599025aB97a05c4A593d5",
|
||||
"bridgeAddress": "0xcacfd227A040002e49e2e01626363071324f820a",
|
||||
"bridgeChainId": 138,
|
||||
"label": "CCIPWETH9Bridge"
|
||||
},
|
||||
|
||||
Reference in New Issue
Block a user