diff --git a/_data/chains/eip155-15555.json b/_data/chains/eip155-15555.json new file mode 100644 index 00000000..0f895db4 --- /dev/null +++ b/_data/chains/eip155-15555.json @@ -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" + }] +}