chain-registry 1.69.29 → 1.69.30
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/acrechain/assets.js +0 -1
- package/esm/mainnet/akash/chain.js +0 -8
- package/esm/mainnet/comdex/assets.js +0 -1
- package/esm/mainnet/crescent/assets.js +0 -1
- package/esm/mainnet/dungeon/chain.js +2 -2
- package/esm/mainnet/gravitybridge/assets.js +0 -1
- package/esm/mainnet/imversed/assets.js +0 -1
- package/esm/mainnet/juno/assets.js +0 -1
- package/esm/mainnet/kichain/assets.js +0 -1
- package/esm/mainnet/microtick/assets.js +0 -1
- package/esm/mainnet/osmosis/assets.js +0 -1
- package/esm/mainnet/provenance/assets.js +0 -1
- package/esm/mainnet/quasar/assets.js +0 -1
- package/esm/mainnet/qwoyn/assets.js +0 -1
- package/esm/mainnet/stargaze/assets.js +42 -0
- package/esm/mainnet/stride/assets.js +0 -2
- package/esm/mainnet/tgrade/assets.js +0 -1
- package/mainnet/acrechain/assets.js +0 -1
- package/mainnet/akash/chain.js +0 -8
- package/mainnet/comdex/assets.js +0 -1
- package/mainnet/crescent/assets.js +0 -1
- package/mainnet/dungeon/chain.js +2 -2
- package/mainnet/gravitybridge/assets.js +0 -1
- package/mainnet/imversed/assets.js +0 -1
- package/mainnet/juno/assets.js +0 -1
- package/mainnet/kichain/assets.js +0 -1
- package/mainnet/microtick/assets.js +0 -1
- package/mainnet/osmosis/assets.js +0 -1
- package/mainnet/provenance/assets.js +0 -1
- package/mainnet/quasar/assets.js +0 -1
- package/mainnet/qwoyn/assets.js +0 -1
- package/mainnet/stargaze/assets.js +42 -0
- package/mainnet/stride/assets.js +0 -2
- package/mainnet/tgrade/assets.js +0 -1
- package/package.json +4 -4
|
@@ -50,7 +50,6 @@ const info = {
|
|
|
50
50
|
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/acrechain/images/arusd.png',
|
|
51
51
|
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/acrechain/images/arusd.svg'
|
|
52
52
|
},
|
|
53
|
-
coingecko_id: 'arable-usd',
|
|
54
53
|
images: [{
|
|
55
54
|
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/acrechain/images/arusd.png',
|
|
56
55
|
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/acrechain/images/arusd.svg',
|
|
@@ -57,10 +57,6 @@ const info = {
|
|
|
57
57
|
address: 'https://akash-rpc.kleomedes.network',
|
|
58
58
|
provider: 'Kleomedes'
|
|
59
59
|
},
|
|
60
|
-
{
|
|
61
|
-
address: 'https://rpc-akash-01.stakeflow.io',
|
|
62
|
-
provider: 'Stakeflow'
|
|
63
|
-
},
|
|
64
60
|
{
|
|
65
61
|
address: 'https://akash-mainnet-rpc.cosmonautstakes.com:443',
|
|
66
62
|
provider: 'Cosmonaut Stakes'
|
|
@@ -73,10 +69,6 @@ const info = {
|
|
|
73
69
|
address: 'https://akash-rpc.publicnode.com:443',
|
|
74
70
|
provider: 'Allnodes ⚡️ Nodes & Staking'
|
|
75
71
|
},
|
|
76
|
-
{
|
|
77
|
-
address: 'https://public.stakewolle.com/cosmos/akash/rpc',
|
|
78
|
-
provider: 'Stakewolle'
|
|
79
|
-
},
|
|
80
72
|
{
|
|
81
73
|
address: 'https://akash.declab.pro:26601',
|
|
82
74
|
provider: 'Decloud Nodes Lab'
|
|
@@ -46,7 +46,6 @@ const info = {
|
|
|
46
46
|
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/comdex/images/harbor.png',
|
|
47
47
|
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/comdex/images/harbor.svg'
|
|
48
48
|
},
|
|
49
|
-
coingecko_id: 'harbor-2',
|
|
50
49
|
images: [{
|
|
51
50
|
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/comdex/images/harbor.png',
|
|
52
51
|
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/comdex/images/harbor.svg',
|
|
@@ -18,7 +18,6 @@ const info = {
|
|
|
18
18
|
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/crescent/images/cre.png',
|
|
19
19
|
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/crescent/images/cre.svg'
|
|
20
20
|
},
|
|
21
|
-
coingecko_id: 'crescent-network',
|
|
22
21
|
images: [{
|
|
23
22
|
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/crescent/images/cre.png',
|
|
24
23
|
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/crescent/images/cre.svg',
|
|
@@ -8,6 +8,7 @@ const info = {
|
|
|
8
8
|
pretty_name: 'Dungeon Chain',
|
|
9
9
|
chain_id: 'dungeon-1',
|
|
10
10
|
bech32_prefix: 'dungeon',
|
|
11
|
+
slip44: 118,
|
|
11
12
|
fees: {
|
|
12
13
|
fee_tokens: [{
|
|
13
14
|
denom: 'udgn',
|
|
@@ -32,7 +33,6 @@ const info = {
|
|
|
32
33
|
address: 'https://api-archive-dungeonchain.apeironnodes.com',
|
|
33
34
|
provider: 'ApeironNodes (Archive)'
|
|
34
35
|
}]
|
|
35
|
-
}
|
|
36
|
-
slip44: 118
|
|
36
|
+
}
|
|
37
37
|
};
|
|
38
38
|
export default info;
|
|
@@ -131,7 +131,6 @@ const info = {
|
|
|
131
131
|
name: 'USD Coin',
|
|
132
132
|
display: 'gusdc',
|
|
133
133
|
symbol: 'USDC',
|
|
134
|
-
coingecko_id: 'gravity-bridge-usdc',
|
|
135
134
|
logo_URIs: {
|
|
136
135
|
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/_non-cosmos/ethereum/images/usdc.png',
|
|
137
136
|
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/_non-cosmos/ethereum/images/usdc.svg'
|
|
@@ -18,7 +18,6 @@ const info = {
|
|
|
18
18
|
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/imversed/images/imversed.png',
|
|
19
19
|
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/imversed/images/imversed.svg'
|
|
20
20
|
},
|
|
21
|
-
coingecko_id: 'imv',
|
|
22
21
|
images: [{
|
|
23
22
|
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/imversed/images/imversed.png',
|
|
24
23
|
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/imversed/images/imversed.svg',
|
|
@@ -784,7 +784,6 @@ const info = {
|
|
|
784
784
|
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/juno/images/wynd.png',
|
|
785
785
|
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/juno/images/wynd.svg'
|
|
786
786
|
},
|
|
787
|
-
coingecko_id: 'wynd',
|
|
788
787
|
images: [{
|
|
789
788
|
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/juno/images/wynd.png',
|
|
790
789
|
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/juno/images/wynd.svg',
|
|
@@ -45,7 +45,6 @@ const info = {
|
|
|
45
45
|
logo_URIs: {
|
|
46
46
|
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/kichain/images/lvn.png'
|
|
47
47
|
},
|
|
48
|
-
coingecko_id: 'lvn',
|
|
49
48
|
images: [{
|
|
50
49
|
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/kichain/images/lvn.png',
|
|
51
50
|
theme: {
|
|
@@ -18,7 +18,6 @@ const info = {
|
|
|
18
18
|
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/microtick/images/tick.png',
|
|
19
19
|
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/microtick/images/tick.svg'
|
|
20
20
|
},
|
|
21
|
-
coingecko_id: 'microtick',
|
|
22
21
|
images: [{
|
|
23
22
|
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/microtick/images/tick.png',
|
|
24
23
|
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/microtick/images/tick.svg',
|
|
@@ -14159,7 +14159,6 @@ const info = {
|
|
|
14159
14159
|
primary_color_hex: '#1e264f'
|
|
14160
14160
|
}
|
|
14161
14161
|
}],
|
|
14162
|
-
coingecko_id: 'sail-dao',
|
|
14163
14162
|
socials: {
|
|
14164
14163
|
website: 'https://daodao.zone/dao/osmo106tvcj58rvdn9k36m9m3xcmcwk2c3fgft3ldcst9lgy05gcmjanqexru3h/home',
|
|
14165
14164
|
twitter: 'https://twitter.com/Sail_DAO_'
|
|
@@ -18,7 +18,6 @@ const info = {
|
|
|
18
18
|
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/provenance/images/prov.png',
|
|
19
19
|
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/provenance/images/prov.svg'
|
|
20
20
|
},
|
|
21
|
-
coingecko_id: 'provenance-blockchain',
|
|
22
21
|
images: [{
|
|
23
22
|
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/provenance/images/prov.png',
|
|
24
23
|
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/provenance/images/prov.svg',
|
|
@@ -525,6 +525,48 @@ const info = {
|
|
|
525
525
|
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/stargaze/images/bglUSDC.png'
|
|
526
526
|
}],
|
|
527
527
|
type_asset: 'sdk.coin'
|
|
528
|
+
},
|
|
529
|
+
{
|
|
530
|
+
description: 'The Cosmos Network\'s premier self-hatred memecoin.',
|
|
531
|
+
extended_description: 'Shitmos is a fair launched token deployed via the start.cooking liquidity bootstrapping protocol (LBP) on the Osmosis blockchain. It is powered by the Shitmos Economic Zone (SEZ), and it has been designed with the goal of uniting the Cosmos Network and interchain-at-large ecosystems by making crypto fun. The SEZ is a federation of nft collections on Stargaze that supports Shitmos by providing at least 2% of royalties towards open market purchases of Shitmos.',
|
|
532
|
+
denom_units: [{
|
|
533
|
+
denom: 'ibc/8577E98BDDD2758FD5647A53563DAAC89921326F964EBF899B945ED05A66CA5F',
|
|
534
|
+
exponent: 0
|
|
535
|
+
}, {
|
|
536
|
+
denom: 'SHITMOS',
|
|
537
|
+
exponent: 6
|
|
538
|
+
}],
|
|
539
|
+
type_asset: 'ics20',
|
|
540
|
+
base: 'ibc/8577E98BDDD2758FD5647A53563DAAC89921326F964EBF899B945ED05A66CA5F',
|
|
541
|
+
name: 'Shitmos',
|
|
542
|
+
display: 'SHITMOS',
|
|
543
|
+
symbol: 'SHITMOS',
|
|
544
|
+
logo_URIs: {
|
|
545
|
+
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/osmosis/images/shitmos.png'
|
|
546
|
+
},
|
|
547
|
+
traces: [{
|
|
548
|
+
type: 'ibc',
|
|
549
|
+
counterparty: {
|
|
550
|
+
chain_name: 'osmosis',
|
|
551
|
+
base_denom: 'factory/osmo1q77cw0mmlluxu0wr29fcdd0tdnh78gzhkvhe4n6ulal9qvrtu43qtd0nh8/shitmos',
|
|
552
|
+
channel_id: 'channel-75'
|
|
553
|
+
},
|
|
554
|
+
chain: {
|
|
555
|
+
channel_id: 'channel-0',
|
|
556
|
+
path: 'transfer/channel-0/factory/osmo1q77cw0mmlluxu0wr29fcdd0tdnh78gzhkvhe4n6ulal9qvrtu43qtd0nh8/shitmos'
|
|
557
|
+
}
|
|
558
|
+
}],
|
|
559
|
+
images: [{
|
|
560
|
+
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/osmosis/images/shitmos.png',
|
|
561
|
+
image_sync: {
|
|
562
|
+
chain_name: 'osmosis',
|
|
563
|
+
base_denom: 'factory/osmo1q77cw0mmlluxu0wr29fcdd0tdnh78gzhkvhe4n6ulal9qvrtu43qtd0nh8/shitmos'
|
|
564
|
+
},
|
|
565
|
+
theme: {
|
|
566
|
+
primary_color_hex: '#7b4f2f',
|
|
567
|
+
background_color_hex: '#639bff'
|
|
568
|
+
}
|
|
569
|
+
}]
|
|
528
570
|
}
|
|
529
571
|
]
|
|
530
572
|
};
|
|
@@ -194,7 +194,6 @@ const info = {
|
|
|
194
194
|
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/stride/images/stluna.png',
|
|
195
195
|
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/stride/images/stluna.svg'
|
|
196
196
|
},
|
|
197
|
-
coingecko_id: 'stride-staked-luna',
|
|
198
197
|
images: [{
|
|
199
198
|
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/stride/images/stluna.png',
|
|
200
199
|
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/stride/images/stluna.svg',
|
|
@@ -261,7 +260,6 @@ const info = {
|
|
|
261
260
|
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/stride/images/stevmos.png',
|
|
262
261
|
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/stride/images/stevmos.svg'
|
|
263
262
|
},
|
|
264
|
-
coingecko_id: 'stride-staked-evmos',
|
|
265
263
|
images: [{
|
|
266
264
|
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/stride/images/stevmos.png',
|
|
267
265
|
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/stride/images/stevmos.svg',
|
|
@@ -18,7 +18,6 @@ const info = {
|
|
|
18
18
|
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/tgrade/images/tgrade-symbol-gradient.png',
|
|
19
19
|
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/tgrade/images/tgrade-symbol-gradient.svg'
|
|
20
20
|
},
|
|
21
|
-
coingecko_id: 'tgrade',
|
|
22
21
|
images: [{
|
|
23
22
|
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/tgrade/images/tgrade-symbol-gradient.png',
|
|
24
23
|
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/tgrade/images/tgrade-symbol-gradient.svg',
|
|
@@ -52,7 +52,6 @@ const info = {
|
|
|
52
52
|
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/acrechain/images/arusd.png',
|
|
53
53
|
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/acrechain/images/arusd.svg'
|
|
54
54
|
},
|
|
55
|
-
coingecko_id: 'arable-usd',
|
|
56
55
|
images: [{
|
|
57
56
|
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/acrechain/images/arusd.png',
|
|
58
57
|
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/acrechain/images/arusd.svg',
|
package/mainnet/akash/chain.js
CHANGED
|
@@ -59,10 +59,6 @@ const info = {
|
|
|
59
59
|
address: 'https://akash-rpc.kleomedes.network',
|
|
60
60
|
provider: 'Kleomedes'
|
|
61
61
|
},
|
|
62
|
-
{
|
|
63
|
-
address: 'https://rpc-akash-01.stakeflow.io',
|
|
64
|
-
provider: 'Stakeflow'
|
|
65
|
-
},
|
|
66
62
|
{
|
|
67
63
|
address: 'https://akash-mainnet-rpc.cosmonautstakes.com:443',
|
|
68
64
|
provider: 'Cosmonaut Stakes'
|
|
@@ -75,10 +71,6 @@ const info = {
|
|
|
75
71
|
address: 'https://akash-rpc.publicnode.com:443',
|
|
76
72
|
provider: 'Allnodes ⚡️ Nodes & Staking'
|
|
77
73
|
},
|
|
78
|
-
{
|
|
79
|
-
address: 'https://public.stakewolle.com/cosmos/akash/rpc',
|
|
80
|
-
provider: 'Stakewolle'
|
|
81
|
-
},
|
|
82
74
|
{
|
|
83
75
|
address: 'https://akash.declab.pro:26601',
|
|
84
76
|
provider: 'Decloud Nodes Lab'
|
package/mainnet/comdex/assets.js
CHANGED
|
@@ -48,7 +48,6 @@ const info = {
|
|
|
48
48
|
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/comdex/images/harbor.png',
|
|
49
49
|
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/comdex/images/harbor.svg'
|
|
50
50
|
},
|
|
51
|
-
coingecko_id: 'harbor-2',
|
|
52
51
|
images: [{
|
|
53
52
|
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/comdex/images/harbor.png',
|
|
54
53
|
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/comdex/images/harbor.svg',
|
|
@@ -20,7 +20,6 @@ const info = {
|
|
|
20
20
|
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/crescent/images/cre.png',
|
|
21
21
|
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/crescent/images/cre.svg'
|
|
22
22
|
},
|
|
23
|
-
coingecko_id: 'crescent-network',
|
|
24
23
|
images: [{
|
|
25
24
|
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/crescent/images/cre.png',
|
|
26
25
|
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/crescent/images/cre.svg',
|
package/mainnet/dungeon/chain.js
CHANGED
|
@@ -10,6 +10,7 @@ const info = {
|
|
|
10
10
|
pretty_name: 'Dungeon Chain',
|
|
11
11
|
chain_id: 'dungeon-1',
|
|
12
12
|
bech32_prefix: 'dungeon',
|
|
13
|
+
slip44: 118,
|
|
13
14
|
fees: {
|
|
14
15
|
fee_tokens: [{
|
|
15
16
|
denom: 'udgn',
|
|
@@ -34,7 +35,6 @@ const info = {
|
|
|
34
35
|
address: 'https://api-archive-dungeonchain.apeironnodes.com',
|
|
35
36
|
provider: 'ApeironNodes (Archive)'
|
|
36
37
|
}]
|
|
37
|
-
}
|
|
38
|
-
slip44: 118
|
|
38
|
+
}
|
|
39
39
|
};
|
|
40
40
|
exports.default = info;
|
|
@@ -133,7 +133,6 @@ const info = {
|
|
|
133
133
|
name: 'USD Coin',
|
|
134
134
|
display: 'gusdc',
|
|
135
135
|
symbol: 'USDC',
|
|
136
|
-
coingecko_id: 'gravity-bridge-usdc',
|
|
137
136
|
logo_URIs: {
|
|
138
137
|
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/_non-cosmos/ethereum/images/usdc.png',
|
|
139
138
|
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/_non-cosmos/ethereum/images/usdc.svg'
|
|
@@ -20,7 +20,6 @@ const info = {
|
|
|
20
20
|
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/imversed/images/imversed.png',
|
|
21
21
|
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/imversed/images/imversed.svg'
|
|
22
22
|
},
|
|
23
|
-
coingecko_id: 'imv',
|
|
24
23
|
images: [{
|
|
25
24
|
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/imversed/images/imversed.png',
|
|
26
25
|
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/imversed/images/imversed.svg',
|
package/mainnet/juno/assets.js
CHANGED
|
@@ -786,7 +786,6 @@ const info = {
|
|
|
786
786
|
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/juno/images/wynd.png',
|
|
787
787
|
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/juno/images/wynd.svg'
|
|
788
788
|
},
|
|
789
|
-
coingecko_id: 'wynd',
|
|
790
789
|
images: [{
|
|
791
790
|
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/juno/images/wynd.png',
|
|
792
791
|
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/juno/images/wynd.svg',
|
|
@@ -47,7 +47,6 @@ const info = {
|
|
|
47
47
|
logo_URIs: {
|
|
48
48
|
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/kichain/images/lvn.png'
|
|
49
49
|
},
|
|
50
|
-
coingecko_id: 'lvn',
|
|
51
50
|
images: [{
|
|
52
51
|
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/kichain/images/lvn.png',
|
|
53
52
|
theme: {
|
|
@@ -20,7 +20,6 @@ const info = {
|
|
|
20
20
|
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/microtick/images/tick.png',
|
|
21
21
|
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/microtick/images/tick.svg'
|
|
22
22
|
},
|
|
23
|
-
coingecko_id: 'microtick',
|
|
24
23
|
images: [{
|
|
25
24
|
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/microtick/images/tick.png',
|
|
26
25
|
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/microtick/images/tick.svg',
|
|
@@ -14161,7 +14161,6 @@ const info = {
|
|
|
14161
14161
|
primary_color_hex: '#1e264f'
|
|
14162
14162
|
}
|
|
14163
14163
|
}],
|
|
14164
|
-
coingecko_id: 'sail-dao',
|
|
14165
14164
|
socials: {
|
|
14166
14165
|
website: 'https://daodao.zone/dao/osmo106tvcj58rvdn9k36m9m3xcmcwk2c3fgft3ldcst9lgy05gcmjanqexru3h/home',
|
|
14167
14166
|
twitter: 'https://twitter.com/Sail_DAO_'
|
|
@@ -20,7 +20,6 @@ const info = {
|
|
|
20
20
|
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/provenance/images/prov.png',
|
|
21
21
|
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/provenance/images/prov.svg'
|
|
22
22
|
},
|
|
23
|
-
coingecko_id: 'provenance-blockchain',
|
|
24
23
|
images: [{
|
|
25
24
|
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/provenance/images/prov.png',
|
|
26
25
|
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/provenance/images/prov.svg',
|
package/mainnet/quasar/assets.js
CHANGED
package/mainnet/qwoyn/assets.js
CHANGED
|
@@ -527,6 +527,48 @@ const info = {
|
|
|
527
527
|
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/stargaze/images/bglUSDC.png'
|
|
528
528
|
}],
|
|
529
529
|
type_asset: 'sdk.coin'
|
|
530
|
+
},
|
|
531
|
+
{
|
|
532
|
+
description: 'The Cosmos Network\'s premier self-hatred memecoin.',
|
|
533
|
+
extended_description: 'Shitmos is a fair launched token deployed via the start.cooking liquidity bootstrapping protocol (LBP) on the Osmosis blockchain. It is powered by the Shitmos Economic Zone (SEZ), and it has been designed with the goal of uniting the Cosmos Network and interchain-at-large ecosystems by making crypto fun. The SEZ is a federation of nft collections on Stargaze that supports Shitmos by providing at least 2% of royalties towards open market purchases of Shitmos.',
|
|
534
|
+
denom_units: [{
|
|
535
|
+
denom: 'ibc/8577E98BDDD2758FD5647A53563DAAC89921326F964EBF899B945ED05A66CA5F',
|
|
536
|
+
exponent: 0
|
|
537
|
+
}, {
|
|
538
|
+
denom: 'SHITMOS',
|
|
539
|
+
exponent: 6
|
|
540
|
+
}],
|
|
541
|
+
type_asset: 'ics20',
|
|
542
|
+
base: 'ibc/8577E98BDDD2758FD5647A53563DAAC89921326F964EBF899B945ED05A66CA5F',
|
|
543
|
+
name: 'Shitmos',
|
|
544
|
+
display: 'SHITMOS',
|
|
545
|
+
symbol: 'SHITMOS',
|
|
546
|
+
logo_URIs: {
|
|
547
|
+
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/osmosis/images/shitmos.png'
|
|
548
|
+
},
|
|
549
|
+
traces: [{
|
|
550
|
+
type: 'ibc',
|
|
551
|
+
counterparty: {
|
|
552
|
+
chain_name: 'osmosis',
|
|
553
|
+
base_denom: 'factory/osmo1q77cw0mmlluxu0wr29fcdd0tdnh78gzhkvhe4n6ulal9qvrtu43qtd0nh8/shitmos',
|
|
554
|
+
channel_id: 'channel-75'
|
|
555
|
+
},
|
|
556
|
+
chain: {
|
|
557
|
+
channel_id: 'channel-0',
|
|
558
|
+
path: 'transfer/channel-0/factory/osmo1q77cw0mmlluxu0wr29fcdd0tdnh78gzhkvhe4n6ulal9qvrtu43qtd0nh8/shitmos'
|
|
559
|
+
}
|
|
560
|
+
}],
|
|
561
|
+
images: [{
|
|
562
|
+
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/osmosis/images/shitmos.png',
|
|
563
|
+
image_sync: {
|
|
564
|
+
chain_name: 'osmosis',
|
|
565
|
+
base_denom: 'factory/osmo1q77cw0mmlluxu0wr29fcdd0tdnh78gzhkvhe4n6ulal9qvrtu43qtd0nh8/shitmos'
|
|
566
|
+
},
|
|
567
|
+
theme: {
|
|
568
|
+
primary_color_hex: '#7b4f2f',
|
|
569
|
+
background_color_hex: '#639bff'
|
|
570
|
+
}
|
|
571
|
+
}]
|
|
530
572
|
}
|
|
531
573
|
]
|
|
532
574
|
};
|
package/mainnet/stride/assets.js
CHANGED
|
@@ -196,7 +196,6 @@ const info = {
|
|
|
196
196
|
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/stride/images/stluna.png',
|
|
197
197
|
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/stride/images/stluna.svg'
|
|
198
198
|
},
|
|
199
|
-
coingecko_id: 'stride-staked-luna',
|
|
200
199
|
images: [{
|
|
201
200
|
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/stride/images/stluna.png',
|
|
202
201
|
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/stride/images/stluna.svg',
|
|
@@ -263,7 +262,6 @@ const info = {
|
|
|
263
262
|
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/stride/images/stevmos.png',
|
|
264
263
|
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/stride/images/stevmos.svg'
|
|
265
264
|
},
|
|
266
|
-
coingecko_id: 'stride-staked-evmos',
|
|
267
265
|
images: [{
|
|
268
266
|
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/stride/images/stevmos.png',
|
|
269
267
|
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/stride/images/stevmos.svg',
|
package/mainnet/tgrade/assets.js
CHANGED
|
@@ -20,7 +20,6 @@ const info = {
|
|
|
20
20
|
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/tgrade/images/tgrade-symbol-gradient.png',
|
|
21
21
|
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/tgrade/images/tgrade-symbol-gradient.svg'
|
|
22
22
|
},
|
|
23
|
-
coingecko_id: 'tgrade',
|
|
24
23
|
images: [{
|
|
25
24
|
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/tgrade/images/tgrade-symbol-gradient.png',
|
|
26
25
|
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/tgrade/images/tgrade-symbol-gradient.svg',
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "chain-registry",
|
|
3
|
-
"version": "1.69.
|
|
3
|
+
"version": "1.69.30",
|
|
4
4
|
"description": "Cosmos chain registry ⚛️",
|
|
5
5
|
"author": "Dan Lynch <pyramation@gmail.com>",
|
|
6
6
|
"homepage": "https://github.com/cosmology-tech/chain-registry/tree/master/packages/chain-registry#readme",
|
|
@@ -29,11 +29,11 @@
|
|
|
29
29
|
"test:watch": "jest --watch"
|
|
30
30
|
},
|
|
31
31
|
"devDependencies": {
|
|
32
|
-
"@chain-registry/utils": "^1.51.
|
|
32
|
+
"@chain-registry/utils": "^1.51.11",
|
|
33
33
|
"deepmerge": "^4.2.2"
|
|
34
34
|
},
|
|
35
35
|
"dependencies": {
|
|
36
|
-
"@chain-registry/types": "^0.50.
|
|
36
|
+
"@chain-registry/types": "^0.50.11"
|
|
37
37
|
},
|
|
38
38
|
"keywords": [
|
|
39
39
|
"chain-registry",
|
|
@@ -43,5 +43,5 @@
|
|
|
43
43
|
"interchain",
|
|
44
44
|
"tokens"
|
|
45
45
|
],
|
|
46
|
-
"gitHead": "
|
|
46
|
+
"gitHead": "61c01f856601c809cd11be62c80d9892ceca2d8b"
|
|
47
47
|
}
|