diff --git a/.changeset/silver-scas-verify.md b/.changeset/silver-scas-verify.md deleted file mode 100644 index 700f490..0000000 --- a/.changeset/silver-scas-verify.md +++ /dev/null @@ -1,6 +0,0 @@ ---- -"@worldcoin/agentkit-core": patch -"@worldcoin/agentkit": patch ---- - -Allow EVM smart-account signature verification to use built-in public RPCs for common signing chains and select custom RPC endpoints from the signed payload chain ID. diff --git a/core/CHANGELOG.md b/core/CHANGELOG.md index 30e77d2..6d0a6d3 100644 --- a/core/CHANGELOG.md +++ b/core/CHANGELOG.md @@ -1,5 +1,11 @@ # @worldcoin/agentkit-core +## 0.2.1 + +### Patch Changes + +- 2af1db4: Allow EVM smart-account signature verification to use built-in public RPCs for common signing chains and select custom RPC endpoints from the signed payload chain ID. + ## 0.2.0 ## 0.1.8 diff --git a/core/package.json b/core/package.json index 48a1257..0be56fc 100644 --- a/core/package.json +++ b/core/package.json @@ -1,6 +1,6 @@ { "name": "@worldcoin/agentkit-core", - "version": "0.2.0", + "version": "0.2.1", "repository": { "type": "git", "url": "https://github.com/worldcoin/agentkit.git", diff --git a/x402/CHANGELOG.md b/x402/CHANGELOG.md index b02a69b..f83d7b4 100644 --- a/x402/CHANGELOG.md +++ b/x402/CHANGELOG.md @@ -1,5 +1,13 @@ # @worldcoin/agentkit +## 0.2.1 + +### Patch Changes + +- 2af1db4: Allow EVM smart-account signature verification to use built-in public RPCs for common signing chains and select custom RPC endpoints from the signed payload chain ID. +- Updated dependencies [2af1db4] + - @worldcoin/agentkit-core@0.2.1 + ## 0.2.0 ### Minor Changes diff --git a/x402/package.json b/x402/package.json index b2864f4..da1fdb9 100644 --- a/x402/package.json +++ b/x402/package.json @@ -1,6 +1,6 @@ { "name": "@worldcoin/agentkit", - "version": "0.2.0", + "version": "0.2.1", "repository": { "type": "git", "url": "https://github.com/worldcoin/agentkit.git", @@ -32,7 +32,7 @@ "build": "tsup" }, "dependencies": { - "@worldcoin/agentkit-core": "^0.2.0", + "@worldcoin/agentkit-core": "^0.2.1", "@x402/core": "^2.4.0" }, "devDependencies": {