Skip to content

Commit

Permalink
Add Base tokens (trustwallet#26008)
Browse files Browse the repository at this point in the history
* Create info.json

* Create logo.png

* Create info.json

* Create logo.png

* fix (trustwallet#26019)

---------

Co-authored-by: Denis <[email protected]>
  • Loading branch information
cryptomanz1 and defisaur authored Aug 10, 2023
1 parent 1a4d774 commit 2e79a29
Show file tree
Hide file tree
Showing 6 changed files with 65 additions and 1 deletion.
Original file line number Diff line number Diff line change
@@ -0,0 +1,25 @@
{
"name": "Baseswap",
"website": "https://baseswap.fi",
"description": "Decentralized finance leverages the individual and collective capacity of all of us, without interference.Join us on BASE chain now.",
"explorer": "https://basescan.org/token/0x78a087d713Be963Bf307b18F2Ff8122EF9A63ae9",
"type": "BASE20",
"symbol": "BSWAP",
"decimals": 18,
"status": "active",
"id": "0x78a087d713Be963Bf307b18F2Ff8122EF9A63ae9",
"links": [
{
"name": "telegram",
"url": "https://t.me/BaseswapFi"
},
{
"name": "twitter",
"url": "https://twitter.com/BaseSwap_Fi"
},
{
"name": "coinmarketcap",
"url": "https://coinmarketcap.com/currencies/baseswap/"
}
]
}
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Original file line number Diff line number Diff line change
@@ -0,0 +1,37 @@
{
"name": "USD Base Coin",
"website": "https://www.centre.io",
"description": "USDC is a fully collateralized US dollar stablecoin, an Ethereum powered coin and is the brainchild of CENTRE, an open source project bootstrapped by contributions from Circle and Coinbase.",
"explorer": "https://basescan.org/token/0xd9aaec86b65d86f6a7b5b1b0c42ffa531710b6ca",
"research": "https://research.binance.com/en/projects/usd-coin",
"type": "BASE20",
"symbol": "USDC",
"decimals": 6,
"status": "active",
"id": "0xd9aAEc86B65D86f6A7B5B1b0c42FFA531710b6CA",
"tags": [
"stablecoin"
],
"links": [
{
"name": "github",
"url": "https://github.com/centrehq"
},
{
"name": "whitepaper",
"url": "https://centre.io/pdfs/centre-whitepaper.pdf"
},
{
"name": "coinmarketcap",
"url": "https://coinmarketcap.com/currencies/usd-coin/"
},
{
"name": "coingecko",
"url": "https://coingecko.com/en/coins/usd-coin/"
},
{
"name": "medium",
"url": "https://medium.com/centre-blog"
}
]
}
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.6
github.com/trustwallet/go-libs v0.7.3
github.com/trustwallet/go-primitives v0.0.87
github.com/trustwallet/go-primitives v0.0.88
)

require (
Expand Down
2 changes: 2 additions & 0 deletions go.sum
Original file line number Diff line number Diff line change
Expand Up @@ -267,6 +267,8 @@ github.com/trustwallet/go-primitives v0.0.87-0.20230731115347-1aa6264a08ec h1:cw
github.com/trustwallet/go-primitives v0.0.87-0.20230731115347-1aa6264a08ec/go.mod h1:GN9WNIOvtz9j77FSYLEqC7apbMlzQnFLNO9LOCMy5Mc=
github.com/trustwallet/go-primitives v0.0.87 h1:M8pQ4cZnzDzVQ2ygIUbYwpUWYqMcB9ZcWzRzxzH+5pU=
github.com/trustwallet/go-primitives v0.0.87/go.mod h1:GN9WNIOvtz9j77FSYLEqC7apbMlzQnFLNO9LOCMy5Mc=
github.com/trustwallet/go-primitives v0.0.88 h1:wt5A6Wf2pnobWUYcnfOEbCIWZz+2BvdIUmFCMDbzATw=
github.com/trustwallet/go-primitives v0.0.88/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 2e79a29

Please sign in to comment.