mirror of
https://github.com/Instadapp/trustwallet-assets.git
synced 2024-07-29 22:37:31 +00:00
92ad6bf22e
* add optimism logo * fix folder name * Fix token types * use suggest token type * Update allowlist.json
24 lines
868 B
JSON
24 lines
868 B
JSON
{
|
|
"name": "Avalanche C-Chain",
|
|
"website": "http://avax.network",
|
|
"description": "Avalanche is an open-source platform for launching highly decentralized applications, new financial primitives, and new interoperable blockchains. This is the C-Chain, the default smart contract blockchain on Avalanche that enables the creation of any Ethereum-compatible smart contracts.",
|
|
"explorer": "https://explorer.avax.network",
|
|
"research": "https://research.binance.com/en/projects/avalanche",
|
|
"symbol": "AVAX",
|
|
"type": "coin",
|
|
"decimals": 18,
|
|
"status": "active",
|
|
"tags": [
|
|
"staking-native"
|
|
],
|
|
"links": [
|
|
{
|
|
"name": "github",
|
|
"url": "https://github.com/ava-labs"
|
|
},
|
|
{
|
|
"name": "whitepaper",
|
|
"url": "https://www.avalabs.org/whitepapers"
|
|
}
|
|
]
|
|
} |