chain-registry 2.0.167 → 2.0.170
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/beezee/asset-list.js +1 -2
- package/esm/mainnet/bitbadges/chain.js +2 -3
- package/esm/mainnet/carbon/asset-list.js +1 -2
- package/esm/mainnet/composable/asset-list.js +0 -1
- package/esm/mainnet/cosmoshub/chain.js +7 -7
- package/esm/mainnet/coss/asset-list.js +0 -1
- package/esm/mainnet/decentr/asset-list.js +0 -1
- package/esm/mainnet/emoney/asset-list.js +0 -1
- package/esm/mainnet/juno/asset-list.js +0 -1
- package/esm/mainnet/kava/asset-list.js +0 -1
- package/esm/mainnet/kichain/asset-list.js +0 -1
- package/esm/mainnet/kujira/asset-list.js +0 -1
- package/esm/mainnet/migaloo/asset-list.js +1 -3
- package/esm/mainnet/odin/asset-list.js +0 -1
- package/esm/mainnet/omniflixhub/asset-list.js +0 -1
- package/esm/mainnet/osmosis/asset-list.js +14 -28
- package/esm/mainnet/pocket/chain.js +44 -8
- package/esm/mainnet/solana/asset-list.js +0 -1
- package/esm/mainnet/source/asset-list.js +0 -1
- package/esm/mainnet/stride/asset-list.js +0 -1
- package/esm/mainnet/teritori/asset-list.js +0 -2
- package/esm/mainnet/terra/asset-list.js +0 -1
- package/esm/noncosmos/solanatestnet/asset-list.js +0 -1
- package/esm/noncosmos/tinkernet/asset-list.js +0 -1
- package/esm/testnet/kichaintestnet/asset-list.js +0 -1
- package/mainnet/beezee/asset-list.js +1 -2
- package/mainnet/bitbadges/chain.js +2 -3
- package/mainnet/carbon/asset-list.js +1 -2
- package/mainnet/composable/asset-list.js +0 -1
- package/mainnet/cosmoshub/chain.js +7 -7
- package/mainnet/coss/asset-list.js +0 -1
- package/mainnet/decentr/asset-list.js +0 -1
- package/mainnet/emoney/asset-list.js +0 -1
- package/mainnet/juno/asset-list.js +0 -1
- package/mainnet/kava/asset-list.js +0 -1
- package/mainnet/kichain/asset-list.js +0 -1
- package/mainnet/kujira/asset-list.js +0 -1
- package/mainnet/migaloo/asset-list.js +1 -3
- package/mainnet/odin/asset-list.js +0 -1
- package/mainnet/omniflixhub/asset-list.js +0 -1
- package/mainnet/osmosis/asset-list.js +14 -28
- package/mainnet/pocket/chain.js +44 -8
- package/mainnet/solana/asset-list.js +0 -1
- package/mainnet/source/asset-list.js +0 -1
- package/mainnet/stride/asset-list.js +0 -1
- package/mainnet/teritori/asset-list.js +0 -2
- package/mainnet/terra/asset-list.js +0 -1
- package/noncosmos/solanatestnet/asset-list.js +0 -1
- package/noncosmos/tinkernet/asset-list.js +0 -1
- package/package.json +3 -3
- package/testnet/kichaintestnet/asset-list.js +0 -1
|
@@ -337,8 +337,7 @@ const info = {
|
|
|
337
337
|
logoURIs: {
|
|
338
338
|
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/omniflixhub/images/flix.png',
|
|
339
339
|
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/omniflixhub/images/flix.svg'
|
|
340
|
-
}
|
|
341
|
-
coingeckoId: 'omniflix-network'
|
|
340
|
+
}
|
|
342
341
|
},
|
|
343
342
|
{
|
|
344
343
|
description: 'The Sherpa memecoin',
|
|
@@ -10,9 +10,8 @@ const info = {
|
|
|
10
10
|
daemonName: 'bitbadgeschaind',
|
|
11
11
|
bech32Prefix: 'bb',
|
|
12
12
|
nodeHome: '$HOME/.bitbadgeschaind',
|
|
13
|
-
slip44:
|
|
14
|
-
|
|
15
|
-
keyAlgos: ['ethsecp256k1'],
|
|
13
|
+
slip44: 118,
|
|
14
|
+
keyAlgos: ['secp256k1'],
|
|
16
15
|
fees: {
|
|
17
16
|
feeTokens: [{
|
|
18
17
|
denom: 'ubadge',
|
|
@@ -618,8 +618,7 @@ const info = {
|
|
|
618
618
|
},
|
|
619
619
|
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/kujira/images/kuji.png',
|
|
620
620
|
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/kujira/images/kuji.svg'
|
|
621
|
-
}]
|
|
622
|
-
coingeckoId: 'kujira'
|
|
621
|
+
}]
|
|
623
622
|
},
|
|
624
623
|
{
|
|
625
624
|
description: 'stOSMO token on Carbon',
|
|
@@ -28,17 +28,17 @@ const info = {
|
|
|
28
28
|
},
|
|
29
29
|
codebase: {
|
|
30
30
|
gitRepo: 'https://github.com/cosmos/gaia',
|
|
31
|
-
recommendedVersion: '
|
|
32
|
-
compatibleVersions: ['
|
|
31
|
+
recommendedVersion: 'v27.0.0',
|
|
32
|
+
compatibleVersions: ['v27.0.0'],
|
|
33
33
|
consensus: {
|
|
34
34
|
type: 'cometbft',
|
|
35
35
|
version: 'v0.38.21'
|
|
36
36
|
},
|
|
37
37
|
binaries: {
|
|
38
|
-
"darwin/amd64": 'https://github.com/cosmos/gaia/releases/download/
|
|
39
|
-
"darwin/arm64": 'https://github.com/cosmos/gaia/releases/download/
|
|
40
|
-
"linux/amd64": 'https://github.com/cosmos/gaia/releases/download/
|
|
41
|
-
"linux/arm64": 'https://github.com/cosmos/gaia/releases/download/
|
|
38
|
+
"darwin/amd64": 'https://github.com/cosmos/gaia/releases/download/v27.0.0/gaiad-v27.0.0-darwin-amd64',
|
|
39
|
+
"darwin/arm64": 'https://github.com/cosmos/gaia/releases/download/v27.0.0/gaiad-v27.0.0-darwin-arm64',
|
|
40
|
+
"linux/amd64": 'https://github.com/cosmos/gaia/releases/download/v27.0.0/gaiad-v27.0.0-linux-amd64',
|
|
41
|
+
"linux/arm64": 'https://github.com/cosmos/gaia/releases/download/v27.0.0/gaiad-v27.0.0-linux-arm64'
|
|
42
42
|
},
|
|
43
43
|
genesis: {
|
|
44
44
|
genesisUrl: 'https://github.com/cosmos/mainnet/raw/master/genesis/genesis.cosmoshub-4.json.gz'
|
|
@@ -57,7 +57,7 @@ const info = {
|
|
|
57
57
|
repo: 'https://github.com/CosmWasm/wasmd',
|
|
58
58
|
tag: 'v0.60.2'
|
|
59
59
|
},
|
|
60
|
-
tag: '
|
|
60
|
+
tag: 'v27.0.0'
|
|
61
61
|
},
|
|
62
62
|
logoURIs: {
|
|
63
63
|
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/cosmoshub/images/atom.png',
|
|
@@ -60,7 +60,6 @@ const info = {
|
|
|
60
60
|
logoURIs: {
|
|
61
61
|
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/coss/images/cias.png'
|
|
62
62
|
},
|
|
63
|
-
coingeckoId: 'cias',
|
|
64
63
|
images: [{
|
|
65
64
|
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/coss/images/cias.png'
|
|
66
65
|
}],
|
|
@@ -18,7 +18,6 @@ const info = {
|
|
|
18
18
|
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/decentr/images/dec.png',
|
|
19
19
|
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/decentr/images/dec.svg'
|
|
20
20
|
},
|
|
21
|
-
coingeckoId: 'decentr',
|
|
22
21
|
images: [{
|
|
23
22
|
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/decentr/images/dec.png',
|
|
24
23
|
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/decentr/images/dec.svg'
|
|
@@ -42,7 +42,6 @@ const info = {
|
|
|
42
42
|
logoURIs: {
|
|
43
43
|
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/emoney/images/eeur.png'
|
|
44
44
|
},
|
|
45
|
-
coingeckoId: 'e-money-eur',
|
|
46
45
|
images: [{
|
|
47
46
|
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/emoney/images/eeur.png'
|
|
48
47
|
}],
|
|
@@ -166,7 +166,6 @@ const info = {
|
|
|
166
166
|
logoURIs: {
|
|
167
167
|
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/juno/images/rac.png'
|
|
168
168
|
},
|
|
169
|
-
coingeckoId: 'racoon',
|
|
170
169
|
images: [{
|
|
171
170
|
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/juno/images/rac.png'
|
|
172
171
|
}]
|
|
@@ -72,7 +72,6 @@ const info = {
|
|
|
72
72
|
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/kava/images/swp.png',
|
|
73
73
|
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/kava/images/swp.svg'
|
|
74
74
|
},
|
|
75
|
-
coingeckoId: 'kava-swap',
|
|
76
75
|
images: [{
|
|
77
76
|
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/kava/images/swp.png',
|
|
78
77
|
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/kava/images/swp.svg'
|
|
@@ -18,7 +18,6 @@ const info = {
|
|
|
18
18
|
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/kichain/images/xki.png',
|
|
19
19
|
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/kichain/images/xki.svg'
|
|
20
20
|
},
|
|
21
|
-
coingeckoId: 'ki',
|
|
22
21
|
images: [{
|
|
23
22
|
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/kichain/images/xki.png',
|
|
24
23
|
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/kichain/images/xki.svg'
|
|
@@ -16,7 +16,6 @@ const info = {
|
|
|
16
16
|
name: 'Kujira',
|
|
17
17
|
display: 'kuji',
|
|
18
18
|
symbol: 'KUJI',
|
|
19
|
-
coingeckoId: 'kujira',
|
|
20
19
|
logoURIs: {
|
|
21
20
|
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/kujira/images/kuji.png',
|
|
22
21
|
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/kujira/images/kuji.svg'
|
|
@@ -20,7 +20,6 @@ const info = {
|
|
|
20
20
|
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/migaloo/images/white-whale.png',
|
|
21
21
|
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/migaloo/images/white-whale.svg'
|
|
22
22
|
},
|
|
23
|
-
coingeckoId: 'white-whale',
|
|
24
23
|
images: [{
|
|
25
24
|
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/migaloo/images/white-whale.png',
|
|
26
25
|
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/migaloo/images/white-whale.svg'
|
|
@@ -159,8 +158,7 @@ const info = {
|
|
|
159
158
|
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/migaloo/images/rac.png',
|
|
160
159
|
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/migaloo/images/rac.svg'
|
|
161
160
|
}],
|
|
162
|
-
typeAsset: 'sdk.coin'
|
|
163
|
-
coingeckoId: 'racoon'
|
|
161
|
+
typeAsset: 'sdk.coin'
|
|
164
162
|
},
|
|
165
163
|
{
|
|
166
164
|
description: 'ASH',
|
|
@@ -66,7 +66,6 @@ const info = {
|
|
|
66
66
|
logoURIs: {
|
|
67
67
|
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/odin/images/doki_Logo.png'
|
|
68
68
|
},
|
|
69
|
-
coingeckoId: 'doki',
|
|
70
69
|
images: [{
|
|
71
70
|
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/odin/images/doki_Logo.png'
|
|
72
71
|
}],
|
|
@@ -20,7 +20,6 @@ const info = {
|
|
|
20
20
|
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/omniflixhub/images/flix.png',
|
|
21
21
|
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/omniflixhub/images/flix.svg'
|
|
22
22
|
},
|
|
23
|
-
coingeckoId: 'omniflix-network',
|
|
24
23
|
images: [{
|
|
25
24
|
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/omniflixhub/images/flix.png',
|
|
26
25
|
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/omniflixhub/images/flix.svg'
|
|
@@ -1310,8 +1310,7 @@ const info = {
|
|
|
1310
1310
|
baseDenom: 'eeur'
|
|
1311
1311
|
},
|
|
1312
1312
|
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/emoney/images/eeur.png'
|
|
1313
|
-
}]
|
|
1314
|
-
coingeckoId: 'e-money-eur'
|
|
1313
|
+
}]
|
|
1315
1314
|
},
|
|
1316
1315
|
{
|
|
1317
1316
|
description: 'LIKE is the native staking and governance token of LikeCoin chain, a Decentralized Publishing Infrastructure to empower content ownership, authenticity, and provenance.',
|
|
@@ -1513,8 +1512,7 @@ const info = {
|
|
|
1513
1512
|
},
|
|
1514
1513
|
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/kichain/images/xki.png',
|
|
1515
1514
|
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/kichain/images/xki.svg'
|
|
1516
|
-
}]
|
|
1517
|
-
coingeckoId: 'ki'
|
|
1515
|
+
}]
|
|
1518
1516
|
},
|
|
1519
1517
|
{
|
|
1520
1518
|
description: 'Panacea is a public blockchain launched by MediBloc, which is the key infrastructure for reinventing the patient-centered healthcare data ecosystem',
|
|
@@ -2092,8 +2090,7 @@ const info = {
|
|
|
2092
2090
|
},
|
|
2093
2091
|
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/decentr/images/dec.png',
|
|
2094
2092
|
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/decentr/images/dec.svg'
|
|
2095
|
-
}]
|
|
2096
|
-
coingeckoId: 'decentr'
|
|
2093
|
+
}]
|
|
2097
2094
|
},
|
|
2098
2095
|
{
|
|
2099
2096
|
description: 'The native token cw20 for Marble DAO on Juno Chain',
|
|
@@ -2634,8 +2631,7 @@ const info = {
|
|
|
2634
2631
|
baseDenom: 'cw20:juno1r4pzw8f9z0sypct5l9j906d47z998ulwvhvqe5xdwgy8wf84583sxwh0pa'
|
|
2635
2632
|
},
|
|
2636
2633
|
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/juno/images/rac.png'
|
|
2637
|
-
}]
|
|
2638
|
-
coingeckoId: 'racoon'
|
|
2634
|
+
}]
|
|
2639
2635
|
},
|
|
2640
2636
|
{
|
|
2641
2637
|
description: 'Frax is a fractional-algorithmic stablecoin protocol. It aims to provide a highly scalable, decentralized, algorithmic money in place of fixed-supply assets like BTC. Additionally, FXS is the value accrual and governance token of the entire Frax ecosystem.',
|
|
@@ -3359,8 +3355,7 @@ const info = {
|
|
|
3359
3355
|
},
|
|
3360
3356
|
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/kava/images/swp.png',
|
|
3361
3357
|
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/kava/images/swp.svg'
|
|
3362
|
-
}]
|
|
3363
|
-
coingeckoId: 'kava-swap'
|
|
3358
|
+
}]
|
|
3364
3359
|
},
|
|
3365
3360
|
{
|
|
3366
3361
|
description: 'A blockchain-based middleware, acting as a bridge between cryptocurrency smart contracts, data feeds, APIs and traditional bank account payments.',
|
|
@@ -3674,8 +3669,7 @@ const info = {
|
|
|
3674
3669
|
},
|
|
3675
3670
|
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/kujira/images/kuji.png',
|
|
3676
3671
|
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/kujira/images/kuji.svg'
|
|
3677
|
-
}]
|
|
3678
|
-
coingeckoId: 'kujira'
|
|
3672
|
+
}]
|
|
3679
3673
|
},
|
|
3680
3674
|
{
|
|
3681
3675
|
description: 'The native token of Tgrade',
|
|
@@ -4754,8 +4748,7 @@ const info = {
|
|
|
4754
4748
|
},
|
|
4755
4749
|
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/teritori/images/utori.png',
|
|
4756
4750
|
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/teritori/images/utori.svg'
|
|
4757
|
-
}]
|
|
4758
|
-
coingeckoId: 'teritori'
|
|
4751
|
+
}]
|
|
4759
4752
|
},
|
|
4760
4753
|
{
|
|
4761
4754
|
denomUnits: [{
|
|
@@ -6672,8 +6665,7 @@ const info = {
|
|
|
6672
6665
|
},
|
|
6673
6666
|
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/migaloo/images/white-whale.png',
|
|
6674
6667
|
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/migaloo/images/white-whale.svg'
|
|
6675
|
-
}]
|
|
6676
|
-
coingeckoId: 'white-whale'
|
|
6668
|
+
}]
|
|
6677
6669
|
},
|
|
6678
6670
|
{
|
|
6679
6671
|
description: 'Evmos Guardians governance token.',
|
|
@@ -7198,8 +7190,7 @@ const info = {
|
|
|
7198
7190
|
},
|
|
7199
7191
|
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/omniflixhub/images/flix.png',
|
|
7200
7192
|
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/omniflixhub/images/flix.svg'
|
|
7201
|
-
}]
|
|
7202
|
-
coingeckoId: 'omniflix-network'
|
|
7193
|
+
}]
|
|
7203
7194
|
},
|
|
7204
7195
|
{
|
|
7205
7196
|
description: 'Spacer',
|
|
@@ -8025,8 +8016,7 @@ const info = {
|
|
|
8025
8016
|
},
|
|
8026
8017
|
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/stride/images/stumee.png',
|
|
8027
8018
|
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/stride/images/stumee.svg'
|
|
8028
|
-
}]
|
|
8029
|
-
coingeckoId: 'stride-staked-umee'
|
|
8019
|
+
}]
|
|
8030
8020
|
},
|
|
8031
8021
|
{
|
|
8032
8022
|
denomUnits: [{
|
|
@@ -8292,8 +8282,7 @@ const info = {
|
|
|
8292
8282
|
baseDenom: 'ppica'
|
|
8293
8283
|
},
|
|
8294
8284
|
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/composable/images/pica.svg'
|
|
8295
|
-
}]
|
|
8296
|
-
coingeckoId: 'picasso'
|
|
8285
|
+
}]
|
|
8297
8286
|
},
|
|
8298
8287
|
{
|
|
8299
8288
|
description: 'The native fee, governance, staking, and bonding token of the Polkadot platform.',
|
|
@@ -10347,8 +10336,7 @@ const info = {
|
|
|
10347
10336
|
},
|
|
10348
10337
|
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/source/images/source.png',
|
|
10349
10338
|
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/source/images/source.svg'
|
|
10350
|
-
}]
|
|
10351
|
-
coingeckoId: 'source'
|
|
10339
|
+
}]
|
|
10352
10340
|
},
|
|
10353
10341
|
{
|
|
10354
10342
|
description: 'Pyth is a protocol that allows market participants to publish pricing information on-chain for others to use. The protocol is an interaction between three parties:\n-Publishers submit pricing information to Pyth\'s oracle program. Pyth has multiple data publishers for every product to improve the accuracy and robustness of the system.\n-Pyth\'s oracle program combines publishers\' data to produce a single aggregate price and confidence interval.\nConsumers read the price information produced by the oracle program.\n\nPyth\'s oracle program runs simultaneously on both Solana mainnet and Pythnet. Each instance of the program is responsible for its own set of price feeds. Solana Price Feeds are available for use by Solana protocols. In this case, since the oracle program itself runs on Solana, the resulting prices are immediately available to consumers without requiring any additional work. Pythnet Price Feeds are available on 12+ blockchains. The prices constructed on Pythnet are transferred cross-chain to reach consumers on these blockchains.\n\nIn both cases, the critical component of the system is the oracle program that combines the data from each individual publisher. This program maintains a number of different Solana accounts that list the products on Pyth and their current price data. Publishers publish their price and confidence by interacting with the oracle program on every slot. The program stores this information in its accounts. The first price update in a slot additionally triggers price aggregation, which combines the price data from the previous slot into a single aggregate price and confidence interval. This aggregate price is written to the Solana account where it is readable by other on-chain programs and available for transmission to other blockchains.',
|
|
@@ -10642,8 +10630,7 @@ const info = {
|
|
|
10642
10630
|
},
|
|
10643
10631
|
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/migaloo/images/rac.png',
|
|
10644
10632
|
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/migaloo/images/rac.svg'
|
|
10645
|
-
}]
|
|
10646
|
-
coingeckoId: 'racoon'
|
|
10633
|
+
}]
|
|
10647
10634
|
},
|
|
10648
10635
|
{
|
|
10649
10636
|
description: 'GUPPY',
|
|
@@ -12237,8 +12224,7 @@ const info = {
|
|
|
12237
12224
|
baseDenom: 'udoki'
|
|
12238
12225
|
},
|
|
12239
12226
|
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/odin/images/doki_Logo.png'
|
|
12240
|
-
}]
|
|
12241
|
-
coingeckoId: 'doki'
|
|
12227
|
+
}]
|
|
12242
12228
|
},
|
|
12243
12229
|
{
|
|
12244
12230
|
description: 'Sail DAO is a liquidity deployment and management DAO built as a collaboration between the Osmosis and Migaloo Blockchains.',
|
|
@@ -73,14 +73,50 @@ const info = {
|
|
|
73
73
|
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pocket/images/pokt-icon.png'
|
|
74
74
|
},
|
|
75
75
|
apis: {
|
|
76
|
-
rpc: [
|
|
77
|
-
|
|
78
|
-
|
|
79
|
-
|
|
80
|
-
|
|
81
|
-
|
|
82
|
-
|
|
83
|
-
|
|
76
|
+
rpc: [
|
|
77
|
+
{
|
|
78
|
+
address: 'https://sauron-rpc.infra.pocket.network:443',
|
|
79
|
+
provider: 'Pocket Network'
|
|
80
|
+
},
|
|
81
|
+
{
|
|
82
|
+
address: 'https://pocket.api.pocket.network:443',
|
|
83
|
+
provider: 'Pocket Network'
|
|
84
|
+
},
|
|
85
|
+
{
|
|
86
|
+
address: 'https://rpc-pocket.blockval.io:443',
|
|
87
|
+
provider: 'Blockval'
|
|
88
|
+
},
|
|
89
|
+
{
|
|
90
|
+
address: 'https://pocket-rpc.polkachu.com:443',
|
|
91
|
+
provider: 'Polkachu'
|
|
92
|
+
},
|
|
93
|
+
{
|
|
94
|
+
address: 'https://rpc.pocket.chaintools.tech:443',
|
|
95
|
+
provider: 'ChainTools'
|
|
96
|
+
}
|
|
97
|
+
],
|
|
98
|
+
rest: [
|
|
99
|
+
{
|
|
100
|
+
address: 'https://sauron-api.infra.pocket.network:443',
|
|
101
|
+
provider: 'Pocket Network'
|
|
102
|
+
},
|
|
103
|
+
{
|
|
104
|
+
address: 'https://pocket.api.pocket.network:443',
|
|
105
|
+
provider: 'Pocket Network'
|
|
106
|
+
},
|
|
107
|
+
{
|
|
108
|
+
address: 'https://api-pocket.blockval.io:443',
|
|
109
|
+
provider: 'Blockval'
|
|
110
|
+
},
|
|
111
|
+
{
|
|
112
|
+
address: 'https://pocket-api.polkachu.com:443',
|
|
113
|
+
provider: 'Polkachu'
|
|
114
|
+
},
|
|
115
|
+
{
|
|
116
|
+
address: 'https://api.pocket.chaintools.tech:443',
|
|
117
|
+
provider: 'ChainTools'
|
|
118
|
+
}
|
|
119
|
+
]
|
|
84
120
|
},
|
|
85
121
|
explorers: [
|
|
86
122
|
{
|
|
@@ -647,7 +647,6 @@ const info = {
|
|
|
647
647
|
logoURIs: {
|
|
648
648
|
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/_non-cosmos/solana/images/oracler.png'
|
|
649
649
|
},
|
|
650
|
-
coingeckoId: 'oracler-ai',
|
|
651
650
|
images: [{
|
|
652
651
|
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/_non-cosmos/solana/images/oracler.png'
|
|
653
652
|
}]
|
|
@@ -19,7 +19,6 @@ const info = {
|
|
|
19
19
|
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/source/images/source.png',
|
|
20
20
|
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/source/images/source.svg'
|
|
21
21
|
},
|
|
22
|
-
coingeckoId: 'source',
|
|
23
22
|
images: [{
|
|
24
23
|
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/source/images/source.png',
|
|
25
24
|
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/source/images/source.svg'
|
|
@@ -362,7 +362,6 @@ const info = {
|
|
|
362
362
|
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/stride/images/stumee.png',
|
|
363
363
|
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/stride/images/stumee.svg'
|
|
364
364
|
},
|
|
365
|
-
coingeckoId: 'stride-staked-umee',
|
|
366
365
|
images: [{
|
|
367
366
|
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/stride/images/stumee.png',
|
|
368
367
|
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/stride/images/stumee.svg'
|
|
@@ -19,7 +19,6 @@ const info = {
|
|
|
19
19
|
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/teritori/images/utori.png',
|
|
20
20
|
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/teritori/images/utori.svg'
|
|
21
21
|
},
|
|
22
|
-
coingeckoId: 'teritori',
|
|
23
22
|
images: [{
|
|
24
23
|
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/teritori/images/utori.png',
|
|
25
24
|
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/teritori/images/utori.svg'
|
|
@@ -134,7 +133,6 @@ const info = {
|
|
|
134
133
|
path: 'transfer/channel-30/ukuji'
|
|
135
134
|
}
|
|
136
135
|
}],
|
|
137
|
-
coingeckoId: 'kujira',
|
|
138
136
|
logoURIs: {
|
|
139
137
|
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/kujira/images/kuji.png',
|
|
140
138
|
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/kujira/images/kuji.svg'
|
|
@@ -130,7 +130,6 @@ const info = {
|
|
|
130
130
|
logoURIs: {
|
|
131
131
|
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/terra/images/whale.png'
|
|
132
132
|
},
|
|
133
|
-
coingeckoId: 'white-whale',
|
|
134
133
|
images: [{
|
|
135
134
|
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/terra/images/whale.png'
|
|
136
135
|
}]
|
|
@@ -138,7 +138,6 @@ const info = {
|
|
|
138
138
|
logoURIs: {
|
|
139
139
|
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/_non-cosmos/solana/images/oracler.png'
|
|
140
140
|
},
|
|
141
|
-
coingeckoId: 'oracler-ai',
|
|
142
141
|
images: [{
|
|
143
142
|
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/_non-cosmos/solana/images/oracler.png'
|
|
144
143
|
}]
|
|
@@ -23,7 +23,6 @@ const info = {
|
|
|
23
23
|
logoURIs: {
|
|
24
24
|
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/_non-cosmos/tinkernet/images/tnkr.svg'
|
|
25
25
|
},
|
|
26
|
-
coingeckoId: 'tinkernet',
|
|
27
26
|
images: [{
|
|
28
27
|
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/_non-cosmos/tinkernet/images/tnkr.svg'
|
|
29
28
|
}]
|
|
@@ -26,7 +26,6 @@ const info = {
|
|
|
26
26
|
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/kichain/images/xki.png',
|
|
27
27
|
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/kichain/images/xki.svg'
|
|
28
28
|
},
|
|
29
|
-
coingeckoId: 'ki',
|
|
30
29
|
images: [{
|
|
31
30
|
imageSync: {
|
|
32
31
|
chainName: 'kichain',
|
|
@@ -339,8 +339,7 @@ const info = {
|
|
|
339
339
|
logoURIs: {
|
|
340
340
|
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/omniflixhub/images/flix.png',
|
|
341
341
|
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/omniflixhub/images/flix.svg'
|
|
342
|
-
}
|
|
343
|
-
coingeckoId: 'omniflix-network'
|
|
342
|
+
}
|
|
344
343
|
},
|
|
345
344
|
{
|
|
346
345
|
description: 'The Sherpa memecoin',
|
|
@@ -12,9 +12,8 @@ const info = {
|
|
|
12
12
|
daemonName: 'bitbadgeschaind',
|
|
13
13
|
bech32Prefix: 'bb',
|
|
14
14
|
nodeHome: '$HOME/.bitbadgeschaind',
|
|
15
|
-
slip44:
|
|
16
|
-
|
|
17
|
-
keyAlgos: ['ethsecp256k1'],
|
|
15
|
+
slip44: 118,
|
|
16
|
+
keyAlgos: ['secp256k1'],
|
|
18
17
|
fees: {
|
|
19
18
|
feeTokens: [{
|
|
20
19
|
denom: 'ubadge',
|
|
@@ -620,8 +620,7 @@ const info = {
|
|
|
620
620
|
},
|
|
621
621
|
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/kujira/images/kuji.png',
|
|
622
622
|
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/kujira/images/kuji.svg'
|
|
623
|
-
}]
|
|
624
|
-
coingeckoId: 'kujira'
|
|
623
|
+
}]
|
|
625
624
|
},
|
|
626
625
|
{
|
|
627
626
|
description: 'stOSMO token on Carbon',
|
|
@@ -30,17 +30,17 @@ const info = {
|
|
|
30
30
|
},
|
|
31
31
|
codebase: {
|
|
32
32
|
gitRepo: 'https://github.com/cosmos/gaia',
|
|
33
|
-
recommendedVersion: '
|
|
34
|
-
compatibleVersions: ['
|
|
33
|
+
recommendedVersion: 'v27.0.0',
|
|
34
|
+
compatibleVersions: ['v27.0.0'],
|
|
35
35
|
consensus: {
|
|
36
36
|
type: 'cometbft',
|
|
37
37
|
version: 'v0.38.21'
|
|
38
38
|
},
|
|
39
39
|
binaries: {
|
|
40
|
-
"darwin/amd64": 'https://github.com/cosmos/gaia/releases/download/
|
|
41
|
-
"darwin/arm64": 'https://github.com/cosmos/gaia/releases/download/
|
|
42
|
-
"linux/amd64": 'https://github.com/cosmos/gaia/releases/download/
|
|
43
|
-
"linux/arm64": 'https://github.com/cosmos/gaia/releases/download/
|
|
40
|
+
"darwin/amd64": 'https://github.com/cosmos/gaia/releases/download/v27.0.0/gaiad-v27.0.0-darwin-amd64',
|
|
41
|
+
"darwin/arm64": 'https://github.com/cosmos/gaia/releases/download/v27.0.0/gaiad-v27.0.0-darwin-arm64',
|
|
42
|
+
"linux/amd64": 'https://github.com/cosmos/gaia/releases/download/v27.0.0/gaiad-v27.0.0-linux-amd64',
|
|
43
|
+
"linux/arm64": 'https://github.com/cosmos/gaia/releases/download/v27.0.0/gaiad-v27.0.0-linux-arm64'
|
|
44
44
|
},
|
|
45
45
|
genesis: {
|
|
46
46
|
genesisUrl: 'https://github.com/cosmos/mainnet/raw/master/genesis/genesis.cosmoshub-4.json.gz'
|
|
@@ -59,7 +59,7 @@ const info = {
|
|
|
59
59
|
repo: 'https://github.com/CosmWasm/wasmd',
|
|
60
60
|
tag: 'v0.60.2'
|
|
61
61
|
},
|
|
62
|
-
tag: '
|
|
62
|
+
tag: 'v27.0.0'
|
|
63
63
|
},
|
|
64
64
|
logoURIs: {
|
|
65
65
|
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/cosmoshub/images/atom.png',
|
|
@@ -62,7 +62,6 @@ const info = {
|
|
|
62
62
|
logoURIs: {
|
|
63
63
|
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/coss/images/cias.png'
|
|
64
64
|
},
|
|
65
|
-
coingeckoId: 'cias',
|
|
66
65
|
images: [{
|
|
67
66
|
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/coss/images/cias.png'
|
|
68
67
|
}],
|
|
@@ -20,7 +20,6 @@ const info = {
|
|
|
20
20
|
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/decentr/images/dec.png',
|
|
21
21
|
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/decentr/images/dec.svg'
|
|
22
22
|
},
|
|
23
|
-
coingeckoId: 'decentr',
|
|
24
23
|
images: [{
|
|
25
24
|
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/decentr/images/dec.png',
|
|
26
25
|
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/decentr/images/dec.svg'
|
|
@@ -44,7 +44,6 @@ const info = {
|
|
|
44
44
|
logoURIs: {
|
|
45
45
|
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/emoney/images/eeur.png'
|
|
46
46
|
},
|
|
47
|
-
coingeckoId: 'e-money-eur',
|
|
48
47
|
images: [{
|
|
49
48
|
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/emoney/images/eeur.png'
|
|
50
49
|
}],
|
|
@@ -168,7 +168,6 @@ const info = {
|
|
|
168
168
|
logoURIs: {
|
|
169
169
|
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/juno/images/rac.png'
|
|
170
170
|
},
|
|
171
|
-
coingeckoId: 'racoon',
|
|
172
171
|
images: [{
|
|
173
172
|
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/juno/images/rac.png'
|
|
174
173
|
}]
|
|
@@ -74,7 +74,6 @@ const info = {
|
|
|
74
74
|
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/kava/images/swp.png',
|
|
75
75
|
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/kava/images/swp.svg'
|
|
76
76
|
},
|
|
77
|
-
coingeckoId: 'kava-swap',
|
|
78
77
|
images: [{
|
|
79
78
|
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/kava/images/swp.png',
|
|
80
79
|
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/kava/images/swp.svg'
|
|
@@ -20,7 +20,6 @@ const info = {
|
|
|
20
20
|
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/kichain/images/xki.png',
|
|
21
21
|
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/kichain/images/xki.svg'
|
|
22
22
|
},
|
|
23
|
-
coingeckoId: 'ki',
|
|
24
23
|
images: [{
|
|
25
24
|
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/kichain/images/xki.png',
|
|
26
25
|
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/kichain/images/xki.svg'
|
|
@@ -18,7 +18,6 @@ const info = {
|
|
|
18
18
|
name: 'Kujira',
|
|
19
19
|
display: 'kuji',
|
|
20
20
|
symbol: 'KUJI',
|
|
21
|
-
coingeckoId: 'kujira',
|
|
22
21
|
logoURIs: {
|
|
23
22
|
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/kujira/images/kuji.png',
|
|
24
23
|
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/kujira/images/kuji.svg'
|
|
@@ -22,7 +22,6 @@ const info = {
|
|
|
22
22
|
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/migaloo/images/white-whale.png',
|
|
23
23
|
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/migaloo/images/white-whale.svg'
|
|
24
24
|
},
|
|
25
|
-
coingeckoId: 'white-whale',
|
|
26
25
|
images: [{
|
|
27
26
|
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/migaloo/images/white-whale.png',
|
|
28
27
|
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/migaloo/images/white-whale.svg'
|
|
@@ -161,8 +160,7 @@ const info = {
|
|
|
161
160
|
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/migaloo/images/rac.png',
|
|
162
161
|
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/migaloo/images/rac.svg'
|
|
163
162
|
}],
|
|
164
|
-
typeAsset: 'sdk.coin'
|
|
165
|
-
coingeckoId: 'racoon'
|
|
163
|
+
typeAsset: 'sdk.coin'
|
|
166
164
|
},
|
|
167
165
|
{
|
|
168
166
|
description: 'ASH',
|
|
@@ -68,7 +68,6 @@ const info = {
|
|
|
68
68
|
logoURIs: {
|
|
69
69
|
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/odin/images/doki_Logo.png'
|
|
70
70
|
},
|
|
71
|
-
coingeckoId: 'doki',
|
|
72
71
|
images: [{
|
|
73
72
|
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/odin/images/doki_Logo.png'
|
|
74
73
|
}],
|
|
@@ -22,7 +22,6 @@ const info = {
|
|
|
22
22
|
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/omniflixhub/images/flix.png',
|
|
23
23
|
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/omniflixhub/images/flix.svg'
|
|
24
24
|
},
|
|
25
|
-
coingeckoId: 'omniflix-network',
|
|
26
25
|
images: [{
|
|
27
26
|
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/omniflixhub/images/flix.png',
|
|
28
27
|
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/omniflixhub/images/flix.svg'
|
|
@@ -1312,8 +1312,7 @@ const info = {
|
|
|
1312
1312
|
baseDenom: 'eeur'
|
|
1313
1313
|
},
|
|
1314
1314
|
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/emoney/images/eeur.png'
|
|
1315
|
-
}]
|
|
1316
|
-
coingeckoId: 'e-money-eur'
|
|
1315
|
+
}]
|
|
1317
1316
|
},
|
|
1318
1317
|
{
|
|
1319
1318
|
description: 'LIKE is the native staking and governance token of LikeCoin chain, a Decentralized Publishing Infrastructure to empower content ownership, authenticity, and provenance.',
|
|
@@ -1515,8 +1514,7 @@ const info = {
|
|
|
1515
1514
|
},
|
|
1516
1515
|
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/kichain/images/xki.png',
|
|
1517
1516
|
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/kichain/images/xki.svg'
|
|
1518
|
-
}]
|
|
1519
|
-
coingeckoId: 'ki'
|
|
1517
|
+
}]
|
|
1520
1518
|
},
|
|
1521
1519
|
{
|
|
1522
1520
|
description: 'Panacea is a public blockchain launched by MediBloc, which is the key infrastructure for reinventing the patient-centered healthcare data ecosystem',
|
|
@@ -2094,8 +2092,7 @@ const info = {
|
|
|
2094
2092
|
},
|
|
2095
2093
|
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/decentr/images/dec.png',
|
|
2096
2094
|
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/decentr/images/dec.svg'
|
|
2097
|
-
}]
|
|
2098
|
-
coingeckoId: 'decentr'
|
|
2095
|
+
}]
|
|
2099
2096
|
},
|
|
2100
2097
|
{
|
|
2101
2098
|
description: 'The native token cw20 for Marble DAO on Juno Chain',
|
|
@@ -2636,8 +2633,7 @@ const info = {
|
|
|
2636
2633
|
baseDenom: 'cw20:juno1r4pzw8f9z0sypct5l9j906d47z998ulwvhvqe5xdwgy8wf84583sxwh0pa'
|
|
2637
2634
|
},
|
|
2638
2635
|
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/juno/images/rac.png'
|
|
2639
|
-
}]
|
|
2640
|
-
coingeckoId: 'racoon'
|
|
2636
|
+
}]
|
|
2641
2637
|
},
|
|
2642
2638
|
{
|
|
2643
2639
|
description: 'Frax is a fractional-algorithmic stablecoin protocol. It aims to provide a highly scalable, decentralized, algorithmic money in place of fixed-supply assets like BTC. Additionally, FXS is the value accrual and governance token of the entire Frax ecosystem.',
|
|
@@ -3361,8 +3357,7 @@ const info = {
|
|
|
3361
3357
|
},
|
|
3362
3358
|
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/kava/images/swp.png',
|
|
3363
3359
|
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/kava/images/swp.svg'
|
|
3364
|
-
}]
|
|
3365
|
-
coingeckoId: 'kava-swap'
|
|
3360
|
+
}]
|
|
3366
3361
|
},
|
|
3367
3362
|
{
|
|
3368
3363
|
description: 'A blockchain-based middleware, acting as a bridge between cryptocurrency smart contracts, data feeds, APIs and traditional bank account payments.',
|
|
@@ -3676,8 +3671,7 @@ const info = {
|
|
|
3676
3671
|
},
|
|
3677
3672
|
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/kujira/images/kuji.png',
|
|
3678
3673
|
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/kujira/images/kuji.svg'
|
|
3679
|
-
}]
|
|
3680
|
-
coingeckoId: 'kujira'
|
|
3674
|
+
}]
|
|
3681
3675
|
},
|
|
3682
3676
|
{
|
|
3683
3677
|
description: 'The native token of Tgrade',
|
|
@@ -4756,8 +4750,7 @@ const info = {
|
|
|
4756
4750
|
},
|
|
4757
4751
|
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/teritori/images/utori.png',
|
|
4758
4752
|
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/teritori/images/utori.svg'
|
|
4759
|
-
}]
|
|
4760
|
-
coingeckoId: 'teritori'
|
|
4753
|
+
}]
|
|
4761
4754
|
},
|
|
4762
4755
|
{
|
|
4763
4756
|
denomUnits: [{
|
|
@@ -6674,8 +6667,7 @@ const info = {
|
|
|
6674
6667
|
},
|
|
6675
6668
|
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/migaloo/images/white-whale.png',
|
|
6676
6669
|
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/migaloo/images/white-whale.svg'
|
|
6677
|
-
}]
|
|
6678
|
-
coingeckoId: 'white-whale'
|
|
6670
|
+
}]
|
|
6679
6671
|
},
|
|
6680
6672
|
{
|
|
6681
6673
|
description: 'Evmos Guardians governance token.',
|
|
@@ -7200,8 +7192,7 @@ const info = {
|
|
|
7200
7192
|
},
|
|
7201
7193
|
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/omniflixhub/images/flix.png',
|
|
7202
7194
|
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/omniflixhub/images/flix.svg'
|
|
7203
|
-
}]
|
|
7204
|
-
coingeckoId: 'omniflix-network'
|
|
7195
|
+
}]
|
|
7205
7196
|
},
|
|
7206
7197
|
{
|
|
7207
7198
|
description: 'Spacer',
|
|
@@ -8027,8 +8018,7 @@ const info = {
|
|
|
8027
8018
|
},
|
|
8028
8019
|
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/stride/images/stumee.png',
|
|
8029
8020
|
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/stride/images/stumee.svg'
|
|
8030
|
-
}]
|
|
8031
|
-
coingeckoId: 'stride-staked-umee'
|
|
8021
|
+
}]
|
|
8032
8022
|
},
|
|
8033
8023
|
{
|
|
8034
8024
|
denomUnits: [{
|
|
@@ -8294,8 +8284,7 @@ const info = {
|
|
|
8294
8284
|
baseDenom: 'ppica'
|
|
8295
8285
|
},
|
|
8296
8286
|
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/composable/images/pica.svg'
|
|
8297
|
-
}]
|
|
8298
|
-
coingeckoId: 'picasso'
|
|
8287
|
+
}]
|
|
8299
8288
|
},
|
|
8300
8289
|
{
|
|
8301
8290
|
description: 'The native fee, governance, staking, and bonding token of the Polkadot platform.',
|
|
@@ -10349,8 +10338,7 @@ const info = {
|
|
|
10349
10338
|
},
|
|
10350
10339
|
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/source/images/source.png',
|
|
10351
10340
|
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/source/images/source.svg'
|
|
10352
|
-
}]
|
|
10353
|
-
coingeckoId: 'source'
|
|
10341
|
+
}]
|
|
10354
10342
|
},
|
|
10355
10343
|
{
|
|
10356
10344
|
description: 'Pyth is a protocol that allows market participants to publish pricing information on-chain for others to use. The protocol is an interaction between three parties:\n-Publishers submit pricing information to Pyth\'s oracle program. Pyth has multiple data publishers for every product to improve the accuracy and robustness of the system.\n-Pyth\'s oracle program combines publishers\' data to produce a single aggregate price and confidence interval.\nConsumers read the price information produced by the oracle program.\n\nPyth\'s oracle program runs simultaneously on both Solana mainnet and Pythnet. Each instance of the program is responsible for its own set of price feeds. Solana Price Feeds are available for use by Solana protocols. In this case, since the oracle program itself runs on Solana, the resulting prices are immediately available to consumers without requiring any additional work. Pythnet Price Feeds are available on 12+ blockchains. The prices constructed on Pythnet are transferred cross-chain to reach consumers on these blockchains.\n\nIn both cases, the critical component of the system is the oracle program that combines the data from each individual publisher. This program maintains a number of different Solana accounts that list the products on Pyth and their current price data. Publishers publish their price and confidence by interacting with the oracle program on every slot. The program stores this information in its accounts. The first price update in a slot additionally triggers price aggregation, which combines the price data from the previous slot into a single aggregate price and confidence interval. This aggregate price is written to the Solana account where it is readable by other on-chain programs and available for transmission to other blockchains.',
|
|
@@ -10644,8 +10632,7 @@ const info = {
|
|
|
10644
10632
|
},
|
|
10645
10633
|
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/migaloo/images/rac.png',
|
|
10646
10634
|
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/migaloo/images/rac.svg'
|
|
10647
|
-
}]
|
|
10648
|
-
coingeckoId: 'racoon'
|
|
10635
|
+
}]
|
|
10649
10636
|
},
|
|
10650
10637
|
{
|
|
10651
10638
|
description: 'GUPPY',
|
|
@@ -12239,8 +12226,7 @@ const info = {
|
|
|
12239
12226
|
baseDenom: 'udoki'
|
|
12240
12227
|
},
|
|
12241
12228
|
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/odin/images/doki_Logo.png'
|
|
12242
|
-
}]
|
|
12243
|
-
coingeckoId: 'doki'
|
|
12229
|
+
}]
|
|
12244
12230
|
},
|
|
12245
12231
|
{
|
|
12246
12232
|
description: 'Sail DAO is a liquidity deployment and management DAO built as a collaboration between the Osmosis and Migaloo Blockchains.',
|
package/mainnet/pocket/chain.js
CHANGED
|
@@ -75,14 +75,50 @@ const info = {
|
|
|
75
75
|
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pocket/images/pokt-icon.png'
|
|
76
76
|
},
|
|
77
77
|
apis: {
|
|
78
|
-
rpc: [
|
|
79
|
-
|
|
80
|
-
|
|
81
|
-
|
|
82
|
-
|
|
83
|
-
|
|
84
|
-
|
|
85
|
-
|
|
78
|
+
rpc: [
|
|
79
|
+
{
|
|
80
|
+
address: 'https://sauron-rpc.infra.pocket.network:443',
|
|
81
|
+
provider: 'Pocket Network'
|
|
82
|
+
},
|
|
83
|
+
{
|
|
84
|
+
address: 'https://pocket.api.pocket.network:443',
|
|
85
|
+
provider: 'Pocket Network'
|
|
86
|
+
},
|
|
87
|
+
{
|
|
88
|
+
address: 'https://rpc-pocket.blockval.io:443',
|
|
89
|
+
provider: 'Blockval'
|
|
90
|
+
},
|
|
91
|
+
{
|
|
92
|
+
address: 'https://pocket-rpc.polkachu.com:443',
|
|
93
|
+
provider: 'Polkachu'
|
|
94
|
+
},
|
|
95
|
+
{
|
|
96
|
+
address: 'https://rpc.pocket.chaintools.tech:443',
|
|
97
|
+
provider: 'ChainTools'
|
|
98
|
+
}
|
|
99
|
+
],
|
|
100
|
+
rest: [
|
|
101
|
+
{
|
|
102
|
+
address: 'https://sauron-api.infra.pocket.network:443',
|
|
103
|
+
provider: 'Pocket Network'
|
|
104
|
+
},
|
|
105
|
+
{
|
|
106
|
+
address: 'https://pocket.api.pocket.network:443',
|
|
107
|
+
provider: 'Pocket Network'
|
|
108
|
+
},
|
|
109
|
+
{
|
|
110
|
+
address: 'https://api-pocket.blockval.io:443',
|
|
111
|
+
provider: 'Blockval'
|
|
112
|
+
},
|
|
113
|
+
{
|
|
114
|
+
address: 'https://pocket-api.polkachu.com:443',
|
|
115
|
+
provider: 'Polkachu'
|
|
116
|
+
},
|
|
117
|
+
{
|
|
118
|
+
address: 'https://api.pocket.chaintools.tech:443',
|
|
119
|
+
provider: 'ChainTools'
|
|
120
|
+
}
|
|
121
|
+
]
|
|
86
122
|
},
|
|
87
123
|
explorers: [
|
|
88
124
|
{
|
|
@@ -649,7 +649,6 @@ const info = {
|
|
|
649
649
|
logoURIs: {
|
|
650
650
|
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/_non-cosmos/solana/images/oracler.png'
|
|
651
651
|
},
|
|
652
|
-
coingeckoId: 'oracler-ai',
|
|
653
652
|
images: [{
|
|
654
653
|
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/_non-cosmos/solana/images/oracler.png'
|
|
655
654
|
}]
|
|
@@ -21,7 +21,6 @@ const info = {
|
|
|
21
21
|
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/source/images/source.png',
|
|
22
22
|
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/source/images/source.svg'
|
|
23
23
|
},
|
|
24
|
-
coingeckoId: 'source',
|
|
25
24
|
images: [{
|
|
26
25
|
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/source/images/source.png',
|
|
27
26
|
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/source/images/source.svg'
|
|
@@ -364,7 +364,6 @@ const info = {
|
|
|
364
364
|
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/stride/images/stumee.png',
|
|
365
365
|
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/stride/images/stumee.svg'
|
|
366
366
|
},
|
|
367
|
-
coingeckoId: 'stride-staked-umee',
|
|
368
367
|
images: [{
|
|
369
368
|
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/stride/images/stumee.png',
|
|
370
369
|
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/stride/images/stumee.svg'
|
|
@@ -21,7 +21,6 @@ const info = {
|
|
|
21
21
|
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/teritori/images/utori.png',
|
|
22
22
|
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/teritori/images/utori.svg'
|
|
23
23
|
},
|
|
24
|
-
coingeckoId: 'teritori',
|
|
25
24
|
images: [{
|
|
26
25
|
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/teritori/images/utori.png',
|
|
27
26
|
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/teritori/images/utori.svg'
|
|
@@ -136,7 +135,6 @@ const info = {
|
|
|
136
135
|
path: 'transfer/channel-30/ukuji'
|
|
137
136
|
}
|
|
138
137
|
}],
|
|
139
|
-
coingeckoId: 'kujira',
|
|
140
138
|
logoURIs: {
|
|
141
139
|
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/kujira/images/kuji.png',
|
|
142
140
|
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/kujira/images/kuji.svg'
|
|
@@ -132,7 +132,6 @@ const info = {
|
|
|
132
132
|
logoURIs: {
|
|
133
133
|
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/terra/images/whale.png'
|
|
134
134
|
},
|
|
135
|
-
coingeckoId: 'white-whale',
|
|
136
135
|
images: [{
|
|
137
136
|
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/terra/images/whale.png'
|
|
138
137
|
}]
|
|
@@ -140,7 +140,6 @@ const info = {
|
|
|
140
140
|
logoURIs: {
|
|
141
141
|
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/_non-cosmos/solana/images/oracler.png'
|
|
142
142
|
},
|
|
143
|
-
coingeckoId: 'oracler-ai',
|
|
144
143
|
images: [{
|
|
145
144
|
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/_non-cosmos/solana/images/oracler.png'
|
|
146
145
|
}]
|
|
@@ -25,7 +25,6 @@ const info = {
|
|
|
25
25
|
logoURIs: {
|
|
26
26
|
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/_non-cosmos/tinkernet/images/tnkr.svg'
|
|
27
27
|
},
|
|
28
|
-
coingeckoId: 'tinkernet',
|
|
29
28
|
images: [{
|
|
30
29
|
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/_non-cosmos/tinkernet/images/tnkr.svg'
|
|
31
30
|
}]
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "chain-registry",
|
|
3
|
-
"version": "2.0.
|
|
3
|
+
"version": "2.0.170",
|
|
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.170"
|
|
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": "e779304d334bc4d14566a86b4dcd747a74a07f83"
|
|
43
43
|
}
|
|
@@ -28,7 +28,6 @@ const info = {
|
|
|
28
28
|
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/kichain/images/xki.png',
|
|
29
29
|
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/kichain/images/xki.svg'
|
|
30
30
|
},
|
|
31
|
-
coingeckoId: 'ki',
|
|
32
31
|
images: [{
|
|
33
32
|
imageSync: {
|
|
34
33
|
chainName: 'kichain',
|