@chain-registry/assets 1.64.79 → 1.64.81

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.
Files changed (70) hide show
  1. package/esm/mainnet/agoric.js +6 -2
  2. package/esm/mainnet/akash.js +6 -2
  3. package/esm/mainnet/axelar.js +20 -88
  4. package/esm/mainnet/beezee.js +232 -0
  5. package/esm/mainnet/chihuahua.js +6 -2
  6. package/esm/mainnet/comdex.js +6 -2
  7. package/esm/mainnet/composable.js +4 -2
  8. package/esm/mainnet/cosmoshub.js +6 -2
  9. package/esm/mainnet/crescent.js +6 -2
  10. package/esm/mainnet/cryptoorgchain.js +6 -2
  11. package/esm/mainnet/dydx.js +6 -2
  12. package/esm/mainnet/gravitybridge.js +6 -2
  13. package/esm/mainnet/injective.js +6 -2
  14. package/esm/mainnet/irisnet.js +6 -2
  15. package/esm/mainnet/juno.js +6 -2
  16. package/esm/mainnet/kava.js +6 -2
  17. package/esm/mainnet/kujira.js +6 -2
  18. package/esm/mainnet/neutron.js +6 -2
  19. package/esm/mainnet/noble.js +174 -110
  20. package/esm/mainnet/osmosis.js +30 -94
  21. package/esm/mainnet/quicksilver.js +6 -2
  22. package/esm/mainnet/regen.js +6 -2
  23. package/esm/mainnet/secretnetwork.js +78 -22
  24. package/esm/mainnet/sentinel.js +6 -2
  25. package/esm/mainnet/sifchain.js +6 -2
  26. package/esm/mainnet/stargaze.js +6 -2
  27. package/esm/mainnet/starname.js +6 -2
  28. package/esm/mainnet/stride.js +6 -2
  29. package/esm/mainnet/umee.js +6 -2
  30. package/esm/testnet/assets.js +2 -1
  31. package/esm/testnet/index.js +1 -0
  32. package/esm/testnet/nobletestnet.js +64 -0
  33. package/esm/testnet/seitestnet2.js +178 -0
  34. package/index.d.ts +1 -1
  35. package/mainnet/agoric.js +6 -2
  36. package/mainnet/akash.js +6 -2
  37. package/mainnet/axelar.js +20 -88
  38. package/mainnet/beezee.js +232 -0
  39. package/mainnet/chihuahua.js +6 -2
  40. package/mainnet/comdex.js +6 -2
  41. package/mainnet/composable.js +4 -2
  42. package/mainnet/cosmoshub.js +6 -2
  43. package/mainnet/crescent.js +6 -2
  44. package/mainnet/cryptoorgchain.js +6 -2
  45. package/mainnet/dydx.js +6 -2
  46. package/mainnet/gravitybridge.js +6 -2
  47. package/mainnet/injective.js +6 -2
  48. package/mainnet/irisnet.js +6 -2
  49. package/mainnet/juno.js +6 -2
  50. package/mainnet/kava.js +6 -2
  51. package/mainnet/kujira.js +6 -2
  52. package/mainnet/neutron.js +6 -2
  53. package/mainnet/noble.js +174 -110
  54. package/mainnet/osmosis.js +30 -94
  55. package/mainnet/quicksilver.js +6 -2
  56. package/mainnet/regen.js +6 -2
  57. package/mainnet/secretnetwork.js +78 -22
  58. package/mainnet/sentinel.js +6 -2
  59. package/mainnet/sifchain.js +6 -2
  60. package/mainnet/stargaze.js +6 -2
  61. package/mainnet/starname.js +6 -2
  62. package/mainnet/stride.js +6 -2
  63. package/mainnet/umee.js +6 -2
  64. package/package.json +5 -5
  65. package/testnet/assets.js +2 -1
  66. package/testnet/index.d.ts +1 -0
  67. package/testnet/index.js +2 -1
  68. package/testnet/nobletestnet.js +64 -0
  69. package/testnet/seitestnet2.d.ts +3 -0
  70. package/testnet/seitestnet2.js +180 -0
@@ -313,6 +313,38 @@ const assets = {
313
313
  }
314
314
  }]
315
315
  },
