Skip to content

Commit

Permalink
Merge branch 'felix/sdk' of https://github.com/BibliothecaDAO/InstaSwap
Browse files Browse the repository at this point in the history
… into felix/sdk
  • Loading branch information
huyao committed Nov 7, 2023
2 parents 0a963c3 + d5f52d0 commit c6d6479
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions examples/interface/src/components/ButtonClick.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -49,6 +49,10 @@ const ButtonClick = () => {
() => "0x042aa743335663ed9c7b52b331ab7f81cc8d65280d311506653f9b5cc22be7cb",
[],
);
const nft_address = useMemo(
() => "0x1090e3cfd9990c396f246cd1d5c7fb091905cba9f99739653db1f2960a3311f",
[],
);
const provider = new Provider({
sequencer: { network: constants.NetworkName.SN_GOERLI },
});
Expand Down

0 comments on commit c6d6479

Please sign in to comment.