We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 735a438 commit 6759466Copy full SHA for 6759466
1 file changed
src/sdk/account/utils/Utils.ts
@@ -672,7 +672,11 @@ export async function supportsCancun({
672
"143": true,
673
"88882": false,
674
"531050204": true,
675
- "5010405": true
+ "5010405": true,
676
+ // Robinhood Chain (Arbitrum Orbit): supports Cancun (TSTORE/MCOPY verified on-chain),
677
+ // but like all Orbit chains its L2 blocks carry no blob-gas fields, so the dynamic
678
+ // block-header fallback below misdetects it - same reason 42161/33139 are listed.
679
+ "4663": true
680
}
681
682
if (cancunSupportedChains[chain.id.toString()]) {
0 commit comments