From 1c1d2b7c825ce1f5cf5d1624565b7f9b9e7788c0 Mon Sep 17 00:00:00 2001 From: Vie Yang Date: Fri, 17 Oct 2025 16:10:11 +0800 Subject: [PATCH] add ab core mainnet --- .../additionalChainRegistry/chainid-36888.js | 27 +++++++++++++++++++ 1 file changed, 27 insertions(+) create mode 100644 constants/additionalChainRegistry/chainid-36888.js diff --git a/constants/additionalChainRegistry/chainid-36888.js b/constants/additionalChainRegistry/chainid-36888.js new file mode 100644 index 0000000000..71fb6a1b79 --- /dev/null +++ b/constants/additionalChainRegistry/chainid-36888.js @@ -0,0 +1,27 @@ +export const data = { + "name": "AB Core Mainnet", + "chain": "AB", + "rpc": [ + "https://rpc.core.ab.org", + "https://rpc1.core.ab.org" + ], + "faucets": [], + "nativeCurrency": { + "name": "AB", + "symbol": "AB", + "decimals": 18 + }, + "features": [{ "name": "EIP155" }], + "infoURL": "https://ab.org", + "shortName": "abcore", + "chainId": 36888, + "networkId": 36888, + "icon": "ab", + "explorers": [ + { + "name": "AB Core Explorer", + "url": "https://explorer.core.ab.org", + "standard": "EIP3091" + } + ] +}