Skip to content

Commit 56064c8

Browse files
authored
chore: redeploy plasma (#1118)
* chore: redeploy plasma Signed-off-by: bennett <[email protected]> * package Signed-off-by: bennett <[email protected]> * update Signed-off-by: bennett <[email protected]> * extract Signed-off-by: bennett <[email protected]> --------- Signed-off-by: bennett <[email protected]>
1 parent 8e71faf commit 56064c8

File tree

6 files changed

+26
-12
lines changed

6 files changed

+26
-12
lines changed

broadcast/deployed-addresses.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -614,9 +614,9 @@
614614
"block_number": 1552582
615615
},
616616
"SpokePool": {
617-
"address": "0x2271a5E74eA8A29764ab10523575b41AA52455f0",
617+
"address": "0x50039fAEfebef707cFD94D6d462fE6D10B39207a",
618618
"transaction_hash": "Unknown",
619-
"block_number": 1623864
619+
"block_number": 1710028
620620
},
621621
"SpokePoolVerifier": {
622622
"address": "0x3Fb9cED51E968594C87963a371Ed90c39519f65A",

broadcast/deployed-addresses.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -630,9 +630,9 @@ This file contains the latest deployed smart contract addresses from the broadca
630630

631631
#### SpokePool
632632

633-
- **SpokePool**: `0x2271a5E74eA8A29764ab10523575b41AA52455f0`
633+
- **SpokePool**: `0x50039fAEfebef707cFD94D6d462fE6D10B39207a`
634634
- Transaction Hash: `Unknown`
635-
- Block Number: `1623864`
635+
- Block Number: `1710028`
636636

637637
#### SpokePoolVerifier
638638

deployments/README.md

Lines changed: 18 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -155,7 +155,21 @@ 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 | [0xb234cA484866c811d0e6D3318866F583781ED045](https://explorer.lens.xyz/address/0xb234cA484866c811d0e6D3318866F583781ED045#contract) |
161-
| MulticallHandler | [0xc5939F59b3c9662377DdA53A08D5085b2d52b719](https://explorer.lens.xyz/address/0xc5939F59b3c9662377DdA53A08D5085b2d52b719) |
158+
| Contract Name | Address |
159+
| ---------------- | -------------------------------------------------------------------------------------------------------------------------- |
160+
| Lens_SpokePool | [0xb234cA484866c811d0e6D3318866F583781ED045](https://explorer.lens.xyz/address/0xb234cA484866c811d0e6D3318866F583781ED045) |
161+
| MulticallHandler | [0xc5939F59b3c9662377DdA53A08D5085b2d52b719](https://explorer.lens.xyz/address/0xc5939F59b3c9662377DdA53A08D5085b2d52b719) |
162+
163+
## HyperEVM mainnet (999)
164+
165+
| Contract Name | Address |
166+
| ------------------- | ------------------------------------------------------------------------------------------------------------------------ |
167+
| Universal_SpokePool | [0x35E63eA3eb0fb7A3bc543C71FB66412e1F6B0E04](https://hyperevmscan.io/address/0x35E63eA3eb0fb7A3bc543C71FB66412e1F6B0E04) |
168+
| MulticallHandler | [0x5E7840E06fAcCb6d1c3b5F5E0d1d3d07F2829bba](https://hyperevmscan.io/address/0x5E7840E06fAcCb6d1c3b5F5E0d1d3d07F2829bba) |
169+
170+
## Plasma mainnet (9745)
171+
172+
| Contract Name | Address |
173+
| ------------------- | ---------------------------------------------------------------------------------------------------------------------- |
174+
| Universal_SpokePool | [0x50039fAEfebef707cFD94D6d462fE6D10B39207a](https://plasmascan.to/address/0x50039fAEfebef707cFD94D6d462fE6D10B39207a) |
175+
| MulticallHandler | [0x5E7840E06fAcCb6d1c3b5F5E0d1d3d07F2829bba](https://plasmascan.to/address/0x5E7840E06fAcCb6d1c3b5F5E0d1d3d07F2829bba) |

deployments/deployments.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -164,7 +164,7 @@
164164
},
165165
"9745": {
166166
"Helios": { "address": "0x7e63a5f1a8f0b4d0934b2f2327daed3f6bb2ee75", "blockNumber": 1552582 },
167-
"SpokePool": { "address": "0x2271a5E74eA8A29764ab10523575b41AA52455f0", "blockNumber": 1623864 },
167+
"SpokePool": { "address": "0x50039fAEfebef707cFD94D6d462fE6D10B39207a", "blockNumber": 1710028 },
168168
"SpokePoolVerifier": { "address": "0x3Fb9cED51E968594C87963a371Ed90c39519f65A", "blockNumber": 1619568 },
169169
"SpokePoolPeriphery": { "address": "0xF1BF00D947267Da5cC63f8c8A60568c59FA31bCb", "blockNumber": 1628438 },
170170
"MulticallHandler": { "address": "0x5E7840E06fAcCb6d1c3b5F5E0d1d3d07F2829bba", "blockNumber": 1619956 }

deployments/plasma/Universal_SpokePool.json

Lines changed: 2 additions & 2 deletions
Large diffs are not rendered by default.

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@across-protocol/contracts",
3-
"version": "4.1.8",
3+
"version": "4.1.9",
44
"author": "UMA Team",
55
"license": "AGPL-3.0-only",
66
"repository": {

0 commit comments

Comments
 (0)