From fa6ff3298b294e3e29c9ca90779cda2394417618 Mon Sep 17 00:00:00 2001 From: taariq Date: Wed, 6 Jul 2022 12:50:20 +0200 Subject: [PATCH] remove ropsten --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index fb0cb08c..0f54836c 100644 --- a/README.md +++ b/README.md @@ -124,7 +124,7 @@ pigeon start - right now it's again not important which key we are using. It can be any key that has enough balance to submit TXs to Paloma. It's best to use the same key that's set up for the validator. - gas-adustment: - gas multiplier. The pigeon will estimate the gas to run a TX and then it will multiply it with gas-adjustment (if it's a positive number) - - for evm -> ropsten: + - for evm -> eth-main: - keyring-pass-env-name: as as above for paloma. - signing-key - address of the key from the keyring used to sign and send TXs to EVM network (one that you got when running `pigeon evm keys generate-new` from the install section)