Returns the native token for a given chain
function getNativeTokenByChainId(chainId: ChainId): NativeToken;
the chain id
let chainId: ChainId;
let returnType: NativeToken;