Skip to content

Commit

Permalink
remove IBC parmas as they are not being used (#239)
Browse files Browse the repository at this point in the history
  • Loading branch information
verabehr authored Apr 15, 2024
1 parent ef0bcdc commit 634ea23
Showing 1 changed file with 3 additions and 38 deletions.
41 changes: 3 additions & 38 deletions racer/genesis.json
Original file line number Diff line number Diff line change
Expand Up @@ -15512,55 +15512,20 @@
},
"ibc": {
"client_genesis": {
"clients": [
{
"client_id": "09-localhost",
"client_state": {
"@type": "/ibc.lightclients.localhost.v2.ClientState",
"latest_height": {
"revision_number": "0",
"revision_height": "2643613"
}
}
}
],
"clients": [],
"clients_consensus": [],
"clients_metadata": [],
"params": {
"allowed_clients": [
"06-solomachine",
"07-tendermint",
"09-localhost"
"07-tendermint"
]
},
"create_localhost": false,
"next_client_sequence": "0"
},
"connection_genesis": {
"connections": [
{
"id": "connection-localhost",
"client_id": "09-localhost",
"versions": [
{
"identifier": "1",
"features": [
"ORDER_ORDERED",
"ORDER_UNORDERED"
]
}
],
"state": "STATE_OPEN",
"counterparty": {
"client_id": "09-localhost",
"connection_id": "connection-localhost",
"prefix": {
"key_prefix": "aWJj"
}
},
"delay_period": "0"
}
],
"connections": [],
"client_connection_paths": [],
"next_connection_sequence": "0",
"params": {
Expand Down

0 comments on commit 634ea23

Please sign in to comment.