Skip to content

Commit

Permalink
fix(sdk): bump sdk
Browse files Browse the repository at this point in the history
  • Loading branch information
atticusofsparta committed Jan 17, 2025
1 parent 948ceb0 commit 590fdd2
Show file tree
Hide file tree
Showing 4 changed files with 18 additions and 9 deletions.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@
},
"dependencies": {
"@ant-design/icons": "5.4.0",
"@ar.io/sdk": "^3.2.0-alpha.3",
"@ar.io/sdk": "^3.3.0-alpha.11",
"@permaweb/aoconnect": "^0.0.59",
"@radix-ui/react-radio-group": "^1.2.1",
"@radix-ui/react-select": "^2.1.4",
Expand Down
2 changes: 1 addition & 1 deletion src/state/actions/dispatchANTInteraction.ts
Original file line number Diff line number Diff line change
Expand Up @@ -138,7 +138,7 @@ export default async function dispatchANTInteraction({
});
dispatchSigningMessage('Verifying Release, please wait...');
const released = await arioContract
.getArNSRecord({ name })
.getArNSRecord({ name: payload.name })
.catch((e: Error) => e);

if (released instanceof Error) {
Expand Down
3 changes: 1 addition & 2 deletions src/state/actions/dispatchArIOInteraction.ts
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ import {
ContractInteraction,
} from '@src/types';
import { createAntStateForOwner, lowerCaseDomain, sleep } from '@src/utils';
import { DEFAULT_ANT_LUA_ID, WRITE_OPTIONS } from '@src/utils/constants';
import { WRITE_OPTIONS } from '@src/utils/constants';
import eventEmitter from '@src/utils/events';
import { Dispatch } from 'react';

Expand Down Expand Up @@ -77,7 +77,6 @@ export default async function dispatchArIOInteraction({
signer: createAoSigner(signer),
ao: ao,
scheduler: scheduler,
luaCodeTxId: DEFAULT_ANT_LUA_ID,
});

const antRegistry = ANTRegistry.init({
Expand Down
20 changes: 15 additions & 5 deletions yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -108,14 +108,14 @@
plimit-lit "^3.0.1"
warp-contracts "1.4.45"

"@ar.io/sdk@^3.2.0-alpha.3":
version "3.2.0-alpha.3"
resolved "https://registry.yarnpkg.com/@ar.io/sdk/-/sdk-3.2.0-alpha.3.tgz#da58d0f474fcd82f007b6de69aec66862a868afb"
integrity sha512-bp+vQB3cDq1zf/QK9xnX7PPHMKyZMgsM3JD1H7IURvQAsdZuS0X2u4C6DPJyVWEihNk6XFioq0X+Xjnl41cjQQ==
"@ar.io/sdk@^3.3.0-alpha.11":
version "3.3.0-alpha.11"
resolved "https://registry.yarnpkg.com/@ar.io/sdk/-/sdk-3.3.0-alpha.11.tgz#4ecb67a7f869d989b46b24d7922e119cfef9577e"
integrity sha512-hxMTRQtW0ZXIUjRDKrbbtdMD8KxcPhH46BRShc8KteVPkv6BUrWfvfIdx8Lu08QQmWnVpC2xFdq3FqexpC3N5g==
dependencies:
"@dha-team/arbundles" "^1.0.1"
"@permaweb/aoconnect" "^0.0.57"
arweave "1.14.4"
arweave "1.15.5"
axios "1.7.9"
axios-retry "^4.3.0"
commander "^12.1.0"
Expand Down Expand Up @@ -5915,6 +5915,16 @@ arweave@1.14.4:
base64-js "^1.5.1"
bignumber.js "^9.0.2"

arweave@1.15.5:
version "1.15.5"
resolved "https://registry.yarnpkg.com/arweave/-/arweave-1.15.5.tgz#d0fb209de01bfc9dc97d5da70270928a83ecee83"
integrity sha512-Zj3b8juz1ZtDaQDPQlzWyk2I4wZPx3RmcGq8pVJeZXl2Tjw0WRy5ueHPelxZtBLqCirGoZxZEAFRs6SZUSCBjg==
dependencies:
arconnect "^0.4.2"
asn1.js "^5.4.1"
base64-js "^1.5.1"
bignumber.js "^9.0.2"

arweave@=1.11.8:
version "1.11.8"
resolved "https://registry.yarnpkg.com/arweave/-/arweave-1.11.8.tgz#09376e0c6cec40a661cbb27a306cb11c0a663cd8"
Expand Down

0 comments on commit 590fdd2

Please sign in to comment.