|
1 | 1 | { |
2 | 2 | "chain": { |
3 | | - "@type": "/relayer.chains.ethereum.config.ChainConfig", |
4 | | - "chain_id": "ibc1", |
5 | | - "eth_chain_id": 2018, |
6 | | - "rpc_addr": "http://localhost:8645", |
7 | | - "signer": { |
8 | | - "@type": "/relayer.signers.hd.SignerConfig", |
9 | | - "mnemonic": "math razor capable expose worth grape metal sunset metal sudden usage scheme", |
10 | | - "path": "m/44'/60'/0'/0/0" |
11 | | - }, |
12 | | - "ibc_address": "PLACE_HOLDER", |
13 | | - "initial_send_checkpoint": 1, |
14 | | - "initial_recv_checkpoint": 1, |
15 | | - "enable_debug_trace": true, |
16 | | - "average_block_time_msec": 1000, |
17 | | - "max_retry_for_inclusion": 5, |
18 | | - "gas_estimate_rate": { |
19 | | - "numerator": 3, |
20 | | - "denominator": 2 |
21 | | - }, |
22 | | - "max_gas_limit": 10000000, |
23 | | - "tx_type": "auto", |
24 | | - "blocks_per_event_query": 1000, |
25 | | - "abi_paths": [ |
26 | | - "fixtures/ethereum/ibc1/abis" |
27 | | - ], |
28 | | - "price_bump": 10 |
| 3 | + "@type": "/relayer.chains.debug.config.ChainConfig", |
| 4 | + "origin_chain": { |
| 5 | + "@type": "/relayer.chains.ethereum.config.ChainConfig", |
| 6 | + "chain_id": "ibc1", |
| 7 | + "eth_chain_id": 2018, |
| 8 | + "rpc_addr": "http://localhost:8645", |
| 9 | + "signer": { |
| 10 | + "@type": "/relayer.signers.hd.SignerConfig", |
| 11 | + "mnemonic": "math razor capable expose worth grape metal sunset metal sudden usage scheme", |
| 12 | + "path": "m/44'/60'/0'/0/0" |
| 13 | + }, |
| 14 | + "ibc_address": "PLACE_HOLDER", |
| 15 | + "initial_send_checkpoint": 1, |
| 16 | + "initial_recv_checkpoint": 1, |
| 17 | + "enable_debug_trace": true, |
| 18 | + "average_block_time_msec": 1000, |
| 19 | + "max_retry_for_inclusion": 5, |
| 20 | + "gas_estimate_rate": { |
| 21 | + "numerator": 3, |
| 22 | + "denominator": 2 |
| 23 | + }, |
| 24 | + "max_gas_limit": 10000000, |
| 25 | + "tx_type": "auto", |
| 26 | + "blocks_per_event_query": 1000, |
| 27 | + "abi_paths": [ |
| 28 | + "fixtures/ethereum/ibc1/abis" |
| 29 | + ], |
| 30 | + "price_bump": 10 |
| 31 | + } |
29 | 32 | }, |
30 | 33 | "prover": { |
31 | 34 | "@type": "/relayer.provers.debug.config.ProverConfig", |
|
0 commit comments