chain-registry
Version:
54 lines (53 loc) • 1.6 kB
JavaScript
const info = [{
$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: 'jackaltestnet2',
client_id: '07-tendermint-2',
connection_id: 'connection-2'
},
chain_2: {
chain_name: 'prysmdevnet',
client_id: '07-tendermint-17',
connection_id: 'connection-10'
},
channels: [{
chain_1: {
channel_id: 'channel-2',
port_id: 'transfer'
},
chain_2: {
channel_id: 'channel-6',
port_id: 'transfer'
},
ordering: 'unordered',
version: 'ics20-1'
}]
}];
export default info;