Skip to content

Commit

Permalink
update minswap adapter
Browse files Browse the repository at this point in the history
  • Loading branch information
hieupnh committed Sep 21, 2024
1 parent 656a0cb commit 781c06f
Show file tree
Hide file tree
Showing 5 changed files with 483 additions and 993 deletions.
10 changes: 5 additions & 5 deletions examples/example.ts
Original file line number Diff line number Diff line change
Expand Up @@ -54,13 +54,13 @@ async function main(): Promise<void> {
address
);

const blockfrostAdapter = new BlockfrostAdapter({
networkId: NetworkId.TESTNET,
blockFrost: new BlockFrostAPI({
const blockfrostAdapter = new BlockfrostAdapter(
NetworkId.TESTNET,
new BlockFrostAPI({
projectId: blockfrostProjectId,
network: "preprod",
}),
});
})
);

const utxos = await lucid.utxosAt(address);

Expand Down
Loading

0 comments on commit 781c06f

Please sign in to comment.