chain-registry
Version:
60 lines (59 loc) • 1.8 kB
JavaScript
;
Object.defineProperty(exports, "__esModule", { value: true });
const info = [{
$schema: '../../ibc_data.schema.json',
chain1: {
chainName: 'archwaytestnet',
chainId: 'constantine-3',
clientId: '07-tendermint-0',
connectionId: 'connection-119'
},
chain2: {
chainName: 'jackaltestnet2',
chainId: 'mesomelas-1',
clientId: '07-tendermint-0',
connectionId: 'connection-0'
},
channels: [{
chain1: {
channelId: 'channel-368',
portId: 'transfer'
},
chain2: {
channelId: 'channel-1',
portId: 'transfer'
},
ordering: 'unordered',
version: 'ics20-1',
tags: {
status: 'ACTIVE'
}
}]
}, {
$schema: '../../ibc_data.schema.json',
chain1: {
chainName: 'jackaltestnet2',
chainId: 'mesomelas-1',
clientId: '07-tendermint-2',
connectionId: 'connection-2'
},
chain2: {
chainName: 'prysmdevnet',
chainId: 'prysm-devnet-1',
clientId: '07-tendermint-17',
connectionId: 'connection-10'
},
channels: [{
chain1: {
channelId: 'channel-2',
portId: 'transfer'
},
chain2: {
channelId: 'channel-6',
portId: 'transfer'
},
ordering: 'unordered',
version: 'ics20-1'
}]
}];
exports.default = info;