fix: add embark-geth as a plugin
This commit is contained in:
parent
262f220d89
commit
1ca04dbea4
|
@ -12,7 +12,8 @@
|
|||
"@trailofbits/embark-contract-info": {
|
||||
"flags": ""
|
||||
},
|
||||
"embark-solc": {}
|
||||
"embark-solc": {},
|
||||
"embark-geth": {}
|
||||
},
|
||||
"options": {
|
||||
"solc": {
|
||||
|
|
|
@ -56,6 +56,7 @@
|
|||
"dompurify": "^2.0.1",
|
||||
"elliptic": "^6.5.0",
|
||||
"embark": "5.2.3",
|
||||
"embark-geth": "5.2.3",
|
||||
"embark-solc": "5.2.3",
|
||||
"embark-solium": "0.1.0",
|
||||
"embarkjs": "5.2.3",
|
||||
|
|
|
@ -4,7 +4,6 @@ import {FontAwesomeIcon} from "@fortawesome/react-fontawesome";
|
|||
import classnames from "classnames";
|
||||
|
||||
import './index.scss';
|
||||
import FundingEscrow from "../../pages/Escrow/components/FundingEscrow";
|
||||
|
||||
const RoundedIcon = ({icon, image, imageComponent, text, bgColor, size, className, onClick}) => {
|
||||
let sizePx;
|
||||
|
@ -32,7 +31,7 @@ const RoundedIcon = ({icon, image, imageComponent, text, bgColor, size, classNam
|
|||
</span>);
|
||||
};
|
||||
|
||||
FundingEscrow.defaultProps = {
|
||||
RoundedIcon.defaultProps = {
|
||||
size: 'lg'
|
||||
};
|
||||
|
||||
|
|
Loading…
Reference in New Issue