Skip to content
This repository has been archived by the owner on Feb 21, 2025. It is now read-only.

Commit

Permalink
update
Browse files Browse the repository at this point in the history
  • Loading branch information
vuonghuuhung committed Nov 22, 2024
1 parent cd16e15 commit fc94820
Show file tree
Hide file tree
Showing 4 changed files with 7 additions and 7 deletions.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -50,7 +50,7 @@
"eslint-plugin-react-hooks": "^5.0.0",
"eslint-plugin-react-refresh": "^0.4.14",
"globals": "^15.11.0",
"orbiton-contracts": "^0.0.6",
"orbiton-contracts-sdk": "^0.0.7",
"postcss": "^8.4.49",
"tailwindcss": "^3.4.15",
"typescript": "~5.6.2",
Expand Down
2 changes: 1 addition & 1 deletion src/pages/AddPosition/hooks/useAddPosition.ts
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ import {
encodePriceSqrt,
JettonMinterWrapper,
RouterWrapper,
} from "orbiton-contracts";
} from "orbiton-contracts-sdk";
import { Address, OpenedContract, toNano } from "@ton/core";
import { FEE_MAP, ROUTER_ADDRESS } from "@/constants";
import { Token } from "@/interfaces";
Expand Down
2 changes: 1 addition & 1 deletion src/scripts/jetton.ts
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
import { Address, TonClient } from "@ton/ton";
import { JettonMinterWrapper } from "orbiton-contracts";
import { JettonMinterWrapper } from "orbiton-contracts-sdk";

export const getJettonBalance = async (
client: TonClient,
Expand Down
8 changes: 4 additions & 4 deletions yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -2784,10 +2784,10 @@ optionator@^0.9.3:
type-check "^0.4.0"
word-wrap "^1.2.5"

orbiton-contracts@^0.0.6:
version "0.0.6"
resolved "https://registry.yarnpkg.com/orbiton-contracts/-/orbiton-contracts-0.0.6.tgz#37c6a9b25ae70c55964b78996552fa601ff5a9da"
integrity sha512-hDYI24TdtdgIG7poidpX/Yh07wmxRB57J0mp8eaE2PXpsqKcCkaTcK2SQTxGdfbX+/FtnLlZaIF5t33zbpFhmQ==
orbiton-contracts-sdk@^0.0.7:
version "0.0.7"
resolved "https://registry.yarnpkg.com/orbiton-contracts-sdk/-/orbiton-contracts-sdk-0.0.7.tgz#fdf7ba5fe8bb8de26926602a1d264309ea6831b2"
integrity sha512-AlQmk0p7XBHJpbD0ufv4wKL59YTR+ftI/gaa0W4Xrg7RebDzQ9LVL+mGpgh+e9b/MfzEwGd0dmHfBVHOo2tHHQ==
dependencies:
bignumber.js "^9.1.2"
decimal.js "^10.4.3"
Expand Down

0 comments on commit fc94820

Please sign in to comment.