diff --git a/README.md b/README.md index 4502bab..2896d50 100644 --- a/README.md +++ b/README.md @@ -1 +1,8 @@ -# defi-sdk \ No newline at end of file +# defi-sdk + +Monorepo with the following packages: + +- [`@sundae/bigint-math`](./packages/bigint-math/README.md) +- [`@sundae/asset`](./packages/asset/README.md) +- [`@sundae/fraction`](./packages/fraction/README.md) +- [`@sundae/cpp`](./packages/cpp/README.md) diff --git a/package.json b/package.json index de33efe..20c9ef2 100644 --- a/package.json +++ b/package.json @@ -7,9 +7,9 @@ "url": "https://www.sundaeswap.finance/" }, "bugs": { - "url": "https://github.com/SundaeSwap-finance/frontend-configurations/issues" + "url": "https://github.com/SundaeSwap-finance/defi-sdk/issues" }, - "homepage": "https://github.com/SundaeSwap-finance/frontend-configurations#readme", + "homepage": "https://github.com/SundaeSwap-finance/defi-sdk#readme", "workspaces": [ "packages/*" ],