Deployed Contracts

List of Kernel Addresses for each of the chains integrated with Andromeda.

Testnet

To get the list of kernel addresses for testnet chains, we can use the chainConfigs query in the GQL playground.

Run the following query:

query CODEGEN_GENERATED_CHAINCONFIGS_ALLCONFIGS {
  chainConfigs {
    allConfigs {
      chainId
      name
      kernelAddress
    }
  }
}

Example Result:

Mainnet

We can use the same query to get the list of kernel addresses for mainnet deployment:

Last updated

Additional Resources

GithubWebsite