mirror of
https://github.com/Instadapp/chains.git
synced 2024-07-29 22:37:19 +00:00
16bc050927
* Validate Shortname with Max Length of 64 * Removed Spaces from `shortName`
23 lines
510 B
JSON
23 lines
510 B
JSON
{
|
|
"name": "Trust EVM Testnet",
|
|
"chain": "Trust EVM Testnet",
|
|
"rpc": ["https://api.testnet-dev.trust.one"],
|
|
"faucets": ["https://faucet.testnet-dev.trust.one/"],
|
|
"nativeCurrency": {
|
|
"name": "Trust EVM",
|
|
"symbol": "EVM",
|
|
"decimals": 18
|
|
},
|
|
"infoURL": "https://www.trust.one/",
|
|
"shortName": "TrustTestnet",
|
|
"chainId": 15555,
|
|
"networkId": 15555,
|
|
"explorers": [
|
|
{
|
|
"name": "Trust EVM Explorer",
|
|
"url": "https://trustscan.one",
|
|
"standard": "EIP3091"
|
|
}
|
|
]
|
|
}
|