chain-registry
Version:
65 lines (64 loc) • 1.95 kB
JavaScript
;
Object.defineProperty(exports, "__esModule", { value: true });
const info = [{
$schema: '../ibc_data.schema.json',
chain1: {
chainName: 'gravitybridge',
chainId: 'gravity-bridge-3',
clientId: '07-tendermint-190',
connectionId: 'connection-161'
},
chain2: {
chainName: 'unification',
chainId: 'FUND-MainNet-2',
clientId: '07-tendermint-4',
connectionId: 'connection-4'
},
channels: [{
chain1: {
channelId: 'channel-98',
portId: 'transfer'
},
chain2: {
channelId: 'channel-2',
portId: 'transfer'
},
ordering: 'unordered',
version: 'ics20-1',
tags: {
preferred: true,
status: 'ACTIVE'
}
}]
}, {
$schema: '../ibc_data.schema.json',
chain1: {
chainName: 'osmosis',
chainId: 'osmosis-1',
clientId: '07-tendermint-2229',
connectionId: 'connection-1746'
},
chain2: {
chainName: 'unification',
chainId: 'FUND-MainNet-2',
clientId: '07-tendermint-1',
connectionId: 'connection-1'
},
channels: [{
chain1: {
channelId: 'channel-382',
portId: 'transfer'
},
chain2: {
channelId: 'channel-0',
portId: 'transfer'
},
ordering: 'unordered',
version: 'ics20-1',
tags: {
preferred: true,
status: 'ACTIVE'
}
}]
}];
exports.default = info;