chain-registry
Version:
60 lines (59 loc) • 1.76 kB
JavaScript
const info = [{
$schema: '../ibc_data.schema.json',
chain_1: {
chain_name: 'osmosis',
client_id: '07-tendermint-2935',
connection_id: 'connection-2430'
},
chain_2: {
chain_name: 'passage',
client_id: '07-tendermint-1',
connection_id: 'connection-1'
},
channels: [{
chain_1: {
channel_id: 'channel-2494',
port_id: 'transfer'
},
chain_2: {
channel_id: 'channel-0',
port_id: 'transfer'
},
ordering: 'unordered',
version: 'ics20-1',
tags: {
status: 'live',
preferred: true,
dex: 'osmosis'
}
}]
}, {
$schema: '../ibc_data.schema.json',
chain_1: {
chain_name: 'passage',
client_id: '07-tendermint-8',
connection_id: 'connection-8'
},
chain_2: {
chain_name: 'picasso',
client_id: '07-tendermint-225',
connection_id: 'connection-118'
},
channels: [{
chain_1: {
channel_id: 'channel-7',
port_id: 'transfer'
},
chain_2: {
channel_id: 'channel-80',
port_id: 'transfer'
},
ordering: 'unordered',
version: 'ics20-1',
tags: {
status: 'live',
preferred: true
}
}]
}];
export default info;