-
Upgrading the frontend to use the deployed version of the next branch of smart contracts
Lots of testing will be needed and due to scale additional issues should be opened for major extra work needing…
-
As amount has to be in the invested token/tokenIn, the compare for Min/Max Allocation has also be in tokenIn, not tokenOut
https://github.com/cryptonative-ch/mesa-smartcontracts/blob/48627ca58b39b54…
-
### Context
`TemplateLauncher.addTempate(address templateAddress)` expects, in good faith, that the received contract is implementing the method `templateName` -- which names the template.
Tra…
-
https://github.com/LaunchX-Dev/launchx-smartcontracts/blob/1cd85256051146f1b9045137665fae722afc0390/Staking.sol#L119
This should actually return the total staked minus total withdrawn.
-
https://github.com/LaunchX-Dev/launchx-smartcontracts/blob/1cd85256051146f1b9045137665fae722afc0390/Staking.sol#L109
This method returns totalStaked MINUS totakWithdrawn.
We just need the totalS…
-
**Is your feature request related to a problem? Please describe.**
It is possible for L1->L2 messages to fail on L2. This may sound bad, but it's totally fine! Why? Well because we can replay L1-…
-
Because we don't have a CMS and want to stay decentralized we need to do the following to
![Screenshot at 2021-06-10 12-44-14.png](https://images.zenhubusercontent.com/60b4b16674cd33c6c7c4952c/ec9…
-
To expedite this repository, we didn't add the git commit history of the prior repositories. This isn't an urgent issue, but is something we should resolve soon to ensure we keep that history.
-
Hello! https://github.com/ethereum-optimism/contracts is now using `hardhat-deploy` for our L1 deployments. We just did an experimental mainnet deployment and ran into some issues with gas prices incr…
-
closeSale()
https://github.com/cryptonative-ch/mesa-smartcontracts/blob/26a59272a7014c41dbb88616b9fa0736ef1a94b8/contracts/sales/FixedPriceSale.sol#L193
than
widhdrawFunds()
withdrawUn…