chain-registry
Version:
32 lines (31 loc) • 935 B
JavaScript
;
Object.defineProperty(exports, "__esModule", { value: true });
const info = [{
$schema: '../../ibc_data.schema.json',
chain1: {
chainName: 'cosmoshubtestnet',
clientId: '07-tendermint-289',
connectionId: 'connection-207'
},
chain2: {
chainName: 'wardenprotocoltestnet',
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: 'live'
}
}]
}];
exports.default = info;