Skip to content

Commit 3da50e5

Browse files
cryptomanz1ArtemGoryunovdefisaur
authored
Add Manta assets (trustwallet#27254)
* Create info.json * Create logo.png * explorer link updated * manta --------- Co-authored-by: Artem <725247+ArtemGoryunov@users.noreply.github.com> Co-authored-by: Denis <136321897+defisaur@users.noreply.github.com>
1 parent ab48f43 commit 3da50e5

4 files changed

Lines changed: 26 additions & 1 deletion

File tree

Lines changed: 21 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,21 @@
1+
{
2+
"name": "Manta",
3+
"type": "MANTA",
4+
"symbol": "MANTA",
5+
"decimals": 18,
6+
"website": "https://manta.network",
7+
"description": "Manta Pacific is the first EVM-equivalent ZK-application platform that is scalable and secure through Celestia DA and Polygon zkEVM.",
8+
"explorer": "https://pacific-explorer.manta.network/token/0x95CeF13441Be50d20cA4558CC0a27B601aC544E5",
9+
"status": "active",
10+
"id": "0x95CeF13441Be50d20cA4558CC0a27B601aC544E5",
11+
"links": [
12+
{
13+
"name": "coinmarketcap",
14+
"url": "https://coinmarketcap.com/currencies/manta-network/"
15+
},
16+
{
17+
"name": "twitter",
18+
"url": "https://twitter.com/MantaNetwork"
19+
}
20+
]
21+
}
10.7 KB
Loading

go.mod

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ require (
77
github.com/spf13/cobra v1.7.0
88
github.com/trustwallet/assets-go-libs v0.3.7
99
github.com/trustwallet/go-libs v0.7.3
10-
github.com/trustwallet/go-primitives v0.1.17
10+
github.com/trustwallet/go-primitives v0.1.18
1111
)
1212

1313
require (

go.sum

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -272,6 +272,10 @@ github.com/trustwallet/go-primitives v0.1.17-0.20240112111413-aca39bd29cc2 h1:3t
272272
github.com/trustwallet/go-primitives v0.1.17-0.20240112111413-aca39bd29cc2/go.mod h1:GN9WNIOvtz9j77FSYLEqC7apbMlzQnFLNO9LOCMy5Mc=
273273
github.com/trustwallet/go-primitives v0.1.17 h1:X0vVRbJZoDcrQJTQ2vi5gubPfXEn43M9mpxkfRg/Fok=
274274
github.com/trustwallet/go-primitives v0.1.17/go.mod h1:GN9WNIOvtz9j77FSYLEqC7apbMlzQnFLNO9LOCMy5Mc=
275+
github.com/trustwallet/go-primitives v0.1.18-0.20240119140343-8fca65d6dd62 h1:Vtcxre3ihqZrPkEFg2nVSRnUavJsR+3A9K1O+2SpcNQ=
276+
github.com/trustwallet/go-primitives v0.1.18-0.20240119140343-8fca65d6dd62/go.mod h1:GN9WNIOvtz9j77FSYLEqC7apbMlzQnFLNO9LOCMy5Mc=
277+
github.com/trustwallet/go-primitives v0.1.18 h1:T3g3ewbDkXZrbRwgmhaeCAywXD2+1bL75t2+6VU0UFY=
278+
github.com/trustwallet/go-primitives v0.1.18/go.mod h1:GN9WNIOvtz9j77FSYLEqC7apbMlzQnFLNO9LOCMy5Mc=
275279
github.com/ugorji/go/codec v1.1.7 h1:2SvQaVZ1ouYrrKKwoSk2pzd4A9evlKJb9oTL+OaLUSs=
276280
github.com/yuin/goldmark v1.1.25/go.mod h1:3hX8gzYuyVAZsxl0MRgGTJEmQBFcNTphYh9decYSb74=
277281
github.com/yuin/goldmark v1.1.27/go.mod h1:3hX8gzYuyVAZsxl0MRgGTJEmQBFcNTphYh9decYSb74=

0 commit comments

Comments
 (0)