Skip to content
This repository was archived by the owner on Apr 26, 2026. It is now read-only.

Commit d887a3f

Browse files
nimrod-teichclaude
andcommitted
feat(chains): add new chains to indexTopChains allowlist
Add XLM, SONIC, UNION, BTC, BCH, AVAX and their testnet variants. Co-Authored-By: Claude Opus 4.6 (1M context) <noreply@anthropic.com>
1 parent 2686072 commit d887a3f

1 file changed

Lines changed: 12 additions & 1 deletion

File tree

src/redis/resources/index/IndexTopChainsResource.ts

Lines changed: 12 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -87,7 +87,18 @@ export class IndexTopChainsResource extends RedisResourceBase<IndexTopChainsData
8787
"HYPERLIQUID",
8888
"HYPERLIQUIDT",
8989
"HEDERA",
90-
"HEDERAT"
90+
"HEDERAT",
91+
"XLM",
92+
"XLMT",
93+
"SONIC",
94+
"UNION",
95+
"UNIONT",
96+
"BTC",
97+
"BTCT",
98+
"BCH",
99+
"BCHT",
100+
"AVAX",
101+
"AVAXT"
91102
].map(chain => chain.toLowerCase().trim());
92103

93104
const testnetChains = [

0 commit comments

Comments
 (0)