chain-registry
Version:
94 lines (93 loc) • 2.71 kB
JavaScript
"use strict";
Object.defineProperty(exports, "__esModule", { value: true });
const info = [
{
$schema: '../ibc_data.schema.json',
chain_1: {
chain_name: 'axelar',
client_id: '07-tendermint-175',
connection_id: 'connection-153'
},
chain_2: {
chain_name: 'provenance',
client_id: '07-tendermint-35',
connection_id: 'connection-12'
},
channels: [{
chain_1: {
channel_id: 'channel-116',
port_id: 'transfer'
},
chain_2: {
channel_id: 'channel-9',
port_id: 'transfer'
},
ordering: 'unordered',
version: 'ics20-1',
tags: {
status: 'live',
preferred: true
}
}]
},
{
$schema: '../ibc_data.schema.json',
chain_1: {
chain_name: 'noble',
client_id: '07-tendermint-30',
connection_id: 'connection-37'
},
chain_2: {
chain_name: 'provenance',
client_id: '07-tendermint-36',
connection_id: 'connection-13'
},
channels: [{
chain_1: {
channel_id: 'channel-20',
port_id: 'transfer'
},
chain_2: {
channel_id: 'channel-10',
port_id: 'transfer'
},
ordering: 'unordered',
version: 'ics20-1',
tags: {
status: 'live',
preferred: true
}
}]
},
{
$schema: '../ibc_data.schema.json',
chain_1: {
chain_name: 'osmosis',
client_id: '07-tendermint-1899',
connection_id: 'connection-1472'
},
chain_2: {
chain_name: 'provenance',
client_id: '07-tendermint-31',
connection_id: 'connection-9'
},
channels: [{
chain_1: {
channel_id: 'channel-222',
port_id: 'transfer'
},
chain_2: {
channel_id: 'channel-7',
port_id: 'transfer'
},
ordering: 'unordered',
version: 'ics20-1',
tags: {
status: 'live',
preferred: true,
dex: 'osmosis'
}
}]
}
];
exports.default = info;