Skip to content
Merged
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
6 changes: 5 additions & 1 deletion src/sdk/account/utils/Utils.ts
Original file line number Diff line number Diff line change
Expand Up @@ -672,7 +672,11 @@ export async function supportsCancun({
"143": true,
"88882": false,
"531050204": true,
"5010405": true
"5010405": true,
// Robinhood Chain (Arbitrum Orbit): supports Cancun (TSTORE/MCOPY verified on-chain),
// but like all Orbit chains its L2 blocks carry no blob-gas fields, so the dynamic
// block-header fallback below misdetects it - same reason 42161/33139 are listed.
"4663": true
}

if (cancunSupportedChains[chain.id.toString()]) {
Expand Down
Loading