chain-registry
Version:
97 lines (96 loc) • 2.78 kB
JavaScript
const info = [
{
$schema: '../ibc_data.schema.json',
chain1: {
chainName: 'dydx',
chainId: 'dydx-mainnet-1',
clientId: '07-tendermint-36',
connectionId: 'connection-37'
},
chain2: {
chainName: 'lumera',
chainId: 'lumera-mainnet-1',
clientId: '07-tendermint-3',
connectionId: 'connection-1'
},
channels: [{
chain1: {
channelId: 'channel-90',
portId: 'transfer'
},
chain2: {
channelId: 'channel-1',
portId: 'transfer'
},
ordering: 'unordered',
version: 'ics20-1',
tags: {
preferred: true,
status: 'ACTIVE'
}
}]
},
{
$schema: '../ibc_data.schema.json',
chain1: {
chainName: 'injective',
chainId: 'injective-1',
clientId: '07-tendermint-317',
connectionId: 'connection-327'
},
chain2: {
chainName: 'lumera',
chainId: 'lumera-mainnet-1',
clientId: '07-tendermint-5',
connectionId: 'connection-3'
},
channels: [{
chain1: {
channelId: 'channel-443',
portId: 'transfer'
},
chain2: {
channelId: 'channel-2',
portId: 'transfer'
},
ordering: 'unordered',
version: 'ics20-1',
tags: {
preferred: true,
status: 'ACTIVE'
}
}]
},
{
$schema: '../ibc_data.schema.json',
chain1: {
chainName: 'lumera',
chainId: 'lumera-mainnet-1',
clientId: '07-tendermint-1',
connectionId: 'connection-0'
},
chain2: {
chainName: 'osmosis',
chainId: 'osmosis-1',
clientId: '07-tendermint-3589',
connectionId: 'connection-10931'
},
channels: [{
chain1: {
channelId: 'channel-0',
portId: 'transfer'
},
chain2: {
channelId: 'channel-106313',
portId: 'transfer'
},
ordering: 'unordered',
version: 'ics20-1',
tags: {
preferred: true,
status: 'ACTIVE'
}
}]
}
];
export default info;