import { ChainId } from '..' export interface AddressProps { [ChainId.MAINNET]: string [ChainId.TESTNET]: string } export interface ProxyAddressListProps { stakingPool: AddressProps horseNFT: AddressProps horseMarketplace: AddressProps batteryNFT: AddressProps batteryMarketplace: AddressProps gunNFT: AddressProps gunMarketplace: AddressProps boxNFT: AddressProps boxMarketplace: AddressProps boxNFTBuyRound: AddressProps cyborgLab: AddressProps utils: AddressProps }