ChainSafe / ChainBridge

🌉 Modular Multi-Directional Blockchain Bridge to interact with Multiple Networks; Ethereum, Ethereum Classic, Substrate, based chains. Stay tuned for ChainBridge Hub!
GNU Lesser General Public License v3.0
475 stars 300 forks source link

VM exeception error while initializing chainbridge #763

Closed naraharirohith closed 2 years ago

naraharirohith commented 2 years ago

Trying to bridge generic data between kovan and rinkeby. Deployed bridge and handler contracts on corresponding infura rpc. when trying to initialize chainbirgde getting 'VM execution error'

Implementation details

Deployed contracts on both the chains and added those to config file. while trying to run ./build/chainbridge --config config.json --latest image

bridge and handlers on source(i.e, kovan), bridge: 0x50263f2bb9B0a1017EA0e7ad1760a4506a1B91C1 genericHandler: 0x96adAdD9dA94e0105E62afdA3CE6459901189fDB

naraharirohith commented 2 years ago

was using latest chainbridge-solidity which is not compatible to this repo