From ef9683e27dfb62d0f181fa7fee2be3d1f5d5214e Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Sebasti=C3=A1n=20Galiano?= Date: Mon, 24 Nov 2025 20:23:26 -0300 Subject: [PATCH] =?UTF-8?q?Add=20DogeOS=20Chiky=C5=AB=20Testnet=20(Chain?= =?UTF-8?q?=20ID:=206281971)?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .../chainid-6281971.js | 29 +++++++++++++++++++ 1 file changed, 29 insertions(+) create mode 100644 constants/additionalChainRegistry/chainid-6281971.js diff --git a/constants/additionalChainRegistry/chainid-6281971.js b/constants/additionalChainRegistry/chainid-6281971.js new file mode 100644 index 0000000000..a3d3e8f67c --- /dev/null +++ b/constants/additionalChainRegistry/chainid-6281971.js @@ -0,0 +1,29 @@ +export const data = { + name: "DogeOS Chikyū Testnet", + chain: "DogeOS", + rpc: [ + "https://rpc.testnet.dogeos.com", + ], + faucets: [ + "https://faucet.testnet.dogeos.com", + ], + nativeCurrency: { + name: "Dogecoin", + symbol: "DOGE", + decimals: 18, + }, + features: [{ name: "EIP155" }, { name: "EIP1559" }], + infoURL: "https://www.dogeos.com", + shortName: "dogeos-chykyu", + chainId: 6281971, + networkId: 6281971, + icon: "dogeos", + explorers: [ + { + name: "DogeOS Chikyū Testnet Explorer", + url: "https://blockscout.testnet.dogeos.com", + icon: "blockscout", + standard: "EIP3091", + }, + ], +};