Explicit registry
All helper methods still accept an explicit registry address.
await client.api.getSymbolByAsset('TOKEN_REGISTRY_ADDRESS', 'assetHashBase64=');
await client.api.getAssetBySymbol(null, 'GBYTE'); // null uses the official registryLast updated