@chain-registry/v2
Version:
115 lines (114 loc) • 3.23 kB
JavaScript
const info = [
{
$schema: '../ibc_data.schema.json',
chain1: {
chainName: 'cosmoshub',
clientId: '07-tendermint-432',
connectionId: 'connection-365'
},
chain2: {
chainName: 'emoney',
clientId: '07-tendermint-8',
connectionId: 'connection-3'
},
channels: [{
chain1: {
channelId: 'channel-202',
portId: 'transfer'
},
chain2: {
channelId: 'channel-1',
portId: 'transfer'
},
ordering: 'unordered',
version: 'ics20-1',
tags: {}
}]
},
{
$schema: '../ibc_data.schema.json',
chain1: {
chainName: 'emoney',
clientId: '07-tendermint-10',
connectionId: 'connection-4'
},
chain2: {
chainName: 'irisnet',
clientId: '07-tendermint-46',
connectionId: 'connection-34'
},
channels: [{
chain1: {
channelId: 'channel-2',
portId: 'transfer'
},
chain2: {
channelId: 'channel-23',
portId: 'transfer'
},
ordering: 'unordered',
version: 'ics20-1',
tags: {}
}]
},
{
$schema: '../ibc_data.schema.json',
chain1: {
chainName: 'emoney',
clientId: '07-tendermint-51',
connectionId: 'connection-20'
},
chain2: {
chainName: 'juno',
clientId: '07-tendermint-24',
connectionId: 'connection-16'
},
channels: [{
chain1: {
channelId: 'channel-15',
portId: 'transfer'
},
chain2: {
channelId: 'channel-9',
portId: 'transfer'
},
ordering: 'unordered',
version: 'ics20-1',
tags: {
status: 'live',
preferred: true
}
}]
},
{
$schema: '../ibc_data.schema.json',
chain1: {
chainName: 'emoney',
clientId: '07-tendermint-7',
connectionId: 'connection-2'
},
chain2: {
chainName: 'osmosis',
clientId: '07-tendermint-1447',
connectionId: 'connection-1132'
},
channels: [{
chain1: {
channelId: 'channel-0',
portId: 'transfer'
},
chain2: {
channelId: 'channel-37',
portId: 'transfer'
},
ordering: 'unordered',
version: 'ics20-1',
tags: {
status: 'live',
preferred: true,
dex: 'osmosis'
}
}]
}
];
export default info;