Skip to content

Commit 45a76f1

Browse files
authored
Merge pull request #127 from quantanet/0mkar-patch-minor
minor changes
2 parents 07a7a30 + 9626fca commit 45a76f1

File tree

2 files changed

+4
-2
lines changed

2 files changed

+4
-2
lines changed

ext-src/worker.ts

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -292,6 +292,8 @@ process.on("message", async m => {
292292
deployUnsignedTx(meta, data.result, pvtKey, m.testnetId);
293293
});
294294
call.on('error', function (err: Error) {
295+
console.log(err);
296+
295297
// @ts-ignore
296298
process.send({ error: err });
297299
// @ts-ignore

src/components/App.tsx

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -117,8 +117,8 @@ class App extends Component<IProps, IState> {
117117
testNetAcc: [],
118118
testNets: [
119119
{ value: 'ganache', label: 'Ganache' },
120-
{ value: '3', label: 'Ropsten' },
121-
{ value: '4', label: 'Rinkeby' },
120+
// { value: '3', label: 'Ropsten' },
121+
// { value: '4', label: 'Rinkeby' },
122122
{ value: '5', label: "Görli" }
123123
]
124124
};

0 commit comments

Comments
 (0)