Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 2 additions & 2 deletions broadcast/deployed-addresses.json
Original file line number Diff line number Diff line change
Expand Up @@ -614,9 +614,9 @@
"block_number": 1552582
},
"SpokePool": {
"address": "0x2271a5E74eA8A29764ab10523575b41AA52455f0",
"address": "0x50039fAEfebef707cFD94D6d462fE6D10B39207a",
"transaction_hash": "Unknown",
"block_number": 1623864
"block_number": 1710028
},
"SpokePoolVerifier": {
"address": "0x3Fb9cED51E968594C87963a371Ed90c39519f65A",
Expand Down
4 changes: 2 additions & 2 deletions broadcast/deployed-addresses.md
Original file line number Diff line number Diff line change
Expand Up @@ -630,9 +630,9 @@ This file contains the latest deployed smart contract addresses from the broadca

#### SpokePool

- **SpokePool**: `0x2271a5E74eA8A29764ab10523575b41AA52455f0`
- **SpokePool**: `0x50039fAEfebef707cFD94D6d462fE6D10B39207a`
- Transaction Hash: `Unknown`
- Block Number: `1623864`
- Block Number: `1710028`

#### SpokePoolVerifier

Expand Down
22 changes: 18 additions & 4 deletions deployments/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -155,7 +155,21 @@ This is because this `deployments.json` file is used by bots in [`@across-protoc

## Lens mainnet (232)

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

## HyperEVM mainnet (999)

| Contract Name | Address |
| ------------------- | ------------------------------------------------------------------------------------------------------------------------ |
| Universal_SpokePool | [0x35E63eA3eb0fb7A3bc543C71FB66412e1F6B0E04](https://hyperevmscan.io/address/0x35E63eA3eb0fb7A3bc543C71FB66412e1F6B0E04) |
| MulticallHandler | [0x5E7840E06fAcCb6d1c3b5F5E0d1d3d07F2829bba](https://hyperevmscan.io/address/0x5E7840E06fAcCb6d1c3b5F5E0d1d3d07F2829bba) |

## Plasma mainnet (9745)

| Contract Name | Address |
| ------------------- | ---------------------------------------------------------------------------------------------------------------------- |
| Universal_SpokePool | [0x50039fAEfebef707cFD94D6d462fE6D10B39207a](https://plasmascan.to/address/0x50039fAEfebef707cFD94D6d462fE6D10B39207a) |
| MulticallHandler | [0x5E7840E06fAcCb6d1c3b5F5E0d1d3d07F2829bba](https://plasmascan.to/address/0x5E7840E06fAcCb6d1c3b5F5E0d1d3d07F2829bba) |
2 changes: 1 addition & 1 deletion deployments/deployments.json
Original file line number Diff line number Diff line change
Expand Up @@ -164,7 +164,7 @@
},
"9745": {
"Helios": { "address": "0x7e63a5f1a8f0b4d0934b2f2327daed3f6bb2ee75", "blockNumber": 1552582 },
"SpokePool": { "address": "0x2271a5E74eA8A29764ab10523575b41AA52455f0", "blockNumber": 1623864 },
"SpokePool": { "address": "0x50039fAEfebef707cFD94D6d462fE6D10B39207a", "blockNumber": 1710028 },
"SpokePoolVerifier": { "address": "0x3Fb9cED51E968594C87963a371Ed90c39519f65A", "blockNumber": 1619568 },
"SpokePoolPeriphery": { "address": "0xF1BF00D947267Da5cC63f8c8A60568c59FA31bCb", "blockNumber": 1628438 },
"MulticallHandler": { "address": "0x5E7840E06fAcCb6d1c3b5F5E0d1d3d07F2829bba", "blockNumber": 1619956 }
Expand Down
4 changes: 2 additions & 2 deletions deployments/plasma/Universal_SpokePool.json

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@across-protocol/contracts",
"version": "4.1.8",
"version": "4.1.9",
"author": "UMA Team",
"license": "AGPL-3.0-only",
"repository": {
Expand Down
Loading