chain-registry 2.0.74 → 2.0.76
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/atomone/asset-list.js +2 -1
- package/esm/mainnet/bluzelle/chain.js +8 -8
- 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/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/atomone/asset-list.js +2 -1
- package/mainnet/bluzelle/chain.js +8 -8
- 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/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
|
@@ -31,25 +31,25 @@ const info = {
|
|
|
31
31
|
},
|
|
32
32
|
codebase: {
|
|
33
33
|
gitRepo: 'https://github.com/bluzelle/bluzelle-public',
|
|
34
|
-
recommendedVersion: '
|
|
35
|
-
compatibleVersions: ['
|
|
34
|
+
recommendedVersion: 'v11.0',
|
|
35
|
+
compatibleVersions: ['v11.0'],
|
|
36
|
+
binaries: {
|
|
37
|
+
"linux/amd64": 'https://github.com/bluzelle/bluzelle-public/releases/download/v11.0/curiumd-linux-amd'
|
|
38
|
+
},
|
|
36
39
|
consensus: {
|
|
37
40
|
type: 'cometbft',
|
|
38
|
-
version: '
|
|
41
|
+
version: 'v0.38.12'
|
|
39
42
|
},
|
|
40
43
|
genesis: {
|
|
41
44
|
genesisUrl: 'https://a.client.sentry.net.bluzelle.com:26657/genesis'
|
|
42
45
|
},
|
|
43
46
|
sdk: {
|
|
44
47
|
type: 'cosmos',
|
|
45
|
-
version: 'v0.
|
|
48
|
+
version: 'v0.47.15'
|
|
46
49
|
},
|
|
47
50
|
ibc: {
|
|
48
51
|
type: 'go',
|
|
49
|
-
version: '
|
|
50
|
-
},
|
|
51
|
-
binaries: {
|
|
52
|
-
"linux/amd64": 'https://github.com/bluzelle/bluzelle-public/releases/download/v10.0/curiumd'
|
|
52
|
+
version: 'v7'
|
|
53
53
|
}
|
|
54
54
|
},
|
|
55
55
|
logoURIs: {
|
|
@@ -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
|
}]
|
|
@@ -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',
|
|
@@ -33,25 +33,25 @@ const info = {
|
|
|
33
33
|
},
|
|
34
34
|
codebase: {
|
|
35
35
|
gitRepo: 'https://github.com/bluzelle/bluzelle-public',
|
|
36
|
-
recommendedVersion: '
|
|
37
|
-
compatibleVersions: ['
|
|
36
|
+
recommendedVersion: 'v11.0',
|
|
37
|
+
compatibleVersions: ['v11.0'],
|
|
38
|
+
binaries: {
|
|
39
|
+
"linux/amd64": 'https://github.com/bluzelle/bluzelle-public/releases/download/v11.0/curiumd-linux-amd'
|
|
40
|
+
},
|
|
38
41
|
consensus: {
|
|
39
42
|
type: 'cometbft',
|
|
40
|
-
version: '
|
|
43
|
+
version: 'v0.38.12'
|
|
41
44
|
},
|
|
42
45
|
genesis: {
|
|
43
46
|
genesisUrl: 'https://a.client.sentry.net.bluzelle.com:26657/genesis'
|
|
44
47
|
},
|
|
45
48
|
sdk: {
|
|
46
49
|
type: 'cosmos',
|
|
47
|
-
version: 'v0.
|
|
50
|
+
version: 'v0.47.15'
|
|
48
51
|
},
|
|
49
52
|
ibc: {
|
|
50
53
|
type: 'go',
|
|
51
|
-
version: '
|
|
52
|
-
},
|
|
53
|
-
binaries: {
|
|
54
|
-
"linux/amd64": 'https://github.com/bluzelle/bluzelle-public/releases/download/v10.0/curiumd'
|
|
54
|
+
version: 'v7'
|
|
55
55
|
}
|
|
56
56
|
},
|
|
57
57
|
logoURIs: {
|
|
@@ -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
|
}]
|
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.76",
|
|
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.76"
|
|
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": "63fa27677d516751267f25f7084198c1ec2147b4"
|
|
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',
|