Create eip155-15555.json (#1382)

This commit is contained in:
Esteban Saá 2022-08-20 14:24:32 -05:00 committed by GitHub
parent 81a37ea625
commit 302e7b96f6
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -0,0 +1,25 @@
{
"name": "Trust EVM Testnet",
"chain": "Trust EVM Testnet",
"network": "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": "Trust testnet",
"chainId": 15555,
"networkId": 15555,
"explorers": [{
"name": "Trust EVM Explorer",
"url": "https://trustscan.one",
"standard": "EIP3091"
}]
}