fix: sdk package name (#75)

This commit is contained in:
Turtle
2025-02-07 19:42:41 -03:00
committed by GitHub
parent e1164d4ed4
commit 16c0852e26
2 changed files with 2 additions and 2 deletions

View File

@@ -1,5 +1,5 @@
{
"name": "@defi-wonderland/privacy-pool-core",
"name": "privacy-pool-core",
"version": "0.1.0",
"description": "Core repository for the Privacy Pool protocol",
"repository": "https://github.com/defi-wonderland/privacy-pool-core",

View File

@@ -1,5 +1,5 @@
{
"name": "@privacy-pool-core/sdk",
"name": "@defi-wonderland/privacy-pool-core-sdk",
"version": "0.1.0",
"description": "Typescript SDK for the Privacy Pool protocol",
"repository": "https://github.com/defi-wonderland/privacy-pool-core",