Skip to content
This repository has been archived by the owner on Jul 19, 2024. It is now read-only.

add ICO launch pad contract - unit test #11

Open
wants to merge 1 commit into
base: main
Choose a base branch
from

Conversation

athevinha
Copy link

No description provided.

import ca from "./cache/contract.json";
import { exec } from "child_process";
async function main() {
const cmd = `npx hardhat verify --network bsc ${ca.address} ${
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Kindly update your hardhat.config.ts to include klaytn chain config instead of bsc. Also you can follow this guide for the necessary configuration for verifying contract on Klaytn.

Copy link
Collaborator

@zxstim zxstim left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Please remove all files except:

  1. contracts (only the necessary contracts to make the implementation work)
  2. tests
  3. scripts (deployments, interactions, etc.)

Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants