From 634ea235c36c57f567bc976e696342b7d54b73ad Mon Sep 17 00:00:00 2001 From: verabehr Date: Mon, 15 Apr 2024 12:21:06 -0400 Subject: [PATCH] remove IBC parmas as they are not being used (#239) --- racer/genesis.json | 41 +++-------------------------------------- 1 file changed, 3 insertions(+), 38 deletions(-) diff --git a/racer/genesis.json b/racer/genesis.json index 0a4d604..da07152 100644 --- a/racer/genesis.json +++ b/racer/genesis.json @@ -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": {