-
Notifications
You must be signed in to change notification settings - Fork 75
feat: Hyperevm Spokepool #1106
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
feat: Hyperevm Spokepool #1106
Changes from all commits
4c174f5
4584e8b
665d979
e914276
c5216fe
159ac7f
559b975
3cb80ec
ed3d421
defc9a8
File filter
Filter by extension
Conversations
Jump to
Diff view
Diff view
There are no files selected for viewing
| Original file line number | Diff line number | Diff line change |
|---|---|---|
| @@ -1,5 +1,5 @@ | ||
| { | ||
| "generated_at": "2025-08-29T20:35:33.826Z", | ||
| "generated_at": "2025-09-15T23:00:31.247Z", | ||
| "chains": { | ||
| "1": { | ||
| "chain_name": "Mainnet", | ||
|
|
@@ -14,6 +14,11 @@ | |
| "transaction_hash": "Unknown", | ||
| "block_number": 15976846 | ||
| }, | ||
| "AdapterStore": { | ||
| "address": "0x42df4D71f35ffBD28ae217d52E83C1DA0007D63b", | ||
| "transaction_hash": "Unknown", | ||
| "block_number": 23086526 | ||
| }, | ||
| "Arbitrum_Adapter": { | ||
| "address": "0x5eC9844936875E27eBF22172f4d92E107D35B57C", | ||
| "transaction_hash": "Unknown", | ||
|
|
@@ -114,10 +119,15 @@ | |
| "transaction_hash": "Unknown", | ||
| "block_number": 22474211 | ||
| }, | ||
| "Universal_Adapter": { | ||
| "address": "0x22001f37B586792F25Ef9d19d99537C6446e0833", | ||
| "Universal_Adapter_56": { | ||
| "address": "0x6f1C9d3bcDF51316E7b515a62C02F601500b084b", | ||
| "transaction_hash": "Unknown", | ||
| "block_number": 23251254 | ||
| }, | ||
| "Universal_Adapter_999": { | ||
| "address": "0x0ec70777Ac388774041dD5A1778Cdf3AF3134D2B", | ||
| "transaction_hash": "Unknown", | ||
| "block_number": 22368546 | ||
| "block_number": 23371516 | ||
| }, | ||
| "Blast_Adapter": { | ||
| "address": "0xF2bEf5E905AAE0295003ab14872F811E914EdD81", | ||
|
|
@@ -170,9 +180,9 @@ | |
| "block_number": 21597341 | ||
| }, | ||
| "Lens_Adapter": { | ||
| "address": "0x63AC22131eD457aeCbD63e6c4C7eeC7BBC74fF1F", | ||
| "address": "0x5e0B7e20a77BDf11812837D30F1326068Bcf24Cf", | ||
| "transaction_hash": "Unknown", | ||
| "block_number": 22167069 | ||
| "block_number": 22382942 | ||
| }, | ||
| "DoctorWho_Adapter": { | ||
| "address": "0xFADcC43096756e1527306FD92982FEbBe3c629Fa", | ||
|
|
@@ -258,6 +268,11 @@ | |
| "address": "0x89415a82d909a7238d69094C3Dd1dCC1aCbDa85C", | ||
| "transaction_hash": "Unknown", | ||
| "block_number": 52135703 | ||
| }, | ||
| "Helios": { | ||
| "address": "0xE58480CA74f1A819faFd777BEDED4E2D5629943d", | ||
| "transaction_hash": "Unknown", | ||
| "block_number": 59344945 | ||
| } | ||
| } | ||
| }, | ||
|
|
@@ -345,9 +360,9 @@ | |
| "chain_name": "Lens", | ||
| "contracts": { | ||
| "SpokePool": { | ||
| "address": "0xe7cb3e167e7475dE1331Cf6E0CEb187654619E12", | ||
| "address": "0xb234cA484866c811d0e6D3318866F583781ED045", | ||
|
There was a problem hiding this comment. Choose a reason for hiding this commentThe reason will be displayed to describe this comment to others. Learn more. This is expected, right? There was a problem hiding this comment. Choose a reason for hiding this commentThe reason will be displayed to describe this comment to others. Learn more. It is, but I think we should be getting it in separately (...in advance) of this PR. We should really avoid mixing changes like this because it's easy to get mixed up. Flagged previously here: https://github.com/across-protocol/contracts/pull/1104/files/1a3bc006101a52fac9d42f53e1d2b68664d32736#r2348775844 There was a problem hiding this comment. Choose a reason for hiding this commentThe reason will be displayed to describe this comment to others. Learn more. moved the extra changes here |
||
| "transaction_hash": "Unknown", | ||
| "block_number": 193290 | ||
| "block_number": 4197027 | ||
| }, | ||
| "MulticallHandler": { | ||
| "address": "0xc5939F59b3c9662377DdA53A08D5085b2d52b719", | ||
|
|
@@ -456,6 +471,21 @@ | |
| } | ||
| } | ||
| }, | ||
| "999": { | ||
| "chain_name": "HyperEVM", | ||
| "contracts": { | ||
| "SpokePool": { | ||
| "address": "0x35E63eA3eb0fb7A3bc543C71FB66412e1F6B0E04", | ||
| "transaction_hash": "Unknown", | ||
| "block_number": 13937805 | ||
| }, | ||
| "Helios": { | ||
| "address": "0xd08baaE74D6d2eAb1F3320B2E1a53eeb391ce8e5", | ||
| "transaction_hash": "Unknown", | ||
| "block_number": 13934816 | ||
| } | ||
| } | ||
| }, | ||
| "1135": { | ||
| "chain_name": "Lisk", | ||
| "contracts": { | ||
|
|
||
| Original file line number | Diff line number | Diff line change |
|---|---|---|
| @@ -0,0 +1 @@ | ||
| 999 |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Why are so many contracts unrelated to 999 changing in this file?