chain-registry 2.0.75 → 2.0.77
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/esm/mainnet/cosmoshub/ibc-data.js +30 -0
- package/esm/mainnet/doravota/chain.js +1 -1
- package/esm/mainnet/dungeon/ibc-data.js +36 -3
- package/esm/mainnet/medasdigital/asset-list.js +6 -1
- package/esm/mainnet/medasdigital/chain.js +5 -13
- package/esm/mainnet/neutron/asset-list.js +48 -1
- package/esm/mainnet/osmosis/chain.js +8 -0
- package/esm/mainnet/realio/chain.js +10 -10
- package/esm/testnet/nobletestnet/ibc-data.js +6 -6
- package/esm/testnet/zigchaintestnet/asset-list.js +5 -5
- package/esm/testnet/zigchaintestnet/chain.js +57 -4
- package/esm/testnet/zigchaintestnet/ibc-data.js +6 -6
- package/mainnet/cosmoshub/ibc-data.js +30 -0
- package/mainnet/doravota/chain.js +1 -1
- package/mainnet/dungeon/ibc-data.js +36 -3
- package/mainnet/medasdigital/asset-list.js +6 -1
- package/mainnet/medasdigital/chain.js +5 -13
- package/mainnet/neutron/asset-list.js +48 -1
- package/mainnet/osmosis/chain.js +8 -0
- package/mainnet/realio/chain.js +10 -10
- package/package.json +3 -3
- package/testnet/nobletestnet/ibc-data.js +6 -6
- package/testnet/zigchaintestnet/asset-list.js +5 -5
- package/testnet/zigchaintestnet/chain.js +57 -4
- package/testnet/zigchaintestnet/ibc-data.js +6 -6
|
@@ -601,6 +601,36 @@ const info = [
|
|
|
601
601
|
}
|
|
602
602
|
}]
|
|
603
603
|
},
|
|
604
|
+
{
|
|
605
|
+
$schema: '../ibc_data.schema.json',
|
|
606
|
+
chain1: {
|
|
607
|
+
chainName: 'cosmoshub',
|
|
608
|
+
clientId: '07-tendermint-1441',
|
|
609
|
+
connectionId: 'connection-1179'
|
|
610
|
+
},
|
|
611
|
+
chain2: {
|
|
612
|
+
chainName: 'dungeon',
|
|
613
|
+
clientId: '07-tendermint-24',
|
|
614
|
+
connectionId: 'connection-8631'
|
|
615
|
+
},
|
|
616
|
+
channels: [{
|
|
617
|
+
chain1: {
|
|
618
|
+
channelId: 'channel-1560',
|
|
619
|
+
portId: 'transfer'
|
|
620
|
+
},
|
|
621
|
+
chain2: {
|
|
622
|
+
channelId: 'channel-5308',
|
|
623
|
+
portId: 'transfer'
|
|
624
|
+
},
|
|
625
|
+
ordering: 'unordered',
|
|
626
|
+
version: 'ics20-1',
|
|
627
|
+
tags: {
|
|
628
|
+
status: 'live',
|
|
629
|
+
preferred: true,
|
|
630
|
+
dex: 'osmosis'
|
|
631
|
+
}
|
|
632
|
+
}]
|
|
633
|
+
},
|
|
604
634
|
{
|
|
605
635
|
$schema: '../ibc_data.schema.json',
|
|
606
636
|
chain1: {
|
|
@@ -1,4 +1,35 @@
|
|
|
1
|
-
const info = [
|
|
1
|
+
const info = [
|
|
2
|
+
{
|
|
3
|
+
$schema: '../ibc_data.schema.json',
|
|
4
|
+
chain1: {
|
|
5
|
+
chainName: 'cosmoshub',
|
|
6
|
+
clientId: '07-tendermint-1441',
|
|
7
|
+
connectionId: 'connection-1179'
|
|
8
|
+
},
|
|
9
|
+
chain2: {
|
|
10
|
+
chainName: 'dungeon',
|
|
11
|
+
clientId: '07-tendermint-24',
|
|
12
|
+
connectionId: 'connection-8631'
|
|
13
|
+
},
|
|
14
|
+
channels: [{
|
|
15
|
+
chain1: {
|
|
16
|
+
channelId: 'channel-1560',
|
|
17
|
+
portId: 'transfer'
|
|
18
|
+
},
|
|
19
|
+
chain2: {
|
|
20
|
+
channelId: 'channel-5308',
|
|
21
|
+
portId: 'transfer'
|
|
22
|
+
},
|
|
23
|
+
ordering: 'unordered',
|
|
24
|
+
version: 'ics20-1',
|
|
25
|
+
tags: {
|
|
26
|
+
status: 'live',
|
|
27
|
+
preferred: true,
|
|
28
|
+
dex: 'osmosis'
|
|
29
|
+
}
|
|
30
|
+
}]
|
|
31
|
+
},
|
|
32
|
+
{
|
|
2
33
|
$schema: '../ibc_data.schema.json',
|
|
3
34
|
chain1: {
|
|
4
35
|
chainName: 'dungeon',
|
|
@@ -26,7 +57,8 @@ const info = [{
|
|
|
26
57
|
preferred: true
|
|
27
58
|
}
|
|
28
59
|
}]
|
|
29
|
-
},
|
|
60
|
+
},
|
|
61
|
+
{
|
|
30
62
|
$schema: '../ibc_data.schema.json',
|
|
31
63
|
chain1: {
|
|
32
64
|
chainName: 'dungeon',
|
|
@@ -55,5 +87,6 @@ const info = [{
|
|
|
55
87
|
dex: 'osmosis'
|
|
56
88
|
}
|
|
57
89
|
}]
|
|
58
|
-
}
|
|
90
|
+
}
|
|
91
|
+
];
|
|
59
92
|
export default info;
|
|
@@ -2,7 +2,8 @@ const info = {
|
|
|
2
2
|
$schema: '../assetlist.schema.json',
|
|
3
3
|
chainName: 'medasdigital',
|
|
4
4
|
assets: [{
|
|
5
|
-
description: '
|
|
5
|
+
description: 'Utility token for decentralized scientific computing. Used to pay provider nodes for executing computational jobs including N-body simulations, orbital analysis, and large-scale parameter searches.',
|
|
6
|
+
extendedDescription: 'MEDAS is the native utility token powering the MedasDigital decentralized scientific computing platform built on Cosmos SDK. The token enables a trustless marketplace connecting researchers who need computational resources with provider nodes that supply processing power. Researchers purchase and spend MEDAS tokens to submit computationally intensive scientific analysis jobs to the network, while nodes that execute jobs earn MEDAS tokens proportional to computational resources consumed and job complexity. Provider nodes stake MEDAS to participate in the network, ensuring accountability and quality of computational results. Token holders vote on scientific research priorities, protocol upgrades, and resource allocation. The platform supports astronomical computing including N-body orbital simulations, Trans-Neptunian Object clustering analysis, and systematic parameter space exploration for hypotheses like the Planet 9 search. Future expansion includes molecular dynamics for protein folding and drug discovery, climate science modeling, and distributed machine learning training. The economic model creates direct value exchange between computational supply and demand, with researchers getting access to distributed computing at competitive rates without relying on centralized cloud providers, while providers monetize unused computational capacity. All job submissions, results, and payments are recorded on-chain ensuring transparency and reproducibility. Initial deployment emphasizes astronomical research, specifically enabling large-scale grid searches over tens of thousands of orbital parameter combinations using real observational data from the Minor Planet Center and JPL Horizons.',
|
|
6
7
|
denomUnits: [{
|
|
7
8
|
denom: 'umedas',
|
|
8
9
|
exponent: 0
|
|
@@ -21,6 +22,10 @@ const info = {
|
|
|
21
22
|
images: [{
|
|
22
23
|
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/medasdigital/images/medas.png'
|
|
23
24
|
}],
|
|
25
|
+
socials: {
|
|
26
|
+
website: 'https://medas-digital.io/',
|
|
27
|
+
twitter: 'https://x.com/medasdigital'
|
|
28
|
+
},
|
|
24
29
|
typeAsset: 'sdk.coin'
|
|
25
30
|
}]
|
|
26
31
|
};
|
|
@@ -36,6 +36,7 @@ const info = {
|
|
|
36
36
|
logoURIs: {
|
|
37
37
|
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/medasdigital/images/medas.png'
|
|
38
38
|
},
|
|
39
|
+
description: 'Decentralized scientific computing platform for computationally intensive research. Distributed network of provider nodes executes simulations and analyses across astrophysics, molecular dynamics, climate modeling, and AI training. Initial deployment focuses on astronomical computing including the Planet 9 search through large-scale N-body simulations and orbital parameter exploration.',
|
|
39
40
|
apis: {
|
|
40
41
|
rpc: [{
|
|
41
42
|
address: 'https://rpc.medas-digital.io:26657/',
|
|
@@ -56,26 +57,17 @@ const info = {
|
|
|
56
57
|
provider: 'Neptun Validator'
|
|
57
58
|
}]
|
|
58
59
|
},
|
|
59
|
-
explorers: [
|
|
60
|
-
|
|
61
|
-
kind: 'BigDipper',
|
|
60
|
+
explorers: [{
|
|
61
|
+
kind: 'Ping',
|
|
62
62
|
url: 'https://explorer.medas-digital.io:3100/medasdigital',
|
|
63
63
|
txPage: 'https://explorer.medas-digital.io:3100/medasdigital/transactions/${txHash}',
|
|
64
64
|
accountPage: 'explorer.medas-digital.io:3100/medasdigital/accounts/${accountAddress}'
|
|
65
|
-
},
|
|
66
|
-
{
|
|
67
|
-
kind: 'atomscan',
|
|
68
|
-
url: 'https://atomscan.com/frontier/medasdigital',
|
|
69
|
-
txPage: 'https://atomscan.com/frontier/medasdigital/transactions/${txHash}',
|
|
70
|
-
accountPage: 'https://atomscan.com/frontier/medasdigital/accounts/${accountAddress}'
|
|
71
|
-
},
|
|
72
|
-
{
|
|
65
|
+
}, {
|
|
73
66
|
kind: '🚀 WHEN MOON 🌕 WHEN LAMBO 🔥',
|
|
74
67
|
url: 'https://explorer.whenmoonwhenlambo.money/medasdigital',
|
|
75
68
|
txPage: 'https://explorer.whenmoonwhenlambo.money/medasdigital/tx/${txHash}',
|
|
76
69
|
accountPage: 'https://explorer.whenmoonwhenlambo.money/medasdigital/account/${accountAddress}'
|
|
77
|
-
}
|
|
78
|
-
],
|
|
70
|
+
}],
|
|
79
71
|
images: [{
|
|
80
72
|
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/medasdigital/images/medas.png'
|
|
81
73
|
}]
|
|
@@ -1172,7 +1172,7 @@ const info = {
|
|
|
1172
1172
|
denomUnits: [{
|
|
1173
1173
|
denom: 'ibc/DF8722298D192AAB85D86D0462E8166234A6A9A572DD4A2EA7996029DF4DB363',
|
|
1174
1174
|
exponent: 0,
|
|
1175
|
-
aliases: ['
|
|
1175
|
+
aliases: ['wbtc-satoshi']
|
|
1176
1176
|
}, {
|
|
1177
1177
|
denom: 'axlwbtc',
|
|
1178
1178
|
exponent: 8
|
|
@@ -1210,6 +1210,53 @@ const info = {
|
|
|
1210
1210
|
}],
|
|
1211
1211
|
coingeckoId: 'axlwbtc'
|
|
1212
1212
|
},
|
|
1213
|
+
{
|
|
1214
|
+
description: 'IBC Axelar weth-wei through axelar-dojo-1 transfer/channel-2',
|
|
1215
|
+
denomUnits: [{
|
|
1216
|
+
denom: 'ibc/A585C2D15DCD3B010849B453A2CFCB5E213208A5AB665691792684C26274304D',
|
|
1217
|
+
exponent: 0,
|
|
1218
|
+
aliases: ['weth-wei']
|
|
1219
|
+
}, {
|
|
1220
|
+
denom: 'axlweth',
|
|
1221
|
+
exponent: 18
|
|
1222
|
+
}],
|
|
1223
|
+
typeAsset: 'ics20',
|
|
1224
|
+
base: 'ibc/A585C2D15DCD3B010849B453A2CFCB5E213208A5AB665691792684C26274304D',
|
|
1225
|
+
name: 'Wrapped Ether (Axelar)',
|
|
1226
|
+
display: 'axlweth',
|
|
1227
|
+
symbol: 'axlWETH',
|
|
1228
|
+
traces: [{
|
|
1229
|
+
type: 'ibc',
|
|
1230
|
+
counterparty: {
|
|
1231
|
+
chainName: 'axelar',
|
|
1232
|
+
baseDenom: 'weth-wei',
|
|
1233
|
+
channelId: 'channel-78'
|
|
1234
|
+
},
|
|
1235
|
+
chain: {
|
|
1236
|
+
channelId: 'channel-2',
|
|
1237
|
+
path: 'transfer/channel-2/weth-wei'
|
|
1238
|
+
}
|
|
1239
|
+
}],
|
|
1240
|
+
logoURIs: {
|
|
1241
|
+
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/_non-cosmos/ethereum/images/eth-white.png',
|
|
1242
|
+
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/_non-cosmos/ethereum/images/eth-white.svg'
|
|
1243
|
+
},
|
|
1244
|
+
images: [{
|
|
1245
|
+
imageSync: {
|
|
1246
|
+
chainName: 'ethereum',
|
|
1247
|
+
baseDenom: 'wei'
|
|
1248
|
+
},
|
|
1249
|
+
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/_non-cosmos/ethereum/images/eth-white.png',
|
|
1250
|
+
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/_non-cosmos/ethereum/images/eth-white.svg'
|
|
1251
|
+
}, {
|
|
1252
|
+
imageSync: {
|
|
1253
|
+
chainName: 'ethereum',
|
|
1254
|
+
baseDenom: 'wei'
|
|
1255
|
+
},
|
|
1256
|
+
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/_non-cosmos/ethereum/images/weth.svg'
|
|
1257
|
+
}],
|
|
1258
|
+
coingeckoId: 'axlweth'
|
|
1259
|
+
},
|
|
1213
1260
|
{
|
|
1214
1261
|
description: 'Astrovault xATOM on Neutron Chain',
|
|
1215
1262
|
denomUnits: [{
|
|
@@ -575,6 +575,10 @@ const info = {
|
|
|
575
575
|
description: 'Osmosis (OSMO) is the premier DEX and cross-chain DeFi hub within the Cosmos ecosystem, a network of over 50 sovereign, interoperable blockchains seamlessly connected through the Inter-Blockchain Communication Protocol (IBC). Pioneering in its approach, Osmosis offers a dynamic trading and liquidity provision experience, integrating non-IBC assets from other ecosystems, including Ethereum, Solana, Avalanche, and Polkadot. Initially adopting Balancer-style pools, Osmosis now also features a concentrated liquidity model that is orders of magnitude more capital efficient, meaning that significantly less liquidity is required to handle the same amount of trading volume with minimal slippage.\n\nAs a true appchain, Osmosis has greater control over the full blockchain stack than traditional smart contract DEXs, which must follow the code of the parent chain that it is built on. This fine-grained control has enabled, for example, the development of Superfluid Staking, an extension of Proof of Stake that allows assets at the application layer to be staked to secure the chain. The customizability of appchains also allows implementing features like the Protocol Revenue module, which enables Osmosis to conduct on-chain arbitrage on behalf of OSMO stakers, balancing prices across pools while generating real yield revenue from this volume. Additionally, as a sovereign appchain, Osmosis governance can vote on upgrades to the protocol. One example of this was the introduction of a Taker Fee, which switched on the collection of exchange fees to generate diverse yield from Osmosis volume and distribute it to OSMO stakers.\n\nOsmosis is bringing the full centralized exchange experience to the decentralized world by building a cross-chain native DEX and trading suite that connects all chains over IBC, including Ethereum and Bitcoin. To reach this goal, Osmosis hosts an ever-expanding suite of DeFi applications aimed at providing a one-stop experience that includes lending, credit, margin, DeFi strategy vaults, power perps, fiat on-ramps, NFTs, stablecoins, and more — all of the functionalities that centralized exchange offer and more, in the trust-minimized environment of decentralized finance.',
|
|
576
576
|
apis: {
|
|
577
577
|
rpc: [
|
|
578
|
+
{
|
|
579
|
+
address: 'http://79.173.83.234:26657',
|
|
580
|
+
provider: 'Gonz_chains'
|
|
581
|
+
},
|
|
578
582
|
{
|
|
579
583
|
address: 'https://rpc.osmosis.zone/',
|
|
580
584
|
provider: 'Osmosis Foundation'
|
|
@@ -713,6 +717,10 @@ const info = {
|
|
|
713
717
|
}
|
|
714
718
|
],
|
|
715
719
|
rest: [
|
|
720
|
+
{
|
|
721
|
+
address: 'http://79.173.83.234:1317',
|
|
722
|
+
provider: 'Gonz_chains'
|
|
723
|
+
},
|
|
716
724
|
{
|
|
717
725
|
address: 'https://lcd.osmosis.zone/',
|
|
718
726
|
provider: 'Osmosis Foundation'
|
|
@@ -30,18 +30,18 @@ const info = {
|
|
|
30
30
|
},
|
|
31
31
|
codebase: {
|
|
32
32
|
gitRepo: 'https://github.com/realiotech/realio-network',
|
|
33
|
-
recommendedVersion: 'v1.
|
|
34
|
-
compatibleVersions: ['v1.
|
|
33
|
+
recommendedVersion: 'v1.4.0',
|
|
34
|
+
compatibleVersions: ['v1.4.0'],
|
|
35
35
|
binaries: {
|
|
36
|
-
"linux/amd64": 'https://github.com/realiotech/realio-network/releases/download/v1.
|
|
37
|
-
"linux/arm64": 'https://github.com/realiotech/realio-network/releases/download/v1.
|
|
38
|
-
"darwin/amd64": 'https://github.com/realiotech/realio-network/releases/download/v1.
|
|
39
|
-
"darwin/arm64": 'https://github.com/realiotech/realio-network/releases/download/v1.
|
|
40
|
-
"windows/amd64": 'https://github.com/realiotech/realio-network/releases/download/v1.
|
|
36
|
+
"linux/amd64": 'https://github.com/realiotech/realio-network/releases/download/v1.4.0/realio-network_Linux_x86_64.tar.gz',
|
|
37
|
+
"linux/arm64": 'https://github.com/realiotech/realio-network/releases/download/v1.4.0/realio-network_Linux_arm64.tar.gz',
|
|
38
|
+
"darwin/amd64": 'https://github.com/realiotech/realio-network/releases/download/v1.4.0/realio-network_Darwin_x86_64.tar.gz',
|
|
39
|
+
"darwin/arm64": 'https://github.com/realiotech/realio-network/releases/download/v1.4.0/realio-network_Darwin_arm64.tar.gz',
|
|
40
|
+
"windows/amd64": 'https://github.com/realiotech/realio-network/releases/download/v1.4.0/realio-network_Windows_x86_64.zip'
|
|
41
41
|
},
|
|
42
42
|
consensus: {
|
|
43
43
|
type: 'cometbft',
|
|
44
|
-
version: 'v0.38.
|
|
44
|
+
version: 'v0.38.17'
|
|
45
45
|
},
|
|
46
46
|
genesis: {
|
|
47
47
|
genesisUrl: 'https://raw.githubusercontent.com/realiotech/mainnet/main/realionetwork_3301-1/genesis.json'
|
|
@@ -52,9 +52,9 @@ const info = {
|
|
|
52
52
|
},
|
|
53
53
|
ibc: {
|
|
54
54
|
type: 'go',
|
|
55
|
-
version: '
|
|
55
|
+
version: 'v10'
|
|
56
56
|
},
|
|
57
|
-
tag: 'v1.
|
|
57
|
+
tag: 'v1.4.0'
|
|
58
58
|
},
|
|
59
59
|
logoURIs: {
|
|
60
60
|
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/realio/images/rio.png'
|
|
@@ -400,21 +400,21 @@ const info = [
|
|
|
400
400
|
$schema: '../../ibc_data.schema.json',
|
|
401
401
|
chain1: {
|
|
402
402
|
chainName: 'nobletestnet',
|
|
403
|
-
clientId: '07-tendermint-
|
|
404
|
-
connectionId: 'connection-
|
|
403
|
+
clientId: '07-tendermint-572',
|
|
404
|
+
connectionId: 'connection-520'
|
|
405
405
|
},
|
|
406
406
|
chain2: {
|
|
407
407
|
chainName: 'zigchaintestnet',
|
|
408
|
-
clientId: '07-tendermint-
|
|
409
|
-
connectionId: 'connection-
|
|
408
|
+
clientId: '07-tendermint-84',
|
|
409
|
+
connectionId: 'connection-62'
|
|
410
410
|
},
|
|
411
411
|
channels: [{
|
|
412
412
|
chain1: {
|
|
413
|
-
channelId: 'channel-
|
|
413
|
+
channelId: 'channel-704',
|
|
414
414
|
portId: 'transfer'
|
|
415
415
|
},
|
|
416
416
|
chain2: {
|
|
417
|
-
channelId: 'channel-
|
|
417
|
+
channelId: 'channel-44',
|
|
418
418
|
portId: 'transfer'
|
|
419
419
|
},
|
|
420
420
|
ordering: 'unordered',
|
|
@@ -80,7 +80,7 @@ const info = {
|
|
|
80
80
|
{
|
|
81
81
|
description: 'Noble USDC on ZIGChain',
|
|
82
82
|
denomUnits: [{
|
|
83
|
-
denom: 'ibc/
|
|
83
|
+
denom: 'ibc/5260516290F7883EC893AADA09A6B8CEC790F2EEF3196F440037908749785BE8',
|
|
84
84
|
exponent: 0,
|
|
85
85
|
aliases: ['microusdc', 'uusdc']
|
|
86
86
|
}, {
|
|
@@ -88,7 +88,7 @@ const info = {
|
|
|
88
88
|
exponent: 6
|
|
89
89
|
}],
|
|
90
90
|
typeAsset: 'ics20',
|
|
91
|
-
base: 'ibc/
|
|
91
|
+
base: 'ibc/5260516290F7883EC893AADA09A6B8CEC790F2EEF3196F440037908749785BE8',
|
|
92
92
|
name: 'Noble USDC',
|
|
93
93
|
display: 'usdc',
|
|
94
94
|
symbol: 'USDC',
|
|
@@ -114,11 +114,11 @@ const info = {
|
|
|
114
114
|
counterparty: {
|
|
115
115
|
chainName: 'nobletestnet',
|
|
116
116
|
baseDenom: 'uusdc',
|
|
117
|
-
channelId: 'channel-
|
|
117
|
+
channelId: 'channel-704'
|
|
118
118
|
},
|
|
119
119
|
chain: {
|
|
120
|
-
channelId: 'channel-
|
|
121
|
-
path: 'transfer/channel-
|
|
120
|
+
channelId: 'channel-44',
|
|
121
|
+
path: 'transfer/channel-44/uusdc'
|
|
122
122
|
}
|
|
123
123
|
}
|
|
124
124
|
],
|
|
@@ -16,32 +16,85 @@ const info = {
|
|
|
16
16
|
},
|
|
17
17
|
keyAlgos: ['secp256k1'],
|
|
18
18
|
slip44: 118,
|
|
19
|
+
description: 'ZIGChain (ZIG) is a Layer 1 blockchain focused on unlocking financial opportunities for everyone - regardless of their income, location, or level of knowledge.',
|
|
19
20
|
fees: {
|
|
20
21
|
feeTokens: [{
|
|
21
|
-
denom: 'uzig'
|
|
22
|
+
denom: 'uzig',
|
|
23
|
+
fixedMinGasPrice: 0.0025,
|
|
24
|
+
lowGasPrice: 0.0025,
|
|
25
|
+
averageGasPrice: 0.025,
|
|
26
|
+
highGasPrice: 0.05
|
|
22
27
|
}]
|
|
23
28
|
},
|
|
24
29
|
staking: {
|
|
25
30
|
stakingTokens: [{
|
|
26
31
|
denom: 'uzig'
|
|
27
|
-
}]
|
|
32
|
+
}],
|
|
33
|
+
lockDuration: {
|
|
34
|
+
time: '604800s'
|
|
35
|
+
}
|
|
28
36
|
},
|
|
29
37
|
apis: {
|
|
30
38
|
rest: [{
|
|
31
39
|
address: 'https://testnet-api.zigchain.com',
|
|
32
40
|
provider: 'ZIGCHAIN'
|
|
33
41
|
}, {
|
|
34
|
-
address: '
|
|
42
|
+
address: 'https://public-zigchain-testnet-lcd.numia.xyz/',
|
|
35
43
|
provider: 'Numia'
|
|
36
44
|
}],
|
|
37
45
|
rpc: [{
|
|
38
46
|
address: 'https://testnet-rpc.zigchain.com',
|
|
39
47
|
provider: 'ZIGCHAIN'
|
|
40
48
|
}, {
|
|
41
|
-
address: '
|
|
49
|
+
address: 'https://public-zigchain-testnet-rpc.numia.xyz/',
|
|
50
|
+
provider: 'Numia'
|
|
51
|
+
}],
|
|
52
|
+
grpc: [{
|
|
53
|
+
address: 'zigchain-grpc.327oz4i6b04df1e27394zieudsh.g.eu.link.numia.xyz:9090',
|
|
42
54
|
provider: 'Numia'
|
|
43
55
|
}]
|
|
44
56
|
},
|
|
57
|
+
codebase: {
|
|
58
|
+
gitRepo: 'https://github.com/ZIGChain/zigchain',
|
|
59
|
+
recommendedVersion: '1.2.2',
|
|
60
|
+
compatibleVersions: ['1.2.2'],
|
|
61
|
+
consensus: {
|
|
62
|
+
type: 'cometbft',
|
|
63
|
+
version: '0.38.17'
|
|
64
|
+
},
|
|
65
|
+
sdk: {
|
|
66
|
+
type: 'cosmos',
|
|
67
|
+
version: '0.50.14'
|
|
68
|
+
},
|
|
69
|
+
ibc: {
|
|
70
|
+
type: 'go',
|
|
71
|
+
version: '8.4.0'
|
|
72
|
+
},
|
|
73
|
+
cosmwasm: {
|
|
74
|
+
version: '0.55.1',
|
|
75
|
+
enabled: true
|
|
76
|
+
},
|
|
77
|
+
genesis: {
|
|
78
|
+
genesisUrl: 'https://github.com/ZIGChain/networks/raw/main/zig-test-2/genesis.json'
|
|
79
|
+
},
|
|
80
|
+
binaries: {
|
|
81
|
+
"linux/amd64": 'https://github.com/ZIGChain/networks/raw/refs/heads/main/zig-test-2/binaries/zigchaind-v1.2.2-linux-amd64.tar.gz',
|
|
82
|
+
"darwin/amd64": 'https://github.com/ZIGChain/networks/raw/refs/heads/main/zig-test-2/binaries/zigchaind-v1.2.2-darwin-amd64.tar.gz',
|
|
83
|
+
"darwin/arm64": 'https://github.com/ZIGChain/networks/raw/refs/heads/main/zig-test-2/binaries/zigchaind-v1.2.2-darwin-amd64.tar.gz'
|
|
84
|
+
},
|
|
85
|
+
tag: '1.2.2'
|
|
86
|
+
},
|
|
87
|
+
explorers: [{
|
|
88
|
+
kind: 'range',
|
|
89
|
+
url: 'https://app.range.org/address/zigchain-testnet/zigchain',
|
|
90
|
+
txPage: 'https://app.range.org/tx/zig-test-2/${txHash}',
|
|
91
|
+
accountPage: 'https://app.range.org/address/zig-test-2/${accountAddress}'
|
|
92
|
+
}, {
|
|
93
|
+
kind: 'zigscan',
|
|
94
|
+
url: 'https://testnet.zigscan.org',
|
|
95
|
+
txPage: 'https://testnet.zigscan.org/tx/${txHash}',
|
|
96
|
+
accountPage: 'https://testnet.zigscan.org/address/${accountAddress}'
|
|
97
|
+
}],
|
|
45
98
|
keywords: [
|
|
46
99
|
'wealth generation',
|
|
47
100
|
'rwa',
|
|
@@ -30,21 +30,21 @@ const info = [{
|
|
|
30
30
|
$schema: '../../ibc_data.schema.json',
|
|
31
31
|
chain1: {
|
|
32
32
|
chainName: 'nobletestnet',
|
|
33
|
-
clientId: '07-tendermint-
|
|
34
|
-
connectionId: 'connection-
|
|
33
|
+
clientId: '07-tendermint-572',
|
|
34
|
+
connectionId: 'connection-520'
|
|
35
35
|
},
|
|
36
36
|
chain2: {
|
|
37
37
|
chainName: 'zigchaintestnet',
|
|
38
|
-
clientId: '07-tendermint-
|
|
39
|
-
connectionId: 'connection-
|
|
38
|
+
clientId: '07-tendermint-84',
|
|
39
|
+
connectionId: 'connection-62'
|
|
40
40
|
},
|
|
41
41
|
channels: [{
|
|
42
42
|
chain1: {
|
|
43
|
-
channelId: 'channel-
|
|
43
|
+
channelId: 'channel-704',
|
|
44
44
|
portId: 'transfer'
|
|
45
45
|
},
|
|
46
46
|
chain2: {
|
|
47
|
-
channelId: 'channel-
|
|
47
|
+
channelId: 'channel-44',
|
|
48
48
|
portId: 'transfer'
|
|
49
49
|
},
|
|
50
50
|
ordering: 'unordered',
|
|
@@ -603,6 +603,36 @@ const info = [
|
|
|
603
603
|
}
|
|
604
604
|
}]
|
|
605
605
|
},
|
|
606
|
+
{
|
|
607
|
+
$schema: '../ibc_data.schema.json',
|
|
608
|
+
chain1: {
|
|
609
|
+
chainName: 'cosmoshub',
|
|
610
|
+
clientId: '07-tendermint-1441',
|
|
611
|
+
connectionId: 'connection-1179'
|
|
612
|
+
},
|
|
613
|
+
chain2: {
|
|
614
|
+
chainName: 'dungeon',
|
|
615
|
+
clientId: '07-tendermint-24',
|
|
616
|
+
connectionId: 'connection-8631'
|
|
617
|
+
},
|
|
618
|
+
channels: [{
|
|
619
|
+
chain1: {
|
|
620
|
+
channelId: 'channel-1560',
|
|
621
|
+
portId: 'transfer'
|
|
622
|
+
},
|
|
623
|
+
chain2: {
|
|
624
|
+
channelId: 'channel-5308',
|
|
625
|
+
portId: 'transfer'
|
|
626
|
+
},
|
|
627
|
+
ordering: 'unordered',
|
|
628
|
+
version: 'ics20-1',
|
|
629
|
+
tags: {
|
|
630
|
+
status: 'live',
|
|
631
|
+
preferred: true,
|
|
632
|
+
dex: 'osmosis'
|
|
633
|
+
}
|
|
634
|
+
}]
|
|
635
|
+
},
|
|
606
636
|
{
|
|
607
637
|
$schema: '../ibc_data.schema.json',
|
|
608
638
|
chain1: {
|
|
@@ -1,6 +1,37 @@
|
|
|
1
1
|
"use strict";
|
|
2
2
|
Object.defineProperty(exports, "__esModule", { value: true });
|
|
3
|
-
const info = [
|
|
3
|
+
const info = [
|
|
4
|
+
{
|
|
5
|
+
$schema: '../ibc_data.schema.json',
|
|
6
|
+
chain1: {
|
|
7
|
+
chainName: 'cosmoshub',
|
|
8
|
+
clientId: '07-tendermint-1441',
|
|
9
|
+
connectionId: 'connection-1179'
|
|
10
|
+
},
|
|
11
|
+
chain2: {
|
|
12
|
+
chainName: 'dungeon',
|
|
13
|
+
clientId: '07-tendermint-24',
|
|
14
|
+
connectionId: 'connection-8631'
|
|
15
|
+
},
|
|
16
|
+
channels: [{
|
|
17
|
+
chain1: {
|
|
18
|
+
channelId: 'channel-1560',
|
|
19
|
+
portId: 'transfer'
|
|
20
|
+
},
|
|
21
|
+
chain2: {
|
|
22
|
+
channelId: 'channel-5308',
|
|
23
|
+
portId: 'transfer'
|
|
24
|
+
},
|
|
25
|
+
ordering: 'unordered',
|
|
26
|
+
version: 'ics20-1',
|
|
27
|
+
tags: {
|
|
28
|
+
status: 'live',
|
|
29
|
+
preferred: true,
|
|
30
|
+
dex: 'osmosis'
|
|
31
|
+
}
|
|
32
|
+
}]
|
|
33
|
+
},
|
|
34
|
+
{
|
|
4
35
|
$schema: '../ibc_data.schema.json',
|
|
5
36
|
chain1: {
|
|
6
37
|
chainName: 'dungeon',
|
|
@@ -28,7 +59,8 @@ const info = [{
|
|
|
28
59
|
preferred: true
|
|
29
60
|
}
|
|
30
61
|
}]
|
|
31
|
-
},
|
|
62
|
+
},
|
|
63
|
+
{
|
|
32
64
|
$schema: '../ibc_data.schema.json',
|
|
33
65
|
chain1: {
|
|
34
66
|
chainName: 'dungeon',
|
|
@@ -57,5 +89,6 @@ const info = [{
|
|
|
57
89
|
dex: 'osmosis'
|
|
58
90
|
}
|
|
59
91
|
}]
|
|
60
|
-
}
|
|
92
|
+
}
|
|
93
|
+
];
|
|
61
94
|
exports.default = info;
|
|
@@ -4,7 +4,8 @@ const info = {
|
|
|
4
4
|
$schema: '../assetlist.schema.json',
|
|
5
5
|
chainName: 'medasdigital',
|
|
6
6
|
assets: [{
|
|
7
|
-
description: '
|
|
7
|
+
description: 'Utility token for decentralized scientific computing. Used to pay provider nodes for executing computational jobs including N-body simulations, orbital analysis, and large-scale parameter searches.',
|
|
8
|
+
extendedDescription: 'MEDAS is the native utility token powering the MedasDigital decentralized scientific computing platform built on Cosmos SDK. The token enables a trustless marketplace connecting researchers who need computational resources with provider nodes that supply processing power. Researchers purchase and spend MEDAS tokens to submit computationally intensive scientific analysis jobs to the network, while nodes that execute jobs earn MEDAS tokens proportional to computational resources consumed and job complexity. Provider nodes stake MEDAS to participate in the network, ensuring accountability and quality of computational results. Token holders vote on scientific research priorities, protocol upgrades, and resource allocation. The platform supports astronomical computing including N-body orbital simulations, Trans-Neptunian Object clustering analysis, and systematic parameter space exploration for hypotheses like the Planet 9 search. Future expansion includes molecular dynamics for protein folding and drug discovery, climate science modeling, and distributed machine learning training. The economic model creates direct value exchange between computational supply and demand, with researchers getting access to distributed computing at competitive rates without relying on centralized cloud providers, while providers monetize unused computational capacity. All job submissions, results, and payments are recorded on-chain ensuring transparency and reproducibility. Initial deployment emphasizes astronomical research, specifically enabling large-scale grid searches over tens of thousands of orbital parameter combinations using real observational data from the Minor Planet Center and JPL Horizons.',
|
|
8
9
|
denomUnits: [{
|
|
9
10
|
denom: 'umedas',
|
|
10
11
|
exponent: 0
|
|
@@ -23,6 +24,10 @@ const info = {
|
|
|
23
24
|
images: [{
|
|
24
25
|
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/medasdigital/images/medas.png'
|
|
25
26
|
}],
|
|
27
|
+
socials: {
|
|
28
|
+
website: 'https://medas-digital.io/',
|
|
29
|
+
twitter: 'https://x.com/medasdigital'
|
|
30
|
+
},
|
|
26
31
|
typeAsset: 'sdk.coin'
|
|
27
32
|
}]
|
|
28
33
|
};
|
|
@@ -38,6 +38,7 @@ const info = {
|
|
|
38
38
|
logoURIs: {
|
|
39
39
|
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/medasdigital/images/medas.png'
|
|
40
40
|
},
|
|
41
|
+
description: 'Decentralized scientific computing platform for computationally intensive research. Distributed network of provider nodes executes simulations and analyses across astrophysics, molecular dynamics, climate modeling, and AI training. Initial deployment focuses on astronomical computing including the Planet 9 search through large-scale N-body simulations and orbital parameter exploration.',
|
|
41
42
|
apis: {
|
|
42
43
|
rpc: [{
|
|
43
44
|
address: 'https://rpc.medas-digital.io:26657/',
|
|
@@ -58,26 +59,17 @@ const info = {
|
|
|
58
59
|
provider: 'Neptun Validator'
|
|
59
60
|
}]
|
|
60
61
|
},
|
|
61
|
-
explorers: [
|
|
62
|
-
|
|
63
|
-
kind: 'BigDipper',
|
|
62
|
+
explorers: [{
|
|
63
|
+
kind: 'Ping',
|
|
64
64
|
url: 'https://explorer.medas-digital.io:3100/medasdigital',
|
|
65
65
|
txPage: 'https://explorer.medas-digital.io:3100/medasdigital/transactions/${txHash}',
|
|
66
66
|
accountPage: 'explorer.medas-digital.io:3100/medasdigital/accounts/${accountAddress}'
|
|
67
|
-
},
|
|
68
|
-
{
|
|
69
|
-
kind: 'atomscan',
|
|
70
|
-
url: 'https://atomscan.com/frontier/medasdigital',
|
|
71
|
-
txPage: 'https://atomscan.com/frontier/medasdigital/transactions/${txHash}',
|
|
72
|
-
accountPage: 'https://atomscan.com/frontier/medasdigital/accounts/${accountAddress}'
|
|
73
|
-
},
|
|
74
|
-
{
|
|
67
|
+
}, {
|
|
75
68
|
kind: '🚀 WHEN MOON 🌕 WHEN LAMBO 🔥',
|
|
76
69
|
url: 'https://explorer.whenmoonwhenlambo.money/medasdigital',
|
|
77
70
|
txPage: 'https://explorer.whenmoonwhenlambo.money/medasdigital/tx/${txHash}',
|
|
78
71
|
accountPage: 'https://explorer.whenmoonwhenlambo.money/medasdigital/account/${accountAddress}'
|
|
79
|
-
}
|
|
80
|
-
],
|
|
72
|
+
}],
|
|
81
73
|
images: [{
|
|
82
74
|
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/medasdigital/images/medas.png'
|
|
83
75
|
}]
|
|
@@ -1174,7 +1174,7 @@ const info = {
|
|
|
1174
1174
|
denomUnits: [{
|
|
1175
1175
|
denom: 'ibc/DF8722298D192AAB85D86D0462E8166234A6A9A572DD4A2EA7996029DF4DB363',
|
|
1176
1176
|
exponent: 0,
|
|
1177
|
-
aliases: ['
|
|
1177
|
+
aliases: ['wbtc-satoshi']
|
|
1178
1178
|
}, {
|
|
1179
1179
|
denom: 'axlwbtc',
|
|
1180
1180
|
exponent: 8
|
|
@@ -1212,6 +1212,53 @@ const info = {
|
|
|
1212
1212
|
}],
|
|
1213
1213
|
coingeckoId: 'axlwbtc'
|
|
1214
1214
|
},
|
|
1215
|
+
{
|
|
1216
|
+
description: 'IBC Axelar weth-wei through axelar-dojo-1 transfer/channel-2',
|
|
1217
|
+
denomUnits: [{
|
|
1218
|
+
denom: 'ibc/A585C2D15DCD3B010849B453A2CFCB5E213208A5AB665691792684C26274304D',
|
|
1219
|
+
exponent: 0,
|
|
1220
|
+
aliases: ['weth-wei']
|
|
1221
|
+
}, {
|
|
1222
|
+
denom: 'axlweth',
|
|
1223
|
+
exponent: 18
|
|
1224
|
+
}],
|
|
1225
|
+
typeAsset: 'ics20',
|
|
1226
|
+
base: 'ibc/A585C2D15DCD3B010849B453A2CFCB5E213208A5AB665691792684C26274304D',
|
|
1227
|
+
name: 'Wrapped Ether (Axelar)',
|
|
1228
|
+
display: 'axlweth',
|
|
1229
|
+
symbol: 'axlWETH',
|
|
1230
|
+
traces: [{
|
|
1231
|
+
type: 'ibc',
|
|
1232
|
+
counterparty: {
|
|
1233
|
+
chainName: 'axelar',
|
|
1234
|
+
baseDenom: 'weth-wei',
|
|
1235
|
+
channelId: 'channel-78'
|
|
1236
|
+
},
|
|
1237
|
+
chain: {
|
|
1238
|
+
channelId: 'channel-2',
|
|
1239
|
+
path: 'transfer/channel-2/weth-wei'
|
|
1240
|
+
}
|
|
1241
|
+
}],
|
|
1242
|
+
logoURIs: {
|
|
1243
|
+
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/_non-cosmos/ethereum/images/eth-white.png',
|
|
1244
|
+
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/_non-cosmos/ethereum/images/eth-white.svg'
|
|
1245
|
+
},
|
|
1246
|
+
images: [{
|
|
1247
|
+
imageSync: {
|
|
1248
|
+
chainName: 'ethereum',
|
|
1249
|
+
baseDenom: 'wei'
|
|
1250
|
+
},
|
|
1251
|
+
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/_non-cosmos/ethereum/images/eth-white.png',
|
|
1252
|
+
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/_non-cosmos/ethereum/images/eth-white.svg'
|
|
1253
|
+
}, {
|
|
1254
|
+
imageSync: {
|
|
1255
|
+
chainName: 'ethereum',
|
|
1256
|
+
baseDenom: 'wei'
|
|
1257
|
+
},
|
|
1258
|
+
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/_non-cosmos/ethereum/images/weth.svg'
|
|
1259
|
+
}],
|
|
1260
|
+
coingeckoId: 'axlweth'
|
|
1261
|
+
},
|
|
1215
1262
|
{
|
|
1216
1263
|
description: 'Astrovault xATOM on Neutron Chain',
|
|
1217
1264
|
denomUnits: [{
|
package/mainnet/osmosis/chain.js
CHANGED
|
@@ -577,6 +577,10 @@ const info = {
|
|
|
577
577
|
description: 'Osmosis (OSMO) is the premier DEX and cross-chain DeFi hub within the Cosmos ecosystem, a network of over 50 sovereign, interoperable blockchains seamlessly connected through the Inter-Blockchain Communication Protocol (IBC). Pioneering in its approach, Osmosis offers a dynamic trading and liquidity provision experience, integrating non-IBC assets from other ecosystems, including Ethereum, Solana, Avalanche, and Polkadot. Initially adopting Balancer-style pools, Osmosis now also features a concentrated liquidity model that is orders of magnitude more capital efficient, meaning that significantly less liquidity is required to handle the same amount of trading volume with minimal slippage.\n\nAs a true appchain, Osmosis has greater control over the full blockchain stack than traditional smart contract DEXs, which must follow the code of the parent chain that it is built on. This fine-grained control has enabled, for example, the development of Superfluid Staking, an extension of Proof of Stake that allows assets at the application layer to be staked to secure the chain. The customizability of appchains also allows implementing features like the Protocol Revenue module, which enables Osmosis to conduct on-chain arbitrage on behalf of OSMO stakers, balancing prices across pools while generating real yield revenue from this volume. Additionally, as a sovereign appchain, Osmosis governance can vote on upgrades to the protocol. One example of this was the introduction of a Taker Fee, which switched on the collection of exchange fees to generate diverse yield from Osmosis volume and distribute it to OSMO stakers.\n\nOsmosis is bringing the full centralized exchange experience to the decentralized world by building a cross-chain native DEX and trading suite that connects all chains over IBC, including Ethereum and Bitcoin. To reach this goal, Osmosis hosts an ever-expanding suite of DeFi applications aimed at providing a one-stop experience that includes lending, credit, margin, DeFi strategy vaults, power perps, fiat on-ramps, NFTs, stablecoins, and more — all of the functionalities that centralized exchange offer and more, in the trust-minimized environment of decentralized finance.',
|
|
578
578
|
apis: {
|
|
579
579
|
rpc: [
|
|
580
|
+
{
|
|
581
|
+
address: 'http://79.173.83.234:26657',
|
|
582
|
+
provider: 'Gonz_chains'
|
|
583
|
+
},
|
|
580
584
|
{
|
|
581
585
|
address: 'https://rpc.osmosis.zone/',
|
|
582
586
|
provider: 'Osmosis Foundation'
|
|
@@ -715,6 +719,10 @@ const info = {
|
|
|
715
719
|
}
|
|
716
720
|
],
|
|
717
721
|
rest: [
|
|
722
|
+
{
|
|
723
|
+
address: 'http://79.173.83.234:1317',
|
|
724
|
+
provider: 'Gonz_chains'
|
|
725
|
+
},
|
|
718
726
|
{
|
|
719
727
|
address: 'https://lcd.osmosis.zone/',
|
|
720
728
|
provider: 'Osmosis Foundation'
|
package/mainnet/realio/chain.js
CHANGED
|
@@ -32,18 +32,18 @@ const info = {
|
|
|
32
32
|
},
|
|
33
33
|
codebase: {
|
|
34
34
|
gitRepo: 'https://github.com/realiotech/realio-network',
|
|
35
|
-
recommendedVersion: 'v1.
|
|
36
|
-
compatibleVersions: ['v1.
|
|
35
|
+
recommendedVersion: 'v1.4.0',
|
|
36
|
+
compatibleVersions: ['v1.4.0'],
|
|
37
37
|
binaries: {
|
|
38
|
-
"linux/amd64": 'https://github.com/realiotech/realio-network/releases/download/v1.
|
|
39
|
-
"linux/arm64": 'https://github.com/realiotech/realio-network/releases/download/v1.
|
|
40
|
-
"darwin/amd64": 'https://github.com/realiotech/realio-network/releases/download/v1.
|
|
41
|
-
"darwin/arm64": 'https://github.com/realiotech/realio-network/releases/download/v1.
|
|
42
|
-
"windows/amd64": 'https://github.com/realiotech/realio-network/releases/download/v1.
|
|
38
|
+
"linux/amd64": 'https://github.com/realiotech/realio-network/releases/download/v1.4.0/realio-network_Linux_x86_64.tar.gz',
|
|
39
|
+
"linux/arm64": 'https://github.com/realiotech/realio-network/releases/download/v1.4.0/realio-network_Linux_arm64.tar.gz',
|
|
40
|
+
"darwin/amd64": 'https://github.com/realiotech/realio-network/releases/download/v1.4.0/realio-network_Darwin_x86_64.tar.gz',
|
|
41
|
+
"darwin/arm64": 'https://github.com/realiotech/realio-network/releases/download/v1.4.0/realio-network_Darwin_arm64.tar.gz',
|
|
42
|
+
"windows/amd64": 'https://github.com/realiotech/realio-network/releases/download/v1.4.0/realio-network_Windows_x86_64.zip'
|
|
43
43
|
},
|
|
44
44
|
consensus: {
|
|
45
45
|
type: 'cometbft',
|
|
46
|
-
version: 'v0.38.
|
|
46
|
+
version: 'v0.38.17'
|
|
47
47
|
},
|
|
48
48
|
genesis: {
|
|
49
49
|
genesisUrl: 'https://raw.githubusercontent.com/realiotech/mainnet/main/realionetwork_3301-1/genesis.json'
|
|
@@ -54,9 +54,9 @@ const info = {
|
|
|
54
54
|
},
|
|
55
55
|
ibc: {
|
|
56
56
|
type: 'go',
|
|
57
|
-
version: '
|
|
57
|
+
version: 'v10'
|
|
58
58
|
},
|
|
59
|
-
tag: 'v1.
|
|
59
|
+
tag: 'v1.4.0'
|
|
60
60
|
},
|
|
61
61
|
logoURIs: {
|
|
62
62
|
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/realio/images/rio.png'
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "chain-registry",
|
|
3
|
-
"version": "2.0.
|
|
3
|
+
"version": "2.0.77",
|
|
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",
|
|
@@ -29,7 +29,7 @@
|
|
|
29
29
|
"test:watch": "jest --watch"
|
|
30
30
|
},
|
|
31
31
|
"dependencies": {
|
|
32
|
-
"@chain-registry/types": "^2.0.
|
|
32
|
+
"@chain-registry/types": "^2.0.77"
|
|
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": "8a5bf01d8e7fc2048fcdc5d00c8e3af20322d921"
|
|
43
43
|
}
|
|
@@ -402,21 +402,21 @@ const info = [
|
|
|
402
402
|
$schema: '../../ibc_data.schema.json',
|
|
403
403
|
chain1: {
|
|
404
404
|
chainName: 'nobletestnet',
|
|
405
|
-
clientId: '07-tendermint-
|
|
406
|
-
connectionId: 'connection-
|
|
405
|
+
clientId: '07-tendermint-572',
|
|
406
|
+
connectionId: 'connection-520'
|
|
407
407
|
},
|
|
408
408
|
chain2: {
|
|
409
409
|
chainName: 'zigchaintestnet',
|
|
410
|
-
clientId: '07-tendermint-
|
|
411
|
-
connectionId: 'connection-
|
|
410
|
+
clientId: '07-tendermint-84',
|
|
411
|
+
connectionId: 'connection-62'
|
|
412
412
|
},
|
|
413
413
|
channels: [{
|
|
414
414
|
chain1: {
|
|
415
|
-
channelId: 'channel-
|
|
415
|
+
channelId: 'channel-704',
|
|
416
416
|
portId: 'transfer'
|
|
417
417
|
},
|
|
418
418
|
chain2: {
|
|
419
|
-
channelId: 'channel-
|
|
419
|
+
channelId: 'channel-44',
|
|
420
420
|
portId: 'transfer'
|
|
421
421
|
},
|
|
422
422
|
ordering: 'unordered',
|
|
@@ -82,7 +82,7 @@ const info = {
|
|
|
82
82
|
{
|
|
83
83
|
description: 'Noble USDC on ZIGChain',
|
|
84
84
|
denomUnits: [{
|
|
85
|
-
denom: 'ibc/
|
|
85
|
+
denom: 'ibc/5260516290F7883EC893AADA09A6B8CEC790F2EEF3196F440037908749785BE8',
|
|
86
86
|
exponent: 0,
|
|
87
87
|
aliases: ['microusdc', 'uusdc']
|
|
88
88
|
}, {
|
|
@@ -90,7 +90,7 @@ const info = {
|
|
|
90
90
|
exponent: 6
|
|
91
91
|
}],
|
|
92
92
|
typeAsset: 'ics20',
|
|
93
|
-
base: 'ibc/
|
|
93
|
+
base: 'ibc/5260516290F7883EC893AADA09A6B8CEC790F2EEF3196F440037908749785BE8',
|
|
94
94
|
name: 'Noble USDC',
|
|
95
95
|
display: 'usdc',
|
|
96
96
|
symbol: 'USDC',
|
|
@@ -116,11 +116,11 @@ const info = {
|
|
|
116
116
|
counterparty: {
|
|
117
117
|
chainName: 'nobletestnet',
|
|
118
118
|
baseDenom: 'uusdc',
|
|
119
|
-
channelId: 'channel-
|
|
119
|
+
channelId: 'channel-704'
|
|
120
120
|
},
|
|
121
121
|
chain: {
|
|
122
|
-
channelId: 'channel-
|
|
123
|
-
path: 'transfer/channel-
|
|
122
|
+
channelId: 'channel-44',
|
|
123
|
+
path: 'transfer/channel-44/uusdc'
|
|
124
124
|
}
|
|
125
125
|
}
|
|
126
126
|
],
|
|
@@ -18,32 +18,85 @@ const info = {
|
|
|
18
18
|
},
|
|
19
19
|
keyAlgos: ['secp256k1'],
|
|
20
20
|
slip44: 118,
|
|
21
|
+
description: 'ZIGChain (ZIG) is a Layer 1 blockchain focused on unlocking financial opportunities for everyone - regardless of their income, location, or level of knowledge.',
|
|
21
22
|
fees: {
|
|
22
23
|
feeTokens: [{
|
|
23
|
-
denom: 'uzig'
|
|
24
|
+
denom: 'uzig',
|
|
25
|
+
fixedMinGasPrice: 0.0025,
|
|
26
|
+
lowGasPrice: 0.0025,
|
|
27
|
+
averageGasPrice: 0.025,
|
|
28
|
+
highGasPrice: 0.05
|
|
24
29
|
}]
|
|
25
30
|
},
|
|
26
31
|
staking: {
|
|
27
32
|
stakingTokens: [{
|
|
28
33
|
denom: 'uzig'
|
|
29
|
-
}]
|
|
34
|
+
}],
|
|
35
|
+
lockDuration: {
|
|
36
|
+
time: '604800s'
|
|
37
|
+
}
|
|
30
38
|
},
|
|
31
39
|
apis: {
|
|
32
40
|
rest: [{
|
|
33
41
|
address: 'https://testnet-api.zigchain.com',
|
|
34
42
|
provider: 'ZIGCHAIN'
|
|
35
43
|
}, {
|
|
36
|
-
address: '
|
|
44
|
+
address: 'https://public-zigchain-testnet-lcd.numia.xyz/',
|
|
37
45
|
provider: 'Numia'
|
|
38
46
|
}],
|
|
39
47
|
rpc: [{
|
|
40
48
|
address: 'https://testnet-rpc.zigchain.com',
|
|
41
49
|
provider: 'ZIGCHAIN'
|
|
42
50
|
}, {
|
|
43
|
-
address: '
|
|
51
|
+
address: 'https://public-zigchain-testnet-rpc.numia.xyz/',
|
|
52
|
+
provider: 'Numia'
|
|
53
|
+
}],
|
|
54
|
+
grpc: [{
|
|
55
|
+
address: 'zigchain-grpc.327oz4i6b04df1e27394zieudsh.g.eu.link.numia.xyz:9090',
|
|
44
56
|
provider: 'Numia'
|
|
45
57
|
}]
|
|
46
58
|
},
|
|
59
|
+
codebase: {
|
|
60
|
+
gitRepo: 'https://github.com/ZIGChain/zigchain',
|
|
61
|
+
recommendedVersion: '1.2.2',
|
|
62
|
+
compatibleVersions: ['1.2.2'],
|
|
63
|
+
consensus: {
|
|
64
|
+
type: 'cometbft',
|
|
65
|
+
version: '0.38.17'
|
|
66
|
+
},
|
|
67
|
+
sdk: {
|
|
68
|
+
type: 'cosmos',
|
|
69
|
+
version: '0.50.14'
|
|
70
|
+
},
|
|
71
|
+
ibc: {
|
|
72
|
+
type: 'go',
|
|
73
|
+
version: '8.4.0'
|
|
74
|
+
},
|
|
75
|
+
cosmwasm: {
|
|
76
|
+
version: '0.55.1',
|
|
77
|
+
enabled: true
|
|
78
|
+
},
|
|
79
|
+
genesis: {
|
|
80
|
+
genesisUrl: 'https://github.com/ZIGChain/networks/raw/main/zig-test-2/genesis.json'
|
|
81
|
+
},
|
|
82
|
+
binaries: {
|
|
83
|
+
"linux/amd64": 'https://github.com/ZIGChain/networks/raw/refs/heads/main/zig-test-2/binaries/zigchaind-v1.2.2-linux-amd64.tar.gz',
|
|
84
|
+
"darwin/amd64": 'https://github.com/ZIGChain/networks/raw/refs/heads/main/zig-test-2/binaries/zigchaind-v1.2.2-darwin-amd64.tar.gz',
|
|
85
|
+
"darwin/arm64": 'https://github.com/ZIGChain/networks/raw/refs/heads/main/zig-test-2/binaries/zigchaind-v1.2.2-darwin-amd64.tar.gz'
|
|
86
|
+
},
|
|
87
|
+
tag: '1.2.2'
|
|
88
|
+
},
|
|
89
|
+
explorers: [{
|
|
90
|
+
kind: 'range',
|
|
91
|
+
url: 'https://app.range.org/address/zigchain-testnet/zigchain',
|
|
92
|
+
txPage: 'https://app.range.org/tx/zig-test-2/${txHash}',
|
|
93
|
+
accountPage: 'https://app.range.org/address/zig-test-2/${accountAddress}'
|
|
94
|
+
}, {
|
|
95
|
+
kind: 'zigscan',
|
|
96
|
+
url: 'https://testnet.zigscan.org',
|
|
97
|
+
txPage: 'https://testnet.zigscan.org/tx/${txHash}',
|
|
98
|
+
accountPage: 'https://testnet.zigscan.org/address/${accountAddress}'
|
|
99
|
+
}],
|
|
47
100
|
keywords: [
|
|
48
101
|
'wealth generation',
|
|
49
102
|
'rwa',
|
|
@@ -32,21 +32,21 @@ const info = [{
|
|
|
32
32
|
$schema: '../../ibc_data.schema.json',
|
|
33
33
|
chain1: {
|
|
34
34
|
chainName: 'nobletestnet',
|
|
35
|
-
clientId: '07-tendermint-
|
|
36
|
-
connectionId: 'connection-
|
|
35
|
+
clientId: '07-tendermint-572',
|
|
36
|
+
connectionId: 'connection-520'
|
|
37
37
|
},
|
|
38
38
|
chain2: {
|
|
39
39
|
chainName: 'zigchaintestnet',
|
|
40
|
-
clientId: '07-tendermint-
|
|
41
|
-
connectionId: 'connection-
|
|
40
|
+
clientId: '07-tendermint-84',
|
|
41
|
+
connectionId: 'connection-62'
|
|
42
42
|
},
|
|
43
43
|
channels: [{
|
|
44
44
|
chain1: {
|
|
45
|
-
channelId: 'channel-
|
|
45
|
+
channelId: 'channel-704',
|
|
46
46
|
portId: 'transfer'
|
|
47
47
|
},
|
|
48
48
|
chain2: {
|
|
49
|
-
channelId: 'channel-
|
|
49
|
+
channelId: 'channel-44',
|
|
50
50
|
portId: 'transfer'
|
|
51
51
|
},
|
|
52
52
|
ordering: 'unordered',
|