Deployment Script

scripts/deploy.js

TOKEN Market Reserves (MARKET_RESERVES) - string

The amount of TOKEN in the bonding curve Market Reserves. This will affect the Bonding Curve's liquidity, slippage, and rate of price change for TOKEN.

Examples:

  • 20,000 TOKEN in market reserves: '20000'

  • 100,069 TOKEN in market reserves: '100069'

BASE Address (BASE_ADDRESS) - string

The address of the BASE token on the chain you are deploying on. The BASE token must be an 18-decmial erc20 token.

Examples:

  • WETH on Polygon zkEVM: '0x4f9a0e7fd2bf6067db6994cf12e4495df938e6e9'

  • OP on Optimism: '0x4200000000000000000000000000000000000042'

Multisig Address (MULTISIG) - string

The team's multisig address. The multisig must be on the chain you are deploying on. Make a safe on your chain here: https://app.safe.global/welcome

Last updated