Skip to content

Commit

Permalink
fix: chain id (#32)
Browse files Browse the repository at this point in the history
Co-authored-by: GabiDev <[email protected]>
  • Loading branch information
VGabriel45 and GabiDev45 authored Mar 22, 2024
1 parent 0182262 commit 0782f8b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tests/setupFiles.ts
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
import { test } from "vitest"

export const testForBaseSopelia =
Number(process.env.CHAIN_ID || 0) === 85432 ? test : test.skip
Number(process.env.CHAIN_ID || 0) === 84532 ? test : test.skip

0 comments on commit 0782f8b

Please sign in to comment.