316
+ {
317
+ description: 'The native staking and governance token of the Atlantic testnet version of Sei.',
318
+ denom_units: [{
319
+ denom: 'ibc/C27A06C741FEAFE57DE859ECFAA568928862219C0301F44A98D9B1A1770B1933',
320
+ exponent: 0,
321
+ aliases: ['usei']
322
+ }, {
323
+ denom: 'sei',
324
+ exponent: 6
325
+ }],
326
+ base: 'ibc/C27A06C741FEAFE57DE859ECFAA568928862219C0301F44A98D9B1A1770B1933',
327
+ name: 'Sei',
328
+ display: 'sei',
329
+ symbol: 'SEI',
330
+ logo_URIs: {
331
+ png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/testnets/seitestnet2/images/sei.png'
332
+ },
333
+ images: [{
334
+ png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/testnets/seitestnet2/images/sei.png'
335
+ }],
336
+ traces: [{
337
+ type: 'ibc',
338
+ counterparty: {
339
+ channel_id: 'channel-75',
340
+ base_denom: 'usei',
341
+ chain_name: 'seitestnet2'
342
+ },
343
+ chain: {
344
+ channel_id: 'channel-23'
345
+ }
346
+ }]
347
+ },
316
348
  {
317
349
  description: 'The native token of the Titan network.',
318
350
  denom_units: [
@@ -539,6 +571,38 @@ const assets = {
539
571
  }
540
572
  }]
541
573
  },
