Skip to content

Commit

Permalink
Updated Chains Metadata to better-reflect actual structure, be more e…
Browse files Browse the repository at this point in the history
…xtensible, easier to sort and ready to plug in with token icons.
  • Loading branch information
DominicF96 committed Apr 9, 2024
1 parent 4340316 commit b949000
Show file tree
Hide file tree
Showing 73 changed files with 1,307 additions and 24,545 deletions.
25 changes: 25 additions & 0 deletions configs/index.config.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,25 @@
{
"eth": ["holesky", "sepolia", "eth-cl", "holesky-cl", "sepolia-cl"],
"bitcoin": [],
"polygon": ["mumbai"],
"bsc": ["chapel"],
"arbone": ["arbgoerli", "arbsepolia", "chiado-cl", "chiado"],
"optimism": [],
"base": [],
"gnosis": ["gnosis-cl"],
"celo": ["alfajores"],
"near": ["neartest"],
"arweave": [],
"cosmoshub": ["theta"],
"osmosis": [],
"eos": ["jungle4", "kylin"],
"wax": ["waxtest"],
"telos": ["telostest"],
"avalanche": [],
"fantom": [],
"moonbeam": [],
"scroll": [],
"decimal": [],
"kava": [],
"starknet": []
}
8 changes: 5 additions & 3 deletions data.d.ts
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
import { BlockType } from './types/block.types';
import { Chain } from './types/chain.types';
import { Chain, Testnet, ConsensusLayer } from './types/chain.types';
import { GraphId } from './types/graph.types';
import { Mainnet } from './types/mainnet.types';
import { PinaxId } from './types/pinax.types';
Expand All @@ -8,9 +8,11 @@ import { Standard } from './types/standard.types';

export {
BlockType,
Chain,
Chain as Mainnet,
Testnet,
ConsensusLayer,
GraphId,
Mainnet,
Chain as Mainnet,
PinaxId,
SupportedServices,
Standard,
Expand Down
Loading

0 comments on commit b949000

Please sign in to comment.