ppenter / fontpad

IDO launchpad platform
7 stars 8 forks source link

when create Create launchpad,enter IDO information,idoInformation.js error! #4

Open rectinajh opened 2 years ago

rectinajh commented 2 years ago

Unhandled Rejection (TypeError): Cannot read properties of undefined (reading 'map') IDOInfo src/components/Form/Publish/Step/idoInformation.js:67 64 | /> 65 | <s.TextIDWarning>{context.idoError["hardCap"]}</s.TextIDWarning> 66 | <s.SpacerSmall />

67 | <TextField | ^ 68 | value={context.router[0]} 69 | onChange={(e) => { 70 | e.preventDefault();

lordmen99 commented 2 years ago

what chain u setup?bsc testnet or others?

rectinajh commented 2 years ago

i use rinkeby ,

bcs testnet is not work

lordmen99 commented 2 years ago

working fine use rinkbey?

ppenter commented 2 years ago

Just update .env.example file please run using "yarn start:develop" and try to use localhost chain for understanding the code then change to others chain.