From 35e25b504cab82d94657228055acd7041569c137 Mon Sep 17 00:00:00 2001 From: Turadg Aleahmad Date: Thu, 18 Jul 2024 15:46:42 -0700 Subject: [PATCH] build: gitignore starship-chain-info --- multichain-testing/.gitignore | 3 + multichain-testing/starship-chain-info.js | 162 ---------------------- 2 files changed, 3 insertions(+), 162 deletions(-) delete mode 100644 multichain-testing/starship-chain-info.js diff --git a/multichain-testing/.gitignore b/multichain-testing/.gitignore index ee0e3626500..c556e728ded 100644 --- a/multichain-testing/.gitignore +++ b/multichain-testing/.gitignore @@ -1,5 +1,8 @@ .tsimp .yarn/* !.yarn/patches/* +# fetched chain info from running starship +starship-chain-info* +# output of build script to get update running chain info revise-chain-info* start* diff --git a/multichain-testing/starship-chain-info.js b/multichain-testing/starship-chain-info.js deleted file mode 100644 index d756d2f058f..00000000000 --- a/multichain-testing/starship-chain-info.js +++ /dev/null @@ -1,162 +0,0 @@ -/** @file Generated by fetch-starship-chain-info.ts */ -export default /** @type {const} */ ({ - agoric: { - chainId: 'agoriclocal', - stakingTokens: [ - { - denom: 'ubld', - }, - ], - icqEnabled: false, - connections: { - gaialocal: { - id: 'connection-1', - client_id: '07-tendermint-1', - counterparty: { - client_id: '07-tendermint-1', - connection_id: 'connection-1', - prefix: { - key_prefix: 'FIXME', - }, - }, - state: 3, - transferChannel: { - channelId: 'channel-1', - portId: 'transfer', - counterPartyChannelId: 'channel-1', - counterPartyPortId: 'transfer', - ordering: 0, - state: 3, - version: 'ics20-1', - }, - }, - osmosislocal: { - id: 'connection-0', - client_id: '07-tendermint-0', - counterparty: { - client_id: '07-tendermint-1', - connection_id: 'connection-1', - prefix: { - key_prefix: 'FIXME', - }, - }, - state: 3, - transferChannel: { - channelId: 'channel-1', - portId: 'transfer', - counterPartyChannelId: 'channel-0', - counterPartyPortId: 'transfer', - ordering: 0, - state: 3, - version: 'ics20-1', - }, - }, - }, - }, - cosmoshub: { - chainId: 'gaialocal', - stakingTokens: [ - { - denom: 'uatom', - }, - ], - icqEnabled: false, - connections: { - agoriclocal: { - id: 'connection-1', - client_id: '07-tendermint-1', - counterparty: { - client_id: '07-tendermint-1', - connection_id: 'connection-1', - prefix: { - key_prefix: 'FIXME', - }, - }, - state: 3, - transferChannel: { - channelId: 'channel-1', - portId: 'transfer', - counterPartyChannelId: 'channel-1', - counterPartyPortId: 'transfer', - ordering: 0, - state: 3, - version: 'ics20-1', - }, - }, - osmosislocal: { - id: 'connection-0', - client_id: '07-tendermint-0', - counterparty: { - client_id: '07-tendermint-0', - connection_id: 'connection-0', - prefix: { - key_prefix: 'FIXME', - }, - }, - state: 3, - transferChannel: { - channelId: 'channel-0', - portId: 'transfer', - counterPartyChannelId: 'channel-0', - counterPartyPortId: 'transfer', - ordering: 0, - state: 3, - version: 'ics20-1', - }, - }, - }, - }, - osmosis: { - chainId: 'osmosislocal', - stakingTokens: [ - { - denom: 'uosmo', - }, - ], - icqEnabled: true, - connections: { - agoriclocal: { - id: 'connection-1', - client_id: '07-tendermint-1', - counterparty: { - client_id: '07-tendermint-0', - connection_id: 'connection-0', - prefix: { - key_prefix: 'FIXME', - }, - }, - state: 3, - transferChannel: { - channelId: 'channel-0', - portId: 'transfer', - counterPartyChannelId: 'channel-1', - counterPartyPortId: 'transfer', - ordering: 0, - state: 3, - version: 'ics20-1', - }, - }, - gaialocal: { - id: 'connection-0', - client_id: '07-tendermint-0', - counterparty: { - client_id: '07-tendermint-0', - connection_id: 'connection-0', - prefix: { - key_prefix: 'FIXME', - }, - }, - state: 3, - transferChannel: { - channelId: 'channel-0', - portId: 'transfer', - counterPartyChannelId: 'channel-0', - counterPartyPortId: 'transfer', - ordering: 0, - state: 3, - version: 'ics20-1', - }, - }, - }, - }, -});