diff --git a/_data/chains/eip155-1714.json b/_data/chains/eip155-1714.json new file mode 100644 index 000000000000..927e7a002479 --- /dev/null +++ b/_data/chains/eip155-1714.json @@ -0,0 +1,38 @@ +{ + "name": "ACiD Testnet", + "chain": "ACiD", + "title": "ACiD Testnet", + "rpc": [ + "https://rpc-acid.livingagentic.me" + ], + "features": [{ "name": "EIP155" }, { "name": "EIP1559" }], + "faucets": [ + "https://faucet-acid.livingagentic.me" + ], + "nativeCurrency": { + "name": "Ether", + "symbol": "ETH", + "decimals": 18 + }, + "infoURL": "https://acid.livingagentic.me", + "shortName": "acid", + "chainId": 1714, + "networkId": 1714, + "status": "active", + "explorers": [ + { + "name": "ACiD Explorer", + "url": "https://explorer-acid.livingagentic.me", + "standard": "EIP3091" + } + ], + "parent": { + "type": "L2", + "chain": "eip155-11155111", + "bridges": [ + { + "url": "https://acid.livingagentic.me/bridge.html" + } + ] + } +}