@chain-registry/assets 1.70.280 → 1.70.282
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/akash.js +26 -6
- package/esm/mainnet/cosmoshub.js +26 -6
- package/esm/mainnet/crescent.js +26 -6
- package/esm/mainnet/evmos.js +26 -6
- package/esm/mainnet/irisnet.js +26 -6
- package/esm/mainnet/osmosis.js +58 -10
- package/esm/mainnet/persistence.js +26 -6
- package/esm/mainnet/regen.js +26 -6
- package/esm/mainnet/sentinel.js +26 -6
- package/esm/mainnet/sifchain.js +26 -6
- package/esm/mainnet/starname.js +26 -6
- package/index.d.ts +1 -1
- package/mainnet/akash.js +26 -6
- package/mainnet/cosmoshub.js +26 -6
- package/mainnet/crescent.js +26 -6
- package/mainnet/evmos.js +26 -6
- package/mainnet/irisnet.js +26 -6
- package/mainnet/osmosis.js +58 -10
- package/mainnet/persistence.js +26 -6
- package/mainnet/regen.js +26 -6
- package/mainnet/sentinel.js +26 -6
- package/mainnet/sifchain.js +26 -6
- package/mainnet/starname.js +26 -6
- package/package.json +5 -5
package/mainnet/sentinel.js
CHANGED
|
@@ -150,14 +150,24 @@ const assets = {
|
|
|
150
150
|
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/cronos/images/cro.svg'
|
|
151
151
|
},
|
|
152
152
|
coingecko_id: 'crypto-com-chain',
|
|
153
|
-
images: [
|
|
153
|
+
images: [
|
|
154
|
+
{
|
|
154
155
|
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/cronos/images/cro.svg'
|
|
155
|
-
},
|
|
156
|
+
},
|
|
157
|
+
{
|
|
156
158
|
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/cronos/images/cronos.png',
|
|
157
159
|
theme: {
|
|
158
160
|
primary_color_hex: '#0c2c71'
|
|
159
161
|
}
|
|
160
|
-
}
|
|
162
|
+
},
|
|
163
|
+
{
|
|
164
|
+
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/cronos/images/cro_white.svg',
|
|
165
|
+
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/cronos/images/cro_white.png',
|
|
166
|
+
theme: {
|
|
167
|
+
dark_mode: true
|
|
168
|
+
}
|
|
169
|
+
}
|
|
170
|
+
],
|
|
161
171
|
socials: {
|
|
162
172
|
website: 'https://cronos.org/',
|
|
163
173
|
twitter: 'https://twitter.com/cronos_chain'
|
|
@@ -694,14 +704,24 @@ const assets = {
|
|
|
694
704
|
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/cronos/images/cro.svg'
|
|
695
705
|
},
|
|
696
706
|
coingecko_id: 'crypto-com-chain',
|
|
697
|
-
images: [
|
|
707
|
+
images: [
|
|
708
|
+
{
|
|
698
709
|
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/cronos/images/cro.svg'
|
|
699
|
-
},
|
|
710
|
+
},
|
|
711
|
+
{
|
|
700
712
|
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/cronos/images/cronos.png',
|
|
701
713
|
theme: {
|
|
702
714
|
primary_color_hex: '#0c2c71'
|
|
703
715
|
}
|
|
704
|
-
}
|
|
716
|
+
},
|
|
717
|
+
{
|
|
718
|
+
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/cronos/images/cro_white.svg',
|
|
719
|
+
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/cronos/images/cro_white.png',
|
|
720
|
+
theme: {
|
|
721
|
+
dark_mode: true
|
|
722
|
+
}
|
|
723
|
+
}
|
|
724
|
+
],
|
|
705
725
|
socials: {
|
|
706
726
|
website: 'https://cronos.org/',
|
|
707
727
|
twitter: 'https://twitter.com/cronos_chain'
|
package/mainnet/sifchain.js
CHANGED
|
@@ -107,14 +107,24 @@ const assets = {
|
|
|
107
107
|
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/cronos/images/cro.svg'
|
|
108
108
|
},
|
|
109
109
|
coingecko_id: 'crypto-com-chain',
|
|
110
|
-
images: [
|
|
110
|
+
images: [
|
|
111
|
+
{
|
|
111
112
|
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/cronos/images/cro.svg'
|
|
112
|
-
},
|
|
113
|
+
},
|
|
114
|
+
{
|
|
113
115
|
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/cronos/images/cronos.png',
|
|
114
116
|
theme: {
|
|
115
117
|
primary_color_hex: '#0c2c71'
|
|
116
118
|
}
|
|
117
|
-
}
|
|
119
|
+
},
|
|
120
|
+
{
|
|
121
|
+
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/cronos/images/cro_white.svg',
|
|
122
|
+
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/cronos/images/cro_white.png',
|
|
123
|
+
theme: {
|
|
124
|
+
dark_mode: true
|
|
125
|
+
}
|
|
126
|
+
}
|
|
127
|
+
],
|
|
118
128
|
socials: {
|
|
119
129
|
website: 'https://cronos.org/',
|
|
120
130
|
twitter: 'https://twitter.com/cronos_chain'
|
|
@@ -655,14 +665,24 @@ const assets = {
|
|
|
655
665
|
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/cronos/images/cro.svg'
|
|
656
666
|
},
|
|
657
667
|
coingecko_id: 'crypto-com-chain',
|
|
658
|
-
images: [
|
|
668
|
+
images: [
|
|
669
|
+
{
|
|
659
670
|
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/cronos/images/cro.svg'
|
|
660
|
-
},
|
|
671
|
+
},
|
|
672
|
+
{
|
|
661
673
|
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/cronos/images/cronos.png',
|
|
662
674
|
theme: {
|
|
663
675
|
primary_color_hex: '#0c2c71'
|
|
664
676
|
}
|
|
665
|
-
}
|
|
677
|
+
},
|
|
678
|
+
{
|
|
679
|
+
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/cronos/images/cro_white.svg',
|
|
680
|
+
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/cronos/images/cro_white.png',
|
|
681
|
+
theme: {
|
|
682
|
+
dark_mode: true
|
|
683
|
+
}
|
|
684
|
+
}
|
|
685
|
+
],
|
|
666
686
|
socials: {
|
|
667
687
|
website: 'https://cronos.org/',
|
|
668
688
|
twitter: 'https://twitter.com/cronos_chain'
|
package/mainnet/starname.js
CHANGED
|
@@ -107,14 +107,24 @@ const assets = {
|
|
|
107
107
|
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/cronos/images/cro.svg'
|
|
108
108
|
},
|
|
109
109
|
coingecko_id: 'crypto-com-chain',
|
|
110
|
-
images: [
|
|
110
|
+
images: [
|
|
111
|
+
{
|
|
111
112
|
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/cronos/images/cro.svg'
|
|
112
|
-
},
|
|
113
|
+
},
|
|
114
|
+
{
|
|
113
115
|
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/cronos/images/cronos.png',
|
|
114
116
|
theme: {
|
|
115
117
|
primary_color_hex: '#0c2c71'
|
|
116
118
|
}
|
|
117
|
-
}
|
|
119
|
+
},
|
|
120
|
+
{
|
|
121
|
+
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/cronos/images/cro_white.svg',
|
|
122
|
+
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/cronos/images/cro_white.png',
|
|
123
|
+
theme: {
|
|
124
|
+
dark_mode: true
|
|
125
|
+
}
|
|
126
|
+
}
|
|
127
|
+
],
|
|
118
128
|
socials: {
|
|
119
129
|
website: 'https://cronos.org/',
|
|
120
130
|
twitter: 'https://twitter.com/cronos_chain'
|
|
@@ -533,14 +543,24 @@ const assets = {
|
|
|
533
543
|
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/cronos/images/cro.svg'
|
|
534
544
|
},
|
|
535
545
|
coingecko_id: 'crypto-com-chain',
|
|
536
|
-
images: [
|
|
546
|
+
images: [
|
|
547
|
+
{
|
|
537
548
|
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/cronos/images/cro.svg'
|
|
538
|
-
},
|
|
549
|
+
},
|
|
550
|
+
{
|
|
539
551
|
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/cronos/images/cronos.png',
|
|
540
552
|
theme: {
|
|
541
553
|
primary_color_hex: '#0c2c71'
|
|
542
554
|
}
|
|
543
|
-
}
|
|
555
|
+
},
|
|
556
|
+
{
|
|
557
|
+
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/cronos/images/cro_white.svg',
|
|
558
|
+
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/cronos/images/cro_white.png',
|
|
559
|
+
theme: {
|
|
560
|
+
dark_mode: true
|
|
561
|
+
}
|
|
562
|
+
}
|
|
563
|
+
],
|
|
544
564
|
socials: {
|
|
545
565
|
website: 'https://cronos.org/',
|
|
546
566
|
twitter: 'https://twitter.com/cronos_chain'
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@chain-registry/assets",
|
|
3
|
-
"version": "1.70.
|
|
3
|
+
"version": "1.70.282",
|
|
4
4
|
"description": "Chain Registry Asset Lists",
|
|
5
5
|
"author": "Dan Lynch <pyramation@gmail.com>",
|
|
6
6
|
"homepage": "https://github.com/hyperweb-io/chain-registry",
|
|
@@ -29,11 +29,11 @@
|
|
|
29
29
|
"test:watch": "jest --watch"
|
|
30
30
|
},
|
|
31
31
|
"devDependencies": {
|
|
32
|
-
"@chain-registry/utils": "^1.51.
|
|
33
|
-
"chain-registry": "^1.69.
|
|
32
|
+
"@chain-registry/utils": "^1.51.177",
|
|
33
|
+
"chain-registry": "^1.69.282"
|
|
34
34
|
},
|
|
35
35
|
"dependencies": {
|
|
36
|
-
"@chain-registry/types": "^0.50.
|
|
36
|
+
"@chain-registry/types": "^0.50.177"
|
|
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": "e5afb8d510a8c79a5d583f549c7f0e528e673b70"
|
|
47
47
|
}
|