@chain-registry/assets 1.64.88 → 1.64.90
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/esm/mainnet/agoric.js +398 -0
- package/esm/mainnet/axelar.js +18 -0
- package/esm/mainnet/cosmoshub.js +18 -0
- package/esm/mainnet/gravitybridge.js +18 -0
- package/esm/mainnet/kava.js +178 -0
- package/esm/mainnet/noble.js +18 -0
- package/esm/mainnet/osmosis.js +18 -0
- package/esm/mainnet/stride.js +18 -0
- package/mainnet/agoric.js +398 -0
- package/mainnet/axelar.js +18 -0
- package/mainnet/cosmoshub.js +18 -0
- package/mainnet/gravitybridge.js +18 -0
- package/mainnet/kava.js +178 -0
- package/mainnet/noble.js +18 -0
- package/mainnet/osmosis.js +18 -0
- package/mainnet/stride.js +18 -0
- package/package.json +5 -5
package/mainnet/kava.js
CHANGED
|
@@ -3,6 +3,86 @@ Object.defineProperty(exports, "__esModule", { value: true });
|
|
|
3
3
|
const assets = {
|
|
4
4
|
chain_name: 'kava',
|
|
5
5
|
assets: [
|
|
6
|
+
{
|
|
7
|
+
description: 'Agoric is a smart contract platform that uses JavaScript to enable developers to build secure and scalable decentralized applications (dApps) easily.',
|
|
8
|
+
denom_units: [{
|
|
9
|
+
denom: 'ibc/2A38426E8BB4B66F0F910C3CCF09CD95A8381453F869E96A966FF13055C9D886',
|
|
10
|
+
exponent: 0,
|
|
11
|
+
aliases: ['ubld']
|
|
12
|
+
}, {
|
|
13
|
+
denom: 'bld',
|
|
14
|
+
exponent: 6
|
|
15
|
+
}],
|
|
16
|
+
base: 'ibc/2A38426E8BB4B66F0F910C3CCF09CD95A8381453F869E96A966FF13055C9D886',
|
|
17
|
+
name: 'Agoric',
|
|
18
|
+
display: 'bld',
|
|
19
|
+
symbol: 'BLD',
|
|
20
|
+
logo_URIs: {
|
|
21
|
+
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/agoric/images/bld.png',
|
|
22
|
+
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/agoric/images/bld.svg'
|
|
23
|
+
},
|
|
24
|
+
coingecko_id: 'agoric',
|
|
25
|
+
images: [{
|
|
26
|
+
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/agoric/images/bld.png',
|
|
27
|
+
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/agoric/images/bld.svg',
|
|
28
|
+
theme: {
|
|
29
|
+
primary_color_hex: '#c42b44'
|
|
30
|
+
}
|
|
31
|
+
}],
|
|
32
|
+
socials: {
|
|
33
|
+
website: 'https://agoric.com/',
|
|
34
|
+
twitter: 'https://twitter.com/agoric'
|
|
35
|
+
},
|
|
36
|
+
traces: [{
|
|
37
|
+
type: 'ibc',
|
|
38
|
+
counterparty: {
|
|
39
|
+
channel_id: 'channel-63',
|
|
40
|
+
base_denom: 'ubld',
|
|
41
|
+
chain_name: 'agoric'
|
|
42
|
+
},
|
|
43
|
+
chain: {
|
|
44
|
+
channel_id: 'channel-133'
|
|
45
|
+
}
|
|
46
|
+
}]
|
|
47
|
+
},
|
|
48
|
+
{
|
|
49
|
+
description: 'IST is the stable token used by the Agoric chain for execution fees and commerce.',
|
|
50
|
+
denom_units: [{
|
|
51
|
+
denom: 'ibc/A48F09557045DFA62C45D1401E1A8330E1EBA18A102C91D85A532877296DC061',
|
|
52
|
+
exponent: 0,
|
|
53
|
+
aliases: ['uist']
|
|
54
|
+
}, {
|
|
55
|
+
denom: 'ist',
|
|
56
|
+
exponent: 6
|
|
57
|
+
}],
|
|
58
|
+
base: 'ibc/A48F09557045DFA62C45D1401E1A8330E1EBA18A102C91D85A532877296DC061',
|
|
59
|
+
name: 'Inter Stable Token',
|
|
60
|
+
display: 'ist',
|
|
61
|
+
symbol: 'IST',
|
|
62
|
+
logo_URIs: {
|
|
63
|
+
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/agoric/images/ist.png',
|
|
64
|
+
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/agoric/images/ist.svg'
|
|
65
|
+
},
|
|
66
|
+
coingecko_id: 'inter-stable-token',
|
|
67
|
+
images: [{
|
|
68
|
+
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/agoric/images/ist.png',
|
|
69
|
+
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/agoric/images/ist.svg',
|
|
70
|
+
theme: {
|
|
71
|
+
primary_color_hex: '#d485e2'
|
|
72
|
+
}
|
|
73
|
+
}],
|
|
74
|
+
traces: [{
|
|
75
|
+
type: 'ibc',
|
|
76
|
+
counterparty: {
|
|
77
|
+
channel_id: 'channel-63',
|
|
78
|
+
base_denom: 'uist',
|
|
79
|
+
chain_name: 'agoric'
|
|
80
|
+
},
|
|
81
|
+
chain: {
|
|
82
|
+
channel_id: 'channel-133'
|
|
83
|
+
}
|
|
84
|
+
}]
|
|
85
|
+
},
|
|
6
86
|
{
|
|
7
87
|
description: 'The native token of Aura Network',
|
|
8
88
|
denom_units: [{
|
|
@@ -445,6 +525,10 @@ const assets = {
|
|
|
445
525
|
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/haqq/images/islm.png',
|
|
446
526
|
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/haqq/images/islm.svg'
|
|
447
527
|
},
|
|
528
|
+
socials: {
|
|
529
|
+
website: 'https://islamiccoin.net',
|
|
530
|
+
twitter: 'https://x.com/1slamic_coin'
|
|
531
|
+
},
|
|
448
532
|
images: [{
|
|
449
533
|
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/haqq/images/islm.png',
|
|
450
534
|
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/haqq/images/islm.svg',
|
|
@@ -495,6 +579,11 @@ const assets = {
|
|
|
495
579
|
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/haqq/images/deen.png',
|
|
496
580
|
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/haqq/images/deen.svg'
|
|
497
581
|
},
|
|
582
|
+
coingecko_id: 'deenar-gold',
|
|
583
|
+
socials: {
|
|
584
|
+
website: 'https://deenar.com',
|
|
585
|
+
twitter: 'https://x.com/DeenarGold'
|
|
586
|
+
},
|
|
498
587
|
images: [{
|
|
499
588
|
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/haqq/images/deen.png',
|
|
500
589
|
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/haqq/images/deen.svg',
|
|
@@ -776,6 +865,86 @@ const assets = {
|
|
|
776
865
|
}
|
|
777
866
|
}]
|
|
778
867
|
},
|
|
868
|
+
{
|
|
869
|
+
description: 'Agoric is a smart contract platform that uses JavaScript to enable developers to build secure and scalable decentralized applications (dApps) easily.',
|
|
870
|
+
denom_units: [{
|
|
871
|
+
denom: 'ibc/2A38426E8BB4B66F0F910C3CCF09CD95A8381453F869E96A966FF13055C9D886',
|
|
872
|
+
exponent: 0,
|
|
873
|
+
aliases: ['ubld']
|
|
874
|
+
}, {
|
|
875
|
+
denom: 'bld',
|
|
876
|
+
exponent: 6
|
|
877
|
+
}],
|
|
878
|
+
base: 'ibc/2A38426E8BB4B66F0F910C3CCF09CD95A8381453F869E96A966FF13055C9D886',
|
|
879
|
+
name: 'Agoric',
|
|
880
|
+
display: 'bld',
|
|
881
|
+
symbol: 'BLD',
|
|
882
|
+
logo_URIs: {
|
|
883
|
+
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/agoric/images/bld.png',
|
|
884
|
+
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/agoric/images/bld.svg'
|
|
885
|
+
},
|
|
886
|
+
coingecko_id: 'agoric',
|
|
887
|
+
images: [{
|
|
888
|
+
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/agoric/images/bld.png',
|
|
889
|
+
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/agoric/images/bld.svg',
|
|
890
|
+
theme: {
|
|
891
|
+
primary_color_hex: '#c42b44'
|
|
892
|
+
}
|
|
893
|
+
}],
|
|
894
|
+
socials: {
|
|
895
|
+
website: 'https://agoric.com/',
|
|
896
|
+
twitter: 'https://twitter.com/agoric'
|
|
897
|
+
},
|
|
898
|
+
traces: [{
|
|
899
|
+
type: 'ibc',
|
|
900
|
+
counterparty: {
|
|
901
|
+
channel_id: 'channel-63',
|
|
902
|
+
base_denom: 'ubld',
|
|
903
|
+
chain_name: 'agoric'
|
|
904
|
+
},
|
|
905
|
+
chain: {
|
|
906
|
+
channel_id: 'channel-133'
|
|
907
|
+
}
|
|
908
|
+
}]
|
|
909
|
+
},
|
|
910
|
+
{
|
|
911
|
+
description: 'IST is the stable token used by the Agoric chain for execution fees and commerce.',
|
|
912
|
+
denom_units: [{
|
|
913
|
+
denom: 'ibc/A48F09557045DFA62C45D1401E1A8330E1EBA18A102C91D85A532877296DC061',
|
|
914
|
+
exponent: 0,
|
|
915
|
+
aliases: ['uist']
|
|
916
|
+
}, {
|
|
917
|
+
denom: 'ist',
|
|
918
|
+
exponent: 6
|
|
919
|
+
}],
|
|
920
|
+
base: 'ibc/A48F09557045DFA62C45D1401E1A8330E1EBA18A102C91D85A532877296DC061',
|
|
921
|
+
name: 'Inter Stable Token',
|
|
922
|
+
display: 'ist',
|
|
923
|
+
symbol: 'IST',
|
|
924
|
+
logo_URIs: {
|
|
925
|
+
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/agoric/images/ist.png',
|
|
926
|
+
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/agoric/images/ist.svg'
|
|
927
|
+
},
|
|
928
|
+
coingecko_id: 'inter-stable-token',
|
|
929
|
+
images: [{
|
|
930
|
+
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/agoric/images/ist.png',
|
|
931
|
+
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/agoric/images/ist.svg',
|
|
932
|
+
theme: {
|
|
933
|
+
primary_color_hex: '#d485e2'
|
|
934
|
+
}
|
|
935
|
+
}],
|
|
936
|
+
traces: [{
|
|
937
|
+
type: 'ibc',
|
|
938
|
+
counterparty: {
|
|
939
|
+
channel_id: 'channel-63',
|
|
940
|
+
base_denom: 'uist',
|
|
941
|
+
chain_name: 'agoric'
|
|
942
|
+
},
|
|
943
|
+
chain: {
|
|
944
|
+
channel_id: 'channel-133'
|
|
945
|
+
}
|
|
946
|
+
}]
|
|
947
|
+
},
|
|
779
948
|
{
|
|
780
949
|
description: 'The native token of Aura Network',
|
|
781
950
|
denom_units: [{
|
|
@@ -1218,6 +1387,10 @@ const assets = {
|
|
|
1218
1387
|
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/haqq/images/islm.png',
|
|
1219
1388
|
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/haqq/images/islm.svg'
|
|
1220
1389
|
},
|
|
1390
|
+
socials: {
|
|
1391
|
+
website: 'https://islamiccoin.net',
|
|
1392
|
+
twitter: 'https://x.com/1slamic_coin'
|
|
1393
|
+
},
|
|
1221
1394
|
images: [{
|
|
1222
1395
|
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/haqq/images/islm.png',
|
|
1223
1396
|
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/haqq/images/islm.svg',
|
|
@@ -1268,6 +1441,11 @@ const assets = {
|
|
|
1268
1441
|
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/haqq/images/deen.png',
|
|
1269
1442
|
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/haqq/images/deen.svg'
|
|
1270
1443
|
},
|
|
1444
|
+
coingecko_id: 'deenar-gold',
|
|
1445
|
+
socials: {
|
|
1446
|
+
website: 'https://deenar.com',
|
|
1447
|
+
twitter: 'https://x.com/DeenarGold'
|
|
1448
|
+
},
|
|
1271
1449
|
images: [{
|
|
1272
1450
|
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/haqq/images/deen.png',
|
|
1273
1451
|
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/haqq/images/deen.svg',
|
package/mainnet/noble.js
CHANGED
|
@@ -725,6 +725,10 @@ const assets = {
|
|
|
725
725
|
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/haqq/images/islm.png',
|
|
726
726
|
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/haqq/images/islm.svg'
|
|
727
727
|
},
|
|
728
|
+
socials: {
|
|
729
|
+
website: 'https://islamiccoin.net',
|
|
730
|
+
twitter: 'https://x.com/1slamic_coin'
|
|
731
|
+
},
|
|
728
732
|
images: [{
|
|
729
733
|
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/haqq/images/islm.png',
|
|
730
734
|
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/haqq/images/islm.svg',
|
|
@@ -775,6 +779,11 @@ const assets = {
|
|
|
775
779
|
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/haqq/images/deen.png',
|
|
776
780
|
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/haqq/images/deen.svg'
|
|
777
781
|
},
|
|
782
|
+
coingecko_id: 'deenar-gold',
|
|
783
|
+
socials: {
|
|
784
|
+
website: 'https://deenar.com',
|
|
785
|
+
twitter: 'https://x.com/DeenarGold'
|
|
786
|
+
},
|
|
778
787
|
images: [{
|
|
779
788
|
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/haqq/images/deen.png',
|
|
780
789
|
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/haqq/images/deen.svg',
|
|
@@ -2443,6 +2452,10 @@ const assets = {
|
|
|
2443
2452
|
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/haqq/images/islm.png',
|
|
2444
2453
|
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/haqq/images/islm.svg'
|
|
2445
2454
|
},
|
|
2455
|
+
socials: {
|
|
2456
|
+
website: 'https://islamiccoin.net',
|
|
2457
|
+
twitter: 'https://x.com/1slamic_coin'
|
|
2458
|
+
},
|
|
2446
2459
|
images: [{
|
|
2447
2460
|
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/haqq/images/islm.png',
|
|
2448
2461
|
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/haqq/images/islm.svg',
|
|
@@ -2493,6 +2506,11 @@ const assets = {
|
|
|
2493
2506
|
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/haqq/images/deen.png',
|
|
2494
2507
|
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/haqq/images/deen.svg'
|
|
2495
2508
|
},
|
|
2509
|
+
coingecko_id: 'deenar-gold',
|
|
2510
|
+
socials: {
|
|
2511
|
+
website: 'https://deenar.com',
|
|
2512
|
+
twitter: 'https://x.com/DeenarGold'
|
|
2513
|
+
},
|
|
2496
2514
|
images: [{
|
|
2497
2515
|
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/haqq/images/deen.png',
|
|
2498
2516
|
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/haqq/images/deen.svg',
|
package/mainnet/osmosis.js
CHANGED
|
@@ -3054,6 +3054,10 @@ const assets = {
|
|
|
3054
3054
|
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/haqq/images/islm.png',
|
|
3055
3055
|
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/haqq/images/islm.svg'
|
|
3056
3056
|
},
|
|
3057
|
+
socials: {
|
|
3058
|
+
website: 'https://islamiccoin.net',
|
|
3059
|
+
twitter: 'https://x.com/1slamic_coin'
|
|
3060
|
+
},
|
|
3057
3061
|
images: [{
|
|
3058
3062
|
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/haqq/images/islm.png',
|
|
3059
3063
|
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/haqq/images/islm.svg',
|
|
@@ -3104,6 +3108,11 @@ const assets = {
|
|
|
3104
3108
|
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/haqq/images/deen.png',
|
|
3105
3109
|
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/haqq/images/deen.svg'
|
|
3106
3110
|
},
|
|
3111
|
+
coingecko_id: 'deenar-gold',
|
|
3112
|
+
socials: {
|
|
3113
|
+
website: 'https://deenar.com',
|
|
3114
|
+
twitter: 'https://x.com/DeenarGold'
|
|
3115
|
+
},
|
|
3107
3116
|
images: [{
|
|
3108
3117
|
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/haqq/images/deen.png',
|
|
3109
3118
|
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/haqq/images/deen.svg',
|
|
@@ -8359,6 +8368,10 @@ const assets = {
|
|
|
8359
8368
|
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/haqq/images/islm.png',
|
|
8360
8369
|
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/haqq/images/islm.svg'
|
|
8361
8370
|
},
|
|
8371
|
+
socials: {
|
|
8372
|
+
website: 'https://islamiccoin.net',
|
|
8373
|
+
twitter: 'https://x.com/1slamic_coin'
|
|
8374
|
+
},
|
|
8362
8375
|
images: [{
|
|
8363
8376
|
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/haqq/images/islm.png',
|
|
8364
8377
|
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/haqq/images/islm.svg',
|
|
@@ -8409,6 +8422,11 @@ const assets = {
|
|
|
8409
8422
|
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/haqq/images/deen.png',
|
|
8410
8423
|
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/haqq/images/deen.svg'
|
|
8411
8424
|
},
|
|
8425
|
+
coingecko_id: 'deenar-gold',
|
|
8426
|
+
socials: {
|
|
8427
|
+
website: 'https://deenar.com',
|
|
8428
|
+
twitter: 'https://x.com/DeenarGold'
|
|
8429
|
+
},
|
|
8412
8430
|
images: [{
|
|
8413
8431
|
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/haqq/images/deen.png',
|
|
8414
8432
|
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/haqq/images/deen.svg',
|
package/mainnet/stride.js
CHANGED
|
@@ -950,6 +950,10 @@ const assets = {
|
|
|
950
950
|
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/haqq/images/islm.png',
|
|
951
951
|
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/haqq/images/islm.svg'
|
|
952
952
|
},
|
|
953
|
+
socials: {
|
|
954
|
+
website: 'https://islamiccoin.net',
|
|
955
|
+
twitter: 'https://x.com/1slamic_coin'
|
|
956
|
+
},
|
|
953
957
|
images: [{
|
|
954
958
|
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/haqq/images/islm.png',
|
|
955
959
|
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/haqq/images/islm.svg',
|
|
@@ -1000,6 +1004,11 @@ const assets = {
|
|
|
1000
1004
|
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/haqq/images/deen.png',
|
|
1001
1005
|
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/haqq/images/deen.svg'
|
|
1002
1006
|
},
|
|
1007
|
+
coingecko_id: 'deenar-gold',
|
|
1008
|
+
socials: {
|
|
1009
|
+
website: 'https://deenar.com',
|
|
1010
|
+
twitter: 'https://x.com/DeenarGold'
|
|
1011
|
+
},
|
|
1003
1012
|
images: [{
|
|
1004
1013
|
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/haqq/images/deen.png',
|
|
1005
1014
|
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/haqq/images/deen.svg',
|
|
@@ -5339,6 +5348,10 @@ const assets = {
|
|
|
5339
5348
|
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/haqq/images/islm.png',
|
|
5340
5349
|
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/haqq/images/islm.svg'
|
|
5341
5350
|
},
|
|
5351
|
+
socials: {
|
|
5352
|
+
website: 'https://islamiccoin.net',
|
|
5353
|
+
twitter: 'https://x.com/1slamic_coin'
|
|
5354
|
+
},
|
|
5342
5355
|
images: [{
|
|
5343
5356
|
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/haqq/images/islm.png',
|
|
5344
5357
|
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/haqq/images/islm.svg',
|
|
@@ -5389,6 +5402,11 @@ const assets = {
|
|
|
5389
5402
|
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/haqq/images/deen.png',
|
|
5390
5403
|
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/haqq/images/deen.svg'
|
|
5391
5404
|
},
|
|
5405
|
+
coingecko_id: 'deenar-gold',
|
|
5406
|
+
socials: {
|
|
5407
|
+
website: 'https://deenar.com',
|
|
5408
|
+
twitter: 'https://x.com/DeenarGold'
|
|
5409
|
+
},
|
|
5392
5410
|
images: [{
|
|
5393
5411
|
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/haqq/images/deen.png',
|
|
5394
5412
|
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/haqq/images/deen.svg',
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@chain-registry/assets",
|
|
3
|
-
"version": "1.64.
|
|
3
|
+
"version": "1.64.90",
|
|
4
4
|
"description": "Chain Registry Asset Lists",
|
|
5
5
|
"author": "Dan Lynch <pyramation@gmail.com>",
|
|
6
6
|
"homepage": "https://github.com/cosmology-tech/chain-registry",
|
|
@@ -29,11 +29,11 @@
|
|
|
29
29
|
"test:watch": "jest --watch"
|
|
30
30
|
},
|
|
31
31
|
"devDependencies": {
|
|
32
|
-
"@chain-registry/utils": "^1.46.
|
|
33
|
-
"chain-registry": "^1.63.
|
|
32
|
+
"@chain-registry/utils": "^1.46.73",
|
|
33
|
+
"chain-registry": "^1.63.90"
|
|
34
34
|
},
|
|
35
35
|
"dependencies": {
|
|
36
|
-
"@chain-registry/types": "^0.45.
|
|
36
|
+
"@chain-registry/types": "^0.45.73"
|
|
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": "c783743b76a2215c7b7e144be3a30635255efe50"
|
|
47
47
|
}
|