Skip to main content

Folder Structure

├── amdb/
│ ├── fuji/
│ │ └── l1s/
│ │ └── l1s/
│ │ ├── example-l1/
│ │ │ ├── example-l1.json
│ │ │ └── assets/
│ │ │ └── logo.png
│ │ └── providers/
│ │ ├── example-provider/
│ │ │ ├── example-provider.json
│ │ └── tokens/
│ │ ├── example-tokens.json
  • fuji/l1s: Contains metadata for Avalanche L1s deployed on the Fuji testnet.
  • mainnet/l1s: Contains metadata for Avalanche L1s deployed on the Avalanche Mainnet.
  • mainnet/providers: Contains metadata for infrastructure providers that operate or support Avalanche L1s on the Mainnet.
  • mainnet/tokens: Contains metadata for tokens deployed on the mainnet L1s, including details such as symbol, type, and pricing sources.