Chain

The chains with which Parcel is currently compatible.

type Chain {
  id: Int!
  name: String!
  logo_media_id: Int!
  logo_media: Media!
  ex_chain_id: Int
}

Fields

Chain.ex_chain_id Int

The external EVM chain identifier, if applicable.

Chain.id Int!

A unique indentifier.

Chain.logo_media Media!

The Media object of the chain's logo.

Chain.logo_media_id Int!

The media identifier of the chain's logo.

Chain.name String!

The name of the blockchain.