chain-registry
Version:
32 lines (31 loc) • 937 B
JavaScript
const info = [{
$schema: '../../ibc_data.schema.json',
chain1: {
chainName: 'cosmoshubtestnet',
chainId: 'theta-testnet-001',
clientId: '07-tendermint-289',
connectionId: 'connection-207'
},
chain2: {
chainName: 'wardenprotocoltestnet',
chainId: 'docas_10100-1',
clientId: '07-tendermint-0',
connectionId: 'connection-0'
},
channels: [{
chain1: {
channelId: 'channel-373',
portId: 'transfer'
},
chain2: {
channelId: 'channel-0',
portId: 'transfer'
},
ordering: 'unordered',
version: 'ics20-1',
tags: {
status: 'ACTIVE'
}
}]
}];
export default info;