chain-registry 1.63.38 → 1.63.40
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/agoric/chain.js +4 -1
- package/esm/mainnet/andromeda/ibc.js +30 -0
- package/esm/mainnet/assets.js +2 -0
- package/esm/mainnet/bandchain/ibc.js +29 -0
- package/esm/mainnet/beezee/assets.js +97 -2
- package/esm/mainnet/chains.js +2 -0
- package/esm/mainnet/cnhostables/assets.js +35 -0
- package/esm/mainnet/cnhostables/chain.js +64 -0
- package/esm/mainnet/cnhostables/index.js +4 -0
- package/esm/mainnet/dydx/chain.js +1 -1
- package/esm/mainnet/dydx/ibc.js +29 -0
- package/esm/mainnet/injective/assets.js +43 -0
- package/esm/mainnet/juno/assets.js +20 -0
- package/esm/mainnet/kyve/ibc.js +66 -3
- package/esm/mainnet/likecoin/chain.js +1 -6
- package/esm/mainnet/migaloo/assets.js +37 -0
- package/esm/mainnet/named.js +1 -0
- package/esm/mainnet/osmosis/assets.js +22 -0
- package/esm/mainnet/pryzm/assets.js +121 -0
- package/esm/mainnet/pryzm/chain.js +21 -0
- package/esm/mainnet/pryzm/ibc.js +58 -0
- package/esm/mainnet/sentinel/chain.js +8 -0
- package/esm/mainnet/source/ibc.js +30 -0
- package/esm/mainnet/stargaze/assets.js +80 -0
- package/esm/mainnet/stride/ibc.js +58 -0
- package/esm/mainnet/terpnetwork/chain.js +3 -3
- package/esm/mainnet/vidulum/assets.js +14 -2
- package/esm/mainnet/vidulum/chain.js +1 -1
- package/esm/testnet/assets.js +2 -0
- package/esm/testnet/chains.js +2 -0
- package/esm/testnet/metanovaversetestnet/assets.js +26 -0
- package/esm/testnet/metanovaversetestnet/chain.js +23 -0
- package/esm/testnet/metanovaversetestnet/index.js +4 -0
- package/esm/testnet/named.js +1 -0
- package/esm/testnet/sourcetestnet/chain.js +16 -0
- package/mainnet/agoric/chain.js +4 -1
- package/mainnet/andromeda/ibc.js +30 -0
- package/mainnet/assets.js +2 -0
- package/mainnet/bandchain/ibc.js +29 -0
- package/mainnet/beezee/assets.js +97 -2
- package/mainnet/chains.js +2 -0
- package/mainnet/cnhostables/assets.d.ts +3 -0
- package/mainnet/cnhostables/assets.js +37 -0
- package/mainnet/cnhostables/chain.d.ts +3 -0
- package/mainnet/cnhostables/chain.js +66 -0
- package/mainnet/cnhostables/index.d.ts +2 -0
- package/mainnet/cnhostables/index.js +10 -0
- package/mainnet/dydx/chain.js +1 -1
- package/mainnet/dydx/ibc.js +29 -0
- package/mainnet/injective/assets.js +43 -0
- package/mainnet/juno/assets.js +20 -0
- package/mainnet/kyve/ibc.js +66 -3
- package/mainnet/likecoin/chain.js +1 -6
- package/mainnet/migaloo/assets.js +37 -0
- package/mainnet/named.d.ts +1 -0
- package/mainnet/named.js +5 -4
- package/mainnet/osmosis/assets.js +22 -0
- package/mainnet/pryzm/assets.js +121 -0
- package/mainnet/pryzm/chain.js +21 -0
- package/mainnet/pryzm/ibc.js +58 -0
- package/mainnet/sentinel/chain.js +8 -0
- package/mainnet/source/ibc.js +30 -0
- package/mainnet/stargaze/assets.js +80 -0
- package/mainnet/stride/ibc.js +58 -0
- package/mainnet/terpnetwork/chain.js +3 -3
- package/mainnet/vidulum/assets.js +14 -2
- package/mainnet/vidulum/chain.js +1 -1
- package/package.json +4 -4
- package/testnet/assets.js +2 -0
- package/testnet/chains.js +2 -0
- package/testnet/metanovaversetestnet/assets.d.ts +3 -0
- package/testnet/metanovaversetestnet/assets.js +28 -0
- package/testnet/metanovaversetestnet/chain.d.ts +3 -0
- package/testnet/metanovaversetestnet/chain.js +25 -0
- package/testnet/metanovaversetestnet/index.d.ts +2 -0
- package/testnet/metanovaversetestnet/index.js +10 -0
- package/testnet/named.d.ts +1 -0
- package/testnet/named.js +3 -2
- package/testnet/sourcetestnet/chain.js +16 -0
|
@@ -29,7 +29,10 @@ const info = {
|
|
|
29
29
|
denom: 'ubld'
|
|
30
30
|
}]
|
|
31
31
|
},
|
|
32
|
-
codebase: {
|
|
32
|
+
codebase: {
|
|
33
|
+
cosmos_sdk_version: 'agoric-labs/cosmos-sdk v0.46.16-alpha.agoric.2.4',
|
|
34
|
+
cosmwasm_enabled: false
|
|
35
|
+
},
|
|
33
36
|
logo_URIs: {
|
|
34
37
|
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/agoric/images/Agoric-logo-color.png',
|
|
35
38
|
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/agoric/images/Agoric-logo-color.svg'
|
|
@@ -86,6 +86,36 @@ const info = [
|
|
|
86
86
|
}
|
|
87
87
|
}]
|
|
88
88
|
},
|
|
89
|
+
{
|
|
90
|
+
$schema: '../ibc_data.schema.json',
|
|
91
|
+
chain_1: {
|
|
92
|
+
chain_name: 'andromeda',
|
|
93
|
+
client_id: '07-tendermint-17',
|
|
94
|
+
connection_id: 'connection-13'
|
|
95
|
+
},
|
|
96
|
+
chain_2: {
|
|
97
|
+
chain_name: 'kyve',
|
|
98
|
+
client_id: '07-tendermint-2',
|
|
99
|
+
connection_id: 'connection-3'
|
|
100
|
+
},
|
|
101
|
+
channels: [{
|
|
102
|
+
chain_1: {
|
|
103
|
+
channel_id: 'channel-14',
|
|
104
|
+
port_id: 'transfer'
|
|
105
|
+
},
|
|
106
|
+
chain_2: {
|
|
107
|
+
channel_id: 'channel-2',
|
|
108
|
+
port_id: 'transfer'
|
|
109
|
+
},
|
|
110
|
+
ordering: 'unordered',
|
|
111
|
+
version: 'ics20-1',
|
|
112
|
+
fee_version: 'ics29-1',
|
|
113
|
+
tags: {
|
|
114
|
+
status: 'live',
|
|
115
|
+
preferred: true
|
|
116
|
+
}
|
|
117
|
+
}]
|
|
118
|
+
},
|
|
89
119
|
{
|
|
90
120
|
$schema: '../ibc_data.schema.json',
|
|
91
121
|
chain_1: {
|
package/esm/mainnet/assets.js
CHANGED
|
@@ -31,6 +31,7 @@ import * as _chimba from './chimba';
|
|
|
31
31
|
import * as _chronicnetwork from './chronicnetwork';
|
|
32
32
|
import * as _cifer from './cifer';
|
|
33
33
|
import * as _cifer1 from './cifer1';
|
|
34
|
+
import * as _cnhostables from './cnhostables';
|
|
34
35
|
import * as _comdex from './comdex';
|
|
35
36
|
import * as _commercionetwork from './commercionetwork';
|
|
36
37
|
import * as _composable from './composable';
|
|
@@ -208,6 +209,7 @@ const assets = [
|
|
|
208
209
|
_chronicnetwork.assets,
|
|
209
210
|
_cifer.assets,
|
|
210
211
|
_cifer1.assets,
|
|
212
|
+
_cnhostables.assets,
|
|
211
213
|
_comdex.assets,
|
|
212
214
|
_commercionetwork.assets,
|
|
213
215
|
_composable.assets,
|
|
@@ -86,6 +86,35 @@ const info = [
|
|
|
86
86
|
dex: 'osmosis'
|
|
87
87
|
}
|
|
88
88
|
}]
|
|
89
|
+
},
|
|
90
|
+
{
|
|
91
|
+
$schema: '../ibc_data.schema.json',
|
|
92
|
+
chain_1: {
|
|
93
|
+
chain_name: 'bandchain',
|
|
94
|
+
client_id: '07-tendermint-169',
|
|
95
|
+
connection_id: 'connection-150'
|
|
96
|
+
},
|
|
97
|
+
chain_2: {
|
|
98
|
+
chain_name: 'stride',
|
|
99
|
+
client_id: '07-tendermint-146',
|
|
100
|
+
connection_id: 'connection-146'
|
|
101
|
+
},
|
|
102
|
+
channels: [{
|
|
103
|
+
chain_1: {
|
|
104
|
+
channel_id: 'channel-161',
|
|
105
|
+
port_id: 'transfer'
|
|
106
|
+
},
|
|
107
|
+
chain_2: {
|
|
108
|
+
channel_id: 'channel-258',
|
|
109
|
+
port_id: 'transfer'
|
|
110
|
+
},
|
|
111
|
+
ordering: 'unordered',
|
|
112
|
+
version: 'ics20-1',
|
|
113
|
+
tags: {
|
|
114
|
+
status: 'live',
|
|
115
|
+
preferred: true
|
|
116
|
+
}
|
|
117
|
+
}]
|
|
89
118
|
}
|
|
90
119
|
];
|
|
91
120
|
export default info;
|
|
@@ -1,7 +1,8 @@
|
|
|
1
1
|
const info = {
|
|
2
2
|
$schema: '../assetlist.schema.json',
|
|
3
3
|
chain_name: 'beezee',
|
|
4
|
-
assets: [
|
|
4
|
+
assets: [
|
|
5
|
+
{
|
|
5
6
|
description: 'BeeZee native blockchain',
|
|
6
7
|
denom_units: [{
|
|
7
8
|
denom: 'ubze',
|
|
@@ -26,6 +27,100 @@ const info = {
|
|
|
26
27
|
primary_color_hex: '#079fd7'
|
|
27
28
|
}
|
|
28
29
|
}]
|
|
29
|
-
}
|
|
30
|
+
},
|
|
31
|
+
{
|
|
32
|
+
description: 'Vidulum App Token',
|
|
33
|
+
denom_units: [{
|
|
34
|
+
denom: 'factory/bze13gzq40che93tgfm9kzmkpjamah5nj0j73pyhqk/uvdl',
|
|
35
|
+
exponent: 0
|
|
36
|
+
}, {
|
|
37
|
+
denom: 'vdl',
|
|
38
|
+
exponent: 6
|
|
39
|
+
}],
|
|
40
|
+
base: 'factory/bze13gzq40che93tgfm9kzmkpjamah5nj0j73pyhqk/uvdl',
|
|
41
|
+
name: 'Vidulum',
|
|
42
|
+
display: 'vdl',
|
|
43
|
+
symbol: 'VDL',
|
|
44
|
+
logo_URIs: {
|
|
45
|
+
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/beezee/images/vdl.png',
|
|
46
|
+
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/beezee/images/vdl.svg'
|
|
47
|
+
},
|
|
48
|
+
coingecko_id: 'vidulum',
|
|
49
|
+
images: [{
|
|
50
|
+
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/beezee/images/vdl.png',
|
|
51
|
+
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/beezee/images/vdl.svg',
|
|
52
|
+
theme: {
|
|
53
|
+
primary_color_hex: '#3454bc'
|
|
54
|
+
}
|
|
55
|
+
}]
|
|
56
|
+
},
|
|
57
|
+
{
|
|
58
|
+
description: 'OSMO from Osmosis',
|
|
59
|
+
denom_units: [{
|
|
60
|
+
denom: 'ibc/ED07A3391A112B175915CD8FAF43A2DA8E4790EDE12566649D0C2F97716B8518',
|
|
61
|
+
exponent: 0,
|
|
62
|
+
aliases: ['uosmo']
|
|
63
|
+
}, {
|
|
64
|
+
denom: 'osmo',
|
|
65
|
+
exponent: 6,
|
|
66
|
+
aliases: []
|
|
67
|
+
}],
|
|
68
|
+
type_asset: 'ics20',
|
|
69
|
+
base: 'ibc/ED07A3391A112B175915CD8FAF43A2DA8E4790EDE12566649D0C2F97716B8518',
|
|
70
|
+
name: 'Osmosis',
|
|
71
|
+
display: 'osmo',
|
|
72
|
+
symbol: 'OSMO',
|
|
73
|
+
traces: [{
|
|
74
|
+
type: 'ibc',
|
|
75
|
+
counterparty: {
|
|
76
|
+
chain_name: 'osmosis',
|
|
77
|
+
base_denom: 'uosmo',
|
|
78
|
+
channel_id: 'channel-340'
|
|
79
|
+
},
|
|
80
|
+
chain: {
|
|
81
|
+
channel_id: 'channel-0',
|
|
82
|
+
path: 'transfer/channel-0/uosmo'
|
|
83
|
+
}
|
|
84
|
+
}],
|
|
85
|
+
images: [{
|
|
86
|
+
image_sync: {
|
|
87
|
+
chain_name: 'osmosis',
|
|
88
|
+
base_denom: 'uosmo'
|
|
89
|
+
},
|
|
90
|
+
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/osmosis/images/osmo.png',
|
|
91
|
+
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/osmosis/images/osmo.svg',
|
|
92
|
+
theme: {
|
|
93
|
+
primary_color_hex: '#760dbb'
|
|
94
|
+
}
|
|
95
|
+
}],
|
|
96
|
+
logo_URIs: {
|
|
97
|
+
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/osmosis/images/osmo.png',
|
|
98
|
+
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/osmosis/images/osmo.svg'
|
|
99
|
+
}
|
|
100
|
+
},
|
|
101
|
+
{
|
|
102
|
+
description: 'Crypto2Mars Community Token',
|
|
103
|
+
denom_units: [{
|
|
104
|
+
denom: 'factory/bze15pqjgk4la0mfphwddce00d05n3th3u66n3ptcv/2MARS',
|
|
105
|
+
exponent: 0
|
|
106
|
+
}, {
|
|
107
|
+
denom: 'C2M',
|
|
108
|
+
exponent: 6
|
|
109
|
+
}],
|
|
110
|
+
base: 'factory/bze15pqjgk4la0mfphwddce00d05n3th3u66n3ptcv/2MARS',
|
|
111
|
+
name: 'Crypto2Mars',
|
|
112
|
+
display: 'C2M',
|
|
113
|
+
symbol: 'C2M',
|
|
114
|
+
logo_URIs: {
|
|
115
|
+
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/beezee/images/c2m.png'
|
|
116
|
+
},
|
|
117
|
+
images: [{
|
|
118
|
+
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/beezee/images/c2m.png',
|
|
119
|
+
theme: {
|
|
120
|
+
primary_color_hex: '#FEFEFE'
|
|
121
|
+
}
|
|
122
|
+
}]
|
|
123
|
+
}
|
|
124
|
+
]
|
|
30
125
|
};
|
|
31
126
|
export default info;
|
package/esm/mainnet/chains.js
CHANGED
|
@@ -32,6 +32,7 @@ import * as _chimba from './chimba';
|
|
|
32
32
|
import * as _chronicnetwork from './chronicnetwork';
|
|
33
33
|
import * as _cifer from './cifer';
|
|
34
34
|
import * as _cifer1 from './cifer1';
|
|
35
|
+
import * as _cnhostables from './cnhostables';
|
|
35
36
|
import * as _comdex from './comdex';
|
|
36
37
|
import * as _commercionetwork from './commercionetwork';
|
|
37
38
|
import * as _composable from './composable';
|
|
@@ -211,6 +212,7 @@ const chains = [
|
|
|
211
212
|
_chronicnetwork.chain,
|
|
212
213
|
_cifer.chain,
|
|
213
214
|
_cifer1.chain,
|
|
215
|
+
_cnhostables.chain,
|
|
214
216
|
_comdex.chain,
|
|
215
217
|
_commercionetwork.chain,
|
|
216
218
|
_composable.chain,
|
|
@@ -0,0 +1,35 @@
|
|
|
1
|
+
const info = {
|
|
2
|
+
$schema: '../assetlist.schema.json',
|
|
3
|
+
chain_name: 'cnhostables',
|
|
4
|
+
assets: [{
|
|
5
|
+
description: 'CNHO Stables Network is designed to facilitate the real world asset in Cosmos ecosystem. Starting from non USD stablecoins and stocks to real estates, the goal is to provide a new tool for the under development regions to invest in the future and pay globally. The native token is CNHO, pegged 1:1 on CNH.',
|
|
6
|
+
denom_units: [{
|
|
7
|
+
denom: 'ucnho',
|
|
8
|
+
exponent: 0
|
|
9
|
+
}, {
|
|
10
|
+
denom: 'CNHO',
|
|
11
|
+
exponent: 6
|
|
12
|
+
}],
|
|
13
|
+
base: 'ucnho',
|
|
14
|
+
name: 'CNHO Stables',
|
|
15
|
+
display: 'CNHO',
|
|
16
|
+
symbol: 'CNHO',
|
|
17
|
+
logo_URIs: {
|
|
18
|
+
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/cnhostables/images/chain.png',
|
|
19
|
+
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/cnhostables/images/chain.svg'
|
|
20
|
+
},
|
|
21
|
+
keywords: ['CNHO'],
|
|
22
|
+
images: [{
|
|
23
|
+
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/cnhostables/images/chain.png',
|
|
24
|
+
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/cnhostables/images/chain.svg',
|
|
25
|
+
theme: {
|
|
26
|
+
primary_color_hex: '#708ffc'
|
|
27
|
+
}
|
|
28
|
+
}],
|
|
29
|
+
socials: {
|
|
30
|
+
website: 'https://cnho.io/',
|
|
31
|
+
twitter: 'https://twitter.com/cnho_io'
|
|
32
|
+
}
|
|
33
|
+
}]
|
|
34
|
+
};
|
|
35
|
+
export default info;
|
|
@@ -0,0 +1,64 @@
|
|
|
1
|
+
const info = {
|
|
2
|
+
$schema: '../chain.schema.json',
|
|
3
|
+
chain_name: 'cnhostables',
|
|
4
|
+
status: 'live',
|
|
5
|
+
network_type: 'mainnet',
|
|
6
|
+
website: 'https://cnho.io/',
|
|
7
|
+
pretty_name: 'CNHO Stables',
|
|
8
|
+
chain_id: 'cnho_stables-1',
|
|
9
|
+
bech32_prefix: 'cnho',
|
|
10
|
+
daemon_name: 'cnho',
|
|
11
|
+
node_home: '$HOME/.cnho',
|
|
12
|
+
slip44: 118,
|
|
13
|
+
fees: {
|
|
14
|
+
fee_tokens: [{
|
|
15
|
+
denom: 'ucnho',
|
|
16
|
+
fixed_min_gas_price: 0.000005,
|
|
17
|
+
low_gas_price: 0.000001,
|
|
18
|
+
average_gas_price: 0.00001,
|
|
19
|
+
high_gas_price: 0.025
|
|
20
|
+
}]
|
|
21
|
+
},
|
|
22
|
+
staking: {
|
|
23
|
+
staking_tokens: [{
|
|
24
|
+
denom: 'ucnho'
|
|
25
|
+
}]
|
|
26
|
+
},
|
|
27
|
+
codebase: {
|
|
28
|
+
cosmos_sdk_version: 'v0.46.7',
|
|
29
|
+
cosmwasm_enabled: false
|
|
30
|
+
},
|
|
31
|
+
logo_URIs: {
|
|
32
|
+
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/cnhostables/images/chain.png',
|
|
33
|
+
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/cnhostables/images/chain.svg'
|
|
34
|
+
},
|
|
35
|
+
description: 'CNHO Stables Network is designed to facilitate the real world asset in Cosmos ecosystem.',
|
|
36
|
+
apis: {
|
|
37
|
+
rpc: [{
|
|
38
|
+
address: 'https://rpc.cnho.io',
|
|
39
|
+
provider: 'CNHO Stables'
|
|
40
|
+
}],
|
|
41
|
+
rest: [{
|
|
42
|
+
address: 'https://api.cnho.io',
|
|
43
|
+
provider: 'CNHO Stables'
|
|
44
|
+
}],
|
|
45
|
+
grpc: [{
|
|
46
|
+
address: '159.138.232.248:9090',
|
|
47
|
+
provider: 'CNHO Stables'
|
|
48
|
+
}]
|
|
49
|
+
},
|
|
50
|
+
explorers: [{
|
|
51
|
+
url: 'https://explorer.cnho.io',
|
|
52
|
+
tx_page: 'https://explorer.cnho.io/transaction/${txHash}',
|
|
53
|
+
account_page: 'https://explorer.cnho.io/account/${accountAddress}'
|
|
54
|
+
}],
|
|
55
|
+
keywords: ['CNHO'],
|
|
56
|
+
images: [{
|
|
57
|
+
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/cnhostables/images/chain.png',
|
|
58
|
+
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/cnhostables/images/chain.svg',
|
|
59
|
+
theme: {
|
|
60
|
+
primary_color_hex: '#708ffc'
|
|
61
|
+
}
|
|
62
|
+
}]
|
|
63
|
+
};
|
|
64
|
+
export default info;
|
|
@@ -32,7 +32,7 @@ const info = {
|
|
|
32
32
|
}]
|
|
33
33
|
},
|
|
34
34
|
codebase: {
|
|
35
|
-
cosmos_sdk_version: 'dydxprotocol/cosmos-sdk v0.50.6-0.
|
|
35
|
+
cosmos_sdk_version: 'dydxprotocol/cosmos-sdk v0.50.6-0.20240606183841-18966898625f'
|
|
36
36
|
},
|
|
37
37
|
logo_URIs: {
|
|
38
38
|
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/dydx/images/dydx.png',
|
package/esm/mainnet/dydx/ibc.js
CHANGED
|
@@ -262,6 +262,35 @@ const info = [
|
|
|
262
262
|
}
|
|
263
263
|
}]
|
|
264
264
|
},
|
|
265
|
+
{
|
|
266
|
+
$schema: '../ibc_data.schema.json',
|
|
267
|
+
chain_1: {
|
|
268
|
+
chain_name: 'dydx',
|
|
269
|
+
client_id: '07-tendermint-29',
|
|
270
|
+
connection_id: 'connection-34'
|
|
271
|
+
},
|
|
272
|
+
chain_2: {
|
|
273
|
+
chain_name: 'pryzm',
|
|
274
|
+
client_id: '07-tendermint-9',
|
|
275
|
+
connection_id: 'connection-9'
|
|
276
|
+
},
|
|
277
|
+
channels: [{
|
|
278
|
+
chain_1: {
|
|
279
|
+
channel_id: 'channel-71',
|
|
280
|
+
port_id: 'transfer'
|
|
281
|
+
},
|
|
282
|
+
chain_2: {
|
|
283
|
+
channel_id: 'channel-24',
|
|
284
|
+
port_id: 'transfer'
|
|
285
|
+
},
|
|
286
|
+
ordering: 'unordered',
|
|
287
|
+
version: 'ics20-1',
|
|
288
|
+
tags: {
|
|
289
|
+
status: 'live',
|
|
290
|
+
preferred: true
|
|
291
|
+
}
|
|
292
|
+
}]
|
|
293
|
+
},
|
|
265
294
|
{
|
|
266
295
|
$schema: '../ibc_data.schema.json',
|
|
267
296
|
chain_1: {
|
|
@@ -729,6 +729,49 @@ const info = {
|
|
|
729
729
|
}, {
|
|
730
730
|
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/_non-cosmos/ethereum/images/usdc.svg'
|
|
731
731
|
}]
|
|
732
|
+
},
|
|
733
|
+
{
|
|
734
|
+
description: 'The most degenerate NFT on Injective. Gravedigger collection for $bINJ. Giving power back to the community.',
|
|
735
|
+
denom_units: [{
|
|
736
|
+
denom: 'factory/inj1a6xdezq7a94qwamec6n6cnup02nvewvjtz6h6e/SYN',
|
|
737
|
+
exponent: 0
|
|
738
|
+
}, {
|
|
739
|
+
denom: 'SYN',
|
|
740
|
+
exponent: 6
|
|
741
|
+
}],
|
|
742
|
+
base: 'factory/inj1a6xdezq7a94qwamec6n6cnup02nvewvjtz6h6e/SYN',
|
|
743
|
+
name: 'Syndicate',
|
|
744
|
+
display: 'SYN',
|
|
745
|
+
symbol: 'SYN',
|
|
746
|
+
logo_URIs: {
|
|
747
|
+
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/injective/images/syn.png'
|
|
748
|
+
},
|
|
749
|
+
images: [{
|
|
750
|
+
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/injective/images/syn.png',
|
|
751
|
+
theme: {
|
|
752
|
+
primary_color_hex: '#04a2fc'
|
|
753
|
+
}
|
|
754
|
+
}]
|
|
755
|
+
},
|
|
756
|
+
{
|
|
757
|
+
description: 'SYN burn Derivative; minted when SYN is burned via The Furnace',
|
|
758
|
+
denom_units: [{
|
|
759
|
+
denom: 'factory/inj1ej2f3lmpxj4djsmmuxvnfuvplrut7zmwrq7zj8/syn.ash',
|
|
760
|
+
exponent: 0
|
|
761
|
+
}, {
|
|
762
|
+
denom: 'ashSYN',
|
|
763
|
+
exponent: 6
|
|
764
|
+
}],
|
|
765
|
+
base: 'factory/inj1ej2f3lmpxj4djsmmuxvnfuvplrut7zmwrq7zj8/syn.ash',
|
|
766
|
+
name: 'ASH Syndicate',
|
|
767
|
+
display: 'ashSYN',
|
|
768
|
+
symbol: 'ashSYN',
|
|
769
|
+
logo_URIs: {
|
|
770
|
+
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/injective/images/syn.ash.png'
|
|
771
|
+
},
|
|
772
|
+
images: [{
|
|
773
|
+
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/injective/images/syn.ash.png'
|
|
774
|
+
}]
|
|
732
775
|
}
|
|
733
776
|
]
|
|
734
777
|
};
|
|
@@ -2077,6 +2077,26 @@ const info = {
|
|
|
2077
2077
|
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/neutron/images/arena.png',
|
|
2078
2078
|
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/neutron/images/arena.svg'
|
|
2079
2079
|
}
|
|
2080
|
+
},
|
|
2081
|
+
{
|
|
2082
|
+
description: 'ashWIND',
|
|
2083
|
+
denom_units: [{
|
|
2084
|
+
denom: 'factory/juno16uprl38e4ljj5ctuha9ehpvp2l93z3d5jmwj2cttt6jkhlrhscpqgglalk/wind.ash',
|
|
2085
|
+
exponent: 0
|
|
2086
|
+
}, {
|
|
2087
|
+
denom: 'ashWIND',
|
|
2088
|
+
exponent: 6
|
|
2089
|
+
}],
|
|
2090
|
+
base: 'factory/juno16uprl38e4ljj5ctuha9ehpvp2l93z3d5jmwj2cttt6jkhlrhscpqgglalk/wind.ash',
|
|
2091
|
+
name: 'ashWIND',
|
|
2092
|
+
display: 'ashWIND',
|
|
2093
|
+
symbol: 'ashWIND',
|
|
2094
|
+
logo_URIs: {
|
|
2095
|
+
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/juno/images/wind.ash.png'
|
|
2096
|
+
},
|
|
2097
|
+
images: [{
|
|
2098
|
+
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/juno/images/wind.ash.png'
|
|
2099
|
+
}]
|
|
2080
2100
|
}
|
|
2081
2101
|
]
|
|
2082
2102
|
};
|
package/esm/mainnet/kyve/ibc.js
CHANGED
|
@@ -1,4 +1,35 @@
|
|
|
1
|
-
const info = [
|
|
1
|
+
const info = [
|
|
2
|
+
{
|
|
3
|
+
$schema: '../ibc_data.schema.json',
|
|
4
|
+
chain_1: {
|
|
5
|
+
chain_name: 'andromeda',
|
|
6
|
+
client_id: '07-tendermint-17',
|
|
7
|
+
connection_id: 'connection-13'
|
|
8
|
+
},
|
|
9
|
+
chain_2: {
|
|
10
|
+
chain_name: 'kyve',
|
|
11
|
+
client_id: '07-tendermint-2',
|
|
12
|
+
connection_id: 'connection-3'
|
|
13
|
+
},
|
|
14
|
+
channels: [{
|
|
15
|
+
chain_1: {
|
|
16
|
+
channel_id: 'channel-14',
|
|
17
|
+
port_id: 'transfer'
|
|
18
|
+
},
|
|
19
|
+
chain_2: {
|
|
20
|
+
channel_id: 'channel-2',
|
|
21
|
+
port_id: 'transfer'
|
|
22
|
+
},
|
|
23
|
+
ordering: 'unordered',
|
|
24
|
+
version: 'ics20-1',
|
|
25
|
+
fee_version: 'ics29-1',
|
|
26
|
+
tags: {
|
|
27
|
+
status: 'live',
|
|
28
|
+
preferred: true
|
|
29
|
+
}
|
|
30
|
+
}]
|
|
31
|
+
},
|
|
32
|
+
{
|
|
2
33
|
$schema: '../ibc_data.schema.json',
|
|
3
34
|
chain_1: {
|
|
4
35
|
chain_name: 'axelar',
|
|
@@ -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
|
chain_1: {
|
|
32
64
|
chain_name: 'kyve',
|
|
@@ -54,5 +86,36 @@ const info = [{
|
|
|
54
86
|
preferred: true
|
|
55
87
|
}
|
|
56
88
|
}]
|
|
57
|
-
}
|
|
89
|
+
},
|
|
90
|
+
{
|
|
91
|
+
$schema: '../ibc_data.schema.json',
|
|
92
|
+
chain_1: {
|
|
93
|
+
chain_name: 'kyve',
|
|
94
|
+
client_id: '07-tendermint-3',
|
|
95
|
+
connection_id: 'connection-5'
|
|
96
|
+
},
|
|
97
|
+
chain_2: {
|
|
98
|
+
chain_name: 'source',
|
|
99
|
+
client_id: '07-tendermint-15',
|
|
100
|
+
connection_id: 'connection-16'
|
|
101
|
+
},
|
|
102
|
+
channels: [{
|
|
103
|
+
chain_1: {
|
|
104
|
+
channel_id: 'channel-3',
|
|
105
|
+
port_id: 'transfer'
|
|
106
|
+
},
|
|
107
|
+
chain_2: {
|
|
108
|
+
channel_id: 'channel-2',
|
|
109
|
+
port_id: 'transfer'
|
|
110
|
+
},
|
|
111
|
+
ordering: 'unordered',
|
|
112
|
+
version: 'ics20-1',
|
|
113
|
+
fee_version: 'ics29-1',
|
|
114
|
+
tags: {
|
|
115
|
+
status: 'live',
|
|
116
|
+
preferred: true
|
|
117
|
+
}
|
|
118
|
+
}]
|
|
119
|
+
}
|
|
120
|
+
];
|
|
58
121
|
export default info;
|
|
@@ -93,12 +93,6 @@ const info = {
|
|
|
93
93
|
]
|
|
94
94
|
},
|
|
95
95
|
explorers: [
|
|
96
|
-
{
|
|
97
|
-
kind: 'mintscan',
|
|
98
|
-
url: 'https://www.mintscan.io/likecoin',
|
|
99
|
-
tx_page: 'https://www.mintscan.io/likecoin/transactions/${txHash}',
|
|
100
|
-
account_page: 'https://www.mintscan.io/likecoin/accounts/${accountAddress}'
|
|
101
|
-
},
|
|
102
96
|
{
|
|
103
97
|
kind: 'ezstaking',
|
|
104
98
|
url: 'https://ezstaking.app/likecoin',
|
|
@@ -131,6 +125,7 @@ const info = {
|
|
|
131
125
|
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/likecoin/images/likecoin-chain-logo.svg'
|
|
132
126
|
},
|
|
133
127
|
keywords: [
|
|
128
|
+
'ebook',
|
|
134
129
|
'depub',
|
|
135
130
|
'publishing',
|
|
136
131
|
'like',
|
|
@@ -658,6 +658,43 @@ const info = {
|
|
|
658
658
|
contract: 'migaloo1r9x8fz4alekzr78k42rpmr9unpa7egsldpqeynmwl2nfvzexue9sn8l5rg'
|
|
659
659
|
}
|
|
660
660
|
}]
|
|
661
|
+
},
|
|
662
|
+
{
|
|
663
|
+
denom_units: [{
|
|
664
|
+
denom: 'ibc/33E97105B5C1F48CB7D6400F4673F9B3699AC59EDB621CCCD57D5D480E0C83B6',
|
|
665
|
+
exponent: 0,
|
|
666
|
+
aliases: ['factory/inj1a6xdezq7a94qwamec6n6cnup02nvewvjtz6h6e/SYN']
|
|
667
|
+
}, {
|
|
668
|
+
denom: 'SYN',
|
|
669
|
+
exponent: 6
|
|
670
|
+
}],
|
|
671
|
+
type_asset: 'ics20',
|
|
672
|
+
base: 'ibc/33E97105B5C1F48CB7D6400F4673F9B3699AC59EDB621CCCD57D5D480E0C83B6',
|
|
673
|
+
name: 'SYN',
|
|
674
|
+
display: 'SYN',
|
|
675
|
+
symbol: 'SYN',
|
|
676
|
+
traces: [{
|
|
677
|
+
type: 'ibc',
|
|
678
|
+
counterparty: {
|
|
679
|
+
chain_name: 'injective',
|
|
680
|
+
base_denom: 'factory/inj1a6xdezq7a94qwamec6n6cnup02nvewvjtz6h6e/SYN',
|
|
681
|
+
channel_id: 'channel-102'
|
|
682
|
+
},
|
|
683
|
+
chain: {
|
|
684
|
+
channel_id: 'channel-3',
|
|
685
|
+
path: 'transfer/channel-3/factory/inj1a6xdezq7a94qwamec6n6cnup02nvewvjtz6h6e/SYN'
|
|
686
|
+
}
|
|
687
|
+
}],
|
|
688
|
+
images: [{
|
|
689
|
+
image_sync: {
|
|
690
|
+
chain_name: 'injective',
|
|
691
|
+
base_denom: 'factory/inj1a6xdezq7a94qwamec6n6cnup02nvewvjtz6h6e/SYN'
|
|
692
|
+
},
|
|
693
|
+
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/injective/images/syn.png'
|
|
694
|
+
}],
|
|
695
|
+
logo_URIs: {
|
|
696
|
+
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/injective/images/syn.png'
|
|
697
|
+
}
|
|
661
698
|
}
|
|
662
699
|
]
|
|
663
700
|
};
|
package/esm/mainnet/named.js
CHANGED
|
@@ -32,6 +32,7 @@ export * as chimba from './chimba';
|
|
|
32
32
|
export * as chronicnetwork from './chronicnetwork';
|
|
33
33
|
export * as cifer from './cifer';
|
|
34
34
|
export * as cifer1 from './cifer1';
|
|
35
|
+
export * as cnhostables from './cnhostables';
|
|
35
36
|
export * as comdex from './comdex';
|
|
36
37
|
export * as commercionetwork from './commercionetwork';
|
|
37
38
|
export * as composable from './composable';
|
|
@@ -17799,6 +17799,28 @@ const info = {
|
|
|
17799
17799
|
},
|
|
17800
17800
|
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/_non-cosmos/solana/images/sol.svg'
|
|
17801
17801
|
}]
|
|
17802
|
+
},
|
|
17803
|
+
{
|
|
17804
|
+
description: 'COOK is the governance token for Start.Cooking, the premier token factory on Cosmos.',
|
|
17805
|
+
denom_units: [{
|
|
17806
|
+
denom: 'factory/osmo1q77cw0mmlluxu0wr29fcdd0tdnh78gzhkvhe4n6ulal9qvrtu43qtd0nh8/COOK',
|
|
17807
|
+
exponent: 0
|
|
17808
|
+
}, {
|
|
17809
|
+
denom: 'COOK',
|
|
17810
|
+
exponent: 6
|
|
17811
|
+
}],
|
|
17812
|
+
type_asset: 'sdk.coin',
|
|
17813
|
+
address: 'osmo1q77cw0mmlluxu0wr29fcdd0tdnh78gzhkvhe4n6ulal9qvrtu43qtd0nh8',
|
|
17814
|
+
base: 'factory/osmo1q77cw0mmlluxu0wr29fcdd0tdnh78gzhkvhe4n6ulal9qvrtu43qtd0nh8/COOK',
|
|
17815
|
+
name: 'COOK',
|
|
17816
|
+
display: 'COOK',
|
|
17817
|
+
symbol: 'COOK',
|
|
17818
|
+
logo_URIs: {
|
|
17819
|
+
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/osmosis/images/COOK.png'
|
|
17820
|
+
},
|
|
17821
|
+
images: [{
|
|
17822
|
+
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/osmosis/images/COOK.png'
|
|
17823
|
+
}]
|
|
17802
17824
|
}
|
|
17803
17825
|
]
|
|
17804
17826
|
};
|