chain-registry 1.69.52 → 1.69.54
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/devnet/kyvedevnet/chain.js +5 -4
- package/esm/devnet/kyvedevnet/chain.js +5 -4
- package/esm/mainnet/aaronetwork/assets.js +34 -0
- package/esm/mainnet/aaronetwork/chain.js +44 -0
- package/esm/mainnet/aaronetwork/index.js +4 -0
- package/esm/mainnet/archway/assets.js +43 -0
- package/esm/mainnet/archway/ibc.js +29 -0
- package/esm/mainnet/assets.js +6 -0
- package/esm/mainnet/axelar/ibc.js +29 -0
- package/esm/mainnet/chains.js +6 -0
- package/esm/mainnet/chihuahua/assets.js +43 -0
- package/esm/mainnet/cosmoshub/ibc.js +29 -0
- package/esm/mainnet/ibc.js +4 -0
- package/esm/mainnet/injective/assets.js +43 -0
- package/esm/mainnet/injective/ibc.js +58 -0
- package/esm/mainnet/juno/assets.js +43 -0
- package/esm/mainnet/kopi/assets.js +395 -0
- package/esm/mainnet/kopi/chain.js +203 -0
- package/esm/mainnet/kopi/ibc.js +148 -0
- package/esm/mainnet/kopi/index.js +6 -0
- package/esm/mainnet/kyve/chain.js +14 -2
- package/esm/mainnet/migaloo/ibc.js +29 -0
- package/esm/mainnet/named.js +3 -0
- package/esm/mainnet/noble/ibc.js +58 -0
- package/esm/mainnet/osmosis/ibc.js +58 -0
- package/esm/mainnet/persistence/assets.js +12 -6
- package/esm/mainnet/synternet/chain.js +20 -6
- package/esm/mainnet/terra2/assets.js +43 -0
- package/esm/mainnet/terra2/ibc.js +29 -0
- package/esm/mainnet/xion/assets.js +34 -0
- package/esm/mainnet/xion/chain.js +125 -0
- package/esm/mainnet/xion/ibc.js +119 -0
- package/esm/mainnet/xion/index.js +6 -0
- package/esm/testnet/kyvetestnet/chain.js +7 -2
- package/esm/testnet/xiontestnet/assets.js +1 -0
- package/esm/testnet/xiontestnet/chain.js +22 -18
- package/mainnet/aaronetwork/assets.d.ts +3 -0
- package/mainnet/aaronetwork/assets.js +36 -0
- package/mainnet/aaronetwork/chain.d.ts +3 -0
- package/mainnet/aaronetwork/chain.js +46 -0
- package/mainnet/aaronetwork/index.d.ts +2 -0
- package/mainnet/aaronetwork/index.js +10 -0
- package/mainnet/archway/assets.js +43 -0
- package/mainnet/archway/ibc.js +29 -0
- package/mainnet/assets.js +6 -0
- package/mainnet/axelar/ibc.js +29 -0
- package/mainnet/chains.js +6 -0
- package/mainnet/chihuahua/assets.js +43 -0
- package/mainnet/cosmoshub/ibc.js +29 -0
- package/mainnet/ibc.js +4 -0
- package/mainnet/injective/assets.js +43 -0
- package/mainnet/injective/ibc.js +58 -0
- package/mainnet/juno/assets.js +43 -0
- package/mainnet/kopi/assets.d.ts +3 -0
- package/mainnet/kopi/assets.js +397 -0
- package/mainnet/kopi/chain.d.ts +3 -0
- package/mainnet/kopi/chain.js +205 -0
- package/mainnet/kopi/ibc.d.ts +3 -0
- package/mainnet/kopi/ibc.js +150 -0
- package/mainnet/kopi/index.d.ts +3 -0
- package/mainnet/kopi/index.js +12 -0
- package/mainnet/kyve/chain.js +14 -2
- package/mainnet/migaloo/ibc.js +29 -0
- package/mainnet/named.d.ts +3 -0
- package/mainnet/named.js +7 -4
- package/mainnet/noble/ibc.js +58 -0
- package/mainnet/osmosis/ibc.js +58 -0
- package/mainnet/persistence/assets.js +12 -6
- package/mainnet/synternet/chain.js +20 -6
- package/mainnet/terra2/assets.js +43 -0
- package/mainnet/terra2/ibc.js +29 -0
- package/mainnet/xion/assets.d.ts +3 -0
- package/mainnet/xion/assets.js +36 -0
- package/mainnet/xion/chain.d.ts +3 -0
- package/mainnet/xion/chain.js +127 -0
- package/mainnet/xion/ibc.d.ts +3 -0
- package/mainnet/xion/ibc.js +121 -0
- package/mainnet/xion/index.d.ts +3 -0
- package/mainnet/xion/index.js +12 -0
- package/package.json +4 -4
- package/testnet/kyvetestnet/chain.js +7 -2
- package/testnet/xiontestnet/assets.js +1 -0
- package/testnet/xiontestnet/chain.js +22 -18
|
@@ -0,0 +1,150 @@
|
|
|
1
|
+
"use strict";
|
|
2
|
+
Object.defineProperty(exports, "__esModule", { value: true });
|
|
3
|
+
const info = [
|
|
4
|
+
{
|
|
5
|
+
$schema: '../ibc_data.schema.json',
|
|
6
|
+
chain_1: {
|
|
7
|
+
chain_name: 'cosmoshub',
|
|
8
|
+
client_id: '07-tendermint-1332',
|
|
9
|
+
connection_id: 'connection-1065'
|
|
10
|
+
},
|
|
11
|
+
chain_2: {
|
|
12
|
+
chain_name: 'kopi',
|
|
13
|
+
client_id: '07-tendermint-4',
|
|
14
|
+
connection_id: 'connection-8'
|
|
15
|
+
},
|
|
16
|
+
channels: [{
|
|
17
|
+
chain_1: {
|
|
18
|
+
channel_id: 'channel-1253',
|
|
19
|
+
port_id: 'transfer'
|
|
20
|
+
},
|
|
21
|
+
chain_2: {
|
|
22
|
+
channel_id: 'channel-7',
|
|
23
|
+
port_id: 'transfer'
|
|
24
|
+
},
|
|
25
|
+
ordering: 'unordered',
|
|
26
|
+
version: 'ics20-1',
|
|
27
|
+
tags: {
|
|
28
|
+
status: 'live',
|
|
29
|
+
preferred: true
|
|
30
|
+
}
|
|
31
|
+
}]
|
|
32
|
+
},
|
|
33
|
+
{
|
|
34
|
+
$schema: '../ibc_data.schema.json',
|
|
35
|
+
chain_1: {
|
|
36
|
+
chain_name: 'injective',
|
|
37
|
+
client_id: '07-tendermint-278',
|
|
38
|
+
connection_id: 'connection-281'
|
|
39
|
+
},
|
|
40
|
+
chain_2: {
|
|
41
|
+
chain_name: 'kopi',
|
|
42
|
+
client_id: '07-tendermint-0',
|
|
43
|
+
connection_id: 'connection-0'
|
|
44
|
+
},
|
|
45
|
+
channels: [{
|
|
46
|
+
chain_1: {
|
|
47
|
+
channel_id: 'channel-376',
|
|
48
|
+
port_id: 'transfer'
|
|
49
|
+
},
|
|
50
|
+
chain_2: {
|
|
51
|
+
channel_id: 'channel-1',
|
|
52
|
+
port_id: 'transfer'
|
|
53
|
+
},
|
|
54
|
+
ordering: 'unordered',
|
|
55
|
+
version: 'ics20-1',
|
|
56
|
+
tags: {
|
|
57
|
+
status: 'live',
|
|
58
|
+
preferred: true
|
|
59
|
+
}
|
|
60
|
+
}]
|
|
61
|
+
},
|
|
62
|
+
{
|
|
63
|
+
$schema: '../ibc_data.schema.json',
|
|
64
|
+
chain_1: {
|
|
65
|
+
chain_name: 'kopi',
|
|
66
|
+
client_id: '07-tendermint-0',
|
|
67
|
+
connection_id: 'connection-0'
|
|
68
|
+
},
|
|
69
|
+
chain_2: {
|
|
70
|
+
chain_name: 'noble',
|
|
71
|
+
client_id: '07-tendermint-124',
|
|
72
|
+
connection_id: 'connection-120'
|
|
73
|
+
},
|
|
74
|
+
channels: [{
|
|
75
|
+
chain_1: {
|
|
76
|
+
channel_id: 'channel-0',
|
|
77
|
+
port_id: 'transfer'
|
|
78
|
+
},
|
|
79
|
+
chain_2: {
|
|
80
|
+
channel_id: 'channel-109',
|
|
81
|
+
port_id: 'transfer'
|
|
82
|
+
},
|
|
83
|
+
ordering: 'unordered',
|
|
84
|
+
version: 'ics20-1',
|
|
85
|
+
tags: {
|
|
86
|
+
status: 'live',
|
|
87
|
+
preferred: true
|
|
88
|
+
}
|
|
89
|
+
}]
|
|
90
|
+
},
|
|
91
|
+
{
|
|
92
|
+
$schema: '../ibc_data.schema.json',
|
|
93
|
+
chain_1: {
|
|
94
|
+
chain_name: 'kopi',
|
|
95
|
+
client_id: '07-tendermint-3',
|
|
96
|
+
connection_id: 'connection-3'
|
|
97
|
+
},
|
|
98
|
+
chain_2: {
|
|
99
|
+
chain_name: 'osmosis',
|
|
100
|
+
client_id: '07-tendermint-3359',
|
|
101
|
+
connection_id: 'connection-2816'
|
|
102
|
+
},
|
|
103
|
+
channels: [{
|
|
104
|
+
chain_1: {
|
|
105
|
+
channel_id: 'channel-6',
|
|
106
|
+
port_id: 'transfer'
|
|
107
|
+
},
|
|
108
|
+
chain_2: {
|
|
109
|
+
channel_id: 'channel-88475',
|
|
110
|
+
port_id: 'transfer'
|
|
111
|
+
},
|
|
112
|
+
ordering: 'unordered',
|
|
113
|
+
version: 'ics20-1',
|
|
114
|
+
tags: {
|
|
115
|
+
status: 'live',
|
|
116
|
+
preferred: true
|
|
117
|
+
}
|
|
118
|
+
}]
|
|
119
|
+
},
|
|
120
|
+
{
|
|
121
|
+
$schema: '../ibc_data.schema.json',
|
|
122
|
+
chain_1: {
|
|
123
|
+
chain_name: 'kopi',
|
|
124
|
+
client_id: '07-tendermint-2',
|
|
125
|
+
connection_id: 'connection-2'
|
|
126
|
+
},
|
|
127
|
+
chain_2: {
|
|
128
|
+
chain_name: 'terra2',
|
|
129
|
+
client_id: '07-tendermint-426',
|
|
130
|
+
connection_id: 'connection-440'
|
|
131
|
+
},
|
|
132
|
+
channels: [{
|
|
133
|
+
chain_1: {
|
|
134
|
+
channel_id: 'channel-5',
|
|
135
|
+
port_id: 'transfer'
|
|
136
|
+
},
|
|
137
|
+
chain_2: {
|
|
138
|
+
channel_id: 'channel-586',
|
|
139
|
+
port_id: 'transfer'
|
|
140
|
+
},
|
|
141
|
+
ordering: 'unordered',
|
|
142
|
+
version: 'ics20-1',
|
|
143
|
+
tags: {
|
|
144
|
+
status: 'live',
|
|
145
|
+
preferred: true
|
|
146
|
+
}
|
|
147
|
+
}]
|
|
148
|
+
}
|
|
149
|
+
];
|
|
150
|
+
exports.default = info;
|
|
@@ -0,0 +1,12 @@
|
|
|
1
|
+
"use strict";
|
|
2
|
+
var __importDefault = (this && this.__importDefault) || function (mod) {
|
|
3
|
+
return (mod && mod.__esModule) ? mod : { "default": mod };
|
|
4
|
+
};
|
|
5
|
+
Object.defineProperty(exports, "__esModule", { value: true });
|
|
6
|
+
exports.ibc = exports.chain = exports.assets = void 0;
|
|
7
|
+
const assets_1 = __importDefault(require("./assets"));
|
|
8
|
+
const chain_1 = __importDefault(require("./chain"));
|
|
9
|
+
const ibc_1 = __importDefault(require("./ibc"));
|
|
10
|
+
exports.assets = assets_1.default;
|
|
11
|
+
exports.chain = chain_1.default;
|
|
12
|
+
exports.ibc = ibc_1.default;
|
package/mainnet/kyve/chain.js
CHANGED
|
@@ -37,7 +37,7 @@ const info = {
|
|
|
37
37
|
apis: {
|
|
38
38
|
rpc: [
|
|
39
39
|
{
|
|
40
|
-
address: 'https://rpc
|
|
40
|
+
address: 'https://rpc.kyve.network',
|
|
41
41
|
provider: 'kyve'
|
|
42
42
|
},
|
|
43
43
|
{
|
|
@@ -91,7 +91,7 @@ const info = {
|
|
|
91
91
|
],
|
|
92
92
|
rest: [
|
|
93
93
|
{
|
|
94
|
-
address: 'https://api
|
|
94
|
+
address: 'https://api.kyve.network',
|
|
95
95
|
provider: 'kyve'
|
|
96
96
|
},
|
|
97
97
|
{
|
|
@@ -230,6 +230,18 @@ const info = {
|
|
|
230
230
|
url: 'https://explorer.whenmoonwhenlambo.money/kyve',
|
|
231
231
|
tx_page: 'https://explorer.whenmoonwhenlambo.money/kyve/txs/${txHash}',
|
|
232
232
|
account_page: 'https://explorer.whenmoonwhenlambo.money/kyve/account/${accountAddress}'
|
|
233
|
+
},
|
|
234
|
+
{
|
|
235
|
+
kind: 'KYVE Explorer',
|
|
236
|
+
url: 'https://explorer.kyve.network/kyve',
|
|
237
|
+
tx_page: 'https://explorer.kyve.network/kyve/tx/${txHash}',
|
|
238
|
+
account_page: 'https://explorer.kyve.network/kyve/account/${accountAddress}'
|
|
239
|
+
},
|
|
240
|
+
{
|
|
241
|
+
kind: 'Viewblock',
|
|
242
|
+
url: 'https://viewblock.io/kyve',
|
|
243
|
+
tx_page: 'https://viewblock.io/kyve/tx/${txHash}',
|
|
244
|
+
account_page: 'https://viewblock.io/kyve/address/${accountAddress}'
|
|
233
245
|
}
|
|
234
246
|
],
|
|
235
247
|
images: [{
|
package/mainnet/migaloo/ibc.js
CHANGED
|
@@ -1,6 +1,35 @@
|
|
|
1
1
|
"use strict";
|
|
2
2
|
Object.defineProperty(exports, "__esModule", { value: true });
|
|
3
3
|
const info = [
|
|
4
|
+
{
|
|
5
|
+
$schema: '../ibc_data.schema.json',
|
|
6
|
+
chain_1: {
|
|
7
|
+
chain_name: 'archway',
|
|
8
|
+
client_id: '07-tendermint-119',
|
|
9
|
+
connection_id: 'connection-114'
|
|
10
|
+
},
|
|
11
|
+
chain_2: {
|
|
12
|
+
chain_name: 'migaloo',
|
|
13
|
+
client_id: '07-tendermint-138',
|
|
14
|
+
connection_id: 'connection-108'
|
|
15
|
+
},
|
|
16
|
+
channels: [{
|
|
17
|
+
chain_1: {
|
|
18
|
+
channel_id: 'channel-184',
|
|
19
|
+
port_id: 'transfer'
|
|
20
|
+
},
|
|
21
|
+
chain_2: {
|
|
22
|
+
channel_id: 'channel-141',
|
|
23
|
+
port_id: 'transfer'
|
|
24
|
+
},
|
|
25
|
+
ordering: 'unordered',
|
|
26
|
+
version: 'ics20-1',
|
|
27
|
+
tags: {
|
|
28
|
+
status: 'live',
|
|
29
|
+
preferred: true
|
|
30
|
+
}
|
|
31
|
+
}]
|
|
32
|
+
},
|
|
4
33
|
{
|
|
5
34
|
$schema: '../ibc_data.schema.json',
|
|
6
35
|
chain_1: {
|
package/mainnet/named.d.ts
CHANGED
|
@@ -3,6 +3,7 @@ export * as rootstock from './rootstock';
|
|
|
3
3
|
export * as solana from './solana';
|
|
4
4
|
export * as ton from './ton';
|
|
5
5
|
export * as tron from './tron';
|
|
6
|
+
export * as aaronetwork from './aaronetwork';
|
|
6
7
|
export * as acrechain from './acrechain';
|
|
7
8
|
export * as agoric from './agoric';
|
|
8
9
|
export * as aioz from './aioz';
|
|
@@ -86,6 +87,7 @@ export * as kava from './kava';
|
|
|
86
87
|
export * as kichain from './kichain';
|
|
87
88
|
export * as kimanetwork from './kimanetwork';
|
|
88
89
|
export * as konstellation from './konstellation';
|
|
90
|
+
export * as kopi from './kopi';
|
|
89
91
|
export * as kujira from './kujira';
|
|
90
92
|
export * as kyve from './kyve';
|
|
91
93
|
export * as lambda from './lambda';
|
|
@@ -181,5 +183,6 @@ export * as unicorn from './unicorn';
|
|
|
181
183
|
export * as unification from './unification';
|
|
182
184
|
export * as ununifi from './ununifi';
|
|
183
185
|
export * as uptick from './uptick';
|
|
186
|
+
export * as xion from './xion';
|
|
184
187
|
export * as xpla from './xpla';
|
|
185
188
|
export * as zetachain from './zetachain';
|
package/mainnet/named.js
CHANGED
|
@@ -23,15 +23,16 @@ var __importStar = (this && this.__importStar) || function (mod) {
|
|
|
23
23
|
return result;
|
|
24
24
|
};
|
|
25
25
|
Object.defineProperty(exports, "__esModule", { value: true });
|
|
26
|
-
exports.
|
|
27
|
-
exports.
|
|
28
|
-
exports.
|
|
29
|
-
exports.zetachain = exports.xpla = exports.uptick = exports.ununifi = exports.unification = exports.unicorn = exports.umee = exports.titan = exports.thorchain = exports.tgrade = exports.terra2 = exports.terra = exports.terpnetwork = exports.teritori = exports.tenet = exports.taketitan = exports.synternet = exports.sunrise = exports.stride = exports.stratos = exports.starname = exports.stargaze = exports.stafihub = exports.source = exports.sommelier = exports.six = exports.sifchain = exports.shido = exports.shentu = exports.shareledger = exports.sge = exports.sentinel = exports.self = exports.sei = exports.seda = void 0;
|
|
26
|
+
exports.dhealth = exports.desmos = exports.decentr = exports.cryptoorgchain = exports.cronos = exports.crescent = exports.coss = exports.cosmoshub = exports.coreum = exports.conscious = exports.composable = exports.commercionetwork = exports.comdex = exports.cnhostables = exports.cifer = exports.chimba = exports.chihuahua = exports.cheqd = exports.chain4energy = exports.celestia = exports.carbon = exports.canto = exports.bouachain = exports.bostrom = exports.bluzelle = exports.bluechip = exports.blockx = exports.bitsong = exports.bitcanna = exports.bitbadges = exports.beezee = exports.bandchain = exports.axelar = exports.aura = exports.atomone = exports.assetmantle = exports.arkh = exports.archway = exports.andromeda = exports.althea = exports.akash = exports.aioz = exports.agoric = exports.acrechain = exports.aaronetwork = exports.tron = exports.ton = exports.solana = exports.rootstock = exports.ethereum = void 0;
|
|
27
|
+
exports.lumnetwork = exports.loyal = exports.lorenzo = exports.loop = exports.logos = exports.likecoin = exports.lava = exports.lambda = exports.kyve = exports.kujira = exports.kopi = exports.konstellation = exports.kimanetwork = exports.kichain = exports.kava = exports.juno = exports.joltify = exports.jackal = exports.irisnet = exports.int3face = exports.injective = exports.imversed = exports.impacthub = exports.idep = exports.humans = exports.highbury = exports.heli = exports.haqq = exports.gravitybridge = exports.govgen = exports.gitopia = exports.genesisl1 = exports.gateway = exports.galaxy = exports.fxcore = exports.furya = exports.firmachain = exports.finschia = exports.fetchhub = exports.evmos = exports.ethos = exports.epix = exports.empowerchain = exports.emoney = exports.echelon = exports.dyson = exports.dymension = exports.dydx = exports.dungeon = exports.doravota = void 0;
|
|
28
|
+
exports.saga = exports.routerchain = exports.rizon = exports.regen = exports.rebus = exports.realio = exports.qwoyn = exports.quicksilver = exports.quasar = exports.qfs = exports.pylons = exports.pundix = exports.pryzm = exports.provenance = exports.point = exports.planq = exports.persistence = exports.passage = exports.panacea = exports.paloma = exports.osmosis = exports.oraichain = exports.onomy = exports.onex = exports.omniflixhub = exports.okexchain = exports.odin = exports.octa = exports.nyx = exports.nomic = exports.nolus = exports.nois = exports.noble = exports.nim = exports.nibiru = exports.neutron = exports.neutaro = exports.neura = exports.mythos = exports.mun = exports.mtgbp = exports.mises = exports.milkyway = exports.migaloo = exports.meme = exports.medasdigital = exports.mayachain = exports.mars = exports.mantrachain = exports.mande = void 0;
|
|
29
|
+
exports.zetachain = exports.xpla = exports.xion = exports.uptick = exports.ununifi = exports.unification = exports.unicorn = exports.umee = exports.titan = exports.thorchain = exports.tgrade = exports.terra2 = exports.terra = exports.terpnetwork = exports.teritori = exports.tenet = exports.taketitan = exports.synternet = exports.sunrise = exports.stride = exports.stratos = exports.starname = exports.stargaze = exports.stafihub = exports.source = exports.sommelier = exports.six = exports.sifchain = exports.shido = exports.shentu = exports.shareledger = exports.sge = exports.sentinel = exports.self = exports.sei = exports.seda = exports.secretnetwork = exports.scorum = void 0;
|
|
30
30
|
exports.ethereum = __importStar(require("./ethereum"));
|
|
31
31
|
exports.rootstock = __importStar(require("./rootstock"));
|
|
32
32
|
exports.solana = __importStar(require("./solana"));
|
|
33
33
|
exports.ton = __importStar(require("./ton"));
|
|
34
34
|
exports.tron = __importStar(require("./tron"));
|
|
35
|
+
exports.aaronetwork = __importStar(require("./aaronetwork"));
|
|
35
36
|
exports.acrechain = __importStar(require("./acrechain"));
|
|
36
37
|
exports.agoric = __importStar(require("./agoric"));
|
|
37
38
|
exports.aioz = __importStar(require("./aioz"));
|
|
@@ -115,6 +116,7 @@ exports.kava = __importStar(require("./kava"));
|
|
|
115
116
|
exports.kichain = __importStar(require("./kichain"));
|
|
116
117
|
exports.kimanetwork = __importStar(require("./kimanetwork"));
|
|
117
118
|
exports.konstellation = __importStar(require("./konstellation"));
|
|
119
|
+
exports.kopi = __importStar(require("./kopi"));
|
|
118
120
|
exports.kujira = __importStar(require("./kujira"));
|
|
119
121
|
exports.kyve = __importStar(require("./kyve"));
|
|
120
122
|
exports.lambda = __importStar(require("./lambda"));
|
|
@@ -210,5 +212,6 @@ exports.unicorn = __importStar(require("./unicorn"));
|
|
|
210
212
|
exports.unification = __importStar(require("./unification"));
|
|
211
213
|
exports.ununifi = __importStar(require("./ununifi"));
|
|
212
214
|
exports.uptick = __importStar(require("./uptick"));
|
|
215
|
+
exports.xion = __importStar(require("./xion"));
|
|
213
216
|
exports.xpla = __importStar(require("./xpla"));
|
|
214
217
|
exports.zetachain = __importStar(require("./zetachain"));
|
package/mainnet/noble/ibc.js
CHANGED
|
@@ -523,6 +523,35 @@ const info = [
|
|
|
523
523
|
}
|
|
524
524
|
}]
|
|
525
525
|
},
|
|
526
|
+
{
|
|
527
|
+
$schema: '../ibc_data.schema.json',
|
|
528
|
+
chain_1: {
|
|
529
|
+
chain_name: 'kopi',
|
|
530
|
+
client_id: '07-tendermint-0',
|
|
531
|
+
connection_id: 'connection-0'
|
|
532
|
+
},
|
|
533
|
+
chain_2: {
|
|
534
|
+
chain_name: 'noble',
|
|
535
|
+
client_id: '07-tendermint-124',
|
|
536
|
+
connection_id: 'connection-120'
|
|
537
|
+
},
|
|
538
|
+
channels: [{
|
|
539
|
+
chain_1: {
|
|
540
|
+
channel_id: 'channel-0',
|
|
541
|
+
port_id: 'transfer'
|
|
542
|
+
},
|
|
543
|
+
chain_2: {
|
|
544
|
+
channel_id: 'channel-109',
|
|
545
|
+
port_id: 'transfer'
|
|
546
|
+
},
|
|
547
|
+
ordering: 'unordered',
|
|
548
|
+
version: 'ics20-1',
|
|
549
|
+
tags: {
|
|
550
|
+
status: 'live',
|
|
551
|
+
preferred: true
|
|
552
|
+
}
|
|
553
|
+
}]
|
|
554
|
+
},
|
|
526
555
|
{
|
|
527
556
|
$schema: '../ibc_data.schema.json',
|
|
528
557
|
chain_1: {
|
|
@@ -1192,6 +1221,35 @@ const info = [
|
|
|
1192
1221
|
preferred: true
|
|
1193
1222
|
}
|
|
1194
1223
|
}]
|
|
1224
|
+
},
|
|
1225
|
+
{
|
|
1226
|
+
$schema: '../ibc_data.schema.json',
|
|
1227
|
+
chain_1: {
|
|
1228
|
+
chain_name: 'noble',
|
|
1229
|
+
client_id: '07-tendermint-128',
|
|
1230
|
+
connection_id: 'connection-124'
|
|
1231
|
+
},
|
|
1232
|
+
chain_2: {
|
|
1233
|
+
chain_name: 'xion',
|
|
1234
|
+
client_id: '07-tendermint-2',
|
|
1235
|
+
connection_id: 'connection-2'
|
|
1236
|
+
},
|
|
1237
|
+
channels: [{
|
|
1238
|
+
chain_1: {
|
|
1239
|
+
channel_id: 'channel-113',
|
|
1240
|
+
port_id: 'transfer'
|
|
1241
|
+
},
|
|
1242
|
+
chain_2: {
|
|
1243
|
+
channel_id: 'channel-2',
|
|
1244
|
+
port_id: 'transfer'
|
|
1245
|
+
},
|
|
1246
|
+
ordering: 'unordered',
|
|
1247
|
+
version: 'ics20-1',
|
|
1248
|
+
tags: {
|
|
1249
|
+
status: 'live',
|
|
1250
|
+
preferred: true
|
|
1251
|
+
}
|
|
1252
|
+
}]
|
|
1195
1253
|
}
|
|
1196
1254
|
];
|
|
1197
1255
|
exports.default = info;
|
package/mainnet/osmosis/ibc.js
CHANGED
|
@@ -2136,6 +2136,35 @@ const info = [
|
|
|
2136
2136
|
}
|
|
2137
2137
|
}]
|
|
2138
2138
|
},
|
|
2139
|
+
{
|
|
2140
|
+
$schema: '../ibc_data.schema.json',
|
|
2141
|
+
chain_1: {
|
|
2142
|
+
chain_name: 'kopi',
|
|
2143
|
+
client_id: '07-tendermint-3',
|
|
2144
|
+
connection_id: 'connection-3'
|
|
2145
|
+
},
|
|
2146
|
+
chain_2: {
|
|
2147
|
+
chain_name: 'osmosis',
|
|
2148
|
+
client_id: '07-tendermint-3359',
|
|
2149
|
+
connection_id: 'connection-2816'
|
|
2150
|
+
},
|
|
2151
|
+
channels: [{
|
|
2152
|
+
chain_1: {
|
|
2153
|
+
channel_id: 'channel-6',
|
|
2154
|
+
port_id: 'transfer'
|
|
2155
|
+
},
|
|
2156
|
+
chain_2: {
|
|
2157
|
+
channel_id: 'channel-88475',
|
|
2158
|
+
port_id: 'transfer'
|
|
2159
|
+
},
|
|
2160
|
+
ordering: 'unordered',
|
|
2161
|
+
version: 'ics20-1',
|
|
2162
|
+
tags: {
|
|
2163
|
+
status: 'live',
|
|
2164
|
+
preferred: true
|
|
2165
|
+
}
|
|
2166
|
+
}]
|
|
2167
|
+
},
|
|
2139
2168
|
{
|
|
2140
2169
|
$schema: '../ibc_data.schema.json',
|
|
2141
2170
|
chain_1: {
|
|
@@ -4468,6 +4497,35 @@ const info = [
|
|
|
4468
4497
|
}
|
|
4469
4498
|
}]
|
|
4470
4499
|
},
|
|
4500
|
+
{
|
|
4501
|
+
$schema: '../ibc_data.schema.json',
|
|
4502
|
+
chain_1: {
|
|
4503
|
+
chain_name: 'osmosis',
|
|
4504
|
+
client_id: '07-tendermint-3366',
|
|
4505
|
+
connection_id: 'connection-2823'
|
|
4506
|
+
},
|
|
4507
|
+
chain_2: {
|
|
4508
|
+
chain_name: 'xion',
|
|
4509
|
+
client_id: '07-tendermint-1',
|
|
4510
|
+
connection_id: 'connection-1'
|
|
4511
|
+
},
|
|
4512
|
+
channels: [{
|
|
4513
|
+
chain_1: {
|
|
4514
|
+
channel_id: 'channel-89321',
|
|
4515
|
+
port_id: 'transfer'
|
|
4516
|
+
},
|
|
4517
|
+
chain_2: {
|
|
4518
|
+
channel_id: 'channel-1',
|
|
4519
|
+
port_id: 'transfer'
|
|
4520
|
+
},
|
|
4521
|
+
ordering: 'unordered',
|
|
4522
|
+
version: 'ics20-1',
|
|
4523
|
+
tags: {
|
|
4524
|
+
status: 'live',
|
|
4525
|
+
preferred: true
|
|
4526
|
+
}
|
|
4527
|
+
}]
|
|
4528
|
+
},
|
|
4471
4529
|
{
|
|
4472
4530
|
$schema: '../ibc_data.schema.json',
|
|
4473
4531
|
chain_1: {
|
|
@@ -39,7 +39,7 @@ const info = {
|
|
|
39
39
|
type_asset: 'sdk.coin'
|
|
40
40
|
},
|
|
41
41
|
{
|
|
42
|
-
description: 'PSTAKE Liquid-Staked ATOM',
|
|
42
|
+
description: '(Deprecated) PSTAKE Liquid-Staked ATOM',
|
|
43
43
|
denom_units: [{
|
|
44
44
|
denom: 'stk/uatom',
|
|
45
45
|
exponent: 0,
|
|
@@ -49,6 +49,7 @@ const info = {
|
|
|
49
49
|
exponent: 6,
|
|
50
50
|
aliases: ['stk/atom']
|
|
51
51
|
}],
|
|
52
|
+
deprecated: true,
|
|
52
53
|
base: 'stk/uatom',
|
|
53
54
|
name: 'PSTAKE staked ATOM',
|
|
54
55
|
display: 'stkatom',
|
|
@@ -311,7 +312,7 @@ const info = {
|
|
|
311
312
|
}
|
|
312
313
|
},
|
|
313
314
|
{
|
|
314
|
-
description: 'PSTAKE Liquid-Staked OSMO',
|
|
315
|
+
description: '(Deprecated) PSTAKE Liquid-Staked OSMO',
|
|
315
316
|
denom_units: [{
|
|
316
317
|
denom: 'stk/uosmo',
|
|
317
318
|
exponent: 0,
|
|
@@ -321,6 +322,7 @@ const info = {
|
|
|
321
322
|
exponent: 6,
|
|
322
323
|
aliases: ['stk/osmo']
|
|
323
324
|
}],
|
|
325
|
+
deprecated: true,
|
|
324
326
|
base: 'stk/uosmo',
|
|
325
327
|
name: 'PSTAKE staked OSMO',
|
|
326
328
|
display: 'stkosmo',
|
|
@@ -348,7 +350,7 @@ const info = {
|
|
|
348
350
|
type_asset: 'sdk.coin'
|
|
349
351
|
},
|
|
350
352
|
{
|
|
351
|
-
description: 'PSTAKE Liquid-Staked DYDX',
|
|
353
|
+
description: '(Deprecated) PSTAKE Liquid-Staked DYDX',
|
|
352
354
|
denom_units: [{
|
|
353
355
|
denom: 'stk/adydx',
|
|
354
356
|
exponent: 0,
|
|
@@ -358,6 +360,7 @@ const info = {
|
|
|
358
360
|
exponent: 18,
|
|
359
361
|
aliases: ['stk/dydx']
|
|
360
362
|
}],
|
|
363
|
+
deprecated: true,
|
|
361
364
|
base: 'stk/adydx',
|
|
362
365
|
name: 'PSTAKE staked DYDX',
|
|
363
366
|
display: 'stkdydx',
|
|
@@ -384,7 +387,7 @@ const info = {
|
|
|
384
387
|
type_asset: 'sdk.coin'
|
|
385
388
|
},
|
|
386
389
|
{
|
|
387
|
-
description: 'PSTAKE Liquid-Staked STARS',
|
|
390
|
+
description: '(Deprecated) PSTAKE Liquid-Staked STARS',
|
|
388
391
|
denom_units: [{
|
|
389
392
|
denom: 'stk/ustars',
|
|
390
393
|
exponent: 0,
|
|
@@ -394,6 +397,7 @@ const info = {
|
|
|
394
397
|
exponent: 6,
|
|
395
398
|
aliases: ['stk/stars']
|
|
396
399
|
}],
|
|
400
|
+
deprecated: true,
|
|
397
401
|
base: 'stk/ustars',
|
|
398
402
|
name: 'PSTAKE staked STARS',
|
|
399
403
|
display: 'stkstars',
|
|
@@ -507,7 +511,7 @@ const info = {
|
|
|
507
511
|
}]
|
|
508
512
|
},
|
|
509
513
|
{
|
|
510
|
-
description: 'PSTAKE Liquid-Staked HUAHUA',
|
|
514
|
+
description: '(Deprecated) PSTAKE Liquid-Staked HUAHUA',
|
|
511
515
|
denom_units: [{
|
|
512
516
|
denom: 'stk/uhuahua',
|
|
513
517
|
exponent: 0,
|
|
@@ -517,6 +521,7 @@ const info = {
|
|
|
517
521
|
exponent: 6,
|
|
518
522
|
aliases: ['stk/huahua']
|
|
519
523
|
}],
|
|
524
|
+
deprecated: true,
|
|
520
525
|
base: 'stk/uhuahua',
|
|
521
526
|
name: 'PSTAKE staked HUAHUA',
|
|
522
527
|
display: 'stkhuahua',
|
|
@@ -585,7 +590,7 @@ const info = {
|
|
|
585
590
|
}
|
|
586
591
|
},
|
|
587
592
|
{
|
|
588
|
-
description: 'PSTAKE Liquid-Staked XPRT',
|
|
593
|
+
description: '(Deprecated) PSTAKE Liquid-Staked XPRT',
|
|
589
594
|
denom_units: [{
|
|
590
595
|
denom: 'stk/uxprt',
|
|
591
596
|
exponent: 0,
|
|
@@ -595,6 +600,7 @@ const info = {
|
|
|
595
600
|
exponent: 6,
|
|
596
601
|
aliases: ['stk/xprt']
|
|
597
602
|
}],
|
|
603
|
+
deprecated: true,
|
|
598
604
|
base: 'stk/uxprt',
|
|
599
605
|
name: 'PSTAKE staked XPRT',
|
|
600
606
|
display: 'stkxprt',
|
|
@@ -35,20 +35,34 @@ const info = {
|
|
|
35
35
|
},
|
|
36
36
|
description: 'Synternet is the backbone of the Data Layer, a protocol serving as the customizable execution layer between all blockchains. It enables builders to See, Interpret and Act on any data from any chain, supercharging their applications.',
|
|
37
37
|
apis: {
|
|
38
|
-
rpc: [
|
|
38
|
+
rpc: [
|
|
39
|
+
{
|
|
39
40
|
address: 'https://rpc.synternet.com/',
|
|
40
41
|
provider: 'Synternet'
|
|
41
|
-
},
|
|
42
|
+
},
|
|
43
|
+
{
|
|
42
44
|
address: 'https://synternet_mainnet_rpc.chain.whenmoonwhenlambo.money',
|
|
43
45
|
provider: '🚀 WHEN MOON 🌕 WHEN LAMBO 🔥'
|
|
44
|
-
}
|
|
45
|
-
|
|
46
|
+
},
|
|
47
|
+
{
|
|
48
|
+
address: 'https://synternet-mainnet-rpc.autostake.com:443',
|
|
49
|
+
provider: 'AutoStake 🛡️ Slash Protected'
|
|
50
|
+
}
|
|
51
|
+
],
|
|
52
|
+
rest: [
|
|
53
|
+
{
|
|
46
54
|
address: 'https://api.synternet.com/',
|
|
47
55
|
provider: 'Synternet'
|
|
48
|
-
},
|
|
56
|
+
},
|
|
57
|
+
{
|
|
49
58
|
address: 'https://synternet_mainnet_api.chain.whenmoonwhenlambo.money',
|
|
50
59
|
provider: '🚀 WHEN MOON 🌕 WHEN LAMBO 🔥'
|
|
51
|
-
}
|
|
60
|
+
},
|
|
61
|
+
{
|
|
62
|
+
address: 'https://synternet-mainnet-lcd.autostake.com:443',
|
|
63
|
+
provider: 'AutoStake 🛡️ Slash Protected'
|
|
64
|
+
}
|
|
65
|
+
]
|
|
52
66
|
},
|
|
53
67
|
explorers: [
|
|
54
68
|
{
|
package/mainnet/terra2/assets.js
CHANGED
|
@@ -1412,6 +1412,49 @@ const info = {
|
|
|
1412
1412
|
website: 'https://www.cryptodungeon.org',
|
|
1413
1413
|
twitter: 'https://twitter.com/cryptodungeonma'
|
|
1414
1414
|
}
|
|
1415
|
+
},
|
|
1416
|
+
{
|
|
1417
|
+
description: 'The native token of Migaloo Chain',
|
|
1418
|
+
denom_units: [{
|
|
1419
|
+
denom: 'ibc/36A02FFC4E74DF4F64305130C3DFA1B06BEAC775648927AA44467C76A77AB8DB',
|
|
1420
|
+
exponent: 0,
|
|
1421
|
+
aliases: ['uwhale']
|
|
1422
|
+
}, {
|
|
1423
|
+
denom: 'whale',
|
|
1424
|
+
exponent: 6
|
|
1425
|
+
}],
|
|
1426
|
+
type_asset: 'ics20',
|
|
1427
|
+
base: 'ibc/36A02FFC4E74DF4F64305130C3DFA1B06BEAC775648927AA44467C76A77AB8DB',
|
|
1428
|
+
name: 'Migaloo',
|
|
1429
|
+
display: 'whale',
|
|
1430
|
+
symbol: 'WHALE',
|
|
1431
|
+
traces: [{
|
|
1432
|
+
type: 'ibc',
|
|
1433
|
+
counterparty: {
|
|
1434
|
+
chain_name: 'migaloo',
|
|
1435
|
+
base_denom: 'uwhale',
|
|
1436
|
+
channel_id: 'channel-0'
|
|
1437
|
+
},
|
|
1438
|
+
chain: {
|
|
1439
|
+
channel_id: 'channel-86',
|
|
1440
|
+
path: 'transfer/channel-86/uwhale'
|
|
1441
|
+
}
|
|
1442
|
+
}],
|
|
1443
|
+
logo_URIs: {
|
|
1444
|
+
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/migaloo/images/white-whale.png',
|
|
1445
|
+
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/migaloo/images/white-whale.svg'
|
|
1446
|
+
},
|
|
1447
|
+
images: [{
|
|
1448
|
+
image_sync: {
|
|
1449
|
+
chain_name: 'migaloo',
|
|
1450
|
+
base_denom: 'uwhale'
|
|
1451
|
+
},
|
|
1452
|
+
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/migaloo/images/white-whale.png',
|
|
1453
|
+
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/migaloo/images/white-whale.svg',
|
|
1454
|
+
theme: {
|
|
1455
|
+
primary_color_hex: '#1c1c1c'
|
|
1456
|
+
}
|
|
1457
|
+
}]
|
|
1415
1458
|
}
|
|
1416
1459
|
]
|
|
1417
1460
|
};
|