UNPKG

@ethersphere/bee-js

Version:
7 lines 476 B
import { BatchId, Topic } from "./typed-bytes.js"; export const SWARM_GATEWAY_URL = 'https://api.gateway.ethswarm.org'; export const NULL_STAMP = new BatchId('0000000000000000000000000000000000000000000000000000000000000000'); export const NULL_TOPIC = new Topic('0000000000000000000000000000000000000000000000000000000000000000'); export const NULL_ADDRESS = new Uint8Array(32); export const NULL_IDENTIFIER = new Uint8Array(32); export const NULL_OWNER = new Uint8Array(20);