From b7f57c45488db719fa2e08d84ce9503ec6037713 Mon Sep 17 00:00:00 2001 From: Aki Wu Date: Wed, 13 Dec 2023 16:05:52 +0800 Subject: [PATCH] Update README.md --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index e542903..db9d684 100644 --- a/README.md +++ b/README.md @@ -37,7 +37,7 @@ 2. update `config/ormpscan2.yml`. 3. add contracts of the new networks. - `ETHERSCAN_API_KEY=#{api_key} rails 'pug:add_contract[#{network.chain_id},#{contract_address}]' --trace` + `ETHERSCAN_API_KEY=#{api_key} rails 'pug:add_contract[#{network.chain_id},#{contract_address}]' --trace` NOTE1: you can manually add the contract. or, you can use helper task `rails contracts:add` to add all msgport and ormp contracts. NOTE2: `pug:add_contract` depends on etherscan(-like) api to get contract creational info. NOTE3: `ETHERSCAN_API_KEY` is optional, but without it, the api is limited to a small requests per second.