From e90be991d84af7a874c57b95d8380f238e59f888 Mon Sep 17 00:00:00 2001 From: Vie Yang Date: Thu, 16 Oct 2025 11:35:46 +0800 Subject: [PATCH 1/3] add abcore mainnet --- _data/chains/eip155-36888.json | 29 +++++++++++++++++++++++++++++ 1 file changed, 29 insertions(+) create mode 100644 _data/chains/eip155-36888.json diff --git a/_data/chains/eip155-36888.json b/_data/chains/eip155-36888.json new file mode 100644 index 000000000000..6cacd8ea3197 --- /dev/null +++ b/_data/chains/eip155-36888.json @@ -0,0 +1,29 @@ +{ + "name": "AB Core Mainnet", + "chain": "AB", + "rpc": [ + "https://rpc.core.ab.org", + "https://rpc1.core.ab.org" + ], + "faucets": [], + "nativeCurrency": { + "name": "AB Token", + "symbol": "AB", + "decimals": 18 + }, + "features": [ + { "name": "EIP155" } + ], + "infoURL": "https://ab.org", + "shortName": "abcore", + "chainId": 36888, + "networkId": 36888, + "explorers": [ + { + "name": "AB Core Explorer", + "url": "https://explorer.core.ab.org", + "standard": "EIP3091" + } + ], + "status": "active" +} From 1bd863eb86cb487bf5231b61fea21914e6027ec0 Mon Sep 17 00:00:00 2001 From: Vie Yang Date: Thu, 16 Oct 2025 11:41:58 +0800 Subject: [PATCH 2/3] update abcore prettier check --- _data/chains/eip155-36888.json | 9 ++------- 1 file changed, 2 insertions(+), 7 deletions(-) diff --git a/_data/chains/eip155-36888.json b/_data/chains/eip155-36888.json index 6cacd8ea3197..04515f593e2a 100644 --- a/_data/chains/eip155-36888.json +++ b/_data/chains/eip155-36888.json @@ -1,19 +1,14 @@ { "name": "AB Core Mainnet", "chain": "AB", - "rpc": [ - "https://rpc.core.ab.org", - "https://rpc1.core.ab.org" - ], + "rpc": ["https://rpc.core.ab.org", "https://rpc1.core.ab.org"], "faucets": [], "nativeCurrency": { "name": "AB Token", "symbol": "AB", "decimals": 18 }, - "features": [ - { "name": "EIP155" } - ], + "features": [{ "name": "EIP155" }], "infoURL": "https://ab.org", "shortName": "abcore", "chainId": 36888, From 54489993f6d365a592bcb3750f53811ba38f200c Mon Sep 17 00:00:00 2001 From: Vie Yang Date: Fri, 17 Oct 2025 14:22:45 +0800 Subject: [PATCH 3/3] ab: update ab name --- _data/chains/eip155-36888.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/_data/chains/eip155-36888.json b/_data/chains/eip155-36888.json index 04515f593e2a..c59290182db2 100644 --- a/_data/chains/eip155-36888.json +++ b/_data/chains/eip155-36888.json @@ -4,7 +4,7 @@ "rpc": ["https://rpc.core.ab.org", "https://rpc1.core.ab.org"], "faucets": [], "nativeCurrency": { - "name": "AB Token", + "name": "AB", "symbol": "AB", "decimals": 18 },