Function getContractsByChain

  • Internal

    Gets object of all contracts given a signer (automatically detects chainId)

    Parameters

    • signer: Signer

      ethers signer

    Returns Promise<{
        afterGlowAddress: string;
        afterGlowClaimAddress: string;
        claimAddress: string;
        cyberBrokersAddress: string;
        cyberbrokersAccolades: string;
        cyberbrokersAccoladesClaim: string;
        delegateAddress: string;
        mechAddress: string;
        mechCrafter: string;
        revealedAddress: string;
        swapAddress: string;
        unrevealedAddress: string;
        versionBetaClaim: string;
    }>

    object

Generated using TypeDoc