Skip to content

openraise-dapp v0.2.3

Latest
Compare
Choose a tag to compare
@AugustoL AugustoL released this 17 Jun 21:25
· 62 commits to master since this release
e991eab

openraise-dapp 0.2.3 Release

This pull request reflects the release of the 0.2.3 version of the Open Raise Decentralized Application

Notes

  • Remove landing page.

Raw commits

No raw commits in minor releases.

ENV configuration

REACT_APP_KEY_INFURA_API_KEY=6ad6d4a4ec79442eacfa967652729d1c
REACT_APP_ETH_NETWORKS=mainnet
REACT_APP_GIT_SHA=e991eab4d13d9b8a978152b6d4e80939784b318b
NODE_ENV=production

Contracts Configuration

{
  "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"
      }
    }
  }
}