Sven Meyer
Sven Meyer
If I want the factory to maintain a list / mapping from NFT contract to its respective staking contract, can I just add a mapping without breaking the storage layout...
As I have seen that already a few times, why one staking contract for each NFT contract ? 1) Wouldn't it be even more (gas) efficient to have one staking...
This works fine in Remix with/wo optimization using 0.7.6 ```solidity // SPDX-License-Identifier: MIT pragma solidity >=0.7.6
1. network : Rinkeby 2. was using new Governance (beta) Website 3. new tab : https://rinkeby.client.aragon.org 4. click [connect wallet]  ``` Cannot read property 'push' of...
What's the best way to pprint dotmap dict to a json file ?
# Context - 0x-lauch-kit running on a external machine running ubuntu 19.04 using `mesh:7-0xv3` on Kovan testnet (42) - modified another 0x-launch-kit-frontend only instance to support a new token, contract...
Although I git the 0x-lauch-kit package (backend + frontend) to work out of the box, whenever I try just to run the backend, it fails to accept ws connections and...
getting quite a few error message like `failed to get price of currency pair mkr/weth`in Chrome console and UI does not accept (show?) any orders using wETH on Kovan and...
As suggested during build, I ran a `yarn upgrade`. Thereafter I got the error: ``` src/components/account/wallet_weth_balance.tsx TypeScript error in src/components/account/wallet_weth_balance.tsx(220,25): Type 'ThemeModalStyle' is not assignable to type 'Styles'. TS2322 218...
`Token with symbol xxxx not found in known tokens` will be shown and UI breaks if not all contract addresses for all networks are defined for a token in `config.json`