openraise-dapp v0.2.2
openraise-dapp 0.2.2 Release
This pull request reflects the release of the 0.2.2 version of the Open Raise Decentralized Application
Notes
- Repo name changed form BC-DAPP to openraise-dapp
- Fix ui bugs in landing page.
- Fix fetch recent blocks in trade history by default.
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=5815601450b2e5ca97b81050f1565fe9b8851271
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"
}
}
}
}