chain-registry
Version:
78 lines (77 loc) • 2.37 kB
JavaScript
"use strict";
Object.defineProperty(exports, "__esModule", { value: true });
const info = [{
$schema: '../ibc_data.schema.json',
chain1: {
chainName: 'cosmoshub',
clientId: '07-tendermint-475',
connectionId: 'connection-392'
},
chain2: {
chainName: 'kichain',
clientId: '07-tendermint-6',
connectionId: 'connection-1'
},
channels: [{
chain1: {
channelId: 'channel-223',
portId: 'transfer'
},
chain2: {
channelId: 'channel-1',
portId: 'transfer'
},
ordering: 'unordered',
version: 'ics20-1',
tags: {
status: 'live',
preferred: true
}
}]
}, {
$schema: '../ibc_data.schema.json',
chain1: {
chainName: 'kichain',
clientId: '07-tendermint-4',
connectionId: 'connection-0'
},
chain2: {
chainName: 'osmosis',
clientId: '07-tendermint-1564',
connectionId: 'connection-1225'
},
channels: [{
chain1: {
channelId: 'channel-0',
portId: 'transfer'
},
chain2: {
channelId: 'channel-77',
portId: 'transfer'
},
ordering: 'unordered',
version: 'ics20-1',
tags: {
status: 'live',
preferred: true,
dex: 'osmosis'
}
}, {
chain1: {
channelId: 'channel-18',
portId: 'wasm.ki1hzz0s0ucrhdp6tue2lxk3c03nj6f60qy463we7lgx0wudd72ctmsd9kgha'
},
chain2: {
channelId: 'channel-261',
portId: 'transfer'
},
ordering: 'unordered',
version: 'ics20-1',
tags: {
status: 'live',
preferred: true,
dex: 'osmosis'
}
}]
}];
exports.default = info;