-
Notifications
You must be signed in to change notification settings - Fork 8
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
add icon url, urls and time to mint info endpoint
- Loading branch information
Showing
5 changed files
with
46 additions
and
9 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -9,6 +9,8 @@ MINT_DESCRIPTION="short mint description" | |
MINT_DESCRIPTION_LONG="a long description of the mint" | ||
MINT_CONTACT_INFO=[["email", "[email protected]"], ["nostr", "npub..."]] | ||
MINT_MOTD="message to the users of the mint" | ||
MINT_ICON_URL="https://<mint>/icon.jpeg" | ||
MINT_URLS=["https://<mint>", "https://<mint2>"] | ||
|
||
# mint limits (these are optional but recommended to use) | ||
# max balance (in sats). Minting new ecash will be disabled if this balance is reached | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters