chain-registry 1.69.150 → 1.69.151

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.
@@ -229,6 +229,37 @@ const info = {
229
229
  twitter: 'https://twitter.com/pulsara_io'
230
230
  },
231
231
  type_asset: 'sdk.coin'
232
+ },
233
+ {
234
+ description: 'Rewards token designed to incentivize participation in Coreum Community DAO',
235
+ extended_description: 'The Coreum Community DAO (CCD) token incentivizes and rewards members for their contributions and support in community growth and educational initiatives.',
236
+ denom_units: [{
237
+ denom: 'uccd-core1hnwd78wappjmgygyzr9mwspm7uzytrkcp9pfvv',
238
+ exponent: 0
239
+ }, {
240
+ denom: 'ccd',
241
+ exponent: 6
242
+ }],
243
+ base: 'uccd-core1hnwd78wappjmgygyzr9mwspm7uzytrkcp9pfvv',
244
+ name: 'Coreum Community DAO Token',
245
+ display: 'ccd',
246
+ symbol: 'CCD',
247
+ logo_URIs: {
248
+ png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/coreum/images/ccd.png',
249
+ svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/coreum/images/ccd.svg'
250
+ },
251
+ images: [{
252
+ png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/coreum/images/ccd.png',
253
+ svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/coreum/images/ccd.svg',
254
+ theme: {
255
+ primary_color_hex: '#a50dda'
256
+ }
257
+ }],
258
+ socials: {
259
+ website: 'https://coreumcommunitydao.com/',
260
+ twitter: 'https://x.com/Cor3_Community'
261
+ },
262
+ type_asset: 'sdk.coin'
232
263
  }
233
264
  ]
234
265
  };
@@ -140,6 +140,10 @@ const info = {
140
140
  {
141
141
  address: 'https://elys-mainnet-rpc.autostake.com:443',
142
142
  provider: 'AutoStake'
143
+ },
144
+ {
145
+ address: 'https://elys-rpc.node39.top:443',
146
+ provider: 'Node39'
143
147
  }
144
148
  ],
145
149
  rest: [
@@ -210,6 +214,10 @@ const info = {
210
214
  {
211
215
  address: 'https://elys-mainnet-lcd.autostake.com:443',
212
216
  provider: 'AutoStaked'
217
+ },
218
+ {
219
+ address: 'https://elys-api.node39.top:443',
220
+ provider: 'Node39'
213
221
  }
214
222
  ],
215
223
  grpc: [
@@ -256,6 +264,10 @@ const info = {
256
264
  {
257
265
  address: 'elys-mainnet-grpc.autostake.com:443',
258
266
  provider: 'AutoStake'
267
+ },
268
+ {
269
+ address: 'elys-grpc.node39.top:12090',
270
+ provider: 'Node39'
259
271
  }
260
272
  ]
261
273
  },
@@ -301,6 +313,12 @@ const info = {
301
313
  url: 'https://explorer.whenmoonwhenlambo.money/elys',
302
314
  tx_page: 'https://explorer.whenmoonwhenlambo.money/elys/tx/${txHash}',
303
315
  account_page: 'https://explorer.whenmoonwhenlambo.money/elys/account/${accountAddress}'
316
+ },
317
+ {
318
+ kind: 'Node39',
319
+ url: 'https://explorer.node39.top/elys',
320
+ tx_page: 'https://explorer.node39.top/elys/tx/${txHash}',
321
+ account_page: 'https://explorer.node39.top/elys/account/${accountAddress}'
304
322
  }
305
323
  ]
306
324
  };
@@ -68,10 +68,6 @@ const info = {
68
68
  address: 'https://migaloo-rpc.kleomedes.network:443',
69
69
  provider: 'Kleomedes'
70
70
  },
