From 8392cbab0aecc4178955dd3281eda424081115b8 Mon Sep 17 00:00:00 2001 From: matterattetatte Date: Thu, 11 Sep 2025 17:19:21 +0200 Subject: [PATCH] add sonic testnet --- _data/chains/eip155-14601.json | 19 +++++++++++++++++++ 1 file changed, 19 insertions(+) create mode 100644 _data/chains/eip155-14601.json diff --git a/_data/chains/eip155-14601.json b/_data/chains/eip155-14601.json new file mode 100644 index 000000000000..df55bb3f27d5 --- /dev/null +++ b/_data/chains/eip155-14601.json @@ -0,0 +1,19 @@ +{ + "name": "Sonic Testnet", + "chain": "sonic-testnet", + "rpc": [ + "https://rpc.testnet.soniclabs.com" + ], + "faucets": ["https://testnet.soniclabs.com/account"], + "nativeCurrency": { + "name": "Sonic", + "symbol": "S", + "decimals": 18 + }, + "features": [{ "name": "EIP155" }], + "infoURL": "https://testnet.sonicscan.org", + "shortName": "sonic", + "chainId": 14601, + "networkId": 14601, + "icon": "sonic" +} \ No newline at end of file