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 14, 2025
1 parent 948ceb0 commit b43c6b9
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 7 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.4",
"@permaweb/aoconnect": "^0.0.59",
"@radix-ui/react-radio-group": "^1.2.1",
"@radix-ui/react-select": "^2.1.4",
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
8 changes: 4 additions & 4 deletions yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -108,10 +108,10 @@
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.4":
version "3.3.0-alpha.4"
resolved "https://registry.yarnpkg.com/@ar.io/sdk/-/sdk-3.3.0-alpha.4.tgz#45ea0a000af06340bae94393a4e6ad44e98c649f"
integrity sha512-0UpwUHw0KFDevXXpEf6W8SIqgjJY59zJjrkxYtoFjQPo8GoYvNUCkgTQuEkCXCQ4JH7wPt/cJaLkUq53hPeIMA==
dependencies:
"@dha-team/arbundles" "^1.0.1"
"@permaweb/aoconnect" "^0.0.57"
Expand Down

0 comments on commit b43c6b9

Please sign in to comment.