Skip to content

Commit 69c035b

Browse files
fix: skip debug_traceTransaction for sei
Same rpc limitation as flow evm/blast/zksync/celo - use wrapped native withdrawal event fallback for tx history parsing. Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>
1 parent 5d91547 commit 69c035b

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

packages/chain-adapters/src/evm/SecondClassEvmAdapter.ts

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -416,7 +416,8 @@ export abstract class SecondClassEvmAdapter<T extends EvmChainId> extends EvmBas
416416
if (
417417
this.chainId === hyperEvmChainId ||
418418
this.chainId === blastChainId ||
419-
this.chainId === zkSyncEraChainId
419+
this.chainId === zkSyncEraChainId ||
420+
this.chainId === seiChainId
420421
) {
421422
return []
422423
}

0 commit comments

Comments
 (0)