add Home and update config

This commit is contained in:
Andrea Franz 2020-03-30 16:23:01 +02:00
parent 0937a83f93
commit fa1f796695
No known key found for this signature in database
GPG Key ID: 4F0D2F2D9DE7F29D
3 changed files with 19 additions and 4 deletions

View File

@ -0,0 +1,13 @@
import React from 'react';
import {
useDispatch,
} from 'react-redux';
export default function() {
const dispatch = useDispatch();
return <>
<p>
</p>
</>;
}

View File

@ -14,7 +14,6 @@ export interface RootState {
bucket: BucketState,
}
export default function(history) {
return combineReducers({
web3: web3Reducer,

View File

@ -30,9 +30,12 @@ module.exports = {
// filteredFields: [],
deploy: {
GiftBucket: {
deploy: false,
}
TestToken: {
args: ["TEST", 18],
},
GiftBucketFactory: {
params: [],
},
}
},