chain-registry
Version:
61 lines (60 loc) • 1.8 kB
JavaScript
;
Object.defineProperty(exports, "__esModule", { value: true });
const info = [{
$schema: '../../ibc_data.schema.json',
chain1: {
chainName: 'akashtestnet',
clientId: '07-tendermint-4',
connectionId: 'connection-4'
},
chain2: {
chainName: 'archwaytestnet',
clientId: '07-tendermint-45',
connectionId: 'connection-39'
},
channels: [{
chain1: {
channelId: 'channel-4',
portId: 'transfer'
},
chain2: {
channelId: 'channel-34',
portId: 'transfer'
},
ordering: 'unordered',
version: 'ics20-1',
tags: {
status: 'live'
}
}]
}, {
$schema: '../../ibc_data.schema.json',
chain1: {
chainName: 'akashtestnet',
clientId: '07-tendermint-6',
connectionId: 'connection-6'
},
chain2: {
chainName: 'osmosistestnet',
clientId: '07-tendermint-1271',
connectionId: 'connection-1171'
},
channels: [{
chain1: {
channelId: 'channel-6',
portId: 'transfer'
},
chain2: {
channelId: 'channel-4171',
portId: 'transfer'
},
ordering: 'unordered',
version: 'ics20-1',
tags: {
status: 'live',
preferred: true,
dex: 'osmosis'
}
}]
}];
exports.default = info;