Skip to content

Commit

Permalink
feat: update ref sdk
Browse files Browse the repository at this point in the history
  • Loading branch information
yellowCrimsonGator committed Nov 27, 2024
1 parent d86fd2d commit f37d73c
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 6 deletions.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@
"@near-wallet-selector/my-near-wallet": "8.9.14",
"@near-wallet-selector/wallet-connect": "8.9.14",
"@near-wallet-selector/wallet-utils": "8.9.14",
"@ref-finance/ref-sdk": "1.4.5",
"@ref-finance/ref-sdk": "1.4.6",
"@sentry/nextjs": "8.9.2",
"@supabase/supabase-js": "2.43.4",
"@tanstack/react-query": "5.24.8",
Expand Down
1 change: 0 additions & 1 deletion src/app/(index)/Swap.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -178,7 +178,6 @@ const Swap: React.FC = () => {

const result = await wallet
.signAndSendTransactions(
//@ts-ignore
WalletSelectorTransactions(transactionsRef, accountId)
)
.finally(() => {
Expand Down
8 changes: 4 additions & 4 deletions yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -2718,10 +2718,10 @@
resolved "https://registry.yarnpkg.com/@react-types/shared/-/shared-3.24.1.tgz#fa06cb681d144fce9c515d8bd296d81440a45d25"
integrity sha512-AUQeGYEm/zDTN6zLzdXolDxz3Jk5dDL7f506F07U8tBwxNNI3WRdhU84G0/AaFikOZzDXhOZDr3MhQMzyE7Ydw==

"@ref-finance/[email protected].5":
version "1.4.5"
resolved "https://registry.yarnpkg.com/@ref-finance/ref-sdk/-/ref-sdk-1.4.5.tgz#ed69177bf7fc158bb9a7d56672031d7f3f0de78c"
integrity sha512-EQvjQQgY7DwBhxT53WFfGYmeFE8Ekz/tX3JK/qcryrIEALXNvSNchi3k6FoJCBlu/4shDUUdByeLx7y7uuUYhA==
"@ref-finance/[email protected].6":
version "1.4.6"
resolved "https://registry.yarnpkg.com/@ref-finance/ref-sdk/-/ref-sdk-1.4.6.tgz#7e7a3b65776b47059cfb9f8496f20d38a488ea1c"
integrity sha512-HVmcV+lhE+4+RwlDkgnFHwymrplHFlwsIwYZASE2XbGQjSY0sF3wceJkz671II3Us/KcRl1wp23ASSzza+/pbg==
dependencies:
"@near-wallet-selector/core" "^7.0.0"
"@react-icons/all-files" "^4.1.0"
Expand Down

0 comments on commit f37d73c

Please sign in to comment.