diff --git a/examples/index.ts b/examples/index.ts index 68bb6e94..5010f67c 100644 --- a/examples/index.ts +++ b/examples/index.ts @@ -119,7 +119,7 @@ class ExampleDapp extends LitElement { }, { logger: new Logger(), - networkId: 11, + networkId: 12, onDisconnect: () => { this.accounts = [] },