Skip to main content

GrazChain

graz uses a lighter-weight implementation of Keplr's ChainInfo config called GrazChain.

GrazChain can't be passed to useSuggestChain and useSuggestChainAndConnect hooks, because they require the full Keplr ChainInfo spec.

Where do I need GrazChain
interface GrazChain {
chainId: string;
currencies: any[];
rest: string;
rpc: string;
rpcHeaders?: Dictionary<string>;
gas?: { price: string; denom: string };
}