> ## Documentation Index
> Fetch the complete documentation index at: https://docs.codex.io/llms.txt
> Use this file to discover all available pages before exploring further.

# AptosNetworkConfig

> AptosNetworkConfig type

<div data-generated>
  ## GraphQL

  ```
  type AptosNetworkConfig {
    id: ID!
    networkId: Int!
    baseTokenAddress: String!
    baseTokenSymbol: String!
    color: String
    defaultPairAddress: String!
    defaultPairQuoteToken: QuoteToken!
    enabled: Boolean!
    newTokensEnabled: Boolean
    explorer: ExplorerConfig!
    mainnet: Boolean!
    name: String!
    networkIconUrl: String!
    networkName: String!
    networkShortName: String!
    networkType: NetworkConfigType!
    stableCoinAddresses: [String!]
    wrappedBaseTokenSymbol: String!
  }

  enum QuoteToken {
    token0
    token1
  }

  type ExplorerConfig {
    checksummed: Boolean!
    icon: String!
    name: String!
    url: String!
  }

  enum NetworkConfigType {
    SOLANA
    EVM
    SUI
    APTOS
    STARKNET
  }
  ```

  ### Used By

  **Returned by**

  * [getNetworkConfigs](/api-reference/queries/getnetworkconfigs.md): Returns a list of network configurations.
</div>
