Skip to content

Commit 8c6ae37

Browse files
authored
Merge pull request #11 from StellarisChain/dev
Add Dinero
2 parents 60e1548 + cd66d14 commit 8c6ae37

File tree

2 files changed

+9
-1
lines changed

2 files changed

+9
-1
lines changed

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "quasar",
3-
"version": "5.4.35",
3+
"version": "5.4.36",
44
"description": "Browser Wallet for Stellaris and Stellaris based chains",
55
"license": "MIT",
66
"repository": {

src/assets/static/tokens.xml

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -44,6 +44,14 @@
4444
<TokenSupport>false</TokenSupport>
4545
<Curve>p256</Curve>
4646
</Token>
47+
<Token>
48+
<Name>Dinero</Name>
49+
<Symbol>DIN</Symbol>
50+
<Color>#5DE2E7</Color>
51+
<Node>http://dinero.mine.bz/</Node>
52+
<TokenSupport>false</TokenSupport>
53+
<Curve>p256</Curve>
54+
</Token>
4755
<Token>
4856
<Name>Denaro</Name>
4957
<Symbol>DNR</Symbol>

0 commit comments

Comments
 (0)