From 996df4070c1ebc4927aa98c51557090d45b7ad9e Mon Sep 17 00:00:00 2001 From: Petar Todorovic Date: Tue, 8 Jul 2025 16:44:07 +0200 Subject: [PATCH] chore: update readme --- README.md | 1 - mise.toml | 2 +- 2 files changed, 1 insertion(+), 2 deletions(-) diff --git a/README.md b/README.md index 24e6de4..f66ac2a 100644 --- a/README.md +++ b/README.md @@ -31,7 +31,6 @@ import { sdk } from '@yieldxyz/sdk'; sdk.configure({ apiKey: 'your-api-key', - baseURL: 'https://api.stakek.it/', // Optional, defaults to this URL }); ``` diff --git a/mise.toml b/mise.toml index f31df09..3422e7f 100644 --- a/mise.toml +++ b/mise.toml @@ -1,6 +1,6 @@ [tools] node = "22" -pnpm = "10.12.4" +pnpm = "10" [alias] pnpm = "https://github.com/jonathanmorley/asdf-pnpm.git" \ No newline at end of file