From dacd9701c6c07104466bfc0a74577e95d1d65957 Mon Sep 17 00:00:00 2001 From: ww Date: Sat, 13 Jun 2026 19:53:27 +0200 Subject: [PATCH] Add dual network (6301) --- .../additionalChainRegistry/chainid-6301.js | 30 +++++++++++++++++++ 1 file changed, 30 insertions(+) create mode 100644 constants/additionalChainRegistry/chainid-6301.js diff --git a/constants/additionalChainRegistry/chainid-6301.js b/constants/additionalChainRegistry/chainid-6301.js new file mode 100644 index 0000000000..3fd73817ad --- /dev/null +++ b/constants/additionalChainRegistry/chainid-6301.js @@ -0,0 +1,30 @@ +export const data = { + "name": "dual network", + "chain": "DUAL", + "icon": "dual", + "rpc": [ + "https://rpc.dual.network" + ], + "faucets": [], + "nativeCurrency": { + "name": "dual", + "symbol": "dual", + "decimals": 18 + }, + "features": [ + { + "name": "EIP155" + } + ], + "infoURL": "https://dual.org", + "shortName": "dual", + "chainId": 6301, + "networkId": 6301, + "explorers": [ + { + "name": "Dual Network", + "url": "https://blockscout.dual.network", + "standard": "EIP3091" + } + ] +}