Skip to content

Commit 4681299

Browse files
authored
fix network when ci param is set (#949)
1 parent 8bef63c commit 4681299

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/config.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@ export type DCLInfo = {
1818
segmentKey?: string
1919
}
2020

21-
let networkFlag: string
21+
let networkFlag: string = 'mainnet'
2222
let config: DCLInfo
2323

2424
/**

0 commit comments

Comments
 (0)