mirror of
https://github.com/Instadapp/chains.git
synced 2024-07-29 22:37:19 +00:00
15509aef95
* 6066 and 6065 blockchain adding 6066 mainnet and 6065 testnet * update currency on 6066 and 6065 * Tres Leches Blockchain * Update Tres Leches * Delete QmRPqcydsXUhdN6aom9MrCJyGM9aXaBA1qP6oBvwb37i9h * Create eip155-6065.json * Update eip155-6065.json * Updating Native Symbol to TRESL Updating Native Symbol to TRESL * update shortname to match symbol * Update Symbol and Correct Format * update Symbol and format * updated shortname * New RPC and Currency Name Updating Brand and new RPC * update Co-authored-by: Bladepool <100499358+CFG-NINJA@users.noreply.github.com> Co-authored-by: ligi <ligi@ligi.de>
25 lines
569 B
JSON
25 lines
569 B
JSON
{
|
|
"name": "Tres Testnet",
|
|
"chain": "TresLeches",
|
|
"rpc": ["https://rpc-test.tresleches.finance/"],
|
|
"faucets": ["http://faucet.tresleches.finance:8080"],
|
|
"nativeCurrency": {
|
|
"name": "TRES",
|
|
"symbol": "TRES",
|
|
"decimals": 18
|
|
},
|
|
"infoURL": "https://treschain.com",
|
|
"shortName": "TRESTEST",
|
|
"chainId": 6065,
|
|
"networkId": 6065,
|
|
"icon": "tresleches",
|
|
"explorers": [
|
|
{
|
|
"name": "treslechesexplorer",
|
|
"url": "https://explorer-test.tresleches.finance",
|
|
"icon": "treslechesexplorer",
|
|
"standard": "EIP3091"
|
|
}
|
|
]
|
|
}
|