chain-registry 1.69.424 → 1.69.427
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/LICENSE +1 -1
- package/README.md +5 -5
- package/esm/mainnet/assets.js +2 -0
- package/esm/mainnet/chains.js +2 -0
- package/esm/mainnet/cosmoshub/chain.js +21 -0
- package/esm/mainnet/dydx/chain.js +4 -4
- package/esm/mainnet/epix/ibc.js +32 -0
- package/esm/mainnet/epix/index.js +2 -0
- package/esm/mainnet/ibc.js +2 -0
- package/esm/mainnet/injective/chain.js +14 -0
- package/esm/mainnet/lava/chain.js +12 -0
- package/esm/mainnet/named.js +1 -0
- package/esm/mainnet/optio/chain.js +4 -1
- package/esm/mainnet/osmosis/assets.js +40 -0
- package/esm/mainnet/osmosis/ibc.js +31 -0
- package/esm/mainnet/stoc/assets.js +28 -0
- package/esm/mainnet/stoc/chain.js +77 -0
- package/esm/mainnet/stoc/index.js +4 -0
- package/esm/testnet/assets.js +2 -0
- package/esm/testnet/chains.js +2 -0
- package/esm/testnet/named.js +1 -0
- package/esm/testnet/tstoctestnet/assets.js +39 -0
- package/esm/testnet/tstoctestnet/chain.js +80 -0
- package/esm/testnet/tstoctestnet/index.js +4 -0
- package/esm/testnet/zigchaintestnet/chain.js +9 -9
- package/mainnet/assets.js +2 -0
- package/mainnet/chains.js +2 -0
- package/mainnet/cosmoshub/chain.js +21 -0
- package/mainnet/dydx/chain.js +4 -4
- package/mainnet/epix/ibc.d.ts +3 -0
- package/mainnet/epix/ibc.js +34 -0
- package/mainnet/epix/index.d.ts +1 -0
- package/mainnet/epix/index.js +3 -1
- package/mainnet/ibc.js +2 -0
- package/mainnet/injective/chain.js +14 -0
- package/mainnet/lava/chain.js +12 -0
- package/mainnet/named.d.ts +1 -0
- package/mainnet/named.js +3 -2
- package/mainnet/optio/chain.js +4 -1
- package/mainnet/osmosis/assets.js +40 -0
- package/mainnet/osmosis/ibc.js +31 -0
- package/mainnet/stoc/assets.d.ts +3 -0
- package/mainnet/stoc/assets.js +30 -0
- package/mainnet/stoc/chain.d.ts +3 -0
- package/mainnet/stoc/chain.js +79 -0
- package/mainnet/stoc/index.d.ts +2 -0
- package/mainnet/stoc/index.js +10 -0
- package/package.json +4 -4
- package/testnet/assets.js +2 -0
- package/testnet/chains.js +2 -0
- package/testnet/named.d.ts +1 -0
- package/testnet/named.js +2 -1
- package/testnet/tstoctestnet/assets.d.ts +3 -0
- package/testnet/tstoctestnet/assets.js +41 -0
- package/testnet/tstoctestnet/chain.d.ts +3 -0
- package/testnet/tstoctestnet/chain.js +82 -0
- package/testnet/tstoctestnet/index.d.ts +2 -0
- package/testnet/tstoctestnet/index.js +10 -0
- package/testnet/zigchaintestnet/chain.js +9 -9
|
@@ -56,19 +56,19 @@ const info = {
|
|
|
56
56
|
},
|
|
57
57
|
codebase: {
|
|
58
58
|
git_repo: 'https://github.com/ZIGChain/zigchain',
|
|
59
|
-
recommended_version: '
|
|
60
|
-
compatible_versions: ['
|
|
59
|
+
recommended_version: '2.0.0',
|
|
60
|
+
compatible_versions: ['2.0.0'],
|
|
61
61
|
consensus: {
|
|
62
62
|
type: 'cometbft',
|
|
63
|
-
version: '0.38.
|
|
63
|
+
version: '0.38.19'
|
|
64
64
|
},
|
|
65
65
|
sdk: {
|
|
66
66
|
type: 'cosmos',
|
|
67
|
-
version: '0.
|
|
67
|
+
version: '0.53.4'
|
|
68
68
|
},
|
|
69
69
|
ibc: {
|
|
70
70
|
type: 'go',
|
|
71
|
-
version: '
|
|
71
|
+
version: '10.1.0'
|
|
72
72
|
},
|
|
73
73
|
cosmwasm: {
|
|
74
74
|
version: '0.55.1',
|
|
@@ -78,11 +78,11 @@ const info = {
|
|
|
78
78
|
genesis_url: 'https://github.com/ZIGChain/networks/raw/main/zig-test-2/genesis.json'
|
|
79
79
|
},
|
|
80
80
|
binaries: {
|
|
81
|
-
"linux/amd64": 'https://github.com/ZIGChain/networks/raw/refs/heads/main/zig-test-2/binaries/zigchaind-
|
|
82
|
-
"darwin/amd64": 'https://github.com/ZIGChain/networks/raw/refs/heads/main/zig-test-2/binaries/zigchaind-
|
|
83
|
-
"darwin/arm64": 'https://github.com/ZIGChain/networks/raw/refs/heads/main/zig-test-2/binaries/zigchaind-
|
|
81
|
+
"linux/amd64": 'https://github.com/ZIGChain/networks/raw/refs/heads/main/zig-test-2/binaries/zigchaind-v2.0.0-linux-amd64.tar.gz?checksum=sha256:8f2a4a51fa2d73b7bc61c33d30332fb61e76ed0be4a381a37d27aa17115a9040',
|
|
82
|
+
"darwin/amd64": 'https://github.com/ZIGChain/networks/raw/refs/heads/main/zig-test-2/binaries/zigchaind-v2.0.0-darwin-amd64.tar.gz?checksum=sha256:6269882ccb1caf0af7600f2d24f5aeae7710290aba299d0d4ed607c6e63da803',
|
|
83
|
+
"darwin/arm64": 'https://github.com/ZIGChain/networks/raw/refs/heads/main/zig-test-2/binaries/zigchaind-v2.0.0-darwin-arm64.tar.gz?checksum=sha256:07f59514973d67e0d09c27b1be50da78f3b824518f1ee4735c09322ec1bd3789'
|
|
84
84
|
},
|
|
85
|
-
tag: '
|
|
85
|
+
tag: 'v2.0.0'
|
|
86
86
|
},
|
|
87
87
|
explorers: [{
|
|
88
88
|
kind: 'range',
|
package/mainnet/assets.js
CHANGED
|
@@ -215,6 +215,7 @@ const _source = __importStar(require("./source"));
|
|
|
215
215
|
const _stafihub = __importStar(require("./stafihub"));
|
|
216
216
|
const _stargaze = __importStar(require("./stargaze"));
|
|
217
217
|
const _starname = __importStar(require("./starname"));
|
|
218
|
+
const _stoc = __importStar(require("./stoc"));
|
|
218
219
|
const _stratos = __importStar(require("./stratos"));
|
|
219
220
|
const _stride = __importStar(require("./stride"));
|
|
220
221
|
const _sunrise = __importStar(require("./sunrise"));
|
|
@@ -437,6 +438,7 @@ const assets = [
|
|
|
437
438
|
_stafihub.assets,
|
|
438
439
|
_stargaze.assets,
|
|
439
440
|
_starname.assets,
|
|
441
|
+
_stoc.assets,
|
|
440
442
|
_stratos.assets,
|
|
441
443
|
_stride.assets,
|
|
442
444
|
_sunrise.assets,
|
package/mainnet/chains.js
CHANGED
|
@@ -215,6 +215,7 @@ const _source = __importStar(require("./source"));
|
|
|
215
215
|
const _stafihub = __importStar(require("./stafihub"));
|
|
216
216
|
const _stargaze = __importStar(require("./stargaze"));
|
|
217
217
|
const _starname = __importStar(require("./starname"));
|
|
218
|
+
const _stoc = __importStar(require("./stoc"));
|
|
218
219
|
const _stratos = __importStar(require("./stratos"));
|
|
219
220
|
const _stride = __importStar(require("./stride"));
|
|
220
221
|
const _sunrise = __importStar(require("./sunrise"));
|
|
@@ -437,6 +438,7 @@ const chains = [
|
|
|
437
438
|
_stafihub.chain,
|
|
438
439
|
_stargaze.chain,
|
|
439
440
|
_starname.chain,
|
|
441
|
+
_stoc.chain,
|
|
440
442
|
_stratos.chain,
|
|
441
443
|
_stride.chain,
|
|
442
444
|
_sunrise.chain,
|
|
@@ -231,6 +231,10 @@ const info = {
|
|
|
231
231
|
{
|
|
232
232
|
address: 'https://rpc.cosmoshub-4-archive.citizenweb3.com:443',
|
|
233
233
|
provider: 'Citizen Web3'
|
|
234
|
+
},
|
|
235
|
+
{
|
|
236
|
+
address: 'https://cosmoshub-mainnet.chain.whenmoonwhenlambo.money',
|
|
237
|
+
provider: '🚀 WHEN MOON 🌕 WHEN LAMBO 🔥'
|
|
234
238
|
}
|
|
235
239
|
],
|
|
236
240
|
rest: [
|
|
@@ -370,6 +374,10 @@ const info = {
|
|
|
370
374
|
{
|
|
371
375
|
address: 'https://api.cosmoshub-4.citizenweb3.com:443',
|
|
372
376
|
provider: 'Citizen Web3'
|
|
377
|
+
},
|
|
378
|
+
{
|
|
379
|
+
address: 'https://cosmoshub-mainnet.chain.whenmoonwhenlambo.money',
|
|
380
|
+
provider: '🚀 WHEN MOON 🌕 WHEN LAMBO 🔥'
|
|
373
381
|
}
|
|
374
382
|
],
|
|
375
383
|
grpc: [
|
|
@@ -469,6 +477,10 @@ const info = {
|
|
|
469
477
|
{
|
|
470
478
|
address: 'grpc.cosmoshub-4.citizenweb3.com:443',
|
|
471
479
|
provider: 'Citizen Web3'
|
|
480
|
+
},
|
|
481
|
+
{
|
|
482
|
+
address: 'cosmoshub-mainnet.chain.whenmoonwhenlambo.money:443',
|
|
483
|
+
provider: '🚀 WHEN MOON 🌕 WHEN LAMBO 🔥'
|
|
472
484
|
}
|
|
473
485
|
]
|
|
474
486
|
},
|
|
@@ -592,6 +604,15 @@ const info = {
|
|
|
592
604
|
url: 'https://validatorinfo.com/networks/cosmoshub/overview',
|
|
593
605
|
validator_page: 'https://validatorinfo.com/networks/cosmoshub/validators',
|
|
594
606
|
proposal_page: 'https://validatorinfo.com/networks/cosmoshub/governance'
|
|
607
|
+
},
|
|
608
|
+
{
|
|
609
|
+
kind: '🚀 WHEN MOON 🌕 WHEN LAMBO 🔥',
|
|
610
|
+
url: 'https://explorer.whenmoonwhenlambo.money/cosmos',
|
|
611
|
+
tx_page: 'https://explorer.whenmoonwhenlambo.money/cosmos/tx/${txHash}',
|
|
612
|
+
account_page: 'https://explorer.whenmoonwhenlambo.money/cosmos/account/${accountAddress}',
|
|
613
|
+
validator_page: 'https://explorer.whenmoonwhenlambo.money/cosmos/staking/${validatorAddress}',
|
|
614
|
+
proposal_page: 'https://explorer.whenmoonwhenlambo.money/cosmos/gov/${proposalId}',
|
|
615
|
+
block_page: 'https://explorer.whenmoonwhenlambo.money/cosmos/block/${blockHeight}'
|
|
595
616
|
}
|
|
596
617
|
],
|
|
597
618
|
images: [{
|
package/mainnet/dydx/chain.js
CHANGED
|
@@ -36,11 +36,11 @@ const info = {
|
|
|
36
36
|
},
|
|
37
37
|
codebase: {
|
|
38
38
|
git_repo: 'https://github.com/dydxprotocol/v4-chain/',
|
|
39
|
-
recommended_version: 'protocol/v9.
|
|
40
|
-
compatible_versions: ['protocol/v9.
|
|
39
|
+
recommended_version: 'protocol/v9.5.0',
|
|
40
|
+
compatible_versions: ['protocol/v9.5.0'],
|
|
41
41
|
binaries: {
|
|
42
|
-
"linux/amd64": 'https://github.com/dydxprotocol/v4-chain/releases/download/protocol%2Fv9.
|
|
43
|
-
"linux/arm64": 'https://github.com/dydxprotocol/v4-chain/releases/download/protocol%2Fv9.
|
|
42
|
+
"linux/amd64": 'https://github.com/dydxprotocol/v4-chain/releases/download/protocol%2Fv9.5.0/dydxprotocold-v9.5.0-linux-amd64.tar.gz',
|
|
43
|
+
"linux/arm64": 'https://github.com/dydxprotocol/v4-chain/releases/download/protocol%2Fv9.5.0/dydxprotocold-v9.5.0-linux-arm64.tar.gz'
|
|
44
44
|
},
|
|
45
45
|
consensus: {
|
|
46
46
|
type: 'cometbft',
|
|
@@ -0,0 +1,34 @@
|
|
|
1
|
+
"use strict";
|
|
2
|
+
Object.defineProperty(exports, "__esModule", { value: true });
|
|
3
|
+
const info = [{
|
|
4
|
+
$schema: '../ibc_data.schema.json',
|
|
5
|
+
chain_1: {
|
|
6
|
+
chain_name: 'epix',
|
|
7
|
+
chain_id: 'epix_1916-1',
|
|
8
|
+
client_id: '07-tendermint-0',
|
|
9
|
+
connection_id: 'connection-1'
|
|
10
|
+
},
|
|
11
|
+
chain_2: {
|
|
12
|
+
chain_name: 'osmosis',
|
|
13
|
+
chain_id: 'osmosis-1',
|
|
14
|
+
client_id: '07-tendermint-3641',
|
|
15
|
+
connection_id: 'connection-10988'
|
|
16
|
+
},
|
|
17
|
+
channels: [{
|
|
18
|
+
chain_1: {
|
|
19
|
+
channel_id: 'channel-0',
|
|
20
|
+
port_id: 'transfer'
|
|
21
|
+
},
|
|
22
|
+
chain_2: {
|
|
23
|
+
channel_id: 'channel-108456',
|
|
24
|
+
port_id: 'transfer'
|
|
25
|
+
},
|
|
26
|
+
ordering: 'unordered',
|
|
27
|
+
version: 'ics20-1',
|
|
28
|
+
tags: {
|
|
29
|
+
status: 'ACTIVE',
|
|
30
|
+
preferred: true
|
|
31
|
+
}
|
|
32
|
+
}]
|
|
33
|
+
}];
|
|
34
|
+
exports.default = info;
|
package/mainnet/epix/index.d.ts
CHANGED
package/mainnet/epix/index.js
CHANGED
|
@@ -3,8 +3,10 @@ var __importDefault = (this && this.__importDefault) || function (mod) {
|
|
|
3
3
|
return (mod && mod.__esModule) ? mod : { "default": mod };
|
|
4
4
|
};
|
|
5
5
|
Object.defineProperty(exports, "__esModule", { value: true });
|
|
6
|
-
exports.chain = exports.assets = void 0;
|
|
6
|
+
exports.ibc = exports.chain = exports.assets = void 0;
|
|
7
7
|
const assets_1 = __importDefault(require("./assets"));
|
|
8
8
|
const chain_1 = __importDefault(require("./chain"));
|
|
9
|
+
const ibc_1 = __importDefault(require("./ibc"));
|
|
9
10
|
exports.assets = assets_1.default;
|
|
10
11
|
exports.chain = chain_1.default;
|
|
12
|
+
exports.ibc = ibc_1.default;
|
package/mainnet/ibc.js
CHANGED
|
@@ -77,6 +77,7 @@ const _echelon = __importStar(require("./echelon"));
|
|
|
77
77
|
const _elys = __importStar(require("./elys"));
|
|
78
78
|
const _emoney = __importStar(require("./emoney"));
|
|
79
79
|
const _empowerchain = __importStar(require("./empowerchain"));
|
|
80
|
+
const _epix = __importStar(require("./epix"));
|
|
80
81
|
const _evmos = __importStar(require("./evmos"));
|
|
81
82
|
const _fandomchain = __importStar(require("./fandomchain"));
|
|
82
83
|
const _fetchhub = __importStar(require("./fetchhub"));
|
|
@@ -251,6 +252,7 @@ const ibc = [
|
|
|
251
252
|
..._elys.ibc,
|
|
252
253
|
..._emoney.ibc,
|
|
253
254
|
..._empowerchain.ibc,
|
|
255
|
+
..._epix.ibc,
|
|
254
256
|
..._evmos.ibc,
|
|
255
257
|
..._fandomchain.ibc,
|
|
256
258
|
..._fetchhub.ibc,
|
|
@@ -219,6 +219,20 @@ const info = {
|
|
|
219
219
|
address: 'injective-grpc.noders.services:33090',
|
|
220
220
|
provider: '[NODERS]TEAM'
|
|
221
221
|
}
|
|
222
|
+
],
|
|
223
|
+
"evm-http-jsonrpc": [
|
|
224
|
+
{
|
|
225
|
+
address: 'https://injective.json-rpc.decentrio.ventures',
|
|
226
|
+
provider: 'Decentrio'
|
|
227
|
+
},
|
|
228
|
+
{
|
|
229
|
+
address: 'https://injective-evm-rpc.scvsecurity.io',
|
|
230
|
+
provider: 'SCV Security'
|
|
231
|
+
},
|
|
232
|
+
{
|
|
233
|
+
address: 'https://injective-evm-rpc.highstakes.ch',
|
|
234
|
+
provider: 'High Stakes 🇨🇭'
|
|
235
|
+
}
|
|
222
236
|
]
|
|
223
237
|
},
|
|
224
238
|
explorers: [
|
package/mainnet/lava/chain.js
CHANGED
|
@@ -145,6 +145,10 @@ const info = {
|
|
|
145
145
|
{
|
|
146
146
|
address: 'https://rpc-lava.winnode.xyz',
|
|
147
147
|
provider: 'Winnode'
|
|
148
|
+
},
|
|
149
|
+
{
|
|
150
|
+
address: 'https://rpc-lava.vinjan.xyz',
|
|
151
|
+
provider: 'Vinjan.Inc'
|
|
148
152
|
}
|
|
149
153
|
],
|
|
150
154
|
rest: [
|
|
@@ -215,6 +219,10 @@ const info = {
|
|
|
215
219
|
{
|
|
216
220
|
address: 'https://api-lava.winnode.xyz',
|
|
217
221
|
provider: 'Winnode'
|
|
222
|
+
},
|
|
223
|
+
{
|
|
224
|
+
address: 'https://api-lava.vinjan.xyz',
|
|
225
|
+
provider: 'Vinjan.Inc'
|
|
218
226
|
}
|
|
219
227
|
],
|
|
220
228
|
grpc: [
|
|
@@ -265,6 +273,10 @@ const info = {
|
|
|
265
273
|
{
|
|
266
274
|
address: 'grpc-lava.winnode.xyz:443',
|
|
267
275
|
provider: 'Winnode'
|
|
276
|
+
},
|
|
277
|
+
{
|
|
278
|
+
address: 'grpc-lava.vinjan.xyz:29990',
|
|
279
|
+
provider: 'Vinjan.Inc'
|
|
268
280
|
}
|
|
269
281
|
]
|
|
270
282
|
},
|
package/mainnet/named.d.ts
CHANGED
|
@@ -190,6 +190,7 @@ export * as source from './source';
|
|
|
190
190
|
export * as stafihub from './stafihub';
|
|
191
191
|
export * as stargaze from './stargaze';
|
|
192
192
|
export * as starname from './starname';
|
|
193
|
+
export * as stoc from './stoc';
|
|
193
194
|
export * as stratos from './stratos';
|
|
194
195
|
export * as stride from './stride';
|
|
195
196
|
export * as sunrise from './sunrise';
|
package/mainnet/named.js
CHANGED
|
@@ -26,8 +26,8 @@ Object.defineProperty(exports, "__esModule", { value: true });
|
|
|
26
26
|
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.buycex = exports.bouachain = exports.bostrom = exports.bluzelle = exports.bluechip = exports.blockx = exports.bitway = exports.bitsong = exports.bitcanna = exports.bitbadges = exports.beezee = exports.bandchain = exports.babylon = exports.axone = exports.axelar = exports.aura = exports.atomone = exports.assetmantle = exports.arkh = exports.arkeo = exports.archway = exports.andromeda = exports.althea = exports.allora = exports.akash = exports.aioz = exports.agoric = exports.acrechain = exports.aaronetwork = exports.tron = exports.ton = exports.solana = exports.rootstock = exports.penumbra = exports.namada = exports.ethereum = void 0;
|
|
27
27
|
exports.juno = exports.joltify = exports.jackal = exports.irisnet = exports.intento = exports.int3face = exports.injective = exports.initia = exports.imversed = exports.impacthub = exports.idep = exports.humans = exports.hippoprotocol = exports.highbury = exports.heli = exports.haqq = exports.gravitybridge = exports.govgen = exports.gonka = exports.gitopia = exports.ggezchain = exports.genesisl1 = exports.gateway = exports.galaxy = exports.fxcore = exports.furya = exports.firmachain = exports.finschia = exports.fetchhub = exports.fandomchain = exports.evmos = exports.ethos = exports.epix = exports.empowerchain = exports.emoney = exports.elys = exports.echelon = exports.dyson = exports.dymension = exports.dydx = exports.dungeon = exports.doravota = exports.dhealth = exports.desmos = exports.decentr = exports.cryptoorgchain = exports.cronos = exports.crescent = exports.coss = exports.cosmoshub = void 0;
|
|
28
28
|
exports.oraichain = exports.optio = exports.opct = exports.onomy = exports.onex = exports.omniflixhub = exports.okexchain = exports.odin = exports.octa = exports.nyx = exports.nomic = exports.nolus = exports.noble = exports.nim = exports.nillion = 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.mantrachain = exports.manifest = exports.mande = exports.lumnetwork = exports.lumera = exports.loyal = exports.lorenzo = exports.loop = exports.lombardledger = exports.logos = exports.likecoin = exports.lefeef = exports.lava = exports.lambda = exports.kyve = exports.kujira = exports.kudora = exports.kopi = exports.konstellation = exports.kimanetwork = exports.kichain = exports.kava = void 0;
|
|
29
|
-
exports.
|
|
30
|
-
exports.zigchain = exports.zetachain = exports.zenrock = exports.xrplevm = exports.xpla = exports.xion = exports.xarchain = exports.wardenprotocol = exports.vector = exports.uptick = exports.ununifi = exports.union = exports.unification = exports.unicorn = exports.umee = exports.titan = exports.thorchain = exports.tgrade = exports.terra2 = exports.terra = exports.terpnetwork = void 0;
|
|
29
|
+
exports.tenet = exports.taketitan = exports.synternet = exports.symphony = exports.sunrise = exports.stride = exports.stratos = exports.stoc = exports.starname = exports.stargaze = exports.stafihub = exports.source = exports.sommelier = exports.six = exports.sifchain = exports.sidechain = exports.shido = exports.shentu = exports.shareledger = exports.sge = exports.sentinel = exports.self = exports.sei = exports.seda = exports.secretnetwork = exports.scorum = exports.saga = exports.routerchain = exports.rizon = exports.regen = exports.rebus = exports.realio = exports.qwoyn = exports.quicksilver = exports.qubetics = exports.quasar = exports.qfs = exports.pylons = exports.pundix = exports.pryzm = exports.provenance = exports.point = exports.pocket = exports.planq = exports.persistence = exports.paxi = exports.passage = exports.panacea = exports.paloma = exports.osmosis = void 0;
|
|
30
|
+
exports.zigchain = exports.zetachain = exports.zenrock = exports.xrplevm = exports.xpla = exports.xion = exports.xarchain = exports.wardenprotocol = exports.vector = exports.uptick = exports.ununifi = exports.union = exports.unification = exports.unicorn = exports.umee = exports.titan = exports.thorchain = exports.tgrade = exports.terra2 = exports.terra = exports.terpnetwork = exports.teritori = void 0;
|
|
31
31
|
exports.ethereum = __importStar(require("./ethereum"));
|
|
32
32
|
exports.namada = __importStar(require("./namada"));
|
|
33
33
|
exports.penumbra = __importStar(require("./penumbra"));
|
|
@@ -220,6 +220,7 @@ exports.source = __importStar(require("./source"));
|
|
|
220
220
|
exports.stafihub = __importStar(require("./stafihub"));
|
|
221
221
|
exports.stargaze = __importStar(require("./stargaze"));
|
|
222
222
|
exports.starname = __importStar(require("./starname"));
|
|
223
|
+
exports.stoc = __importStar(require("./stoc"));
|
|
223
224
|
exports.stratos = __importStar(require("./stratos"));
|
|
224
225
|
exports.stride = __importStar(require("./stride"));
|
|
225
226
|
exports.sunrise = __importStar(require("./sunrise"));
|
package/mainnet/optio/chain.js
CHANGED
|
@@ -22742,6 +22742,46 @@ const info = {
|
|
|
22742
22742
|
images: [{
|
|
22743
22743
|
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/osmosis/images/NINEDOLLERS.png'
|
|
22744
22744
|
}]
|
|
22745
|
+
},
|
|
22746
|
+
{
|
|
22747
|
+
description: 'The native token of EpixChain',
|
|
22748
|
+
denom_units: [{
|
|
22749
|
+
denom: 'ibc/776917313EC3252954ED622945D4979651ACD909A18E528283F46D7B166F20BF',
|
|
22750
|
+
exponent: 0,
|
|
22751
|
+
aliases: ['aepix']
|
|
22752
|
+
}, {
|
|
22753
|
+
denom: 'epix',
|
|
22754
|
+
exponent: 18
|
|
22755
|
+
}],
|
|
22756
|
+
type_asset: 'ics20',
|
|
22757
|
+
base: 'ibc/776917313EC3252954ED622945D4979651ACD909A18E528283F46D7B166F20BF',
|
|
22758
|
+
name: 'Epix',
|
|
22759
|
+
display: 'epix',
|
|
22760
|
+
symbol: 'EPIX',
|
|
22761
|
+
traces: [{
|
|
22762
|
+
type: 'ibc',
|
|
22763
|
+
counterparty: {
|
|
22764
|
+
chain_name: 'epix',
|
|
22765
|
+
base_denom: 'aepix',
|
|
22766
|
+
channel_id: 'channel-0'
|
|
22767
|
+
},
|
|
22768
|
+
chain: {
|
|
22769
|
+
channel_id: 'channel-108456',
|
|
22770
|
+
path: 'transfer/channel-108456/aepix'
|
|
22771
|
+
}
|
|
22772
|
+
}],
|
|
22773
|
+
logo_URIs: {
|
|
22774
|
+
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/epix/images/epix.png',
|
|
22775
|
+
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/epix/images/epix.svg'
|
|
22776
|
+
},
|
|
22777
|
+
images: [{
|
|
22778
|
+
image_sync: {
|
|
22779
|
+
chain_name: 'epix',
|
|
22780
|
+
base_denom: 'aepix'
|
|
22781
|
+
},
|
|
22782
|
+
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/epix/images/epix.png',
|
|
22783
|
+
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/epix/images/epix.svg'
|
|
22784
|
+
}]
|
|
22745
22785
|
}
|
|
22746
22786
|
]
|
|
22747
22787
|
};
|
package/mainnet/osmosis/ibc.js
CHANGED
|
@@ -1673,6 +1673,37 @@ const info = [
|
|
|
1673
1673
|
}
|
|
1674
1674
|
}]
|
|
1675
1675
|
},
|
|
1676
|
+
{
|
|
1677
|
+
$schema: '../ibc_data.schema.json',
|
|
1678
|
+
chain_1: {
|
|
1679
|
+
chain_name: 'epix',
|
|
1680
|
+
chain_id: 'epix_1916-1',
|
|
1681
|
+
client_id: '07-tendermint-0',
|
|
1682
|
+
connection_id: 'connection-1'
|
|
1683
|
+
},
|
|
1684
|
+
chain_2: {
|
|
1685
|
+
chain_name: 'osmosis',
|
|
1686
|
+
chain_id: 'osmosis-1',
|
|
1687
|
+
client_id: '07-tendermint-3641',
|
|
1688
|
+
connection_id: 'connection-10988'
|
|
1689
|
+
},
|
|
1690
|
+
channels: [{
|
|
1691
|
+
chain_1: {
|
|
1692
|
+
channel_id: 'channel-0',
|
|
1693
|
+
port_id: 'transfer'
|
|
1694
|
+
},
|
|
1695
|
+
chain_2: {
|
|
1696
|
+
channel_id: 'channel-108456',
|
|
1697
|
+
port_id: 'transfer'
|
|
1698
|
+
},
|
|
1699
|
+
ordering: 'unordered',
|
|
1700
|
+
version: 'ics20-1',
|
|
1701
|
+
tags: {
|
|
1702
|
+
status: 'ACTIVE',
|
|
1703
|
+
preferred: true
|
|
1704
|
+
}
|
|
1705
|
+
}]
|
|
1706
|
+
},
|
|
1676
1707
|
{
|
|
1677
1708
|
$schema: '../ibc_data.schema.json',
|
|
1678
1709
|
chain_1: {
|
|
@@ -0,0 +1,30 @@
|
|
|
1
|
+
"use strict";
|
|
2
|
+
Object.defineProperty(exports, "__esModule", { value: true });
|
|
3
|
+
const info = {
|
|
4
|
+
$schema: '../assetlist.schema.json',
|
|
5
|
+
chain_name: 'stoc',
|
|
6
|
+
assets: [{
|
|
7
|
+
description: 'STO Chain is an institutional-grade permissioned blockchain built specifically for regulated assets.',
|
|
8
|
+
extended_description: 'STO Chain is a Cosmos-based blockchain network designed to enable the digitization, compliance, and cross-chain circulation of real assets such as real estate, stocks, and commodities through blockchain technology.',
|
|
9
|
+
denom_units: [{
|
|
10
|
+
denom: 'ustoc',
|
|
11
|
+
exponent: 0
|
|
12
|
+
}, {
|
|
13
|
+
denom: 'stoc',
|
|
14
|
+
exponent: 6
|
|
15
|
+
}],
|
|
16
|
+
base: 'ustoc',
|
|
17
|
+
name: 'STO Chain',
|
|
18
|
+
display: 'stoc',
|
|
19
|
+
symbol: 'STOC',
|
|
20
|
+
type_asset: 'sdk.coin',
|
|
21
|
+
coingecko_id: 'sto-chain',
|
|
22
|
+
logo_URIs: {
|
|
23
|
+
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/stoc/images/stoc-logo.png'
|
|
24
|
+
},
|
|
25
|
+
images: [{
|
|
26
|
+
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/stoc/images/stoc-logo.png'
|
|
27
|
+
}]
|
|
28
|
+
}]
|
|
29
|
+
};
|
|
30
|
+
exports.default = info;
|
|
@@ -0,0 +1,79 @@
|
|
|
1
|
+
"use strict";
|
|
2
|
+
Object.defineProperty(exports, "__esModule", { value: true });
|
|
3
|
+
const info = {
|
|
4
|
+
$schema: '../chain.schema.json',
|
|
5
|
+
chain_name: 'stoc',
|
|
6
|
+
status: 'live',
|
|
7
|
+
network_type: 'mainnet',
|
|
8
|
+
website: 'https://www.stochain.io/',
|
|
9
|
+
pretty_name: 'STO Chain',
|
|
10
|
+
chain_type: 'cosmos',
|
|
11
|
+
chain_id: 'stoc',
|
|
12
|
+
bech32_prefix: 'stoc',
|
|
13
|
+
daemon_name: 'stocd',
|
|
14
|
+
node_home: '$HOME/.stoc',
|
|
15
|
+
key_algos: ['secp256k1'],
|
|
16
|
+
slip44: 60,
|
|
17
|
+
fees: {
|
|
18
|
+
fee_tokens: [{
|
|
19
|
+
denom: 'ustoc',
|
|
20
|
+
fixed_min_gas_price: 0.01,
|
|
21
|
+
low_gas_price: 0.01,
|
|
22
|
+
average_gas_price: 0.015,
|
|
23
|
+
high_gas_price: 0.02
|
|
24
|
+
}]
|
|
25
|
+
},
|
|
26
|
+
staking: {
|
|
27
|
+
staking_tokens: [{
|
|
28
|
+
denom: 'ustoc'
|
|
29
|
+
}]
|
|
30
|
+
},
|
|
31
|
+
codebase: {
|
|
32
|
+
git_repo: 'https://github.com/stochainassociation/stoc-blockchain-mainnet',
|
|
33
|
+
recommended_version: 'latest-a2d23f37',
|
|
34
|
+
compatible_versions: ['latest-a2d23f37'],
|
|
35
|
+
consensus: {
|
|
36
|
+
type: 'cometbft',
|
|
37
|
+
version: 'v0.38.19'
|
|
38
|
+
},
|
|
39
|
+
genesis: {
|
|
40
|
+
genesis_url: 'https://rpc-stoc-mainnet.stochainscan.io/genesis'
|
|
41
|
+
},
|
|
42
|
+
sdk: {
|
|
43
|
+
type: 'cosmos',
|
|
44
|
+
version: 'v0.53.3'
|
|
45
|
+
},
|
|
46
|
+
ibc: {
|
|
47
|
+
type: 'go',
|
|
48
|
+
version: 'v8.7.0'
|
|
49
|
+
}
|
|
50
|
+
},
|
|
51
|
+
description: 'STO Chain is a Cosmos-based blockchain network designed to enable the digitization, compliance, and cross-chain circulation of real assets such as real estate, stocks, and commodities through blockchain technology.',
|
|
52
|
+
logo_URIs: {
|
|
53
|
+
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/stoc/images/stoc-logo.png'
|
|
54
|
+
},
|
|
55
|
+
apis: {
|
|
56
|
+
rpc: [{
|
|
57
|
+
address: 'https://rpc-stoc-mainnet.stochainscan.io/',
|
|
58
|
+
provider: 'STO Chain'
|
|
59
|
+
}],
|
|
60
|
+
rest: [{
|
|
61
|
+
address: 'https://api-stoc-mainnet.stochainscan.io/',
|
|
62
|
+
provider: 'STO Chain'
|
|
63
|
+
}],
|
|
64
|
+
grpc: [{
|
|
65
|
+
address: 'grpc-stoc-mainnet.stochainscan.io:443',
|
|
66
|
+
provider: 'STO Chain'
|
|
67
|
+
}]
|
|
68
|
+
},
|
|
69
|
+
explorers: [{
|
|
70
|
+
kind: 'stochainscan',
|
|
71
|
+
url: 'https://stochainscan.io/en',
|
|
72
|
+
tx_page: 'https://stochainscan.io/en/transaction/${txHash}',
|
|
73
|
+
account_page: 'https://stochainscan.io/en/address/${accountAddress}'
|
|
74
|
+
}],
|
|
75
|
+
images: [{
|
|
76
|
+
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/stoc/images/stoc-logo.png'
|
|
77
|
+
}]
|
|
78
|
+
};
|
|
79
|
+
exports.default = info;
|
|
@@ -0,0 +1,10 @@
|
|
|
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.chain = exports.assets = void 0;
|
|
7
|
+
const assets_1 = __importDefault(require("./assets"));
|
|
8
|
+
const chain_1 = __importDefault(require("./chain"));
|
|
9
|
+
exports.assets = assets_1.default;
|
|
10
|
+
exports.chain = chain_1.default;
|
package/package.json
CHANGED
|
@@ -1,10 +1,10 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "chain-registry",
|
|
3
|
-
"version": "1.69.
|
|
3
|
+
"version": "1.69.427",
|
|
4
4
|
"description": "Cosmos chain registry ⚛️",
|
|
5
5
|
"author": "Dan Lynch <pyramation@gmail.com>",
|
|
6
6
|
"homepage": "https://github.com/hyperweb-io/chain-registry/tree/master/packages/chain-registry#readme",
|
|
7
|
-
"license": "
|
|
7
|
+
"license": "MIT",
|
|
8
8
|
"main": "index.js",
|
|
9
9
|
"module": "esm/index.js",
|
|
10
10
|
"types": "index.d.ts",
|
|
@@ -29,7 +29,7 @@
|
|
|
29
29
|
"test:watch": "jest --watch"
|
|
30
30
|
},
|
|
31
31
|
"dependencies": {
|
|
32
|
-
"@chain-registry/types": "^0.50.
|
|
32
|
+
"@chain-registry/types": "^0.50.272"
|
|
33
33
|
},
|
|
34
34
|
"keywords": [
|
|
35
35
|
"chain-registry",
|
|
@@ -39,5 +39,5 @@
|
|
|
39
39
|
"interchain",
|
|
40
40
|
"tokens"
|
|
41
41
|
],
|
|
42
|
-
"gitHead": "
|
|
42
|
+
"gitHead": "bb9284f0dd61ffadfc5862f86f7a2af19f3dbcaf"
|
|
43
43
|
}
|
package/testnet/assets.js
CHANGED
|
@@ -147,6 +147,7 @@ const _terra2testnet = __importStar(require("./terra2testnet"));
|
|
|
147
147
|
const _terratestnet = __importStar(require("./terratestnet"));
|
|
148
148
|
const _titannettestnet = __importStar(require("./titannettestnet"));
|
|
149
149
|
const _titantestnet = __importStar(require("./titantestnet"));
|
|
150
|
+
const _tstoctestnet = __importStar(require("./tstoctestnet"));
|
|
150
151
|
const _tucanatestnet = __importStar(require("./tucanatestnet"));
|
|
151
152
|
const _ulastestnet = __importStar(require("./ulastestnet"));
|
|
152
153
|
const _unificationtestnet = __importStar(require("./unificationtestnet"));
|
|
@@ -286,6 +287,7 @@ const assets = [
|
|
|
286
287
|
_terratestnet.assets,
|
|
287
288
|
_titannettestnet.assets,
|
|
288
289
|
_titantestnet.assets,
|
|
290
|
+
_tstoctestnet.assets,
|
|
289
291
|
_tucanatestnet.assets,
|
|
290
292
|
_ulastestnet.assets,
|
|
291
293
|
_unificationtestnet.assets,
|
package/testnet/chains.js
CHANGED
|
@@ -147,6 +147,7 @@ const _terra2testnet = __importStar(require("./terra2testnet"));
|
|
|
147
147
|
const _terratestnet = __importStar(require("./terratestnet"));
|
|
148
148
|
const _titannettestnet = __importStar(require("./titannettestnet"));
|
|
149
149
|
const _titantestnet = __importStar(require("./titantestnet"));
|
|
150
|
+
const _tstoctestnet = __importStar(require("./tstoctestnet"));
|
|
150
151
|
const _tucanatestnet = __importStar(require("./tucanatestnet"));
|
|
151
152
|
const _ulastestnet = __importStar(require("./ulastestnet"));
|
|
152
153
|
const _unificationtestnet = __importStar(require("./unificationtestnet"));
|
|
@@ -286,6 +287,7 @@ const chains = [
|
|
|
286
287
|
_terratestnet.chain,
|
|
287
288
|
_titannettestnet.chain,
|
|
288
289
|
_titantestnet.chain,
|
|
290
|
+
_tstoctestnet.chain,
|
|
289
291
|
_tucanatestnet.chain,
|
|
290
292
|
_ulastestnet.chain,
|
|
291
293
|
_unificationtestnet.chain,
|
package/testnet/named.d.ts
CHANGED
|
@@ -122,6 +122,7 @@ export * as terra2testnet from './terra2testnet';
|
|
|
122
122
|
export * as terratestnet from './terratestnet';
|
|
123
123
|
export * as titannettestnet from './titannettestnet';
|
|
124
124
|
export * as titantestnet from './titantestnet';
|
|
125
|
+
export * as tstoctestnet from './tstoctestnet';
|
|
125
126
|
export * as tucanatestnet from './tucanatestnet';
|
|
126
127
|
export * as ulastestnet from './ulastestnet';
|
|
127
128
|
export * as unificationtestnet from './unificationtestnet';
|
package/testnet/named.js
CHANGED
|
@@ -25,7 +25,7 @@ var __importStar = (this && this.__importStar) || function (mod) {
|
|
|
25
25
|
Object.defineProperty(exports, "__esModule", { value: true });
|
|
26
26
|
exports.hypersigntestnet = exports.humanstestnet = exports.hippoprotocoltestnet = exports.hedgetestnet = exports.gitopiatestnet = exports.galacticatestnet = exports.finschiatestnet = exports.fiammatestnet = exports.fetchhubtestnet = exports.evmostestnet = exports.epixtestnet = exports.empowertestnet = exports.empetestnet = exports.elystestnet = exports.dymensiontestnet1 = exports.dydxtestnet = exports.doravotatestnet = exports.dhealthtestnet = exports.desmostestnet = exports.deardogetestnet = exports.daodiseotestnet = exports.cudostestnet = exports.cosstestnet = exports.cosmwasmtestnet = exports.cosmosicsprovidertestnet = exports.cosmoshubtestnet = exports.coreumtestnet = exports.coolcattestnet = exports.composabletestnet = exports.chimbatestnet = exports.cheqdtestnet = exports.chain4energytestnet = exports.celestiatestnet3 = exports.cascadiatestnet = exports.blockxtestnet = exports.bitcannadevnet = exports.bfhevmtestnet = exports.babylontestnet = exports.axelartestnet = exports.autheotestnet = exports.auratestnet = exports.atomonetestnet = exports.artelatestnet = exports.arkeonetworktestnet = exports.archwaytestnet = exports.alloratestnet = exports.akashtestnet = exports.airchainsvaranasitestnet = exports.airchainstestnet = exports.agoricdevnet = void 0;
|
|
27
27
|
exports.sagatestnet = exports.safrochaintestnet = exports.qwoyntestnet = exports.quicksilvertestnet = exports.qubeticstestnet = exports.quasartestnet = exports.pryzmtestnet = exports.pockettestnet = exports.planqtestnet = exports.persistencetestnet2 = exports.persistencetestnet = exports.permtestnet = exports.pelltestnet = exports.osmosistestnet = exports.okp4testnet = exports.nyxtestnet = exports.nomictestnet = exports.nolustestnet = exports.noistestnet = exports.nobletestnet = exports.nilliontestnet = exports.nibirutestnet3 = exports.nibirutestnet2 = exports.nibirutestnet = exports.neutrontestnet = exports.neuratestnet = exports.migalootestnet = exports.metanovaversetestnet = exports.marstestnet = exports.mantrachaintestnet2 = exports.manifesttestnet = exports.lumeratestnet = exports.lumenxtestnet = exports.lombardledgertestnet = exports.likecointestnet = exports.lavatestnet = exports.kyvetestnet = exports.kujiratestnet = exports.kimanetworktestnet = exports.kiiorotestnet = exports.kichaintestnet = exports.junotestnet = exports.jackaltestnet2 = exports.jackaltestnet = exports.iopntestnet = exports.intentotestnet = exports.int3facetestnet = exports.injectivetestnet = exports.imversedtestnet = exports.impacthubtestnet = void 0;
|
|
28
|
-
exports.zigchaintestnet = exports.zetachaintestnet = exports.zenrocktestnet = exports.xrplevmtestnet = exports.xplatestnet = exports.xiontestnet2 = exports.xarchaintestnet = exports.wavehashtestnet = exports.wardenprotocoltestnet = exports.upticktestnet = exports.uniontestnet = exports.unificationtestnet = exports.ulastestnet = exports.tucanatestnet = exports.titantestnet = exports.titannettestnet = exports.terratestnet = exports.terra2testnet = exports.terpnettestnet2 = exports.terpnettestnet = exports.synternettestnet = exports.symphonytestnet = exports.swisstroniktestnet = exports.sunrisetestnet = exports.stridetestnet = exports.statesettestnet = exports.stargazetestnet = exports.sourcetestnet = exports.soarchaintestnet = exports.sixtestnet = exports.shentutestnet = exports.sgetestnet4 = exports.sgetestnet = exports.selfchaindevnet = exports.seitestnet2 = exports.seitestnet = exports.sedatestnet = exports.secretnetworktestnet = void 0;
|
|
28
|
+
exports.zigchaintestnet = exports.zetachaintestnet = exports.zenrocktestnet = exports.xrplevmtestnet = exports.xplatestnet = exports.xiontestnet2 = exports.xarchaintestnet = exports.wavehashtestnet = exports.wardenprotocoltestnet = exports.upticktestnet = exports.uniontestnet = exports.unificationtestnet = exports.ulastestnet = exports.tucanatestnet = exports.tstoctestnet = exports.titantestnet = exports.titannettestnet = exports.terratestnet = exports.terra2testnet = exports.terpnettestnet2 = exports.terpnettestnet = exports.synternettestnet = exports.symphonytestnet = exports.swisstroniktestnet = exports.sunrisetestnet = exports.stridetestnet = exports.statesettestnet = exports.stargazetestnet = exports.sourcetestnet = exports.soarchaintestnet = exports.sixtestnet = exports.shentutestnet = exports.sgetestnet4 = exports.sgetestnet = exports.selfchaindevnet = exports.seitestnet2 = exports.seitestnet = exports.sedatestnet = exports.secretnetworktestnet = void 0;
|
|
29
29
|
exports.agoricdevnet = __importStar(require("./agoricdevnet"));
|
|
30
30
|
exports.airchainstestnet = __importStar(require("./airchainstestnet"));
|
|
31
31
|
exports.airchainsvaranasitestnet = __importStar(require("./airchainsvaranasitestnet"));
|
|
@@ -150,6 +150,7 @@ exports.terra2testnet = __importStar(require("./terra2testnet"));
|
|
|
150
150
|
exports.terratestnet = __importStar(require("./terratestnet"));
|
|
151
151
|
exports.titannettestnet = __importStar(require("./titannettestnet"));
|
|
152
152
|
exports.titantestnet = __importStar(require("./titantestnet"));
|
|
153
|
+
exports.tstoctestnet = __importStar(require("./tstoctestnet"));
|
|
153
154
|
exports.tucanatestnet = __importStar(require("./tucanatestnet"));
|
|
154
155
|
exports.ulastestnet = __importStar(require("./ulastestnet"));
|
|
155
156
|
exports.unificationtestnet = __importStar(require("./unificationtestnet"));
|