Skip to content

Commit 6759466

Browse files
committed
feat: add robinhood chain to cancun supported chains list
1 parent 735a438 commit 6759466

1 file changed

Lines changed: 5 additions & 1 deletion

File tree

src/sdk/account/utils/Utils.ts

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -672,7 +672,11 @@ export async function supportsCancun({
672672
"143": true,
673673
"88882": false,
674674
"531050204": true,
675-
"5010405": true
675+
"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
676680
}
677681

678682
if (cancunSupportedChains[chain.id.toString()]) {

0 commit comments

Comments
 (0)