71
- {
72
- address: 'https://migaloo-rpc.highstakes.ch',
73
- provider: 'High Stakes 🇨🇭'
74
- },
75
71
  {
76
72
  address: 'https://migaloo-rpc.publicnode.com:443',
77
73
  provider: 'Allnodes ⚡️ Nodes & Staking'
@@ -90,10 +86,6 @@ const info = {
90
86
  address: 'https://migaloo-api.kleomedes.network:443',
91
87
  provider: 'Kleomedes'
92
88
  },
93
- {
94
- address: 'https://migaloo-api.highstakes.ch',
95
- provider: 'High Stakes 🇨🇭'
96
- },
97
89
  {
98
90
  address: 'https://migaloo-rest.publicnode.com',
99
91
  provider: 'Allnodes ⚡️ Nodes & Staking'
@@ -125,6 +125,10 @@ const info = {
125
125
  {
126
126
  address: 'https://nibiru_mainnet_rpc.chain.whenmoonwhenlambo.money',
127
127
  provider: '🚀 WHEN MOON 🌕 WHEN LAMBO 🔥'
128
+ },
129
+ {
130
+ address: 'https://nibiru-rpc.node39.top:443',
131
+ provider: 'Node39'
128
132
  }
129
133
  ],
130
134
  rest: [
@@ -183,6 +187,10 @@ const info = {
183
187
  {
184
188
  address: 'https://nibiru_mainnet_api.chain.whenmoonwhenlambo.money',
185
189
  provider: '🚀 WHEN MOON 🌕 WHEN LAMBO 🔥'
190
+ },
191
+ {
192
+ address: 'https://nibiru-api.node39.top:443',
193
+ provider: 'Node39'
186
194
  }
187
195
  ],
188
196
  grpc: [
@@ -237,6 +245,10 @@ const info = {
237
245
  {
238
246
  address: 'grpc.nibiru.roomit.xyz:8443',
239
247
  provider: 'Roomit'
248
+ },
249
+ {
250
+ address: 'nibiru-grpc.node39.top:14090',
251
+ provider: 'Node39'
240
252
  }
241
253
  ]
242
254
  },
@@ -294,6 +306,12 @@ const info = {
294
306
  url: 'https://explorer.whenmoonwhenlambo.money/nibiru',
295
307
  tx_page: 'https://explorer.whenmoonwhenlambo.money/nibiru/tx/${txHash}',
296
308
  account_page: 'https://explorer.whenmoonwhenlambo.money/nibiru/account/${accountAddress}'
309
+ },
310
+ {
311
+ kind: 'Node39',
312
+ url: 'https://explorer.node39.top/Nibiru',
313
+ tx_page: 'https://explorer.node39.top/Nibiru/tx/${txHash}',
314
+ account_page: 'https://explorer.node39.top/Nibiru/account/${accountAddress}'
297
315
  }
298
316
  ],
299
317
  images: [{
@@ -23627,7 +23627,8 @@ const info = {
23627
23627
  }
23628
23628
  },
23629
23629
  {
23630
- description: 'The Seven Green Shade Token, limited to 7777 units, represents exclusive access and utilities in the upcoming Seven Shaders RPG AI game.',
23630
+ description: 'T7S is the heartbeat of the Seven Shaders universe—powering NFTs, AI adventures, and gaming rewards. One token, endless possibilities.',
23631
+ extended_description: 'T7S is more than just a token—it\'s the driving force behind the Seven Shaders ecosystem, bringing together NFTs, AI-powered experiences, and gaming rewards into one interconnected universe. Whether you\'re an explorer, creator, or strategist, T7S unlocks new dimensions of engagement and rewards. \n\nWith T7S, you can mint and upgrade exclusive NFTs, immersing yourself in a world where rarity and utility go hand in hand. Gamers and strategists can earn and trade rewards through Oddsgarden.io, while AI enthusiasts can embark on intelligent adventures shaped by cutting-edge technology. \n\nThe token also plays a pivotal role in governance through DAODAO, allowing the community to actively shape the future of Seven Shaders. As the ecosystem expands, T7S continues to evolve, introducing new staking opportunities, enhanced rewards, and interactive experiences that push the boundaries of Web3 engagement. \n\nWhether you\'re here to collect, compete, or create, T7S ensures that every interaction brings value, making it your ultimate gateway to a universe filled with limitless potential.',
23631
23632
  denom_units: [{
23632
23633
  denom: 'factory/osmo1q77cw0mmlluxu0wr29fcdd0tdnh78gzhkvhe4n6ulal9qvrtu43qtd0nh8/t7s',
23633
23634
  exponent: 0
@@ -23646,7 +23647,11 @@ const info = {
23646
23647
  },
23647
23648
  images: [{
23648
23649
  png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/osmosis/images/T7S.png'
23649
- }]
23650
+ }],
23651
+ socials: {
23652
+ website: 'https://www.oddsgarden.io/',
23653
+ twitter: 'https://x.com/Se7enGreenShade'
23654
+ }
23650
23655
  },
23651
23656
  {
23652
23657
  description: 'An alloy of DYM asset variants on Osmosis.',
@@ -23739,6 +23744,28 @@ const info = {
23739
23744
  primary_color_hex: '#8444e4'
23740
23745
  }
23741
23746
  }]
23747
+ },
23748
+ {
23749
+ description: 'ALLiN Gaming is a GameFi platform on Dymension and Osmosis, featuring casino games, PvP games, and prediction markets. It offers a fun, transparent, and rewarding experience with a unique points system.',
23750
+ denom_units: [{
23751
+ denom: 'factory/osmo1gzcz4anh88fz3vanx0842gsa3y8jcvck3qw90e/uallin',
23752
+ exponent: 0
23753
+ }, {
23754
+ denom: 'allin',
23755
+ exponent: 6
23756
+ }],
23757
+ type_asset: 'sdk.coin',
23758
+ address: 'osmo1gzcz4anh88fz3vanx0842gsa3y8jcvck3qw90e',
23759
+ base: 'factory/osmo1gzcz4anh88fz3vanx0842gsa3y8jcvck3qw90e/uallin',
23760
+ name: 'ALLIN',
23761
+ display: 'allin',
23762
+ symbol: 'ALLIN',
23763
+ logo_URIs: {
23764
+ png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/osmosis/images/allin.png'
23765
+ },
23766
+ images: [{
23767
+ png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/osmosis/images/allin.png'
23768
+ }]
23742
23769
  }
23743
23770
  ]
