chain-registry
Version:
97 lines (96 loc) • 2.77 kB
JavaScript
const info = [
{
$schema: '../ibc_data.schema.json',
chain1: {
chainName: 'initia',
chainId: 'interwoven-1',
clientId: '07-tendermint-42',
connectionId: 'connection-40'
},
chain2: {
chainName: 'milkyway',
chainId: 'milkyway',
clientId: '07-tendermint-7',
connectionId: 'connection-5'
},
channels: [{
chain1: {
channelId: 'channel-80',
portId: 'transfer'
},
chain2: {
channelId: 'channel-5',
portId: 'transfer'
},
ordering: 'unordered',
version: 'ics20-1',
tags: {
preferred: true,
status: 'ACTIVE'
}
}]
},
{
$schema: '../ibc_data.schema.json',
chain1: {
chainName: 'initia',
chainId: 'interwoven-1',
clientId: '07-tendermint-20',
connectionId: 'connection-20'
},
chain2: {
chainName: 'neutron',
chainId: 'neutron-1',
clientId: '07-tendermint-161',
connectionId: 'connection-118'
},
channels: [{
chain1: {
channelId: 'channel-37',
portId: 'transfer'
},
chain2: {
channelId: 'channel-6885',
portId: 'transfer'
},
ordering: 'unordered',
version: 'ics20-1',
tags: {
preferred: true,
status: 'ACTIVE'
}
}]
},
{
$schema: '../ibc_data.schema.json',
chain1: {
chainName: 'initia',
chainId: 'interwoven-1',
clientId: '07-tendermint-36',
connectionId: 'connection-36'
},
chain2: {
chainName: 'osmosis',
chainId: 'osmosis-1',
clientId: '07-tendermint-3477',
connectionId: 'connection-10713'
},
channels: [{
chain1: {
channelId: 'channel-68',
portId: 'transfer'
},
chain2: {
channelId: 'channel-102122',
portId: 'transfer'
},
ordering: 'unordered',
version: 'ics20-1',
tags: {
preferred: true,
status: 'ACTIVE'
}
}]
}
];
export default info;