574
+ {
575
+ description: 'The native staking and governance token of the Atlantic testnet version of Sei.',
576
+ denom_units: [{
577
+ denom: 'ibc/C27A06C741FEAFE57DE859ECFAA568928862219C0301F44A98D9B1A1770B1933',
578
+ exponent: 0,
579
+ aliases: ['usei']
580
+ }, {
581
+ denom: 'sei',
582
+ exponent: 6
583
+ }],
584
+ base: 'ibc/C27A06C741FEAFE57DE859ECFAA568928862219C0301F44A98D9B1A1770B1933',
585
+ name: 'Sei',
586
+ display: 'sei',
587
+ symbol: 'SEI',
588
+ logo_URIs: {
589
+ png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/testnets/seitestnet2/images/sei.png'
590
+ },
591
+ images: [{
592
+ png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/testnets/seitestnet2/images/sei.png'
593
+ }],
594
+ traces: [{
595
+ type: 'ibc',
596
+ counterparty: {
597
+ channel_id: 'channel-75',
598
+ base_denom: 'usei',
599
+ chain_name: 'seitestnet2'
600
+ },
601
+ chain: {
602
+ channel_id: 'channel-23'
603
+ }
604
+ }]
605
+ },
542
606
  {
543
607
  description: 'The native token of the Titan network.',
544
608
  denom_units: [
@@ -0,0 +1,178 @@
1
+ const assets = {
2
+ chain_name: 'seitestnet2',
3
+ assets: [
4
+ {
5
+ description: 'The controlled staking asset for Noble Chain',
6
+ denom_units: [{
7
+ denom: 'ibc/8441CDD982532F04D01A7FCFA2BCC71A7452FB4B104A783807A3BD45D48C2829',
8
+ exponent: 0,
9
+ aliases: ['ustake']
10
+ }, {
11
+ denom: 'stake',
12
+ exponent: 6
13
+ }],
14
+ base: 'ibc/8441CDD982532F04D01A7FCFA2BCC71A7452FB4B104A783807A3BD45D48C2829',
15
+ name: 'Stake',
16
+ display: 'stake',
17
+ symbol: 'STAKE',
18
+ traces: [{
19
+ type: 'ibc',
20
+ counterparty: {
21
+ channel_id: 'channel-23',
22
+ base_denom: 'ustake',
23
+ chain_name: 'nobletestnet'
24
+ },
25
+ chain: {
26
+ channel_id: 'channel-75'
27
+ }
28
+ }]
29
+ },
30
+ {
31
+ description: 'Love is a test tokenfactory asset controlled by the Strangelove Team',
32
+ denom_units: [{
33
+ denom: 'ibc/B8B7519F1012740D01B7DE5B307CC927F6107E9F19382E64E55BDE061D9B29D8',
34
+ exponent: 0,
35
+ aliases: ['ulove']
36
+ }, {
37
+ denom: 'love',
38
+ exponent: 6
39
+ }],
40
+ base: 'ibc/B8B7519F1012740D01B7DE5B307CC927F6107E9F19382E64E55BDE061D9B29D8',
41
+ display: 'love',
42
+ name: 'Love',
43
+ symbol: 'LOVE',
44
+ traces: [{
45
+ type: 'ibc',
46
+ counterparty: {
47
+ channel_id: 'channel-23',
48
+ base_denom: 'ulove',
49
+ chain_name: 'nobletestnet'
50
+ },
51
+ chain: {
52
+ channel_id: 'channel-75'
53
+ }
54
+ }]
55
+ },
56
+ {
57
+ description: 'Ondo US Dollar Yield',
58
+ denom_units: [{
59
+ denom: 'ibc/51E101F17A1B096FF26F5A972BCB58771ED5DB0FADE92E62C84BD830083A1139',
60
+ exponent: 0,
61
+ aliases: ['ausdy']
62
+ }, {
63
+ denom: 'usdy',
64
+ exponent: 18
65
+ }],
66
+ base: 'ibc/51E101F17A1B096FF26F5A972BCB58771ED5DB0FADE92E62C84BD830083A1139',
67
+ display: 'usdy',
68
+ name: 'Ondo US Dollar Yield',
69
+ symbol: 'USDY',
70
+ logo_URIs: {
71
+ png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/testnets/nobletestnet/images/usdy.png',
72
+ svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/testnets/nobletestnet/images/usdy.svg'
73
+ },
74
+ images: [{
75
+ png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/testnets/nobletestnet/images/usdy.png',
76
+ svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/testnets/nobletestnet/images/usdy.svg'
77
+ }],
78
+ traces: [{
79
+ type: 'ibc',
80
+ counterparty: {
81
+ channel_id: 'channel-23',
82
+ base_denom: 'ausdy',
83
+ chain_name: 'nobletestnet'
84
+ },
85
+ chain: {
86
+ channel_id: 'channel-75'
87
+ }
88
+ }]
89
+ },
90
+ {
91
+ description: 'The controlled staking asset for Noble Chain',
92
+ denom_units: [{
93
+ denom: 'ibc/8441CDD982532F04D01A7FCFA2BCC71A7452FB4B104A783807A3BD45D48C2829',
94
+ exponent: 0,
95
+ aliases: ['ustake']
96
+ }, {
97
+ denom: 'stake',
98
+ exponent: 6
99
+ }],
100
+ base: 'ibc/8441CDD982532F04D01A7FCFA2BCC71A7452FB4B104A783807A3BD45D48C2829',
101
+ name: 'Stake',
102
+ display: 'stake',
103
+ symbol: 'STAKE',
104
+ traces: [{
105
+ type: 'ibc',
106
+ counterparty: {
107
+ channel_id: 'channel-23',
108
+ base_denom: 'ustake',
109
+ chain_name: 'nobletestnet'
110
+ },
111
+ chain: {
112
+ channel_id: 'channel-75'
113
+ }
114
+ }]
115
+ },
116
+ {
117
+ description: 'Love is a test tokenfactory asset controlled by the Strangelove Team',
118
+ denom_units: [{
119
+ denom: 'ibc/B8B7519F1012740D01B7DE5B307CC927F6107E9F19382E64E55BDE061D9B29D8',
120
+ exponent: 0,
121
+ aliases: ['ulove']
122
+ }, {
123
+ denom: 'love',
124
+ exponent: 6
125
+ }],
126
+ base: 'ibc/B8B7519F1012740D01B7DE5B307CC927F6107E9F19382E64E55BDE061D9B29D8',
127
+ display: 'love',
128
+ name: 'Love',
129
+ symbol: 'LOVE',
130
+ traces: [{
131
+ type: 'ibc',
132
+ counterparty: {
133
+ channel_id: 'channel-23',
134
+ base_denom: 'ulove',
135
+ chain_name: 'nobletestnet'
136
+ },
137
+ chain: {
138
+ channel_id: 'channel-75'
139
+ }
140
+ }]
141
+ },
142
+ {
143
+ description: 'Ondo US Dollar Yield',
144
+ denom_units: [{
145
+ denom: 'ibc/51E101F17A1B096FF26F5A972BCB58771ED5DB0FADE92E62C84BD830083A1139',
146
+ exponent: 0,
147
+ aliases: ['ausdy']
148
+ }, {
149
+ denom: 'usdy',
150
+ exponent: 18
151
+ }],
152
+ base: 'ibc/51E101F17A1B096FF26F5A972BCB58771ED5DB0FADE92E62C84BD830083A1139',
153
+ display: 'usdy',
154
+ name: 'Ondo US Dollar Yield',
155
+ symbol: 'USDY',
156
+ logo_URIs: {
157
+ png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/testnets/nobletestnet/images/usdy.png',
158
+ svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/testnets/nobletestnet/images/usdy.svg'
159
+ },
160
+ images: [{
161
+ png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/testnets/nobletestnet/images/usdy.png',
162
+ svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/testnets/nobletestnet/images/usdy.svg'
163
+ }],
164
+ traces: [{
165
+ type: 'ibc',
166
+ counterparty: {
167
+ channel_id: 'channel-23',
168
+ base_denom: 'ausdy',
169
+ chain_name: 'nobletestnet'
170
+ },
171
+ chain: {
172
+ channel_id: 'channel-75'
173
+ }
174
+ }]
175
+ }
176
+ ]
177
+ };
178
+ export default assets;
package/index.d.ts CHANGED
@@ -3,7 +3,7 @@ export * from './testnet';
3
3
  export * from './noncosmos';
4
4
  import asset_lists from './asset_lists';
5
5
  declare const _default: {
6
- asset_lists: AssetList[];
6
+ asset_lists: import("@chain-registry/types").AssetList[];
7
7
  };
8
8
  export default _default;
9
9
  export { asset_lists };
package/mainnet/agoric.js CHANGED
@@ -726,7 +726,9 @@ const assets = {
726
726
  png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/persistence/images/xprt.png',
727
727
  svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/persistence/images/xprt.svg',
728
728
  theme: {
729
- primary_color_hex: '#242424'
729
+ circle: true,
730
+ primary_color_hex: '#E59636',
731
+ background_color_hex: '#000000'
730
732
  }
731
733
  }],
732
734
  socials: {
@@ -1590,7 +1592,9 @@ const assets = {
1590
1592
  png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/persistence/images/xprt.png',
1591
1593
  svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/persistence/images/xprt.svg',
1592
1594
  theme: {
1593
- primary_color_hex: '#242424'
1595
+ circle: true,
1596
+ primary_color_hex: '#E59636',
1597
+ background_color_hex: '#000000'
1594
1598
  }
1595
1599
  }],
1596
1600
  socials: {
package/mainnet/akash.js CHANGED
@@ -524,7 +524,9 @@ const assets = {
524
524
  png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/persistence/images/xprt.png',
525
525
  svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/persistence/images/xprt.svg',
526
526
  theme: {
527
- primary_color_hex: '#242424'
527
+ circle: true,
528
+ primary_color_hex: '#E59636',
529
+ background_color_hex: '#000000'
528
530
  }
529
531
  }],
530
532
  socials: {
@@ -1350,7 +1352,9 @@ const assets = {
1350
1352
  png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/persistence/images/xprt.png',
1351
1353
  svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/persistence/images/xprt.svg',
1352
1354
  theme: {
1353
- primary_color_hex: '#242424'
1355
+ circle: true,
1356
+ primary_color_hex: '#E59636',
1357
+ background_color_hex: '#000000'
1354
1358
  }
1355
1359
  }],
1356
1360
  socials: {
package/mainnet/axelar.js CHANGED
@@ -1958,14 +1958,21 @@ const assets = {
1958
1958
  website: 'https://nibiru.fi',
1959
1959
  twitter: 'https://twitter.com/nibiruchain'
1960
1960
  },
1961
- denom_units: [{
1961
+ denom_units: [
1962
+ {
1962
1963
  denom: 'ibc/52C9B73B0D9665A4FA1E973B001A83FCFF3B6062E44B564230D20536F1103112',
1963
1964
  exponent: 0,
1964
1965
  aliases: ['unibi']
1965
- }, {
1966
+ },
1967
+ {
1966
1968
  denom: 'nibi',
1967
1969
  exponent: 6
1968
- }],
1970
+ },
1971
+ {
1972
+ denom: 'attonibi',
1973
+ exponent: 18
1974
+ }
1975
+ ],
1969
1976
  base: 'ibc/52C9B73B0D9665A4FA1E973B001A83FCFF3B6062E44B564230D20536F1103112',
1970
1977
  name: 'Nibiru',
1971
1978
  display: 'nibi',
@@ -2063,47 +2070,6 @@ const assets = {
2063
2070
  }
2064
2071
  }]
