ppenter / fontpad

IDO launchpad platform
7 stars 8 forks source link

when finally create IDO,error occurred #5

Open rectinajh opened 2 years ago

rectinajh commented 2 years ago

Unhandled Rejection (TypeError): Cannot read property '0' of undefined createIDO src/components/Form/Publish/Step/preview.js:87 84 | }; 85 | 86 | const createIDO = async () => {

87 | console.log(chainRouter[process.env.REACT_APP_networkID][0]); | ^ 88 | setLoading(true); 89 | const iconAdded = await ipfs.add(icon); 90 | let iconURL = https://ipfs.infura.io/ipfs/${iconAdded.path};