mirror of
https://github.com/Instadapp/trustwallet-assets.git
synced 2024-07-29 22:37:31 +00:00
Add USDC ("STELLAR") (#20070)
* Create info.json * Create logo.png * Delete info.json * Delete logo.png * Create info.json * Create logo.png * Update info.json * Update go.mod * Update go.sum * Update info.json * Update info.json * Update info.json * Update info.json * Fixes (sanity and consistency, auto) Co-authored-by: cryptomanz <cryptomanz@users.noreply.github.com>
This commit is contained in:
parent
2edb822357
commit
c0cd550940
|
@ -1,13 +1,13 @@
|
|||
{
|
||||
"type": "ESDTSFT",
|
||||
"id": "EGLDMEXF-5bcc57",
|
||||
"name": "EGLD/MEX LP Staked",
|
||||
"symbol": "EGLDMEXF",
|
||||
"type": "ESDT",
|
||||
"decimals": 18,
|
||||
"status": "abandoned",
|
||||
"description": "This token tracks your LP token stake in the EGLD/MEX farm on the Maiar DEX.",
|
||||
"website": "https://maiar.exchange",
|
||||
"explorer": "https://explorer.elrond.com/collections/EGLDMEXF-5bcc57",
|
||||
"explorer": "https://explorer.elrond.com/tokens/EGLDMEXF-5bcc57",
|
||||
"status": "abandoned",
|
||||
"id": "EGLDMEXF-5bcc57",
|
||||
"links": [
|
||||
{
|
||||
"name": "docs",
|
||||
|
|
|
@ -1,13 +1,13 @@
|
|||
{
|
||||
"type": "ESDTSFT",
|
||||
"id": "EGLDUSDCF-8600f8",
|
||||
"name": "EGLD/USDC LP Staked",
|
||||
"symbol": "EGLDUSDCF",
|
||||
"type": "ESDT",
|
||||
"decimals": 18,
|
||||
"status": "abandoned",
|
||||
"description": "This token tracks your LP token stake in the EGLD/USDC farm on the Maiar DEX.",
|
||||
"website": "https://maiar.exchange",
|
||||
"explorer": "https://explorer.elrond.com/collections/EGLDUSDCF-8600f8",
|
||||
"explorer": "https://explorer.elrond.com/tokens/EGLDUSDCF-8600f8",
|
||||
"status": "abandoned",
|
||||
"id": "EGLDUSDCF-8600f8",
|
||||
"links": [
|
||||
{
|
||||
"name": "docs",
|
||||
|
|
|
@ -1,13 +1,13 @@
|
|||
{
|
||||
"type": "ESDTSFT",
|
||||
"id": "LKMEX-aab910",
|
||||
"name": "Locked MEX",
|
||||
"symbol": "LKMEX",
|
||||
"type": "ESDT",
|
||||
"decimals": 18,
|
||||
"status": "abandoned",
|
||||
"description": "Locked MEX. Equal in value to MEX. Not tradeable.",
|
||||
"website": "https://maiar.exchange",
|
||||
"explorer": "https://explorer.elrond.com/collections/LKMEX-aab910",
|
||||
"explorer": "https://explorer.elrond.com/tokens/LKMEX-aab910",
|
||||
"status": "abandoned",
|
||||
"id": "LKMEX-aab910",
|
||||
"links": [
|
||||
{
|
||||
"name": "docs",
|
||||
|
|
|
@ -1,13 +1,13 @@
|
|||
{
|
||||
"type": "ESDTSFT",
|
||||
"id": "MEXFARM-e7af52",
|
||||
"name": "MEX Staked",
|
||||
"symbol": "MEXFARM",
|
||||
"type": "ESDT",
|
||||
"decimals": 18,
|
||||
"status": "abandoned",
|
||||
"description": "This token tracks your MEX stake in the MEX farm on the Maiar DEX.",
|
||||
"website": "https://maiar.exchange",
|
||||
"explorer": "https://explorer.elrond.com/collections/MEXFARM-e7af52",
|
||||
"explorer": "https://explorer.elrond.com/tokens/MEXFARM-e7af52",
|
||||
"status": "abandoned",
|
||||
"id": "MEXFARM-e7af52",
|
||||
"links": [
|
||||
{
|
||||
"name": "docs",
|
||||
|
|
|
@ -0,0 +1,28 @@
|
|||
{
|
||||
"name": "USD Coin",
|
||||
"type": "STELLAR",
|
||||
"symbol": "USDC",
|
||||
"decimals": 6,
|
||||
"website": "https://www.centre.io",
|
||||
"description": "USDC is a fully collateralized US Dollar stablecoin, based on the open source fiat stablecoin framework developed by Centre",
|
||||
"explorer": "https://stellar.expert/explorer/public/asset/USDC-GA5ZSEJYB37JRC5AVCIA5MOP4RHTM335X2KGX3IHOJAPP5RE34K4KZVN",
|
||||
"status": "active",
|
||||
"id": "USDC-GA5ZSEJYB37JRC5AVCIA5MOP4RHTM335X2KGX3IHOJAPP5RE34K4KZVN",
|
||||
"links": [
|
||||
{
|
||||
"name": "twitter",
|
||||
"url": "https://twitter.com/centre_io"
|
||||
},
|
||||
{
|
||||
"name": "coinmarketcap",
|
||||
"url": "https://coinmarketcap.com/ru/currencies/usd-coin/"
|
||||
},
|
||||
{
|
||||
"name": "coingecko",
|
||||
"url": "https://coingecko.com/en/coins/usd-coin"
|
||||
}
|
||||
],
|
||||
"tags": [
|
||||
"stablecoin"
|
||||
]
|
||||
}
|
Binary file not shown.
After Width: | Height: | Size: 15 KiB |
10
go.mod
10
go.mod
|
@ -5,9 +5,9 @@ go 1.17
|
|||
require (
|
||||
github.com/sirupsen/logrus v1.8.1
|
||||
github.com/spf13/cobra v1.3.0
|
||||
github.com/trustwallet/assets-go-libs v0.1.0
|
||||
github.com/trustwallet/go-libs v0.2.26
|
||||
github.com/trustwallet/go-primitives v0.0.36
|
||||
github.com/trustwallet/assets-go-libs v0.2.0
|
||||
github.com/trustwallet/go-libs v0.3.13
|
||||
github.com/trustwallet/go-primitives v0.0.40
|
||||
)
|
||||
|
||||
require (
|
||||
|
@ -26,9 +26,9 @@ require (
|
|||
github.com/spf13/pflag v1.0.5 // indirect
|
||||
github.com/spf13/viper v1.10.0 // indirect
|
||||
github.com/subosito/gotenv v1.2.0 // indirect
|
||||
golang.org/x/crypto v0.0.0-20211209193657-4570a0811e8b // indirect
|
||||
golang.org/x/crypto v0.0.0-20220214200702-86341886e292 // indirect
|
||||
golang.org/x/image v0.0.0-20211028202545-6944b10bf410 // indirect
|
||||
golang.org/x/sys v0.0.0-20211213223007-03aa0b5f6827 // indirect
|
||||
golang.org/x/sys v0.0.0-20220114195835-da31bd327af9 // indirect
|
||||
golang.org/x/text v0.3.7 // indirect
|
||||
gopkg.in/ini.v1 v1.66.2 // indirect
|
||||
gopkg.in/yaml.v2 v2.4.0 // indirect
|
||||
|
|
13
go.sum
13
go.sum
|
@ -244,9 +244,11 @@ github.com/kr/logfmt v0.0.0-20140226030751-b84e30acd515/go.mod h1:+0opPa2QZZtGFB
|
|||
github.com/kr/pretty v0.1.0/go.mod h1:dAy3ld7l9f0ibDNOQOHHMYYIIbhfbHSm3C4ZsoJORNo=
|
||||
github.com/kr/pretty v0.2.0 h1:s5hAObm+yFO5uHYt5dYjxi2rXrsnmRpJx4OYvIWUaQs=
|
||||
github.com/kr/pretty v0.2.0/go.mod h1:ipq/a2n7PKx3OHsz4KJII5eveXtPO4qwEXGdVfWzfnI=
|
||||
github.com/kr/pretty v0.3.0 h1:WgNl7dwNpEZ6jJ9k1snq4pZsg7DOEN8hP9Xw0Tsjwk0=
|
||||
github.com/kr/pty v1.1.1/go.mod h1:pFQYn66WHrOpPYNljwOMqo10TkYh1fy3cYio2l3bCsQ=
|
||||
github.com/kr/text v0.1.0 h1:45sCR5RtlFHMR4UwH9sdQ5TC8v0qDQCHnXt+kaKSTVE=
|
||||
github.com/kr/text v0.1.0/go.mod h1:4Jbv+DJW3UT/LiOwJeYQe1efqtUx/iVham/4vfdArNI=
|
||||
github.com/kr/text v0.2.0 h1:5Nx0Ya0ZqY2ygV366QzturHI13Jq95ApcVaJBhpS+AY=
|
||||
github.com/lyft/protoc-gen-star v0.5.3/go.mod h1:V0xaHgaf5oCCqmcxYcWiDfTiKsZsRc87/1qhoTACD8w=
|
||||
github.com/magiconair/properties v1.8.5 h1:b6kJs+EmPFMYGkow9GiUyCyOvIwYetYJ3fSaWak/Gls=
|
||||
github.com/magiconair/properties v1.8.5/go.mod h1:y3VJvCyxH9uVvJTWEGAELF3aiYNyPKd5NZ3oSwXrF60=
|
||||
|
@ -342,10 +344,16 @@ github.com/subosito/gotenv v1.2.0 h1:Slr1R9HxAlEKefgq5jn9U+DnETlIUa6HfgEzj0g5d7s
|
|||
github.com/subosito/gotenv v1.2.0/go.mod h1:N0PQaV/YGNqwC0u51sEeR/aUtSLEXKX9iv69rRypqCw=
|
||||
github.com/trustwallet/assets-go-libs v0.1.0 h1:MLbtjz8OxCFy2NRE4g6Ol50OUsusL82VjXhO29U6CPo=
|
||||
github.com/trustwallet/assets-go-libs v0.1.0/go.mod h1:2kTQMbtDRmYJLMzB/HMIy7vVpUYvT3Bp3u3XIal+Zk8=
|
||||
github.com/trustwallet/assets-go-libs v0.2.0 h1:TUBlCnbbJ55Sa4c2uG3amvAnxuzSRlgSj1GzlnOFav0=
|
||||
github.com/trustwallet/assets-go-libs v0.2.0/go.mod h1:IW7K3aJcVlsXnQWD61KyQ46Nvb5iIPrptsKuSDFYbj8=
|
||||
github.com/trustwallet/go-libs v0.2.26 h1:WpDc7X23EQwdrMRZ1JqXWXUk15+8pfej4pTt/3hBIJo=
|
||||
github.com/trustwallet/go-libs v0.2.26/go.mod h1:7QdAp1lcteKKI0DYqGoaO8KO4eTNYjGmg8vHy0YXkKc=
|
||||
github.com/trustwallet/go-libs v0.3.13 h1:zB30WfP6Do+5Cf3+HgkUhawBf1fnOdvvC/eBfCHKBEw=
|
||||
github.com/trustwallet/go-libs v0.3.13/go.mod h1:FuDoyKxhE1IgLPWMfU1PFok87MqfYm/spJJx1QziWe8=
|
||||
github.com/trustwallet/go-primitives v0.0.36 h1:W6OGSaw0xYBxh18QArWq1RgXsUTRvaeiwFs0zG0HC+A=
|
||||
github.com/trustwallet/go-primitives v0.0.36/go.mod h1:jLqd7rm+4EYG5JdpxhngM9HwbqfEXzKy/wK4vUB7STs=
|
||||
github.com/trustwallet/go-primitives v0.0.40 h1:xAOS9j3YoaT3+9uZhufVT8J9h7NHk1ICN7UZpIqcG10=
|
||||
github.com/trustwallet/go-primitives v0.0.40/go.mod h1:4IujMVfxa0uJS267wFszPDYd7vVjQY+/uOREZclnfU0=
|
||||
github.com/tv42/httpunix v0.0.0-20150427012821-b75d8614f926/go.mod h1:9ESjWnEqriFuLhtthL60Sar/7RFoluCcXsuvEwTV5KM=
|
||||
github.com/yuin/goldmark v1.1.25/go.mod h1:3hX8gzYuyVAZsxl0MRgGTJEmQBFcNTphYh9decYSb74=
|
||||
github.com/yuin/goldmark v1.1.27/go.mod h1:3hX8gzYuyVAZsxl0MRgGTJEmQBFcNTphYh9decYSb74=
|
||||
|
@ -378,6 +386,8 @@ golang.org/x/crypto v0.0.0-20200622213623-75b288015ac9/go.mod h1:LzIPMQfyMNhhGPh
|
|||
golang.org/x/crypto v0.0.0-20210817164053-32db794688a5/go.mod h1:GvvjBRRGRdwPK5ydBHafDWAxML/pGHZbMvKqRZ5+Abc=
|
||||
golang.org/x/crypto v0.0.0-20211209193657-4570a0811e8b h1:QAqMVf3pSa6eeTsuklijukjXBlj7Es2QQplab+/RbQ4=
|
||||
golang.org/x/crypto v0.0.0-20211209193657-4570a0811e8b/go.mod h1:IxCIyHEi3zRg3s0A5j5BB6A9Jmi73HwBIUl50j+osU4=
|
||||
golang.org/x/crypto v0.0.0-20220214200702-86341886e292 h1:f+lwQ+GtmgoY+A2YaQxlSOnDjXcQ7ZRLWOHbC6HtRqE=
|
||||
golang.org/x/crypto v0.0.0-20220214200702-86341886e292/go.mod h1:IxCIyHEi3zRg3s0A5j5BB6A9Jmi73HwBIUl50j+osU4=
|
||||
golang.org/x/exp v0.0.0-20190121172915-509febef88a4/go.mod h1:CJ0aWSM057203Lf6IL+f9T1iT9GByDxfZKAQTCR3kQA=
|
||||
golang.org/x/exp v0.0.0-20190306152737-a1d7652674e8/go.mod h1:CJ0aWSM057203Lf6IL+f9T1iT9GByDxfZKAQTCR3kQA=
|
||||
golang.org/x/exp v0.0.0-20190510132918-efd6b22b2522/go.mod h1:ZjyILWgesfNpC6sMxTJOJm9Kp84zZh5NQWvqDGG3Qr8=
|
||||
|
@ -552,6 +562,8 @@ golang.org/x/sys v0.0.0-20211124211545-fe61309f8881/go.mod h1:oPkhp1MJrh7nUepCBc
|
|||
golang.org/x/sys v0.0.0-20211205182925-97ca703d548d/go.mod h1:oPkhp1MJrh7nUepCBck5+mAzfO9JrbApNNgaTdGDITg=
|
||||
golang.org/x/sys v0.0.0-20211213223007-03aa0b5f6827 h1:A0Qkn7Z/n8zC1xd9LTw17AiKlBRK64tw3ejWQiEqca0=
|
||||
golang.org/x/sys v0.0.0-20211213223007-03aa0b5f6827/go.mod h1:oPkhp1MJrh7nUepCBck5+mAzfO9JrbApNNgaTdGDITg=
|
||||
golang.org/x/sys v0.0.0-20220114195835-da31bd327af9 h1:XfKQ4OlFl8okEOr5UvAqFRVj8pY/4yfcXrddB8qAbU0=
|
||||
golang.org/x/sys v0.0.0-20220114195835-da31bd327af9/go.mod h1:oPkhp1MJrh7nUepCBck5+mAzfO9JrbApNNgaTdGDITg=
|
||||
golang.org/x/term v0.0.0-20201126162022-7de9c90e9dd1/go.mod h1:bj7SfCRtBDWHUb9snDiAeCFNEtKQo2Wmx5Cou7ajbmo=
|
||||
golang.org/x/text v0.0.0-20170915032832-14c0d48ead0c/go.mod h1:NqM8EUOU14njkJ3fqMW+pc6Ldnwhi/IjpwHt7yyuwOQ=
|
||||
golang.org/x/text v0.3.0/go.mod h1:NqM8EUOU14njkJ3fqMW+pc6Ldnwhi/IjpwHt7yyuwOQ=
|
||||
|
@ -772,6 +784,7 @@ gopkg.in/check.v1 v0.0.0-20161208181325-20d25e280405/go.mod h1:Co6ibVJAznAaIkqp8
|
|||
gopkg.in/check.v1 v1.0.0-20180628173108-788fd7840127/go.mod h1:Co6ibVJAznAaIkqp8huTwlJQCZ016jof/cbN4VW5Yz0=
|
||||
gopkg.in/check.v1 v1.0.0-20190902080502-41f04d3bba15 h1:YR8cESwS4TdDjEe65xsg0ogRM/Nc3DYOhEAlW+xobZo=
|
||||
gopkg.in/check.v1 v1.0.0-20190902080502-41f04d3bba15/go.mod h1:Co6ibVJAznAaIkqp8huTwlJQCZ016jof/cbN4VW5Yz0=
|
||||
gopkg.in/check.v1 v1.0.0-20201130134442-10cb98267c6c h1:Hei/4ADfdWqJk1ZMxUNpqntNwaWcugrBjAiHlqqRiVk=
|
||||
gopkg.in/errgo.v2 v2.1.0/go.mod h1:hNsd1EY+bozCKY1Ytp96fpM3vjJbqLJn88ws8XvfDNI=
|
||||
gopkg.in/ini.v1 v1.66.2 h1:XfR1dOYubytKy4Shzc2LHrrGhU0lDCfDGG1yLPmpgsI=
|
||||
gopkg.in/ini.v1 v1.66.2/go.mod h1:pNLf8WUiyNEtQjuu5G5vTm06TEv9tsIgeAvK8hOrP4k=
|
||||
|
|
Loading…
Reference in New Issue
Block a user