wormhole-explorer/event-watcher/src/types.ts

5 lines
70 B
TypeScript

export enum Network {
MAINNET = 'mainnet',
TESTNET = 'testnet',
}