Skip to content

Commit

Permalink
Fix type for opBNB (trustwallet#27032)
Browse files Browse the repository at this point in the history
* Update info.json

* Update info.json

* Update info.json

* Update info.json

* Update info.json

* Update info.json

* Auto fix all (sanity and consistency)

* opbnb

---------

Co-authored-by: cryptomanz1 <cryptomanz1@users.noreply.github.com>
Co-authored-by: Denis <136321897+defisaur@users.noreply.github.com>
  • Loading branch information
3 people authored Dec 22, 2023
1 parent d015507 commit 6af5393
Show file tree
Hide file tree
Showing 8 changed files with 27 additions and 23 deletions.
2 changes: 1 addition & 1 deletion blockchains/linea/info/info.json
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
"website": "https://linea.build",
"description": "Linea is a network that scales the experience of Ethereum.",
"explorer": "https://explorer.linea.build",
"symbol": "TBA",
"symbol": "LINA",
"type": "coin",
"decimals": 18,
"status": "active",
Expand Down
Original file line number Diff line number Diff line change
@@ -1,16 +1,13 @@
{
"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",
"type": "OPBNB",
"decimals": 18,
"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.",
"website": "https://firstdigitallabs.com",
"explorer": "https://opbnbscan.com/token/0x50c5725949a6f0c72e6c4a641f24049a917db0cb",
"status": "active",
"id": "0x50c5725949A6F0c72E6C4a641F24049A917DB0Cb",
"tags": [
"stablecoin"
],
"links": [
{
"name": "twitter",
Expand All @@ -20,5 +17,8 @@
"name": "coinmarketcap",
"url": "https://coinmarketcap.com/currencies/first-digital-usd/"
}
],
"tags": [
"stablecoin"
]
}
}
Original file line number Diff line number Diff line change
@@ -1,11 +1,11 @@
{
"name": "Tether USD",
"website": "https://tether.to",
"description": "Tether (USDT) is a cryptocurrency with a value meant to mirror the value of the U.S. dollar.",
"explorer": "https://opbnbscan.com/token/0x9e5aac1ba1a2e6aed6b32689dfcf62a509ca96f3",
"type": "OBNB",
"symbol": "USDT",
"type": "OPBNB",
"decimals": 18,
"description": "Tether (USDT) is a cryptocurrency with a value meant to mirror the value of the U.S. dollar.",
"website": "https://tether.to",
"explorer": "https://opbnbscan.com/token/0x9e5aac1ba1a2e6aed6b32689dfcf62a509ca96f3",
"status": "active",
"id": "0x9e5AAC1Ba1a2e6aEd6b32689DFcF62A509Ca96f3",
"links": [
Expand Down
Original file line number Diff line number Diff line change
@@ -1,11 +1,11 @@
{
"name": "CUBISWAP",
"website": "https://www.cubiswap.finance/",
"description": "CUBISwap is a Decentralized Autonomous Organization (DAO) that offers a full suite of tools to explore and engage with decentralized finance opportunities.",
"explorer": "https://opbnbscan.com/token/0xb01d49c26416a352fac4fbb3d555d5f2543e3247",
"type": "OBNB",
"symbol": "CUBI",
"type": "OPBNB",
"decimals": 18,
"description": "CUBISwap is a Decentralized Autonomous Organization (DAO) that offers a full suite of tools to explore and engage with decentralized finance opportunities.",
"website": "https://www.cubiswap.finance/",
"explorer": "https://opbnbscan.com/token/0xb01d49c26416a352fac4fbb3d555d5f2543e3247",
"status": "active",
"id": "0xB01D49C26416a352fac4Fbb3D555d5F2543E3247"
}
Original file line number Diff line number Diff line change
@@ -1,12 +1,12 @@
{
"name": "Wrapped BNB",
"website": "https://binance.org",
"symbol": "WBNB",
"type": "OPBNB",
"decimals": 18,
"description": "As the native coin of Binance Chain, BNB has multiple use cases: fueling transactions on the Chain, paying for transaction fees on Binance Exchange, making in-store payments, and many more.",
"website": "https://binance.org",
"explorer": "https://opbnbscan.com/token/0xb97fe5f3e5bf1ddac8ea1d2fa77f0a45cdb1dcec",
"research": "https://research.binance.com/en/projects/bnb",
"type": "OBNB",
"symbol": "WBNB",
"decimals": 18,
"status": "active",
"id": "0xb97fe5f3e5bf1DDAC8Ea1D2Fa77f0a45CDb1DcEC",
"tags": [
Expand Down
2 changes: 1 addition & 1 deletion blockchains/opbnb/info/info.json
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
"description": "An Optimized Layer-2 Solution That Delivers Lower Fees And Higher Throughput To Unlock The Full Potential Of The BNB Chain.",
"explorer": "https://opbnbscan.com/",
"type": "coin",
"symbol": "OBNB",
"symbol": "OPBNB",
"decimals": 18,
"status": "active",
"tags": [
Expand Down
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.13
github.com/trustwallet/go-primitives v0.1.14
)

require (
Expand Down
4 changes: 4 additions & 0 deletions go.sum
Original file line number Diff line number Diff line change
Expand Up @@ -256,6 +256,10 @@ github.com/trustwallet/go-primitives v0.1.13-0.20231211164812-c3b990aaab77 h1:w5
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/trustwallet/go-primitives v0.1.14-0.20231222091413-3a6249d416a7 h1:9lW8d4rSqWhqdNr14qfuEtyhJImM7yxp9k0igUvpTws=
github.com/trustwallet/go-primitives v0.1.14-0.20231222091413-3a6249d416a7/go.mod h1:GN9WNIOvtz9j77FSYLEqC7apbMlzQnFLNO9LOCMy5Mc=
github.com/trustwallet/go-primitives v0.1.14 h1:9bm0mYOLwu8hANivb1p/aV7f34AAENkvtHlyBhvY4Qk=
github.com/trustwallet/go-primitives v0.1.14/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 6af5393

Please sign in to comment.