chain-registry
Version:
59 lines (58 loc) • 1.75 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: 'akashtestnet',
client_id: '07-tendermint-6',
connection_id: 'connection-6'
},
chain_2: {
chain_name: 'osmosistestnet',
client_id: '07-tendermint-1271',
connection_id: 'connection-1171'
},
channels: [{
chain_1: {
channel_id: 'channel-6',
port_id: 'transfer'
},
chain_2: {
channel_id: 'channel-4171',
port_id: 'transfer'
},
ordering: 'unordered',
version: 'ics20-1',
tags: {
status: 'live',
preferred: true,
dex: 'osmosis'
}
}]
}];
export default info;