2065
2072
  },
2066
- {
2067
- description: 'Ether is the native fee token of the Ethereum network.',
2068
- denom_units: [
2069
- {
2070
- denom: 'ibc/318830EA97596F7F3C1D2CA30242164FB3015B76A6BB53187259EAA17578B855',
2071
- exponent: 0,
2072
- aliases: ['wei']
2073
- },
2074
- {
2075
- denom: 'gwei',
2076
- exponent: 9
2077
- },
2078
- {
2079
- denom: 'eth',
2080
- exponent: 18,
2081
- aliases: ['ether']
2082
- }
2083
- ],
2084
- base: 'ibc/318830EA97596F7F3C1D2CA30242164FB3015B76A6BB53187259EAA17578B855',
2085
- name: 'Ether',
2086
- display: 'eth',
2087
- symbol: 'ETH',
2088
- logo_URIs: {
2089
- svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/_non-cosmos/ethereum/images/eth.svg'
2090
- },
2091
- coingecko_id: 'ethereum',
2092
- images: [{
2093
- svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/_non-cosmos/ethereum/images/eth.svg'
2094
- }],
2095
- traces: [{
2096
- type: 'ibc',
2097
- counterparty: {
2098
- channel_id: 'channel-1',
2099
- base_denom: 'wei',
2100
- chain_name: 'nibiru'
2101
- },
2102
- chain: {
2103
- channel_id: 'channel-139'
2104
- }
2105
- }]
2106
- },
2107
2073
  {
2108
2074
  description: 'Staking and governance token for ODIN Protocol',
2109
2075
  denom_units: [{
@@ -6722,14 +6688,21 @@ const assets = {
6722
6688
  website: 'https://nibiru.fi',
6723
6689
  twitter: 'https://twitter.com/nibiruchain'
6724
6690
  },
6725
- denom_units: [{
6691
+ denom_units: [
6692
+ {
6726
6693
  denom: 'ibc/52C9B73B0D9665A4FA1E973B001A83FCFF3B6062E44B564230D20536F1103112',
6727
6694
  exponent: 0,
6728
6695
  aliases: ['unibi']
6729
- }, {
6696
+ },
6697
+ {
6730
6698
  denom: 'nibi',
6731
6699
  exponent: 6
6732
- }],
6700
+ },
6701
+ {
6702
+ denom: 'attonibi',
6703
+ exponent: 18
6704
+ }
6705
+ ],
6733
6706
  base: 'ibc/52C9B73B0D9665A4FA1E973B001A83FCFF3B6062E44B564230D20536F1103112',
6734
6707
  name: 'Nibiru',
6735
6708
  display: 'nibi',
@@ -6827,47 +6800,6 @@ const assets = {
6827
6800
  }
6828
6801
  }]
6829
6802
  },