23744
23771
  };
@@ -837,7 +837,8 @@ const info = {
837
837
  }]
838
838
  },
839
839
  {
840
- description: 'The Seven Green Shade Token, limited to 7777 units, represents exclusive access and utilities in the upcoming Seven Shaders RPG AI game.',
840
+ description: 'T7S is the heartbeat of the Seven Shaders universe—powering NFTs, AI adventures, and gaming rewards. One token, endless possibilities.',
841
+ extended_description: 'T7S is more than just a token—it\'s the driving force behind the Seven Shaders ecosystem, bringing together NFTs, AI-powered experiences, and gaming rewards into one interconnected universe. Whether you\'re an explorer, creator, or strategist, T7S unlocks new dimensions of engagement and rewards. \n\nWith T7S, you can mint and upgrade exclusive NFTs, immersing yourself in a world where rarity and utility go hand in hand. Gamers and strategists can earn and trade rewards through Oddsgarden.io, while AI enthusiasts can embark on intelligent adventures shaped by cutting-edge technology. \n\nThe token also plays a pivotal role in governance through DAODAO, allowing the community to actively shape the future of Seven Shaders. As the ecosystem expands, T7S continues to evolve, introducing new staking opportunities, enhanced rewards, and interactive experiences that push the boundaries of Web3 engagement. \n\nWhether you\'re here to collect, compete, or create, T7S ensures that every interaction brings value, making it your ultimate gateway to a universe filled with limitless potential.',
841
842
  denom_units: [{
842
843
  denom: 'ibc/FEF6B2D5C0F7D3C3EE2E27D1C01EAE9CA04A7201661E69215726E7F84AFCD0FB',
843
844
  exponent: 0
@@ -51,14 +51,14 @@ const info = {
51
51
  {
52
52
  description: 'Osmosis token on Manifest Ledger Testnet',
53
53
  denom_units: [{
54
- denom: 'ibc/ED07A3391A112B175915CD8FAF43A2DA8E4790EDE12566649D0C2F97716B8518',
54
+ denom: 'ibc/D24B4564BCD51D3D02D9987D92571EAC5915676A9BD6D9B0C1D0254CB8A5EA34',
55
55
  exponent: 0
56
56
  }, {
57
57
  denom: 'osmo',
58
58
  exponent: 6
59
59
  }],
60
60
  type_asset: 'ics20',
61
- base: 'ibc/ED07A3391A112B175915CD8FAF43A2DA8E4790EDE12566649D0C2F97716B8518',
61
+ base: 'ibc/D24B4564BCD51D3D02D9987D92571EAC5915676A9BD6D9B0C1D0254CB8A5EA34',
62
62
  name: 'Osmosis',
63
63
  display: 'osmo',
64
64
  symbol: 'OSMO',
@@ -71,7 +71,7 @@ const info = {
71
71
  },
72
72
  chain: {
73
73
  channel_id: 'channel-5',
74
- path: 'transfer/channel-0/uosmo'
74
+ path: 'transfer/channel-5/uosmo'
75
75
  }
76
76
  }],
77
77
  images: [{
@@ -88,6 +88,46 @@ const info = {
88
88
  },
89
89
  coingecko_id: 'osmosis'
90
90
  },
91
+ {
92
+ description: 'Axlear token on Manifest Ledger Testnet',
93
+ denom_units: [{
94
+ denom: 'ibc/3E35008738AC049C9C1A1E37F785E947A8DAA9811B3EA3B25580664294056151',
95
+ exponent: 0
96
+ }, {
97
+ denom: 'axl',
98
+ exponent: 6
99
+ }],
100
+ type_asset: 'ics20',
101
+ base: 'ibc/3E35008738AC049C9C1A1E37F785E947A8DAA9811B3EA3B25580664294056151',
102
+ name: 'Axelar',
103
+ display: 'axl',
104
+ symbol: 'AXL',
105
+ traces: [{
106
+ type: 'ibc',
107
+ counterparty: {
108
+ chain_name: 'axelartestnet',
109
+ base_denom: 'uaxl',
110
+ channel_id: 'channel-594'
111
+ },
112
+ chain: {
113
+ channel_id: 'channel-6',
114
+ path: 'transfer/channel-6/uaxl'
115
+ }
116
+ }],
117
+ images: [{
118
+ image_sync: {
119
+ chain_name: 'axelartestnet',
120
+ base_denom: 'uaxl'
121
+ },
122
+ png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/axelar/images/axl.png',
123
+ svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/axelar/images/axl.svg'
124
+ }],
125
+ logo_URIs: {
126
+ png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/axelar/images/axl.png',
127
+ svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/axelar/images/axl.svg'
128
+ },
129
+ coingecko_id: 'axelar'
130
+ },
91
131
  {
92
132
  description: 'asdasdasd',
93
133
  denom_units: [{
@@ -231,6 +231,37 @@ const info = {
231
231
  twitter: 'https://twitter.com/pulsara_io'
232
232
  },
233
233
  type_asset: 'sdk.coin'
234
+ },
235
+ {
236
+ description: 'Rewards token designed to incentivize participation in Coreum Community DAO',
237
+ extended_description: 'The Coreum Community DAO (CCD) token incentivizes and rewards members for their contributions and support in community growth and educational initiatives.',
238
+ denom_units: [{
239
+ denom: 'uccd-core1hnwd78wappjmgygyzr9mwspm7uzytrkcp9pfvv',
240
+ exponent: 0
241
+ }, {
242
+ denom: 'ccd',
243
+ exponent: 6
244
+ }],
245
+ base: 'uccd-core1hnwd78wappjmgygyzr9mwspm7uzytrkcp9pfvv',
246
+ name: 'Coreum Community DAO Token',
247
+ display: 'ccd',
248
+ symbol: 'CCD',
249
+ logo_URIs: {
250
+ png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/coreum/images/ccd.png',
251
+ svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/coreum/images/ccd.svg'
252
+ },
253
+ images: [{
254
+ png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/coreum/images/ccd.png',
255
+ svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/coreum/images/ccd.svg',
256
+ theme: {
257
+ primary_color_hex: '#a50dda'
258
+ }
259
+ }],
260
+ socials: {
261
+ website: 'https://coreumcommunitydao.com/',
262
+ twitter: 'https://x.com/Cor3_Community'
263
+ },
264
+ type_asset: 'sdk.coin'
234
265
  }
235
266
  ]
236
267
  };
@@ -142,6 +142,10 @@ const info = {
142
142
  {
143
143
  address: 'https://elys-mainnet-rpc.autostake.com:443',
144
144
  provider: 'AutoStake'
145
+ },
146
+ {
147
+ address: 'https://elys-rpc.node39.top:443',
148
+ provider: 'Node39'
145
149
  }
146
150
  ],
147
151
  rest: [
@@ -212,6 +216,10 @@ const info = {
212
216
  {
213
217
  address: 'https://elys-mainnet-lcd.autostake.com:443',
214
218
  provider: 'AutoStaked'
219
+ },
220
+ {
221
+ address: 'https://elys-api.node39.top:443',
222
+ provider: 'Node39'
215
223
  }
216
224
  ],
217
225
  grpc: [
@@ -258,6 +266,10 @@ const info = {
258
266
  {
259
267
  address: 'elys-mainnet-grpc.autostake.com:443',
260
268
  provider: 'AutoStake'
269
+ },
270
+ {
271
+ address: 'elys-grpc.node39.top:12090',
272
+ provider: 'Node39'
261
273
  }
262
274
  ]
263
275
  },
@@ -303,6 +315,12 @@ const info = {
303
315
  url: 'https://explorer.whenmoonwhenlambo.money/elys',
304
316
  tx_page: 'https://explorer.whenmoonwhenlambo.money/elys/tx/${txHash}',
305
317
  account_page: 'https://explorer.whenmoonwhenlambo.money/elys/account/${accountAddress}'
318
+ },
319
+ {
320
+ kind: 'Node39',
321
+ url: 'https://explorer.node39.top/elys',
322
+ tx_page: 'https://explorer.node39.top/elys/tx/${txHash}',
323
+ account_page: 'https://explorer.node39.top/elys/account/${accountAddress}'
306
324
  }
307
325
  ]
308
326
  };
@@ -70,10 +70,6 @@ const info = {
70
70
  address: 'https://migaloo-rpc.kleomedes.network:443',
71
71
  provider: 'Kleomedes'
72
72
  },
73
- {
74
- address: 'https://migaloo-rpc.highstakes.ch',
75
- provider: 'High Stakes 🇨🇭'
76
- },
77
73
  {
78
74
  address: 'https://migaloo-rpc.publicnode.com:443',
79
75
  provider: 'Allnodes ⚡️ Nodes & Staking'
@@ -92,10 +88,6 @@ const info = {
92
88
  address: 'https://migaloo-api.kleomedes.network:443',
93
89
  provider: 'Kleomedes'
94
90
  },
95
- {
96
- address: 'https://migaloo-api.highstakes.ch',
97
- provider: 'High Stakes 🇨🇭'
98
- },
99
91
  {
100
92
  address: 'https://migaloo-rest.publicnode.com',
101
93
  provider: 'Allnodes ⚡️ Nodes & Staking'
@@ -127,6 +127,10 @@ const info = {
127
127
  {
128
128
  address: 'https://nibiru_mainnet_rpc.chain.whenmoonwhenlambo.money',
129
129
  provider: '🚀 WHEN MOON 🌕 WHEN LAMBO 🔥'
130
+ },
131
+ {
132
+ address: 'https://nibiru-rpc.node39.top:443',
133
+ provider: 'Node39'
130
134
  }
131
135
  ],
132
136
  rest: [
@@ -185,6 +189,10 @@ const info = {
185
189
  {
186
190
  address: 'https://nibiru_mainnet_api.chain.whenmoonwhenlambo.money',
187
191
  provider: '🚀 WHEN MOON 🌕 WHEN LAMBO 🔥'
192
+ },
193
+ {
194
+ address: 'https://nibiru-api.node39.top:443',
195
+ provider: 'Node39'
188
196
  }
189
197
  ],
190
198
  grpc: [
@@ -239,6 +247,10 @@ const info = {
239
247
  {
240
248
  address: 'grpc.nibiru.roomit.xyz:8443',
241
249
  provider: 'Roomit'
250
+ },
251
+ {
252
+ address: 'nibiru-grpc.node39.top:14090',
253
+ provider: 'Node39'
242
254
  }
243
255
  ]
244
256
  },
@@ -296,6 +308,12 @@ const info = {
296
308
  url: 'https://explorer.whenmoonwhenlambo.money/nibiru',
297
309
  tx_page: 'https://explorer.whenmoonwhenlambo.money/nibiru/tx/${txHash}',
298
310
  account_page: 'https://explorer.whenmoonwhenlambo.money/nibiru/account/${accountAddress}'
311
+ },
312
+ {
313
+ kind: 'Node39',
314
+ url: 'https://explorer.node39.top/Nibiru',
315
+ tx_page: 'https://explorer.node39.top/Nibiru/tx/${txHash}',
316
+ account_page: 'https://explorer.node39.top/Nibiru/account/${accountAddress}'
299
317
  }
300
318
  ],
301
319
  images: [{
@@ -23629,7 +23629,8 @@ const info = {
23629
23629
  }
23630
23630
  },
23631
23631
  {
23632
- description: 'The Seven Green Shade Token, limited to 7777 units, represents exclusive access and utilities in the upcoming Seven Shaders RPG AI game.',
23632
+ description: 'T7S is the heartbeat of the Seven Shaders universe—powering NFTs, AI adventures, and gaming rewards. One token, endless possibilities.',
23633
+ extended_description: 'T7S is more than just a token—it\'s the driving force behind the Seven Shaders ecosystem, bringing together NFTs, AI-powered experiences, and gaming rewards into one interconnected universe. Whether you\'re an explorer, creator, or strategist, T7S unlocks new dimensions of engagement and rewards. \n\nWith T7S, you can mint and upgrade exclusive NFTs, immersing yourself in a world where rarity and utility go hand in hand. Gamers and strategists can earn and trade rewards through Oddsgarden.io, while AI enthusiasts can embark on intelligent adventures shaped by cutting-edge technology. \n\nThe token also plays a pivotal role in governance through DAODAO, allowing the community to actively shape the future of Seven Shaders. As the ecosystem expands, T7S continues to evolve, introducing new staking opportunities, enhanced rewards, and interactive experiences that push the boundaries of Web3 engagement. \n\nWhether you\'re here to collect, compete, or create, T7S ensures that every interaction brings value, making it your ultimate gateway to a universe filled with limitless potential.',
23633
23634
  denom_units: [{
23634
23635
  denom: 'factory/osmo1q77cw0mmlluxu0wr29fcdd0tdnh78gzhkvhe4n6ulal9qvrtu43qtd0nh8/t7s',
23635
23636
  exponent: 0
@@ -23648,7 +23649,11 @@ const info = {
23648
23649
  },
23649
23650
  images: [{
23650
23651
  png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/osmosis/images/T7S.png'
23651
- }]
23652
+ }],
23653
+ socials: {
23654
+ website: 'https://www.oddsgarden.io/',
23655
+ twitter: 'https://x.com/Se7enGreenShade'
23656
+ }
23652
23657
  },
23653
23658
  {
23654
23659
  description: 'An alloy of DYM asset variants on Osmosis.',
@@ -23741,6 +23746,28 @@ const info = {
23741
23746
  primary_color_hex: '#8444e4'
23742
23747
  }
23743
23748
  }]
23749
+ },
23750
+ {
23751
+ description: 'ALLiN Gaming is a GameFi platform on Dymension and Osmosis, featuring casino games, PvP games, and prediction markets. It offers a fun, transparent, and rewarding experience with a unique points system.',
23752
+ denom_units: [{
23753
+ denom: 'factory/osmo1gzcz4anh88fz3vanx0842gsa3y8jcvck3qw90e/uallin',
23754
+ exponent: 0
23755
+ }, {
23756
+ denom: 'allin',
23757
+ exponent: 6
23758
+ }],
23759
+ type_asset: 'sdk.coin',
23760
+ address: 'osmo1gzcz4anh88fz3vanx0842gsa3y8jcvck3qw90e',
23761
+ base: 'factory/osmo1gzcz4anh88fz3vanx0842gsa3y8jcvck3qw90e/uallin',
23762
+ name: 'ALLIN',
23763
+ display: 'allin',
23764
+ symbol: 'ALLIN',
23765
+ logo_URIs: {
23766
+ png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/osmosis/images/allin.png'
23767
+ },
23768
+ images: [{
23769
+ png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/osmosis/images/allin.png'
23770
+ }]
23744
23771
  }
23745
23772
  ]
23746
23773
  };
@@ -839,7 +839,8 @@ const info = {
839
839
  }]
840
840
  },
