chain-registry
Version:
61 lines (60 loc) • 1.83 kB
JavaScript
;
Object.defineProperty(exports, "__esModule", { value: true });
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'
}
}]
}];
exports.default = info;