@chain-registry/v2
Version:
121 lines (120 loc) • 3.43 kB
JavaScript
const info = [
{
$schema: '../ibc_data.schema.json',
chain1: {
chainName: 'assetmantle',
clientId: '07-tendermint-22',
connectionId: 'connection-4'
},
chain2: {
chainName: 'juno',
clientId: '07-tendermint-167',
connectionId: 'connection-113'
},
channels: [{
chain1: {
channelId: 'channel-2',
portId: 'transfer'
},
chain2: {
channelId: 'channel-83',
portId: 'transfer'
},
ordering: 'unordered',
version: 'ics20-1',
tags: {
status: 'live',
preferred: true
}
}]
},
{
$schema: '../ibc_data.schema.json',
chain1: {
chainName: 'assetmantle',
clientId: '07-tendermint-50',
connectionId: 'connection-31'
},
chain2: {
chainName: 'kujira',
clientId: '07-tendermint-104',
connectionId: 'connection-73'
},
channels: [{
chain1: {
channelId: 'channel-65',
portId: 'transfer'
},
chain2: {
channelId: 'channel-19',
portId: 'transfer'
},
ordering: 'unordered',
version: 'ics20-1',
tags: {
status: 'live',
preferred: true
}
}]
},
{
$schema: '../ibc_data.schema.json',
chain1: {
chainName: 'assetmantle',
clientId: '07-tendermint-42',
connectionId: 'connection-22'
},
chain2: {
chainName: 'okexchain',
clientId: '07-tendermint-92',
connectionId: 'connection-35'
},
channels: [{
chain1: {
channelId: 'channel-14',
portId: 'transfer'
},
chain2: {
channelId: 'channel-30',
portId: 'transfer'
},
ordering: 'unordered',
version: 'ics20-1',
tags: {
status: 'live',
preferred: true
}
}]
},
{
$schema: '../ibc_data.schema.json',
chain1: {
chainName: 'assetmantle',
clientId: '07-tendermint-0',
connectionId: 'connection-0'
},
chain2: {
chainName: 'osmosis',
clientId: '07-tendermint-1923',
connectionId: 'connection-1498'
},
channels: [{
chain1: {
channelId: 'channel-0',
portId: 'transfer'
},
chain2: {
channelId: 'channel-232',
portId: 'transfer'
},
ordering: 'unordered',
version: 'ics20-1',
tags: {
status: 'live',
preferred: true,
dex: 'osmosis'
}
}]
}
];
export default info;