Skip to content

Commit

Permalink
Delete proof_specs from the example config.toml
Browse files Browse the repository at this point in the history
This is currently only used for testing, No need to burden users with
this in the example.
  • Loading branch information
mzabaluev committed Dec 1, 2021
1 parent c98b1a3 commit ce01aa9
Showing 1 changed file with 0 additions and 55 deletions.
55 changes: 0 additions & 55 deletions config.toml
Original file line number Diff line number Diff line change
Expand Up @@ -223,61 +223,6 @@ memo_prefix = ''
# ['transfer', 'channel-0'],
# ]

# Specify custom ICS23 proof-specs for the chain (serialized as JSON).
# Default: [`ProofSpecs::cosmos()`](modules/src/core/ics23_commitment/specs.rs)
proof_specs = '''
[
{
"leaf_spec": {
"hash": 1,
"prehash_key": 0,
"prehash_value": 1,
"length": 1,
"prefix": [
0
]
},
"inner_spec": {
"child_order": [
0,
1
],
"child_size": 33,
"min_prefix_length": 4,
"max_prefix_length": 12,
"empty_child": [],
"hash": 1
},
"max_depth": 0,
"min_depth": 0
},
{
"leaf_spec": {
"hash": 1,
"prehash_key": 0,
"prehash_value": 1,
"length": 1,
"prefix": [
0
]
},
"inner_spec": {
"child_order": [
0,
1
],
"child_size": 32,
"min_prefix_length": 1,
"max_prefix_length": 1,
"empty_child": [],
"hash": 1
},
"max_depth": 0,
"min_depth": 0
}
]
'''

[[chains]]
id = 'ibc-1'
rpc_addr = 'http://127.0.0.1:26557'
Expand Down

0 comments on commit ce01aa9

Please sign in to comment.