Skip to content

Commit

Permalink
update: examples
Browse files Browse the repository at this point in the history
  • Loading branch information
saadahmsiddiqui committed Nov 11, 2024
1 parent 2fd34d2 commit c57bd12
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 6 deletions.
6 changes: 1 addition & 5 deletions examples/evm-to-evm-non-fungible-transfer/src/transfer.ts
Original file line number Diff line number Diff line change
@@ -1,8 +1,4 @@
import {
Eip1193Provider,
Environment,
getSygmaScanLink,
} from "@buildwithsygma/core";
import { Eip1193Provider, getSygmaScanLink } from "@buildwithsygma/core";
import {
createNonFungibleAssetTransfer,
NonFungibleTransferParams,
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -43,7 +43,7 @@ const substrateTransfer = async (): Promise<void> => {
sourceAddress: account.address,
resource: RESOURCE_ID_SYGMA_USD,
amount: BigInt(1) * BigInt(1e18),
destinationAddress: recipient,
recipientAddress: recipient,
environment: process.env.SYGMA_ENV,
};

Expand Down

0 comments on commit c57bd12

Please sign in to comment.