We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
datil-dev
1 parent b4d65b2 commit 245a06aCopy full SHA for 245a06a
packages/contracts-sdk/src/lib/contracts-sdk.ts
@@ -227,7 +227,7 @@ export class LitContracts {
227
this.randomPrivateKey = args?.randomPrivatekey ?? false;
228
this.options = args?.options;
229
this.debug = args?.debug ?? false;
230
- this.network = args?.network || 'cayenne';
+ this.network = args?.network || 'datil-dev';
231
// if rpc is not specified, use the default rpc
232
if (!this.rpc) {
233
this.rpc = RPC_URL_BY_NETWORK[this.network];
0 commit comments