ChainSafe/chainbridge-solidity

Deploying contract freeze

GaloisField2718 opened this issue · 4 comments

Hello,

I just downloaded the last version of chainbridge-solidity and trying to follow these steps (Chainbridge live evm bridge #1 deploy contracts on source goerli)[https://chainbridge.chainsafe.io/live-evm-bridge/#1-deploy-contracts-on-source-gorli].

But when I'm trying to run :

cb-sol-cli --url $SRC_GATEWAY --privateKey $SRC_PK --gasPrice 10000000000 deploy \
    --bridge --erc20Handler \
    --relayers $SRC_ADDR \
    --relayerThreshold 1\
    --chainId 0 // Or 5

I have the message : Deploying contract.... for a looong time and nothing happen.

I have downloaded every last version of every commands and subcommands.

I am on Debian 11 Bulleyes.

I don't understand what can happen and how to solve this issue because no message are reached.

I use this env variable :

SRC_GATEWAY=https://goerli.infura.io/v3/my_project_id
DST_GATEWAY=https://api.avax-test.network/ext/bc/C/rpc

SRC_ADDR="0xeF838367631AD1f10005e761f72fAB7B2F8b4297"
SRC_PK="My_pv_key"
DST_ADDR="0xeF838367631AD1f10005e761f72fAB7B2F8b4297"
DST_PK="My_pv_key" (the same)

SRC_TOKEN="0xaFF4481D10270F50f203E0763e2597776068CBc5"
RESOURCE_ID="0x000000000000000000000000000000c76ebe4a02bbc34786d860b355f5a5ce00"
P1sar commented

Hello @GaloisField2718! I assume that the problem might be that lately there were some problems with transactions getting mined on Goerli. Could you please try some other network, like Sepoliam for example?

Hello @P1sar Thank you for your answer.
I just saw infura doesn't support Sepolia, do you know where can I get a RPC Provider on this network ?
I will check if I can get faucet from kovan. In the worst case I will try Mumbai

Okayyy !! Yes on Mumbai testnet it works !
Thank you very much !