2.10.0 • Published 1 year ago

@masa-finance/masa-token v2.10.0

Weekly downloads
-
License
MIT
Repository
github
Last release
1 year ago

🌽 Masa Token smart contract

Contract Deployments

Preparations

  • Set DEPLOYER_PRIVATE_KEY to the deployers private key in .env.{network}.secret
  • Set COINMARKETCAP_API_KEY to the CoinMarketCap API key in .env, if needed
  • Set ANKR_API_KEY to the Ankr API key in .env, if needed
  • Set ETHERSCAN_API_KEY to the Etherscan API key in .env, if needed
  • Set BSCSCAN_API_KEY=XXX to the BscScan API key in .env, if needed
  • Set POLYGONSCAN_API_KEY=XXX to the PolygonScan API key in .env, if needed
  • Set BASESCAN_API_KEY=XXX to the BaseScan API key in .env, if needed

Deploy

Run: yarn deploy --network {network} to deploy.

Deployment address

You can see the deployment address of the smart contracts in the deployments folder. For every deployed smart contract you will find a <smart_contract>.json JSON file with the address in the "address" field.

Generation of a new release

From a clean main branch you can run the release task bumping the version accordingly based on semantic versioning:

yarn release

The task does the following:

  • Bumps the project version in package.json
  • Creates a Git tag
  • Commits and pushes everything
  • Creates a GitHub release with commit messages as description
  • Git tag push will trigger a GitHub Action workflow to do a npm release

For the GitHub releases steps a GitHub personal access token, exported as GITHUB_TOKEN is required. You can add this environment variable to the .env file. Setup

2.10.0

1 year ago

2.9.2

1 year ago

2.9.0

1 year ago

2.8.0

1 year ago

2.7.0

1 year ago

2.7.1

1 year ago

2.6.1

1 year ago

2.6.0

1 year ago

2.3.0

1 year ago

2.5.0

1 year ago

2.4.0

1 year ago

2.2.1

1 year ago

2.2.0

1 year ago

2.1.1

1 year ago

2.1.0

1 year ago

2.0.8

1 year ago

2.0.3

1 year ago

2.0.5

1 year ago

2.0.4

1 year ago

2.0.7

1 year ago

2.0.6

1 year ago

2.0.2

1 year ago

2.0.0

2 years ago

1.0.0

2 years ago

0.1.0

2 years ago