@chain-registry/assets 1.70.252 → 1.70.254
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/celestia.js +10 -0
- package/esm/mainnet/cosmoshub.js +10 -0
- package/esm/mainnet/neutron.js +10 -0
- package/esm/mainnet/noble.js +10 -0
- package/esm/mainnet/nyx.js +10 -0
- package/esm/mainnet/osmosis.js +12 -2
- package/esm/mainnet/stride.js +10 -0
- package/esm/noncosmos/penumbra.js +10 -0
- package/mainnet/celestia.js +10 -0
- package/mainnet/cosmoshub.js +10 -0
- package/mainnet/neutron.js +10 -0
- package/mainnet/noble.js +10 -0
- package/mainnet/nyx.js +10 -0
- package/mainnet/osmosis.js +12 -2
- package/mainnet/stride.js +10 -0
- package/noncosmos/penumbra.js +10 -0
- package/package.json +5 -5
package/esm/mainnet/celestia.js
CHANGED
|
@@ -20,6 +20,11 @@ const assets = {
|
|
|
20
20
|
logo_URIs: {
|
|
21
21
|
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/_non-cosmos/namada/images/namada.svg'
|
|
22
22
|
},
|
|
23
|
+
socials: {
|
|
24
|
+
website: 'https://namada.net/',
|
|
25
|
+
twitter: 'https://x.com/namada'
|
|
26
|
+
},
|
|
27
|
+
coingecko_id: 'namada',
|
|
23
28
|
traces: [{
|
|
24
29
|
type: 'ibc',
|
|
25
30
|
counterparty: {
|
|
@@ -997,6 +1002,11 @@ const assets = {
|
|
|
997
1002
|
logo_URIs: {
|
|
998
1003
|
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/_non-cosmos/namada/images/namada.svg'
|
|
999
1004
|
},
|
|
1005
|
+
socials: {
|
|
1006
|
+
website: 'https://namada.net/',
|
|
1007
|
+
twitter: 'https://x.com/namada'
|
|
1008
|
+
},
|
|
1009
|
+
coingecko_id: 'namada',
|
|
1000
1010
|
traces: [{
|
|
1001
1011
|
type: 'ibc',
|
|
1002
1012
|
counterparty: {
|
package/esm/mainnet/cosmoshub.js
CHANGED
|
@@ -20,6 +20,11 @@ const assets = {
|
|
|
20
20
|
logo_URIs: {
|
|
21
21
|
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/_non-cosmos/namada/images/namada.svg'
|
|
22
22
|
},
|
|
23
|
+
socials: {
|
|
24
|
+
website: 'https://namada.net/',
|
|
25
|
+
twitter: 'https://x.com/namada'
|
|
26
|
+
},
|
|
27
|
+
coingecko_id: 'namada',
|
|
23
28
|
traces: [{
|
|
24
29
|
type: 'ibc',
|
|
25
30
|
counterparty: {
|
|
@@ -4575,6 +4580,11 @@ const assets = {
|
|
|
4575
4580
|
logo_URIs: {
|
|
4576
4581
|
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/_non-cosmos/namada/images/namada.svg'
|
|
4577
4582
|
},
|
|
4583
|
+
socials: {
|
|
4584
|
+
website: 'https://namada.net/',
|
|
4585
|
+
twitter: 'https://x.com/namada'
|
|
4586
|
+
},
|
|
4587
|
+
coingecko_id: 'namada',
|
|
4578
4588
|
traces: [{
|
|
4579
4589
|
type: 'ibc',
|
|
4580
4590
|
counterparty: {
|
package/esm/mainnet/neutron.js
CHANGED
|
@@ -20,6 +20,11 @@ const assets = {
|
|
|
20
20
|
logo_URIs: {
|
|
21
21
|
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/_non-cosmos/namada/images/namada.svg'
|
|
22
22
|
},
|
|
23
|
+
socials: {
|
|
24
|
+
website: 'https://namada.net/',
|
|
25
|
+
twitter: 'https://x.com/namada'
|
|
26
|
+
},
|
|
27
|
+
coingecko_id: 'namada',
|
|
23
28
|
traces: [{
|
|
24
29
|
type: 'ibc',
|
|
25
30
|
counterparty: {
|
|
@@ -2661,6 +2666,11 @@ const assets = {
|
|
|
2661
2666
|
logo_URIs: {
|
|
2662
2667
|
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/_non-cosmos/namada/images/namada.svg'
|
|
2663
2668
|
},
|
|
2669
|
+
socials: {
|
|
2670
|
+
website: 'https://namada.net/',
|
|
2671
|
+
twitter: 'https://x.com/namada'
|
|
2672
|
+
},
|
|
2673
|
+
coingecko_id: 'namada',
|
|
2664
2674
|
traces: [{
|
|
2665
2675
|
type: 'ibc',
|
|
2666
2676
|
counterparty: {
|
package/esm/mainnet/noble.js
CHANGED
|
@@ -20,6 +20,11 @@ const assets = {
|
|
|
20
20
|
logo_URIs: {
|
|
21
21
|
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/_non-cosmos/namada/images/namada.svg'
|
|
22
22
|
},
|
|
23
|
+
socials: {
|
|
24
|
+
website: 'https://namada.net/',
|
|
25
|
+
twitter: 'https://x.com/namada'
|
|
26
|
+
},
|
|
27
|
+
coingecko_id: 'namada',
|
|
23
28
|
traces: [{
|
|
24
29
|
type: 'ibc',
|
|
25
30
|
counterparty: {
|
|
@@ -4781,6 +4786,11 @@ const assets = {
|
|
|
4781
4786
|
logo_URIs: {
|
|
4782
4787
|
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/_non-cosmos/namada/images/namada.svg'
|
|
4783
4788
|
},
|
|
4789
|
+
socials: {
|
|
4790
|
+
website: 'https://namada.net/',
|
|
4791
|
+
twitter: 'https://x.com/namada'
|
|
4792
|
+
},
|
|
4793
|
+
coingecko_id: 'namada',
|
|
4784
4794
|
traces: [{
|
|
4785
4795
|
type: 'ibc',
|
|
4786
4796
|
counterparty: {
|
package/esm/mainnet/nyx.js
CHANGED
|
@@ -20,6 +20,11 @@ const assets = {
|
|
|
20
20
|
logo_URIs: {
|
|
21
21
|
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/_non-cosmos/namada/images/namada.svg'
|
|
22
22
|
},
|
|
23
|
+
socials: {
|
|
24
|
+
website: 'https://namada.net/',
|
|
25
|
+
twitter: 'https://x.com/namada'
|
|
26
|
+
},
|
|
27
|
+
coingecko_id: 'namada',
|
|
23
28
|
traces: [{
|
|
24
29
|
type: 'ibc',
|
|
25
30
|
counterparty: {
|
|
@@ -223,6 +228,11 @@ const assets = {
|
|
|
223
228
|
logo_URIs: {
|
|
224
229
|
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/_non-cosmos/namada/images/namada.svg'
|
|
225
230
|
},
|
|
231
|
+
socials: {
|
|
232
|
+
website: 'https://namada.net/',
|
|
233
|
+
twitter: 'https://x.com/namada'
|
|
234
|
+
},
|
|
235
|
+
coingecko_id: 'namada',
|
|
226
236
|
traces: [{
|
|
227
237
|
type: 'ibc',
|
|
228
238
|
counterparty: {
|
package/esm/mainnet/osmosis.js
CHANGED
|
@@ -20,6 +20,11 @@ const assets = {
|
|
|
20
20
|
logo_URIs: {
|
|
21
21
|
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/_non-cosmos/namada/images/namada.svg'
|
|
22
22
|
},
|
|
23
|
+
socials: {
|
|
24
|
+
website: 'https://namada.net/',
|
|
25
|
+
twitter: 'https://x.com/namada'
|
|
26
|
+
},
|
|
27
|
+
coingecko_id: 'namada',
|
|
23
28
|
traces: [{
|
|
24
29
|
type: 'ibc',
|
|
25
30
|
counterparty: {
|
|
@@ -12032,6 +12037,11 @@ const assets = {
|
|
|
12032
12037
|
logo_URIs: {
|
|
12033
12038
|
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/_non-cosmos/namada/images/namada.svg'
|
|
12034
12039
|
},
|
|
12040
|
+
socials: {
|
|
12041
|
+
website: 'https://namada.net/',
|
|
12042
|
+
twitter: 'https://x.com/namada'
|
|
12043
|
+
},
|
|
12044
|
+
coingecko_id: 'namada',
|
|
12035
12045
|
traces: [{
|
|
12036
12046
|
type: 'ibc',
|
|
12037
12047
|
counterparty: {
|
|
@@ -21527,7 +21537,7 @@ const assets = {
|
|
|
21527
21537
|
}]
|
|
21528
21538
|
},
|
|
21529
21539
|
{
|
|
21530
|
-
description: 'STOS coin is the native token for the Stratos Blockchain. Stratos is a pioneering decentralized infrastructure service provider, revolutionizing AI and DePIN with advanced decentralized solutions in storage, computing, databases, and blockchain services. We empower Web 3.0
|
|
21540
|
+
description: 'STOS coin is the native token for the Stratos Blockchain. Stratos is a pioneering decentralized infrastructure service provider, revolutionizing AI and DePIN with advanced decentralized solutions in storage, computing, databases, and blockchain services. We empower Web 3.0 developers and dApps through our scalable, reliable, and high-performance networks.',
|
|
21531
21541
|
denom_units: [
|
|
21532
21542
|
{
|
|
21533
21543
|
denom: 'ibc/ABD49F44559CB3E557CC458459CB6A67CEBD66E23C7674A0B2B445230BDA1F6C',
|
|
@@ -31367,7 +31377,7 @@ const assets = {
|
|
|
31367
31377
|
}]
|
|
31368
31378
|
},
|
|
31369
31379
|
{
|
|
31370
|
-
description: 'STOS coin is the native token for the Stratos Blockchain. Stratos is a pioneering decentralized infrastructure service provider, revolutionizing AI and DePIN with advanced decentralized solutions in storage, computing, databases, and blockchain services. We empower Web 3.0
|
|
31380
|
+
description: 'STOS coin is the native token for the Stratos Blockchain. Stratos is a pioneering decentralized infrastructure service provider, revolutionizing AI and DePIN with advanced decentralized solutions in storage, computing, databases, and blockchain services. We empower Web 3.0 developers and dApps through our scalable, reliable, and high-performance networks.',
|
|
31371
31381
|
denom_units: [
|
|
31372
31382
|
{
|
|
31373
31383
|
denom: 'ibc/ABD49F44559CB3E557CC458459CB6A67CEBD66E23C7674A0B2B445230BDA1F6C',
|
package/esm/mainnet/stride.js
CHANGED
|
@@ -20,6 +20,11 @@ const assets = {
|
|
|
20
20
|
logo_URIs: {
|
|
21
21
|
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/_non-cosmos/namada/images/namada.svg'
|
|
22
22
|
},
|
|
23
|
+
socials: {
|
|
24
|
+
website: 'https://namada.net/',
|
|
25
|
+
twitter: 'https://x.com/namada'
|
|
26
|
+
},
|
|
27
|
+
coingecko_id: 'namada',
|
|
23
28
|
traces: [{
|
|
24
29
|
type: 'ibc',
|
|
25
30
|
counterparty: {
|
|
@@ -10442,6 +10447,11 @@ const assets = {
|
|
|
10442
10447
|
logo_URIs: {
|
|
10443
10448
|
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/_non-cosmos/namada/images/namada.svg'
|
|
10444
10449
|
},
|
|
10450
|
+
socials: {
|
|
10451
|
+
website: 'https://namada.net/',
|
|
10452
|
+
twitter: 'https://x.com/namada'
|
|
10453
|
+
},
|
|
10454
|
+
coingecko_id: 'namada',
|
|
10445
10455
|
traces: [{
|
|
10446
10456
|
type: 'ibc',
|
|
10447
10457
|
counterparty: {
|
|
@@ -20,6 +20,11 @@ const assets = {
|
|
|
20
20
|
logo_URIs: {
|
|
21
21
|
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/_non-cosmos/namada/images/namada.svg'
|
|
22
22
|
},
|
|
23
|
+
socials: {
|
|
24
|
+
website: 'https://namada.net/',
|
|
25
|
+
twitter: 'https://x.com/namada'
|
|
26
|
+
},
|
|
27
|
+
coingecko_id: 'namada',
|
|
23
28
|
traces: [{
|
|
24
29
|
type: 'ibc',
|
|
25
30
|
counterparty: {
|
|
@@ -292,6 +297,11 @@ const assets = {
|
|
|
292
297
|
logo_URIs: {
|
|
293
298
|
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/_non-cosmos/namada/images/namada.svg'
|
|
294
299
|
},
|
|
300
|
+
socials: {
|
|
301
|
+
website: 'https://namada.net/',
|
|
302
|
+
twitter: 'https://x.com/namada'
|
|
303
|
+
},
|
|
304
|
+
coingecko_id: 'namada',
|
|
295
305
|
traces: [{
|
|
296
306
|
type: 'ibc',
|
|
297
307
|
counterparty: {
|
package/mainnet/celestia.js
CHANGED
|
@@ -22,6 +22,11 @@ const assets = {
|
|
|
22
22
|
logo_URIs: {
|
|
23
23
|
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/_non-cosmos/namada/images/namada.svg'
|
|
24
24
|
},
|
|
25
|
+
socials: {
|
|
26
|
+
website: 'https://namada.net/',
|
|
27
|
+
twitter: 'https://x.com/namada'
|
|
28
|
+
},
|
|
29
|
+
coingecko_id: 'namada',
|
|
25
30
|
traces: [{
|
|
26
31
|
type: 'ibc',
|
|
27
32
|
counterparty: {
|
|
@@ -999,6 +1004,11 @@ const assets = {
|
|
|
999
1004
|
logo_URIs: {
|
|
1000
1005
|
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/_non-cosmos/namada/images/namada.svg'
|
|
1001
1006
|
},
|
|
1007
|
+
socials: {
|
|
1008
|
+
website: 'https://namada.net/',
|
|
1009
|
+
twitter: 'https://x.com/namada'
|
|
1010
|
+
},
|
|
1011
|
+
coingecko_id: 'namada',
|
|
1002
1012
|
traces: [{
|
|
1003
1013
|
type: 'ibc',
|
|
1004
1014
|
counterparty: {
|
package/mainnet/cosmoshub.js
CHANGED
|
@@ -22,6 +22,11 @@ const assets = {
|
|
|
22
22
|
logo_URIs: {
|
|
23
23
|
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/_non-cosmos/namada/images/namada.svg'
|
|
24
24
|
},
|
|
25
|
+
socials: {
|
|
26
|
+
website: 'https://namada.net/',
|
|
27
|
+
twitter: 'https://x.com/namada'
|
|
28
|
+
},
|
|
29
|
+
coingecko_id: 'namada',
|
|
25
30
|
traces: [{
|
|
26
31
|
type: 'ibc',
|
|
27
32
|
counterparty: {
|
|
@@ -4577,6 +4582,11 @@ const assets = {
|
|
|
4577
4582
|
logo_URIs: {
|
|
4578
4583
|
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/_non-cosmos/namada/images/namada.svg'
|
|
4579
4584
|
},
|
|
4585
|
+
socials: {
|
|
4586
|
+
website: 'https://namada.net/',
|
|
4587
|
+
twitter: 'https://x.com/namada'
|
|
4588
|
+
},
|
|
4589
|
+
coingecko_id: 'namada',
|
|
4580
4590
|
traces: [{
|
|
4581
4591
|
type: 'ibc',
|
|
4582
4592
|
counterparty: {
|
package/mainnet/neutron.js
CHANGED
|
@@ -22,6 +22,11 @@ const assets = {
|
|
|
22
22
|
logo_URIs: {
|
|
23
23
|
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/_non-cosmos/namada/images/namada.svg'
|
|
24
24
|
},
|
|
25
|
+
socials: {
|
|
26
|
+
website: 'https://namada.net/',
|
|
27
|
+
twitter: 'https://x.com/namada'
|
|
28
|
+
},
|
|
29
|
+
coingecko_id: 'namada',
|
|
25
30
|
traces: [{
|
|
26
31
|
type: 'ibc',
|
|
27
32
|
counterparty: {
|
|
@@ -2663,6 +2668,11 @@ const assets = {
|
|
|
2663
2668
|
logo_URIs: {
|
|
2664
2669
|
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/_non-cosmos/namada/images/namada.svg'
|
|
2665
2670
|
},
|
|
2671
|
+
socials: {
|
|
2672
|
+
website: 'https://namada.net/',
|
|
2673
|
+
twitter: 'https://x.com/namada'
|
|
2674
|
+
},
|
|
2675
|
+
coingecko_id: 'namada',
|
|
2666
2676
|
traces: [{
|
|
2667
2677
|
type: 'ibc',
|
|
2668
2678
|
counterparty: {
|
package/mainnet/noble.js
CHANGED
|
@@ -22,6 +22,11 @@ const assets = {
|
|
|
22
22
|
logo_URIs: {
|
|
23
23
|
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/_non-cosmos/namada/images/namada.svg'
|
|
24
24
|
},
|
|
25
|
+
socials: {
|
|
26
|
+
website: 'https://namada.net/',
|
|
27
|
+
twitter: 'https://x.com/namada'
|
|
28
|
+
},
|
|
29
|
+
coingecko_id: 'namada',
|
|
25
30
|
traces: [{
|
|
26
31
|
type: 'ibc',
|
|
27
32
|
counterparty: {
|
|
@@ -4783,6 +4788,11 @@ const assets = {
|
|
|
4783
4788
|
logo_URIs: {
|
|
4784
4789
|
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/_non-cosmos/namada/images/namada.svg'
|
|
4785
4790
|
},
|
|
4791
|
+
socials: {
|
|
4792
|
+
website: 'https://namada.net/',
|
|
4793
|
+
twitter: 'https://x.com/namada'
|
|
4794
|
+
},
|
|
4795
|
+
coingecko_id: 'namada',
|
|
4786
4796
|
traces: [{
|
|
4787
4797
|
type: 'ibc',
|
|
4788
4798
|
counterparty: {
|
package/mainnet/nyx.js
CHANGED
|
@@ -22,6 +22,11 @@ const assets = {
|
|
|
22
22
|
logo_URIs: {
|
|
23
23
|
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/_non-cosmos/namada/images/namada.svg'
|
|
24
24
|
},
|
|
25
|
+
socials: {
|
|
26
|
+
website: 'https://namada.net/',
|
|
27
|
+
twitter: 'https://x.com/namada'
|
|
28
|
+
},
|
|
29
|
+
coingecko_id: 'namada',
|
|
25
30
|
traces: [{
|
|
26
31
|
type: 'ibc',
|
|
27
32
|
counterparty: {
|
|
@@ -225,6 +230,11 @@ const assets = {
|
|
|
225
230
|
logo_URIs: {
|
|
226
231
|
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/_non-cosmos/namada/images/namada.svg'
|
|
227
232
|
},
|
|
233
|
+
socials: {
|
|
234
|
+
website: 'https://namada.net/',
|
|
235
|
+
twitter: 'https://x.com/namada'
|
|
236
|
+
},
|
|
237
|
+
coingecko_id: 'namada',
|
|
228
238
|
traces: [{
|
|
229
239
|
type: 'ibc',
|
|
230
240
|
counterparty: {
|
package/mainnet/osmosis.js
CHANGED
|
@@ -22,6 +22,11 @@ const assets = {
|
|
|
22
22
|
logo_URIs: {
|
|
23
23
|
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/_non-cosmos/namada/images/namada.svg'
|
|
24
24
|
},
|
|
25
|
+
socials: {
|
|
26
|
+
website: 'https://namada.net/',
|
|
27
|
+
twitter: 'https://x.com/namada'
|
|
28
|
+
},
|
|
29
|
+
coingecko_id: 'namada',
|
|
25
30
|
traces: [{
|
|
26
31
|
type: 'ibc',
|
|
27
32
|
counterparty: {
|
|
@@ -12034,6 +12039,11 @@ const assets = {
|
|
|
12034
12039
|
logo_URIs: {
|
|
12035
12040
|
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/_non-cosmos/namada/images/namada.svg'
|
|
12036
12041
|
},
|
|
12042
|
+
socials: {
|
|
12043
|
+
website: 'https://namada.net/',
|
|
12044
|
+
twitter: 'https://x.com/namada'
|
|
12045
|
+
},
|
|
12046
|
+
coingecko_id: 'namada',
|
|
12037
12047
|
traces: [{
|
|
12038
12048
|
type: 'ibc',
|
|
12039
12049
|
counterparty: {
|
|
@@ -21529,7 +21539,7 @@ const assets = {
|
|
|
21529
21539
|
}]
|
|
21530
21540
|
},
|
|
21531
21541
|
{
|
|
21532
|
-
description: 'STOS coin is the native token for the Stratos Blockchain. Stratos is a pioneering decentralized infrastructure service provider, revolutionizing AI and DePIN with advanced decentralized solutions in storage, computing, databases, and blockchain services. We empower Web 3.0
|
|
21542
|
+
description: 'STOS coin is the native token for the Stratos Blockchain. Stratos is a pioneering decentralized infrastructure service provider, revolutionizing AI and DePIN with advanced decentralized solutions in storage, computing, databases, and blockchain services. We empower Web 3.0 developers and dApps through our scalable, reliable, and high-performance networks.',
|
|
21533
21543
|
denom_units: [
|
|
21534
21544
|
{
|
|
21535
21545
|
denom: 'ibc/ABD49F44559CB3E557CC458459CB6A67CEBD66E23C7674A0B2B445230BDA1F6C',
|
|
@@ -31369,7 +31379,7 @@ const assets = {
|
|
|
31369
31379
|
}]
|
|
31370
31380
|
},
|
|
31371
31381
|
{
|
|
31372
|
-
description: 'STOS coin is the native token for the Stratos Blockchain. Stratos is a pioneering decentralized infrastructure service provider, revolutionizing AI and DePIN with advanced decentralized solutions in storage, computing, databases, and blockchain services. We empower Web 3.0
|
|
31382
|
+
description: 'STOS coin is the native token for the Stratos Blockchain. Stratos is a pioneering decentralized infrastructure service provider, revolutionizing AI and DePIN with advanced decentralized solutions in storage, computing, databases, and blockchain services. We empower Web 3.0 developers and dApps through our scalable, reliable, and high-performance networks.',
|
|
31373
31383
|
denom_units: [
|
|
31374
31384
|
{
|
|
31375
31385
|
denom: 'ibc/ABD49F44559CB3E557CC458459CB6A67CEBD66E23C7674A0B2B445230BDA1F6C',
|
package/mainnet/stride.js
CHANGED
|
@@ -22,6 +22,11 @@ const assets = {
|
|
|
22
22
|
logo_URIs: {
|
|
23
23
|
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/_non-cosmos/namada/images/namada.svg'
|
|
24
24
|
},
|
|
25
|
+
socials: {
|
|
26
|
+
website: 'https://namada.net/',
|
|
27
|
+
twitter: 'https://x.com/namada'
|
|
28
|
+
},
|
|
29
|
+
coingecko_id: 'namada',
|
|
25
30
|
traces: [{
|
|
26
31
|
type: 'ibc',
|
|
27
32
|
counterparty: {
|
|
@@ -10444,6 +10449,11 @@ const assets = {
|
|
|
10444
10449
|
logo_URIs: {
|
|
10445
10450
|
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/_non-cosmos/namada/images/namada.svg'
|
|
10446
10451
|
},
|
|
10452
|
+
socials: {
|
|
10453
|
+
website: 'https://namada.net/',
|
|
10454
|
+
twitter: 'https://x.com/namada'
|
|
10455
|
+
},
|
|
10456
|
+
coingecko_id: 'namada',
|
|
10447
10457
|
traces: [{
|
|
10448
10458
|
type: 'ibc',
|
|
10449
10459
|
counterparty: {
|
package/noncosmos/penumbra.js
CHANGED
|
@@ -22,6 +22,11 @@ const assets = {
|
|
|
22
22
|
logo_URIs: {
|
|
23
23
|
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/_non-cosmos/namada/images/namada.svg'
|
|
24
24
|
},
|
|
25
|
+
socials: {
|
|
26
|
+
website: 'https://namada.net/',
|
|
27
|
+
twitter: 'https://x.com/namada'
|
|
28
|
+
},
|
|
29
|
+
coingecko_id: 'namada',
|
|
25
30
|
traces: [{
|
|
26
31
|
type: 'ibc',
|
|
27
32
|
counterparty: {
|
|
@@ -294,6 +299,11 @@ const assets = {
|
|
|
294
299
|
logo_URIs: {
|
|
295
300
|
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/_non-cosmos/namada/images/namada.svg'
|
|
296
301
|
},
|
|
302
|
+
socials: {
|
|
303
|
+
website: 'https://namada.net/',
|
|
304
|
+
twitter: 'https://x.com/namada'
|
|
305
|
+
},
|
|
306
|
+
coingecko_id: 'namada',
|
|
297
307
|
traces: [{
|
|
298
308
|
type: 'ibc',
|
|
299
309
|
counterparty: {
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@chain-registry/assets",
|
|
3
|
-
"version": "1.70.
|
|
3
|
+
"version": "1.70.254",
|
|
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.159",
|
|
33
|
+
"chain-registry": "^1.69.254"
|
|
34
34
|
},
|
|
35
35
|
"dependencies": {
|
|
36
|
-
"@chain-registry/types": "^0.50.
|
|
36
|
+
"@chain-registry/types": "^0.50.159"
|
|
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": "0e024c7ab4193004a18558716a5b41c0cc57dbb2"
|
|
47
47
|
}
|