Skip to content

Commit 01fdb91

Browse files
authored
feat: redeploy universal spoke pool with new SP1Helios attached (#994)
* feat: redeploy universal spoke pool with new SP1Helios attached Compatible with post-pectra hardfork EVM * update
1 parent 60a79c3 commit 01fdb91

File tree

3 files changed

+5
-4
lines changed

3 files changed

+5
-4
lines changed

deploy/111_deploy_universal_spokepool.ts

+1
Original file line numberDiff line numberDiff line change
@@ -28,6 +28,7 @@ const func: DeployFunction = async function (hre: HardhatRuntimeEnvironment) {
2828
USDC[spokeChainId] ?? ZERO_ADDRESS,
2929
L2_ADDRESS_MAP[spokeChainId]?.cctpTokenMessenger ?? ZERO_ADDRESS,
3030
];
31+
console.log(`Deploying new Universal SpokePool on ${spokeChainId} with args:`, constructorArgs);
3132

3233
// @dev Deploy on different address for each chain.
3334
// The Universal Adapter writes calldata to be relayed to L2 by associating it with the

deploy/consts.ts

+2-2
Original file line numberDiff line numberDiff line change
@@ -178,8 +178,8 @@ export const L2_ADDRESS_MAP: { [key: number]: { [contractName: string]: string }
178178
uniswapV3SwapRouter: "0xE592427A0AEce92De3Edee1F18E0157C05861564",
179179
"1inchV6Router": "0x111111125421cA6dc452d289314280a0f8842A65",
180180
},
181-
56: {
182-
helios: "0x3bed21dae767e4df894b31b14ad32369ce4bad8b",
181+
[CHAIN_IDs.BSC]: {
182+
helios: "0xcdb25d0a6fffe639bc591a565f2d99507837f2b7",
183183
},
184184
[CHAIN_IDs.POLYGON]: {
185185
fxChild: "0x8397259c983751DAf40400790063935a11afa28a",

deployments/bsc/Universal_SpokePool.json

+2-2
Large diffs are not rendered by default.

0 commit comments

Comments
 (0)