@chain-registry/v2
Version:
93 lines (92 loc) • 2.62 kB
JavaScript
"use strict";
Object.defineProperty(exports, "__esModule", { value: true });
const info = [
{
$schema: '../ibc_data.schema.json',
chain1: {
chainName: 'composable',
clientId: '08-wasm-5',
connectionId: 'connection-5'
},
chain2: {
chainName: 'picasso',
clientId: '07-tendermint-32',
connectionId: 'connection-26'
},
channels: [{
chain1: {
channelId: 'channel-2',
portId: 'transfer'
},
chain2: {
channelId: 'channel-17',
portId: 'transfer'
},
ordering: 'unordered',
version: 'ics20-1',
tags: {
status: 'live',
preferred: true
}
}]
},
{
$schema: '../ibc_data.schema.json',
chain1: {
chainName: 'composablepolkadot',
clientId: '10-grandpa-28',
connectionId: 'connection-23'
},
chain2: {
chainName: 'picasso',
clientId: '10-grandpa-28',
connectionId: 'connection-23'
},
channels: [{
chain1: {
channelId: 'channel-15',
portId: 'transfer'
},
chain2: {
channelId: 'channel-15',
portId: 'transfer'
},
ordering: 'unordered',
version: 'ics20-1',
tags: {
status: 'live',
preferred: true
}
}]
},
{
$schema: '../ibc_data.schema.json',
chain1: {
chainName: 'passage',
clientId: '07-tendermint-8',
connectionId: 'connection-8'
},
chain2: {
chainName: 'picasso',
clientId: '07-tendermint-225',
connectionId: 'connection-118'
},
channels: [{
chain1: {
channelId: 'channel-7',
portId: 'transfer'
},
chain2: {
channelId: 'channel-80',
portId: 'transfer'
},
ordering: 'unordered',
version: 'ics20-1',
tags: {
status: 'live',
preferred: true
}
}]
}
];
exports.default = info;