Skip to content

Commit a9822c4

Browse files
chore: remove useless env
Co-authored-by: Robin Le Caignec <[email protected]>
1 parent 85de150 commit a9822c4

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

packages/sdk/tests/prepare-test-env.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
import { writeFileSync } from 'fs';
22

3-
const forkUrl = process.env.BELLECOUR_FORK_URL || 'https://bellecour.iex.ec';
3+
const forkUrl = 'https://bellecour.iex.ec';
44

55
fetch(forkUrl, {
66
method: 'POST',

0 commit comments

Comments
 (0)