chain-registry
Version:
176 lines (175 loc) • 5.05 kB
JavaScript
const info = [
{
$schema: '../../ibc_data.schema.json',
chain_1: {
chain_name: 'akashtestnet',
client_id: '07-tendermint-4',
connection_id: 'connection-4'
},
chain_2: {
chain_name: 'archwaytestnet',
client_id: '07-tendermint-45',
connection_id: 'connection-39'
},
channels: [{
chain_1: {
channel_id: 'channel-4',
port_id: 'transfer'
},
chain_2: {
channel_id: 'channel-34',
port_id: 'transfer'
},
ordering: 'unordered',
version: 'ics20-1',
tags: {
status: 'live'
}
}]
},
{
$schema: '../../ibc_data.schema.json',
chain_1: {
chain_name: 'archwaytestnet',
client_id: '07-tendermint-70',
connection_id: 'connection-60'
},
chain_2: {
chain_name: 'axelartestnet',
client_id: '07-tendermint-603',
connection_id: 'connection-418'
},
channels: [{
chain_1: {
channel_id: 'channel-50',
port_id: 'transfer'
},
chain_2: {
channel_id: 'channel-305',
port_id: 'transfer'
},
ordering: 'unordered',
version: 'ics20-1',
tags: {
status: 'live'
}
}]
},
{
$schema: '../../ibc_data.schema.json',
chain_1: {
chain_name: 'archwaytestnet',
client_id: '07-tendermint-0',
connection_id: 'connection-119'
},
chain_2: {
chain_name: 'jackaltestnet2',
client_id: '07-tendermint-0',
connection_id: 'connection-0'
},
channels: [{
chain_1: {
channel_id: 'channel-368',
port_id: 'transfer'
},
chain_2: {
channel_id: 'channel-1',
port_id: 'transfer'
},
ordering: 'unordered',
version: 'ics20-1',
tags: {
status: 'live'
}
}]
},
{
$schema: '../../ibc_data.schema.json',
chain_1: {
chain_name: 'archwaytestnet',
client_id: '07-tendermint-121',
connection_id: 'connection-120'
},
chain_2: {
chain_name: 'osmosistestnet',
client_id: '07-tendermint-3459',
connection_id: 'connection-3027'
},
channels: [
{
chain_1: {
channel_id: 'channel-225',
port_id: 'transfer'
},
chain_2: {
channel_id: 'channel-7779',
port_id: 'transfer'
},
ordering: 'unordered',
version: 'ics20-1',
tags: {
status: 'live'
}
},
{
chain_1: {
channel_id: '*',
port_id: 'wasm.*'
},
chain_2: {
channel_id: '*',
port_id: 'icahost'
},
ordering: 'ordered',
version: 'ics27-1',
tags: {
status: 'live'
}
},
{
chain_1: {
channel_id: '*',
port_id: 'wasm.*'
},
chain_2: {
channel_id: '*',
port_id: 'icqhost'
},
ordering: 'unordered',
version: 'icq-1',
tags: {
status: 'live'
}
}
]
},
{
$schema: '../../ibc_data.schema.json',
chain_1: {
chain_name: 'archwaytestnet',
client_id: '07-tendermint-139',
connection_id: 'connection-144'
},
chain_2: {
chain_name: 'symphonytestnet3',
client_id: '07-tendermint-25',
connection_id: 'connection-12'
},
channels: [{
chain_1: {
channel_id: 'channel-495',
port_id: 'transfer'
},
chain_2: {
channel_id: 'channel-10',
port_id: 'transfer'
},
ordering: 'unordered',
version: 'ics20-1',
tags: {
status: 'live'
}
}]
}
];
export default info;