Skip to content

Commit

Permalink
feat(aptos): changes to sdk
Browse files Browse the repository at this point in the history
  • Loading branch information
imsk17 committed Oct 21, 2024
1 parent 3dabf97 commit 470ea24
Show file tree
Hide file tree
Showing 11 changed files with 566 additions and 524 deletions.
1 change: 1 addition & 0 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -36,6 +36,7 @@
"@taquito/taquito": "^19.0.0",
"@taquito/tzip16": "^19.0.0",
"@taquito/utils": "^19.0.0",
"@thalalabs/surf": "^1.7.3",
"@ton/core": "=0.56.3",
"@ton/crypto": "=3.2.0",
"@ton/ton": "=13.11.1",
Expand Down
2 changes: 1 addition & 1 deletion src/factory/config.ts
Original file line number Diff line number Diff line change
Expand Up @@ -138,7 +138,7 @@ export namespace ChainFactoryConfigs {
},
aptosParams: {
bridge:
"eea0db4fdc3d8915808c67268a668f3ee0810e864a40b4bde6c371b09337250a",
"13f8d626e383e8621a89caeb05c56a95fda38aa2dddfa8c2b1ed063f0edb23c9",
identifier: "APTOS",
network: Network.TESTNET,
storage,
Expand Down
4 changes: 2 additions & 2 deletions src/factory/types/utils.ts
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@ export type TChainFactory = {
sourceNftContractAddress: string,
destinationChain: TSupportedChain,
to: string,
tokenId: bigint,
tokenId: string,
metadataUri: string,
extraArgs?: ExtraArgs,
) => Promise<{ ret: Ret; hash: () => string }>;
Expand All @@ -42,7 +42,7 @@ export type TChainFactory = {
sourceNftContractAddress: string,
destinationChain: TSupportedSftChain,
to: string,
tokenId: bigint,
tokenId: string,
amt: bigint,
metadataUri: string,
extraArgs?: ExtraArgs,
Expand Down
Loading

0 comments on commit 470ea24

Please sign in to comment.