feature #5386 - added MOKSHA coin
Signed-off-by: Goran Jovic <goranjovic@gmail.com>
This commit is contained in:
parent
a8d81d9dca
commit
694a0a37d2
Binary file not shown.
After Width: | Height: | Size: 2.4 KiB |
Binary file not shown.
After Width: | Height: | Size: 5.0 KiB |
Binary file not shown.
After Width: | Height: | Size: 6.3 KiB |
|
@ -147,7 +147,8 @@
|
||||||
|
|
||||||
(defn default-account-settings []
|
(defn default-account-settings []
|
||||||
{:wallet {:visible-tokens {:testnet #{:STT :ATT}
|
{:wallet {:visible-tokens {:testnet #{:STT :ATT}
|
||||||
:mainnet #{:SNT}}}})
|
:mainnet #{:SNT}
|
||||||
|
:rinkeby #{:MOKSHA}}}})
|
||||||
|
|
||||||
(def currencies
|
(def currencies
|
||||||
{:aed {:id :aed :code "AED" :display-name (i18n/label :t/currency-display-name-aed) :symbol "د.إ"}
|
{:aed {:id :aed :code "AED" :display-name (i18n/label :t/currency-display-name-aed) :symbol "د.إ"}
|
||||||
|
|
|
@ -425,6 +425,14 @@
|
||||||
:symbol :MDS
|
:symbol :MDS
|
||||||
:decimals 18
|
:decimals 18
|
||||||
:address "0x57cc9b83730e6d22b224e9dc3e370967b44a2de0"}])
|
:address "0x57cc9b83730e6d22b224e9dc3e370967b44a2de0"}])
|
||||||
|
|
||||||
|
:rinkeby
|
||||||
|
(resolve-icons :rinkeby
|
||||||
|
[{:name "Moksha Coin"
|
||||||
|
:symbol :MOKSHA
|
||||||
|
:decimals 18
|
||||||
|
:address "0x6ba7dc8dd10880ab83041e60c4ede52bb607864b"}])
|
||||||
|
|
||||||
:custom []})
|
:custom []})
|
||||||
|
|
||||||
(defn tokens-for [chain]
|
(defn tokens-for [chain]
|
||||||
|
|
Loading…
Reference in New Issue