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
35 changes: 35 additions & 0 deletions broadcast/deployed-addresses.json
Original file line number Diff line number Diff line change
Expand Up @@ -128,6 +128,11 @@
"transaction_hash": "Unknown",
"block_number": 23371516
},
"Universal_Adapter_9745": {
"address": "0xb47fD69FE25878F4E43aAF2F9ad7D0A3A0B22363",
"transaction_hash": "Unknown",
"block_number": 23419367
},
"Blast_Adapter": {
"address": "0xF2bEf5E905AAE0295003ab14872F811E914EdD81",
"transaction_hash": "Unknown",
Expand Down Expand Up @@ -600,6 +605,36 @@
}
}
},
"9745": {
"chain_name": "Plasma",
"contracts": {
"Helios": {
"address": "0x7e63a5f1a8f0b4d0934b2f2327daed3f6bb2ee75",
"transaction_hash": "Unknown",
"block_number": 1552582
},
"SpokePool": {
"address": "0x2271a5E74eA8A29764ab10523575b41AA52455f0",
"transaction_hash": "Unknown",
"block_number": 1623864
},
"SpokePoolVerifier": {
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

2 small questions:

  • Why does the transaction_hash resolve as unknown? If it's not important, then why even include it as part of this deployed-addresses.json?
  • Should we be deploying the spoke pool verifier or the spoke pool periphery, which should include the spoke pool verifier logic?

Copy link
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

  • The transaction_hash get populated if the contract has been deployed with foundry, I will have a follow up PR to populate all the missing fields from deployments
  • Good point, I wasn't familiar with SpokePoolPeriphery contract, I can deploy that as well

"address": "0x3Fb9cED51E968594C87963a371Ed90c39519f65A",
"transaction_hash": "Unknown",
"block_number": 1619568
},
"SpokePoolPeriphery": {
"address": "0xF1BF00D947267Da5cC63f8c8A60568c59FA31bCb",
"transaction_hash": "Unknown",
"block_number": 1628438
},
"MulticallHandler": {
"address": "0x5E7840E06fAcCb6d1c3b5F5E0d1d3d07F2829bba",
"transaction_hash": "Unknown",
"block_number": 1619956
}
}
},
"34443": {
"chain_name": "Mode",
"contracts": {
Expand Down
38 changes: 38 additions & 0 deletions broadcast/deployed-addresses.md
Original file line number Diff line number Diff line change
Expand Up @@ -156,6 +156,12 @@ This file contains the latest deployed smart contract addresses from the broadca
- Transaction Hash: `Unknown`
- Block Number: `23371516`

#### Universal_Adapter_9745

- **Universal_Adapter_9745**: `0xb47fD69FE25878F4E43aAF2F9ad7D0A3A0B22363`
- Transaction Hash: `Unknown`
- Block Number: `23419367`

#### Blast_Adapter

- **Blast_Adapter**: `0xF2bEf5E905AAE0295003ab14872F811E914EdD81`
Expand Down Expand Up @@ -614,6 +620,38 @@ This file contains the latest deployed smart contract addresses from the broadca
- Transaction Hash: `Unknown`
- Block Number: `33154505`

### Plasma (Chain ID: 9745)

#### Helios

- **Helios**: `0x7e63a5f1a8f0b4d0934b2f2327daed3f6bb2ee75`
- Transaction Hash: `Unknown`
- Block Number: `1552582`

#### SpokePool

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

#### SpokePoolVerifier

- **SpokePoolVerifier**: `0x3Fb9cED51E968594C87963a371Ed90c39519f65A`
- Transaction Hash: `Unknown`
- Block Number: `1619568`

#### SpokePoolPeriphery

- **SpokePoolPeriphery**: `0xF1BF00D947267Da5cC63f8c8A60568c59FA31bCb`
- Transaction Hash: `Unknown`
- Block Number: `1628438`

#### MulticallHandler

- **MulticallHandler**: `0x5E7840E06fAcCb6d1c3b5F5E0d1d3d07F2829bba`
- Transaction Hash: `Unknown`
- Block Number: `1619956`

### Mode (Chain ID: 34443)

#### SpokePool
Expand Down
3 changes: 3 additions & 0 deletions deploy/consts.ts
Original file line number Diff line number Diff line change
Expand Up @@ -188,6 +188,9 @@ export const L2_ADDRESS_MAP: { [key: number]: { [contractName: string]: string }
cctpV2TokenMessenger: "0x28b5a0e9C621a5BadaA536219b3a228C8168cf5d",
cctpV2MessageTransmitter: "0x81D40F21F12A8F0E3252Bccb954D722d4c464B64",
},
[CHAIN_IDs.PLASMA]: {
permit2: "0x000000000022D473030F116dDEE9F6B43aC78BA3",
},
[CHAIN_IDs.POLYGON]: {
fxChild: "0x8397259c983751DAf40400790063935a11afa28a",
cctpTokenMessenger: "0x9daF8c91AEFAE50b9c0E69629D3F6Ca40cA3B3FE",
Expand Down
8 changes: 8 additions & 0 deletions deployments/deployments.json
Original file line number Diff line number Diff line change
Expand Up @@ -25,6 +25,7 @@
"Lisk_Adapter": { "address": "0xF039AdCC74936F90fE175e8b3FE0FdC8b8E0c73b", "blockNumber": 22474211 },
"Universal_Adapter_56": { "address": "0x6f1C9d3bcDF51316E7b515a62C02F601500b084b", "blockNumber": 23251254 },
"Universal_Adapter_999": { "address": "0x0ec70777Ac388774041dD5A1778Cdf3AF3134D2B", "blockNumber": 23371516 },
"Universal_Adapter_9745": { "address": "0xb47fD69FE25878F4E43aAF2F9ad7D0A3A0B22363", "blockNumber": 23419367 },
"Blast_Adapter": { "address": "0xF2bEf5E905AAE0295003ab14872F811E914EdD81", "blockNumber": 20221494 },
"Scroll_Adapter": { "address": "0x2DA799c2223c6ffB595e578903AE6b95839160d8", "blockNumber": 22325451 },
"Blast_DaiRetriever": { "address": "0x98Dd57048d7d5337e92D9102743528ea4Fea64aB", "blockNumber": 20378862 },
Expand Down Expand Up @@ -161,6 +162,13 @@
"SpokePool": { "address": "0x5545092553Cf5Bf786e87a87192E902D50D8f022", "blockNumber": 7634204 },
"MulticallHandler": { "address": "0x0F7Ae28dE1C8532170AD4ee566B5801485c13a0E", "blockNumber": 24206664 }
},
"9745": {
"Helios": { "address": "0x7e63a5f1a8f0b4d0934b2f2327daed3f6bb2ee75", "blockNumber": 1552582 },
"SpokePool": { "address": "0x2271a5E74eA8A29764ab10523575b41AA52455f0", "blockNumber": 1623864 },
"SpokePoolVerifier": { "address": "0x3Fb9cED51E968594C87963a371Ed90c39519f65A", "blockNumber": 1619568 },
"SpokePoolPeriphery": { "address": "0xF1BF00D947267Da5cC63f8c8A60568c59FA31bCb", "blockNumber": 1628438 },
"MulticallHandler": { "address": "0x5E7840E06fAcCb6d1c3b5F5E0d1d3d07F2829bba", "blockNumber": 1619956 }
},
"81457": {
"SpokePool": { "address": "0x2D509190Ed0172ba588407D4c2df918F955Cc6E1", "blockNumber": 5574280 },
"SpokePoolVerifier": { "address": "0x3Fb9cED51E968594C87963a371Ed90c39519f65A", "blockNumber": 18834642 },
Expand Down
Loading
Loading