From 29a9c8deeca3fc1ffd326cdf0c399f4b71287f3f Mon Sep 17 00:00:00 2001 From: duekz008 Date: Sat, 29 Aug 2026 23:03:51 -0400 Subject: [PATCH] feat: add Banteng Chain Testnet (chainId: 993) - Chain ID: 993, Native Currency: tBTG (18 decimals) - RPC: rpc1/rpc2/rpc3.banteng.asia - Explorer: explorer.banteng.asia (EIP3091) - Icon: IPFS via Pinata gateway - Info: https://banteng.asia - Total chains: 2354 -> 2355 --- chains.json | 35 +++++++++++++++++++++++++++++++++-- 1 file changed, 33 insertions(+), 2 deletions(-) diff --git a/chains.json b/chains.json index b19679be4..44a156443 100644 --- a/chains.json +++ b/chains.json @@ -63534,7 +63534,38 @@ "color_chain_text": "0xFFFFFF", "ic_home_logo": "https://www.aoulink.io/aou.png" } -} - +}, + { + "name": "Banteng Chain Testnet", + "chainId": 993, + "shortName": "banteng", + "chain": "BTG", + "network": "testnet", + "networkId": 993, + "nativeCurrency": { + "name": "Banteng Coin", + "symbol": "tBTG", + "decimals": 18 + }, + "rpc": [ + "https://rpc1.banteng.asia", + "https://rpc2.banteng.asia", + "https://rpc3.banteng.asia" + ], + "faucets": [], + "infoURL": "https://banteng.asia", + "explorers": [ + { + "name": "Banteng Explorer", + "url": "https://explorer.banteng.asia", + "standard": "EIP3091" + } + ], + "app_resource": { + "ic_chain_select": "https://gateway.pinata.cloud/ipfs/bafkreifgth3i5kewkdm4hvxtjqtuifyswtghcizrcqxd34kyjfgqfrgn7e", + "ic_chain_unselect": "https://banteng.asia/logo-gray.png", + "color_chain_bg": "0xd32f2f" + } + } ]