UNPKG

@astonic-io/astonic-sdk

Version:

Official SDK for interacting with the Astonic Protocol

5 lines (4 loc) 119 B
import { ContractAddresses } from '.'; export type ContractAddressMap = { [chainId: number]: ContractAddresses; };