chain-registry
Version:
62 lines (61 loc) • 1.84 kB
JavaScript
;
Object.defineProperty(exports, "__esModule", { value: true });
const info = [{
$schema: '../ibc_data.schema.json',
chain_1: {
chain_name: 'evmos',
client_id: '07-tendermint-88',
connection_id: 'connection-46'
},
chain_2: {
chain_name: 'tgrade',
client_id: '07-tendermint-8',
connection_id: 'connection-11'
},
channels: [{
chain_1: {
channel_id: 'channel-34',
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: 'osmosis',
client_id: '07-tendermint-2025',
connection_id: 'connection-1565'
},
chain_2: {
chain_name: 'tgrade',
client_id: '07-tendermint-0',
connection_id: 'connection-0'
},
channels: [{
chain_1: {
channel_id: 'channel-263',
port_id: 'transfer'
},
chain_2: {
channel_id: 'channel-0',
port_id: 'transfer'
},
ordering: 'unordered',
version: 'ics20-1',
tags: {
status: 'live',
preferred: true,
dex: 'osmosis'
}
}]
}];
exports.default = info;