Add DAI. Closes #4648
Signed-off-by: Pedro Pombeiro <pombeirp@users.noreply.github.com>
This commit is contained in:
parent
cdf356bb4f
commit
e7f559c272
Binary file not shown.
After Width: | Height: | Size: 2.3 KiB |
Binary file not shown.
After Width: | Height: | Size: 4.7 KiB |
Binary file not shown.
After Width: | Height: | Size: 8.1 KiB |
|
@ -22,7 +22,11 @@
|
||||||
(def all
|
(def all
|
||||||
{:mainnet
|
{:mainnet
|
||||||
(resolve-icons :mainnet
|
(resolve-icons :mainnet
|
||||||
[{:symbol :EOS
|
[{:symbol :DAI
|
||||||
|
:name "DAI"
|
||||||
|
:address "0x89d24a6b4ccb1b6faa2625fe562bdd9a23260359"
|
||||||
|
:decimals 18}
|
||||||
|
{:symbol :EOS
|
||||||
:name "EOS"
|
:name "EOS"
|
||||||
:address "0x86fa049857e0209aa7d9e616f7eb3b3b78ecfdb0"
|
:address "0x86fa049857e0209aa7d9e616f7eb3b3b78ecfdb0"
|
||||||
:decimals 18}
|
:decimals 18}
|
||||||
|
|
Loading…
Reference in New Issue