chain-registry
Version:
50 lines (49 loc) • 1.51 kB
JavaScript
;
Object.defineProperty(exports, "__esModule", { value: true });
const info = [{
$schema: '../../ibc_data.schema.json',
chain1: {
chainName: 'osmosistestnet',
clientId: '07-tendermint-4093',
connectionId: 'connection-3540'
},
chain2: {
chainName: 'synternettestnet',
clientId: '07-tendermint-3',
connectionId: 'connection-0'
},
channels: [{
chain1: {
channelId: 'channel-9152',
portId: 'transfer'
},
chain2: {
channelId: 'channel-0',
portId: 'transfer'
},
ordering: 'unordered',
version: 'ics20-1',
tags: {
status: 'live',
preferred: false,
dex: 'osmosis'
}
}, {
chain1: {
channelId: 'channel-85186',
portId: 'transfer'
},
chain2: {
channelId: 'channel-1',
portId: 'transfer'
},
ordering: 'unordered',
version: 'ics20-1',
tags: {
status: 'live',
preferred: true,
dex: 'osmosis'
}
}]
}];
exports.default = info;