UNPKG

opstack-kit-chains

Version:
5 lines 165 B
export type AssetGateway = 'ipfs' | 'arweave'; export type AssetGatewayUrls = { [_key in AssetGateway]?: string | undefined; }; //# sourceMappingURL=ens.d.ts.map