6830
- {
6831
- description: 'Ether is the native fee token of the Ethereum network.',
6832
- denom_units: [
6833
- {
6834
- denom: 'ibc/318830EA97596F7F3C1D2CA30242164FB3015B76A6BB53187259EAA17578B855',
6835
- exponent: 0,
6836
- aliases: ['wei']
6837
- },
6838
- {
6839
- denom: 'gwei',
6840
- exponent: 9
6841
- },
6842
- {
6843
- denom: 'eth',
6844
- exponent: 18,
6845
- aliases: ['ether']
6846
- }
6847
- ],
6848
- base: 'ibc/318830EA97596F7F3C1D2CA30242164FB3015B76A6BB53187259EAA17578B855',
6849
- name: 'Ether',
6850
- display: 'eth',
6851
- symbol: 'ETH',
6852
- logo_URIs: {
6853
- svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/_non-cosmos/ethereum/images/eth.svg'
6854
- },
6855
- coingecko_id: 'ethereum',
6856
- images: [{
6857
- svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/_non-cosmos/ethereum/images/eth.svg'
6858
- }],
6859
- traces: [{
6860
- type: 'ibc',
6861
- counterparty: {
6862
- channel_id: 'channel-1',
6863
- base_denom: 'wei',
6864
- chain_name: 'nibiru'
6865
- },
6866
- chain: {
6867
- channel_id: 'channel-139'
6868
- }
6869
- }]
6870
- },
6871
6803
  {
6872
6804
  description: 'Staking and governance token for ODIN Protocol',
6873
6805
  denom_units: [{