chains/_data/chains/eip155-6065.json
Bladepool 15509aef95
Update to Tres Leches Blockchain [New RPC, New Website] (#2126)
* 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>
2023-01-13 11:08:52 +01:00

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