Skip to main content

Auth

No description

type Auth {
chainInfos: [ChainInfo!]!
chainInfo(
chain: Chain!
chainId: String
): ChainInfo!
}

Fields

Auth.chainInfos ● [ChainInfo!]! non-null object

returns a list of all supported chains and information about them (only Ethereum supported for now)

Auth.chainInfo ● ChainInfo! non-null object

returns the information about the chain requested, for EVM pass chain: ETHEREUM chainId: 0x12 if supported

Auth.chainInfo.chain ● Chain! non-null enum
Auth.chainInfo.chainId ● String scalar

Returned By

auth query