adrianhajdin / project_crowdfunding

With a stunning design, connected to the blockchain, metamask pairing, interaction with smart contracts, sending Ethereum through the blockchain network, and writing solidity code.
https://jsmastery.pro
693 stars 375 forks source link

MultichainRegistryAddress problem #29

Open adelamare-blockchain opened 1 year ago

adelamare-blockchain commented 1 year ago

Hi there !

After executing 'npm run dev' in the 'client' folder, i have a white page with the following message in the console :


    at getMultichainRegistryAddress (getContract-3fc8e18e.esm.js:475:3)
    at new MultichainRegistry (getContract-3fc8e18e.esm.js:18299:55)
    at new ThirdwebSDK (getContract-3fc8e18e.esm.js:18701:31)
    at getContract-3fc8e18e.esm.js:20009:20
getMultichainRegistryAddress @ getContract-3fc8e18e.esm.js:475
MultichainRegistry @ getContract-3fc8e18e.esm.js:18299
ThirdwebSDK @ getContract-3fc8e18e.esm.js:18701
(anonymous) @ getContract-3fc8e18e.esm.js:20009```.

How is it possible to fix it ?

Thx !