Skip to content

BCDapp 0.2.1

Choose a tag to compare

@AugustoL AugustoL released this 20 May 21:14
· 100 commits to master since this release
9d7f47d

BCDapp 0.2.1 Release

This pull request reflects the release of the 0.2.1 version of the Bonding Curve Dapp.

Notes

  • Fix ui bugs in landing page.
  • Fix fetch recent blocks in trade history by default.
  • Add warning for secondary markets.

IPFS Deploy

QmUgobwBrRaFuAnTXwKe44Kd43seQSAfF3kLW7c6QWZRSx

ENV variables

REACT_APP_ETH_NETWORKS=mainnet
REACT_APP_GIT_SHA=da45fb46b47a17fec5cdb907036dbbafdf5e115d
NODE_ENV=production
REACT_APP_SUPPORTED_NETWORK_1="https://mainnet.eth.cloud.ava.do"

contracts.json

{
  "contracts": {
    "mainnet": {
      "multicall": "0x742121cD0BB9784c1f17f25B8da1bF3445b93ED4",
      "DAT": "0xa1d65E8fB6e87b60FECCBc582F7f97804B725521",
      "implementationAddress": "0x845856776D110a200Cf41f35C9428C938e72E604",
      "collateral": "0x0000000000000000000000000000000000000000",
      "DATinfo": {
        "fromBlock": 10012634,
        "collateralType": "ETH",
        "name": "DXdao",
        "symbol": "DXD",
        "currency": "0x0000000000000000000000000000000000000000",
        "initReserve": "100000000000000000000000",
        "initGoal": "4898979485566395000000",
        "buySlopeNum": "1",
        "buySlopeDen": "48000000000000000000000",
        "investmentReserveBasisPoints": "1000",
        "revenueCommitmentBasisPoints": "1000",
        "minInvestment": "1000000000000000"
      }
    }
  }
}