chain-registry
Version:
59 lines (58 loc) • 1.73 kB
JavaScript
const info = [{
$schema: '../ibc_data.schema.json',
chain_1: {
chain_name: 'cifer',
client_id: '07-tendermint-0',
connection_id: 'connection-0'
},
chain_2: {
chain_name: 'cosmoshub',
client_id: '07-tendermint-1301',
connection_id: 'connection-1035'
},
channels: [{
chain_1: {
channel_id: 'channel-0',
port_id: 'transfer'
},
chain_2: {
channel_id: 'channel-831',
port_id: 'transfer'
},
ordering: 'unordered',
version: 'ics20-1',
tags: {
status: 'live',
preferred: true
}
}]
}, {
$schema: '../ibc_data.schema.json',
chain_1: {
chain_name: 'cifer',
client_id: '07-tendermint-1',
connection_id: 'connection-1'
},
chain_2: {
chain_name: 'osmosis',
client_id: '07-tendermint-3184',
connection_id: 'connection-2646'
},
channels: [{
chain_1: {
channel_id: 'channel-1',
port_id: 'transfer'
},
chain_2: {
channel_id: 'channel-39205',
port_id: 'transfer'
},
ordering: 'unordered',
version: 'ics20-1',
tags: {
status: 'live',
preferred: true
}
}]
}];
export default info;