trustwallet-assets/blockchains/avalanchec/info/info.json
hewigovens 92ad6bf22e
Add Optimism and fix Avalanche C chain (#13017)
* add optimism logo
* fix folder name
* Fix token types
* use suggest token type
* Update allowlist.json
2021-08-26 15:33:24 +08:00

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"
}
]
}