relayers-network-ui/abi/index.ts

10 lines
211 B
TypeScript
Raw Permalink Normal View History

import TORN_TOKEN from './Torn.json'
import ENS_REGISTRY from './EnsRegistry.json'
import RELAYER_REGISTRY from './RelayerRegistry.json'
export const abi = {
TORN_TOKEN,
ENS_REGISTRY,
RELAYER_REGISTRY,
}