841
841
  {
842
- description: 'The Seven Green Shade Token, limited to 7777 units, represents exclusive access and utilities in the upcoming Seven Shaders RPG AI game.',
842
+ description: 'T7S is the heartbeat of the Seven Shaders universe—powering NFTs, AI adventures, and gaming rewards. One token, endless possibilities.',
843
+ extended_description: 'T7S is more than just a token—it\'s the driving force behind the Seven Shaders ecosystem, bringing together NFTs, AI-powered experiences, and gaming rewards into one interconnected universe. Whether you\'re an explorer, creator, or strategist, T7S unlocks new dimensions of engagement and rewards. \n\nWith T7S, you can mint and upgrade exclusive NFTs, immersing yourself in a world where rarity and utility go hand in hand. Gamers and strategists can earn and trade rewards through Oddsgarden.io, while AI enthusiasts can embark on intelligent adventures shaped by cutting-edge technology. \n\nThe token also plays a pivotal role in governance through DAODAO, allowing the community to actively shape the future of Seven Shaders. As the ecosystem expands, T7S continues to evolve, introducing new staking opportunities, enhanced rewards, and interactive experiences that push the boundaries of Web3 engagement. \n\nWhether you\'re here to collect, compete, or create, T7S ensures that every interaction brings value, making it your ultimate gateway to a universe filled with limitless potential.',
843
844
  denom_units: [{
844
845
  denom: 'ibc/FEF6B2D5C0F7D3C3EE2E27D1C01EAE9CA04A7201661E69215726E7F84AFCD0FB',
845
846
  exponent: 0
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "chain-registry",
3
- "version": "1.69.150",
3
+ "version": "1.69.151",
4
4
  "description": "Cosmos chain registry ⚛️",
5
5
  "author": "Dan Lynch <pyramation@gmail.com>",
6
6
  "homepage": "https://github.com/hyperweb-io/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.92",
32
+ "@chain-registry/utils": "^1.51.93",
33
33
  "deepmerge": "^4.2.2"
34
34
  },
35
35
  "dependencies": {
36
- "@chain-registry/types": "^0.50.92"
36
+ "@chain-registry/types": "^0.50.93"
37
37
  },
38
38
  "keywords": [
39
39
  "chain-registry",
@@ -43,5 +43,5 @@
43
43
  "interchain",
44
44
  "tokens"
45
45
  ],
46
- "gitHead": "3132d956237d27176688d14c80c95f3a2db3350b"
46
+ "gitHead": "af64d231b142063fc9710caa2fb2349b562beb9a"
47
47
  }
@@ -53,14 +53,14 @@ const info = {
53
53
  {
54
54
  description: 'Osmosis token on Manifest Ledger Testnet',
55
55
  denom_units: [{
56
- denom: 'ibc/ED07A3391A112B175915CD8FAF43A2DA8E4790EDE12566649D0C2F97716B8518',
56
+ denom: 'ibc/D24B4564BCD51D3D02D9987D92571EAC5915676A9BD6D9B0C1D0254CB8A5EA34',
57
57
  exponent: 0
58
58
  }, {
59
59
  denom: 'osmo',
60
60
  exponent: 6
61
61
  }],
62
62
  type_asset: 'ics20',
63
- base: 'ibc/ED07A3391A112B175915CD8FAF43A2DA8E4790EDE12566649D0C2F97716B8518',
63
+ base: 'ibc/D24B4564BCD51D3D02D9987D92571EAC5915676A9BD6D9B0C1D0254CB8A5EA34',
64
64
  name: 'Osmosis',
65
65
  display: 'osmo',
66
66
  symbol: 'OSMO',
@@ -73,7 +73,7 @@ const info = {
73
73
  },
74
74
  chain: {
75
75
  channel_id: 'channel-5',
76
- path: 'transfer/channel-0/uosmo'
76
+ path: 'transfer/channel-5/uosmo'
77
77
  }
78
78
  }],
79
79
  images: [{
@@ -90,6 +90,46 @@ const info = {
90
90
  },
91
91
  coingecko_id: 'osmosis'
92
92
  },
93
+ {
94
+ description: 'Axlear token on Manifest Ledger Testnet',
95
+ denom_units: [{
96
+ denom: 'ibc/3E35008738AC049C9C1A1E37F785E947A8DAA9811B3EA3B25580664294056151',
97
+ exponent: 0
98
+ }, {
99
+ denom: 'axl',
100
+ exponent: 6
101
+ }],
102
+ type_asset: 'ics20',
103
+ base: 'ibc/3E35008738AC049C9C1A1E37F785E947A8DAA9811B3EA3B25580664294056151',
104
+ name: 'Axelar',
105
+ display: 'axl',
106
+ symbol: 'AXL',
107
+ traces: [{
108
+ type: 'ibc',
109
+ counterparty: {
110
+ chain_name: 'axelartestnet',
111
+ base_denom: 'uaxl',
112
+ channel_id: 'channel-594'
113
+ },
114
+ chain: {
115
+ channel_id: 'channel-6',
116
+ path: 'transfer/channel-6/uaxl'
117
+ }
118
+ }],
119
+ images: [{
120
+ image_sync: {
121
+ chain_name: 'axelartestnet',
122
+ base_denom: 'uaxl'
123
+ },
124
+ png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/axelar/images/axl.png',
125
+ svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/axelar/images/axl.svg'
126
+ }],
127
+ logo_URIs: {
128
+ png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/axelar/images/axl.png',
129
+ svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/axelar/images/axl.svg'
130
+ },
131
+ coingecko_id: 'axelar'
132
+ },
93
133
  {
94
134
  description: 'asdasdasd',
95
135
  denom_units: [{