From 2a7038fccc511b24d75c8f5396ed380e9d5f9ef0 Mon Sep 17 00:00:00 2001 From: czchangsheng-dot Date: Wed, 13 May 2026 14:49:53 +0200 Subject: [PATCH] Add AOU Chain to chains.json Add AOU Chain testnet configuration. Chain name: AOU Chain Chain ID: 2236 Native token: AOU Decimals: 18 RPC: https://testnet-rpc.aouscan.com Explorer: https://testnet.aouscan.com Official website: https://www.aoulink.io Logo: https://www.aoulink.io/aou.png Payment transaction hash: https://bscscan.com/tx/0x0014980bcc17cec2be54f7403d39565ef6587138e6a840b49ca49bcaa749ae1d Message transaction hash: https://bscscan.com/tx/0xb6be7030b0e6a53a0860561af21b759d5b0071bfa44866985982e15a9a1df4de --- chains.json | 33 +++++++++++++++++++++++++++++++++ 1 file changed, 33 insertions(+) diff --git a/chains.json b/chains.json index 3277ad5b6..b19679be4 100644 --- a/chains.json +++ b/chains.json @@ -63501,6 +63501,39 @@ "color_chain_text": "0x000000", "ic_home_logo": "https://photos.pinksale.finance/file/pinksale-logo-upload/1768216345304-4f17a2cc73fa22989e27cd2b22ec94bd.jpg" } +}, + { + "name": "AOU Chain", + "chainId": 2236, + "shortName": "aou", + "chain": "AOU", + "network": "testnet", + "networkId": 2236, + "nativeCurrency": { + "name": "AOU", + "symbol": "AOU", + "decimals": 18 + }, + "rpc": [ + "https://testnet-rpc.aouscan.com" + ], + "faucets": [], + "infoURL": "https://www.aoulink.io", + "explorers": [ + { + "name": "AOU Scan Testnet", + "url": "https://testnet.aouscan.com", + "standard": "EIP3091" + } + ], + "app_resource": { + "ic_chain_select": "https://www.aoulink.io/aou.png", + "ic_chain_unselect": "https://www.aoulink.io/aou.png", + "ic_chain_unselect_dark": "https://www.aoulink.io/aou.png", + "color_chain_bg": "0x000000", + "color_chain_text": "0xFFFFFF", + "ic_home_logo": "https://www.aoulink.io/aou.png" + } } ]