Skip to content

Commit

Permalink
Add Manta assets (trustwallet#27254)
Browse files Browse the repository at this point in the history
* Create info.json

* Create logo.png

* explorer link updated

* manta

---------

Co-authored-by: Artem <[email protected]>
Co-authored-by: Denis <[email protected]>
  • Loading branch information
3 people authored Jan 19, 2024
1 parent ab48f43 commit 3da50e5
Show file tree
Hide file tree
Showing 4 changed files with 26 additions and 1 deletion.
Original file line number Diff line number Diff line change
@@ -0,0 +1,21 @@
{
"name": "Manta",
"type": "MANTA",
"symbol": "MANTA",
"decimals": 18,
"website": "https://manta.network",
"description": "Manta Pacific is the first EVM-equivalent ZK-application platform that is scalable and secure through Celestia DA and Polygon zkEVM.",
"explorer": "https://pacific-explorer.manta.network/token/0x95CeF13441Be50d20cA4558CC0a27B601aC544E5",
"status": "active",
"id": "0x95CeF13441Be50d20cA4558CC0a27B601aC544E5",
"links": [
{
"name": "coinmarketcap",
"url": "https://coinmarketcap.com/currencies/manta-network/"
},
{
"name": "twitter",
"url": "https://twitter.com/MantaNetwork"
}
]
}
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
2 changes: 1 addition & 1 deletion go.mod
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ require (
github.com/spf13/cobra v1.7.0
github.com/trustwallet/assets-go-libs v0.3.7
github.com/trustwallet/go-libs v0.7.3
github.com/trustwallet/go-primitives v0.1.17
github.com/trustwallet/go-primitives v0.1.18
)

require (
Expand Down
4 changes: 4 additions & 0 deletions go.sum
Original file line number Diff line number Diff line change
Expand Up @@ -272,6 +272,10 @@ github.com/trustwallet/go-primitives v0.1.17-0.20240112111413-aca39bd29cc2 h1:3t
github.com/trustwallet/go-primitives v0.1.17-0.20240112111413-aca39bd29cc2/go.mod h1:GN9WNIOvtz9j77FSYLEqC7apbMlzQnFLNO9LOCMy5Mc=
github.com/trustwallet/go-primitives v0.1.17 h1:X0vVRbJZoDcrQJTQ2vi5gubPfXEn43M9mpxkfRg/Fok=
github.com/trustwallet/go-primitives v0.1.17/go.mod h1:GN9WNIOvtz9j77FSYLEqC7apbMlzQnFLNO9LOCMy5Mc=
github.com/trustwallet/go-primitives v0.1.18-0.20240119140343-8fca65d6dd62 h1:Vtcxre3ihqZrPkEFg2nVSRnUavJsR+3A9K1O+2SpcNQ=
github.com/trustwallet/go-primitives v0.1.18-0.20240119140343-8fca65d6dd62/go.mod h1:GN9WNIOvtz9j77FSYLEqC7apbMlzQnFLNO9LOCMy5Mc=
github.com/trustwallet/go-primitives v0.1.18 h1:T3g3ewbDkXZrbRwgmhaeCAywXD2+1bL75t2+6VU0UFY=
github.com/trustwallet/go-primitives v0.1.18/go.mod h1:GN9WNIOvtz9j77FSYLEqC7apbMlzQnFLNO9LOCMy5Mc=
github.com/ugorji/go/codec v1.1.7 h1:2SvQaVZ1ouYrrKKwoSk2pzd4A9evlKJb9oTL+OaLUSs=
github.com/yuin/goldmark v1.1.25/go.mod h1:3hX8gzYuyVAZsxl0MRgGTJEmQBFcNTphYh9decYSb74=
github.com/yuin/goldmark v1.1.27/go.mod h1:3hX8gzYuyVAZsxl0MRgGTJEmQBFcNTphYh9decYSb74=
Expand Down

0 comments on commit 3da50e5

Please sign in to comment.