File tree Expand file tree Collapse file tree 5 files changed +4
-108
lines changed Expand file tree Collapse file tree 5 files changed +4
-108
lines changed Original file line number Diff line number Diff line change 1
1
import { Modal , notification } from 'antd'
2
2
import { useCallback , useState } from 'react'
3
3
import { useAppContext } from '../../context/appStore'
4
- import {
5
- getContractDetails ,
6
- requestAccounts ,
7
- } from '../../utils/lotteryContract'
4
+ import { getContractDetails , requestAccounts } from '../../utils/booo'
8
5
9
6
function notifySuccessfulConnection ( balance : string ) : void {
10
7
notification . success ( {
Original file line number Diff line number Diff line change @@ -15,7 +15,7 @@ import {
15
15
getContractDetails ,
16
16
pickWinner ,
17
17
web3 ,
18
- } from '../../utils/lotteryContract '
18
+ } from '../../utils/booo '
19
19
import { toPrice } from '../../utils/numeral'
20
20
import type { Winner } from '../WinnerMask/WinnerMask'
21
21
Original file line number Diff line number Diff line change 11
11
"migrate-goerli" : " truffle migrate --network goerli" ,
12
12
"typecheck" : " truffle compile && npm run generate-types && tsc --noEmit" ,
13
13
"dev" : " next dev" ,
14
- "prebuild" : " npm run migrate-goerli" ,
15
14
"build" : " next build" ,
15
+ "premigrate-build" : " npm run migrate-goerli" ,
16
+ "migrate-build" : " next build" ,
16
17
"start" : " next start" ,
17
18
"lint" : " next lint" ,
18
19
"test" : " truffle test"
File renamed without changes.
Load Diff This file was deleted.
You can’t perform that action at this time.
0 commit comments