i was going through icon IBC setup using Dive cli and successfully set up ibc b/w icon and archway using below command
dive bridge ibc --chainA icon --chainB archway
then after that i was going through script to test that setup was success , so after running
make run-icon-archway-e2e CONFIG_FILE=<path of services.json file>
i got something like this
after adding logs i came to know that call is stuck here .
how to proceed after that and what changes i need to do to make a simple token transfer transaction from chain a to b in this case icon to archway
i was going through icon IBC setup using Dive cli and successfully set up ibc b/w icon and archway using below command
dive bridge ibc --chainA icon --chainB archway
then after that i was going through script to test that setup was success , so after runningmake run-icon-archway-e2e CONFIG_FILE=<path of services.json file>
i got something like this after adding logs i came to know that call is stuck here . how to proceed after that and what changes i need to do to make a simple token transfer transaction from chain a to b in this case icon to archway