chain-registry 2.0.167 → 2.0.169
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/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/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/migaloo/asset-list.js +1 -3
- package/esm/mainnet/omniflixhub/asset-list.js +0 -1
- package/esm/mainnet/osmosis/asset-list.js +11 -22
- 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 -1
- 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/composable/asset-list.js +0 -1
- package/mainnet/cosmoshub/chain.js +7 -7
- package/mainnet/coss/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/migaloo/asset-list.js +1 -3
- package/mainnet/omniflixhub/asset-list.js +0 -1
- package/mainnet/osmosis/asset-list.js +11 -22
- 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 -1
- 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',
|
|
@@ -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
|
}],
|
|
@@ -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'
|
|
@@ -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',
|
|
@@ -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',
|
|
@@ -2634,8 +2632,7 @@ const info = {
|
|
|
2634
2632
|
baseDenom: 'cw20:juno1r4pzw8f9z0sypct5l9j906d47z998ulwvhvqe5xdwgy8wf84583sxwh0pa'
|
|
2635
2633
|
},
|
|
2636
2634
|
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/juno/images/rac.png'
|
|
2637
|
-
}]
|
|
2638
|
-
coingeckoId: 'racoon'
|
|
2635
|
+
}]
|
|
2639
2636
|
},
|
|
2640
2637
|
{
|
|
2641
2638
|
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 +3356,7 @@ const info = {
|
|
|
3359
3356
|
},
|
|
3360
3357
|
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/kava/images/swp.png',
|
|
3361
3358
|
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/kava/images/swp.svg'
|
|
3362
|
-
}]
|
|
3363
|
-
coingeckoId: 'kava-swap'
|
|
3359
|
+
}]
|
|
3364
3360
|
},
|
|
3365
3361
|
{
|
|
3366
3362
|
description: 'A blockchain-based middleware, acting as a bridge between cryptocurrency smart contracts, data feeds, APIs and traditional bank account payments.',
|
|
@@ -4754,8 +4750,7 @@ const info = {
|
|
|
4754
4750
|
},
|
|
4755
4751
|
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/teritori/images/utori.png',
|
|
4756
4752
|
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/teritori/images/utori.svg'
|
|
4757
|
-
}]
|
|
4758
|
-
coingeckoId: 'teritori'
|
|
4753
|
+
}]
|
|
4759
4754
|
},
|
|
4760
4755
|
{
|
|
4761
4756
|
denomUnits: [{
|
|
@@ -6672,8 +6667,7 @@ const info = {
|
|
|
6672
6667
|
},
|
|
6673
6668
|
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/migaloo/images/white-whale.png',
|
|
6674
6669
|
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/migaloo/images/white-whale.svg'
|
|
6675
|
-
}]
|
|
6676
|
-
coingeckoId: 'white-whale'
|
|
6670
|
+
}]
|
|
6677
6671
|
},
|
|
6678
6672
|
{
|
|
6679
6673
|
description: 'Evmos Guardians governance token.',
|
|
@@ -7198,8 +7192,7 @@ const info = {
|
|
|
7198
7192
|
},
|
|
7199
7193
|
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/omniflixhub/images/flix.png',
|
|
7200
7194
|
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/omniflixhub/images/flix.svg'
|
|
7201
|
-
}]
|
|
7202
|
-
coingeckoId: 'omniflix-network'
|
|
7195
|
+
}]
|
|
7203
7196
|
},
|
|
7204
7197
|
{
|
|
7205
7198
|
description: 'Spacer',
|
|
@@ -8025,8 +8018,7 @@ const info = {
|
|
|
8025
8018
|
},
|
|
8026
8019
|
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/stride/images/stumee.png',
|
|
8027
8020
|
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/stride/images/stumee.svg'
|
|
8028
|
-
}]
|
|
8029
|
-
coingeckoId: 'stride-staked-umee'
|
|
8021
|
+
}]
|
|
8030
8022
|
},
|
|
8031
8023
|
{
|
|
8032
8024
|
denomUnits: [{
|
|
@@ -8292,8 +8284,7 @@ const info = {
|
|
|
8292
8284
|
baseDenom: 'ppica'
|
|
8293
8285
|
},
|
|
8294
8286
|
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/composable/images/pica.svg'
|
|
8295
|
-
}]
|
|
8296
|
-
coingeckoId: 'picasso'
|
|
8287
|
+
}]
|
|
8297
8288
|
},
|
|
8298
8289
|
{
|
|
8299
8290
|
description: 'The native fee, governance, staking, and bonding token of the Polkadot platform.',
|
|
@@ -10347,8 +10338,7 @@ const info = {
|
|
|
10347
10338
|
},
|
|
10348
10339
|
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/source/images/source.png',
|
|
10349
10340
|
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/source/images/source.svg'
|
|
10350
|
-
}]
|
|
10351
|
-
coingeckoId: 'source'
|
|
10341
|
+
}]
|
|
10352
10342
|
},
|
|
10353
10343
|
{
|
|
10354
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.',
|
|
@@ -10642,8 +10632,7 @@ const info = {
|
|
|
10642
10632
|
},
|
|
10643
10633
|
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/migaloo/images/rac.png',
|
|
10644
10634
|
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/migaloo/images/rac.svg'
|
|
10645
|
-
}]
|
|
10646
|
-
coingeckoId: 'racoon'
|
|
10635
|
+
}]
|
|
10647
10636
|
},
|
|
10648
10637
|
{
|
|
10649
10638
|
description: 'GUPPY',
|
|
@@ -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'
|
|
@@ -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',
|
|
@@ -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
|
}],
|
|
@@ -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'
|
|
@@ -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',
|
|
@@ -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',
|
|
@@ -2636,8 +2634,7 @@ const info = {
|
|
|
2636
2634
|
baseDenom: 'cw20:juno1r4pzw8f9z0sypct5l9j906d47z998ulwvhvqe5xdwgy8wf84583sxwh0pa'
|
|
2637
2635
|
},
|
|
2638
2636
|
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/juno/images/rac.png'
|
|
2639
|
-
}]
|
|
2640
|
-
coingeckoId: 'racoon'
|
|
2637
|
+
}]
|
|
2641
2638
|
},
|
|
2642
2639
|
{
|
|
2643
2640
|
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 +3358,7 @@ const info = {
|
|
|
3361
3358
|
},
|
|
3362
3359
|
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/kava/images/swp.png',
|
|
3363
3360
|
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/kava/images/swp.svg'
|
|
3364
|
-
}]
|
|
3365
|
-
coingeckoId: 'kava-swap'
|
|
3361
|
+
}]
|
|
3366
3362
|
},
|
|
3367
3363
|
{
|
|
3368
3364
|
description: 'A blockchain-based middleware, acting as a bridge between cryptocurrency smart contracts, data feeds, APIs and traditional bank account payments.',
|
|
@@ -4756,8 +4752,7 @@ const info = {
|
|
|
4756
4752
|
},
|
|
4757
4753
|
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/teritori/images/utori.png',
|
|
4758
4754
|
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/teritori/images/utori.svg'
|
|
4759
|
-
}]
|
|
4760
|
-
coingeckoId: 'teritori'
|
|
4755
|
+
}]
|
|
4761
4756
|
},
|
|
4762
4757
|
{
|
|
4763
4758
|
denomUnits: [{
|
|
@@ -6674,8 +6669,7 @@ const info = {
|
|
|
6674
6669
|
},
|
|
6675
6670
|
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/migaloo/images/white-whale.png',
|
|
6676
6671
|
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/migaloo/images/white-whale.svg'
|
|
6677
|
-
}]
|
|
6678
|
-
coingeckoId: 'white-whale'
|
|
6672
|
+
}]
|
|
6679
6673
|
},
|
|
6680
6674
|
{
|
|
6681
6675
|
description: 'Evmos Guardians governance token.',
|
|
@@ -7200,8 +7194,7 @@ const info = {
|
|
|
7200
7194
|
},
|
|
7201
7195
|
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/omniflixhub/images/flix.png',
|
|
7202
7196
|
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/omniflixhub/images/flix.svg'
|
|
7203
|
-
}]
|
|
7204
|
-
coingeckoId: 'omniflix-network'
|
|
7197
|
+
}]
|
|
7205
7198
|
},
|
|
7206
7199
|
{
|
|
7207
7200
|
description: 'Spacer',
|
|
@@ -8027,8 +8020,7 @@ const info = {
|
|
|
8027
8020
|
},
|
|
8028
8021
|
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/stride/images/stumee.png',
|
|
8029
8022
|
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/stride/images/stumee.svg'
|
|
8030
|
-
}]
|
|
8031
|
-
coingeckoId: 'stride-staked-umee'
|
|
8023
|
+
}]
|
|
8032
8024
|
},
|
|
8033
8025
|
{
|
|
8034
8026
|
denomUnits: [{
|
|
@@ -8294,8 +8286,7 @@ const info = {
|
|
|
8294
8286
|
baseDenom: 'ppica'
|
|
8295
8287
|
},
|
|
8296
8288
|
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/composable/images/pica.svg'
|
|
8297
|
-
}]
|
|
8298
|
-
coingeckoId: 'picasso'
|
|
8289
|
+
}]
|
|
8299
8290
|
},
|
|
8300
8291
|
{
|
|
8301
8292
|
description: 'The native fee, governance, staking, and bonding token of the Polkadot platform.',
|
|
@@ -10349,8 +10340,7 @@ const info = {
|
|
|
10349
10340
|
},
|
|
10350
10341
|
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/source/images/source.png',
|
|
10351
10342
|
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/source/images/source.svg'
|
|
10352
|
-
}]
|
|
10353
|
-
coingeckoId: 'source'
|
|
10343
|
+
}]
|
|
10354
10344
|
},
|
|
10355
10345
|
{
|
|
10356
10346
|
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 +10634,7 @@ const info = {
|
|
|
10644
10634
|
},
|
|
10645
10635
|
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/migaloo/images/rac.png',
|
|
10646
10636
|
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/migaloo/images/rac.svg'
|
|
10647
|
-
}]
|
|
10648
|
-
coingeckoId: 'racoon'
|
|
10637
|
+
}]
|
|
10649
10638
|
},
|
|
10650
10639
|
{
|
|
10651
10640
|
description: 'GUPPY',
|
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'
|
|
@@ -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.169",
|
|
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.169"
|
|
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": "4c5f2dd6d6380fc5b56eed6ede5e41db1c488853"
|
|
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',
|