Skip to content

Commit 245a06a

Browse files
committed
fix: use datil-dev as default
1 parent b4d65b2 commit 245a06a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

packages/contracts-sdk/src/lib/contracts-sdk.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -227,7 +227,7 @@ export class LitContracts {
227227
this.randomPrivateKey = args?.randomPrivatekey ?? false;
228228
this.options = args?.options;
229229
this.debug = args?.debug ?? false;
230-
this.network = args?.network || 'cayenne';
230+
this.network = args?.network || 'datil-dev';
231231
// if rpc is not specified, use the default rpc
232232
if (!this.rpc) {
233233
this.rpc = RPC_URL_BY_NETWORK[this.network];

0 commit comments

Comments
 (0)