Skip to content

Commit 1d7173c

Browse files
authored
feat: lens redeployment (#1093)
* feat: lens redeployment Signed-off-by: bennett <bennett@umaproject.org> * package Signed-off-by: bennett <bennett@umaproject.org> * fix Signed-off-by: bennett <bennett@umaproject.org> --------- Signed-off-by: bennett <bennett@umaproject.org>
1 parent 95e7bfe commit 1d7173c

File tree

6 files changed

+909
-207
lines changed

6 files changed

+909
-207
lines changed

deploy/059_deploy_lens_spokepool.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@ const func: DeployFunction = async function (hre: HardhatRuntimeEnvironment) {
2323
const { zkErc20Bridge, zkUSDCBridge, cctpTokenMessenger } = L2_ADDRESS_MAP[spokeChainId];
2424

2525
const initArgs = [
26-
0, // Start at 0 since this first time we're deploying this spoke pool. On future upgrades increase this.
26+
100_000, // Redeployment of the Spoke Pool proxy @ 09-01-2025. Offset the initial deposit ID by 100k
2727
zkErc20Bridge,
2828
hubPool.address,
2929
hubPool.address,

deployments/README.md

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -155,7 +155,7 @@ This is because this `deployments.json` file is used by bots in [`@across-protoc
155155

156156
## Lens mainnet (232)
157157

158-
| Contract Name | Address |
159-
| ---------------- | ---------------------------------------------- |
160-
| Lens_SpokePool | [0xe7cb3e167e7475dE1331Cf6E0CEb187654619E12]() |
161-
| MulticallHandler | [0xc5939F59b3c9662377DdA53A08D5085b2d52b719]() |
158+
| Contract Name | Address |
159+
| ---------------- | ----------------------------------------------------------------------------------------------------------------------------------- |
160+
| Lens_SpokePool | [0xb234cA484866c811d0e6D3318866F583781ED045](https://explorer.lens.xyz/address/0xb234cA484866c811d0e6D3318866F583781ED045#contract) |
161+
| MulticallHandler | [0xc5939F59b3c9662377DdA53A08D5085b2d52b719](https://explorer.lens.xyz/address/0xc5939F59b3c9662377DdA53A08D5085b2d52b719) |

deployments/deployments.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -76,7 +76,7 @@
7676
"SpokePoolPeriphery": { "address": "0x89415a82d909a7238d69094C3Dd1dCC1aCbDa85C", "blockNumber": 73247089 }
7777
},
7878
"232": {
79-
"SpokePool": { "address": "0xe7cb3e167e7475dE1331Cf6E0CEb187654619E12", "blockNumber": 193290 },
79+
"SpokePool": { "address": "0xb234cA484866c811d0e6D3318866F583781ED045", "blockNumber": 4197027 },
8080
"MulticallHandler": { "address": "0xc5939F59b3c9662377DdA53A08D5085b2d52b719", "blockNumber": 193291 },
8181
"SpokePoolPeriphery": { "address": "0x8A8cA9c4112c67b7Dae7dF7E89EA45D592362107", "blockNumber": 2884429 }
8282
},

0 commit comments

Comments
 (0)