Skip to content

Commit

Permalink
docs: extend example app for runes_mint (#188)
Browse files Browse the repository at this point in the history
* docs: extend example app for runes_mint

* docs: use 1000
  • Loading branch information
teebszet authored Nov 8, 2024
1 parent 7aa6451 commit c206018
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions example/src/components/MintRunes/index.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -53,6 +53,8 @@ export const MintRunes = ({ addresses, network }: Props) => {
repeats: +repeats,
runeName,
refundAddress: paymentAddress,
appServiceFee: 1000,
appServiceFeeAddress: paymentAddress,
network,
});

Expand Down

0 comments on commit c206018

Please sign in to comment.