Skip to content

Commit

Permalink
Merge branch 'Qsilver97:main' into main
Browse files Browse the repository at this point in the history
  • Loading branch information
serendipity-seeker authored Nov 29, 2024
2 parents a4ab4db + 53942c2 commit 68c85c7
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
2 changes: 1 addition & 1 deletion app/client/src/utils/constants.ts
Original file line number Diff line number Diff line change
Expand Up @@ -216,4 +216,4 @@ const currencies = [{ label: "US Dollar", value: "USDT" }]

const SERVER_URL = import.meta.env.VITE_SERVER_URL || "http://localhost:3000";

export { sideBarItems, summaryItems, assetsItems, summaryAccountItems, marketOptions, SERVER_URL, MODES, settingsSidebarItems, currencies, autoLockTimes, EXPECTEDTICKGAP };
export { sideBarItems, summaryItems, assetsItems, summaryAccountItems, marketOptions, SERVER_URL, MODES, settingsSidebarItems, currencies, autoLockTimes, EXPECTEDTICKGAP };
1 change: 1 addition & 0 deletions qshared/qhelpers.c
Original file line number Diff line number Diff line change
Expand Up @@ -38,6 +38,7 @@ struct issuerpub ASSETS[] =
{ "QFT", "TFUYVBXYIYBVTEMJHAJGEJOOZHJBQFVQLTBBKMEHPEVIZFXZRPEYFUWGTIWG" },
{ "QWALLET", "QWALLETSGQVAGBHUCVVXWZXMBKQBPQQSHRYKZGEJWFVNUFCEDDPRMKTAUVHA" },
{ "CFB", "CFBMEMZOIDEXQAUXYYSZIURADQLAPWPMNJXQSNVQZAHYVOPYUKKJBJUCTVJL" },
{ "QCAP", "QCAPWMYRSHLBJHSTTZQVCIBARVOASKDENASAKNOBRGPFWWKRCUVUAXYEZVOG" },
};

uint64_t assetint(char *assetname)
Expand Down

0 comments on commit 68c85c7

Please sign in to comment.