Skip to content

Commit

Permalink
Add FDUSD (#26961)
Browse files Browse the repository at this point in the history
* Create info.json

* Create logo.png

* go-prim changes

---------

Co-authored-by: Denis <136321897+defisaur@users.noreply.github.com>
  • Loading branch information
cryptomanz1 and defisaur committed Dec 11, 2023
1 parent c08bd09 commit 6f96785
Show file tree
Hide file tree
Showing 4 changed files with 29 additions and 1 deletion.
Original file line number Diff line number Diff line change
@@ -0,0 +1,24 @@
{
"name": "First Digital USD",
"website": "https://firstdigitallabs.com",
"description": "FDUSD provides users with a stable digital currency that is backed by fiat currency, which can help reduce the volatility in the cryptocurrency market.",
"explorer": "https://opbnbscan.com/token/0x50c5725949a6f0c72e6c4a641f24049a917db0cb",
"type": "OBNB",
"symbol": "FDUSD",
"decimals": 18,
"status": "active",
"id": "0x50c5725949A6F0c72E6C4a641F24049A917DB0Cb",
"tags": [
"stablecoin"
],
"links": [
{
"name": "twitter",
"url": "https://twitter.com/FDLabsHQ"
},
{
"name": "coinmarketcap",
"url": "https://coinmarketcap.com/currencies/first-digital-usd/"
}
]
}
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.12
github.com/trustwallet/go-primitives v0.1.13
)

require (
Expand Down
4 changes: 4 additions & 0 deletions go.sum
Original file line number Diff line number Diff line change
Expand Up @@ -252,6 +252,10 @@ github.com/trustwallet/go-primitives v0.1.12-0.20231206072940-1b46bb0a7643 h1:JW
github.com/trustwallet/go-primitives v0.1.12-0.20231206072940-1b46bb0a7643/go.mod h1:GN9WNIOvtz9j77FSYLEqC7apbMlzQnFLNO9LOCMy5Mc=
github.com/trustwallet/go-primitives v0.1.12 h1:5qgmAIdHKpE/bWfxy6ChOyD7oO9g7M/coR6FNvJ9fAc=
github.com/trustwallet/go-primitives v0.1.12/go.mod h1:GN9WNIOvtz9j77FSYLEqC7apbMlzQnFLNO9LOCMy5Mc=
github.com/trustwallet/go-primitives v0.1.13-0.20231211164812-c3b990aaab77 h1:w5gjOoVT9KdFvHxUMVvcLNC1g6gqdIhAsHmtA8aAYLY=
github.com/trustwallet/go-primitives v0.1.13-0.20231211164812-c3b990aaab77/go.mod h1:GN9WNIOvtz9j77FSYLEqC7apbMlzQnFLNO9LOCMy5Mc=
github.com/trustwallet/go-primitives v0.1.13 h1:EexDb15ciCDPAS7mPtxWaP1AGbGb04JnlH8SYhelHGk=
github.com/trustwallet/go-primitives v0.1.13/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 6f96785

Please sign in to comment.