chain-registry 1.69.236 → 1.69.237

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 (37) hide show
  1. package/esm/mainnet/celestia/chain.js +5 -5
  2. package/esm/mainnet/elys/chain.js +0 -4
  3. package/esm/mainnet/humans/chain.js +1 -1
  4. package/esm/mainnet/solana/assets.js +46 -0
  5. package/esm/mainnet/source/chain.js +1 -1
  6. package/esm/mainnet/titan/assets.js +94 -3
  7. package/esm/mainnet/uptick/chain.js +1 -1
  8. package/esm/noncosmos/ethereumtestnet/assets.js +43 -6
  9. package/esm/noncosmos/solanatestnet/assets.js +98 -2
  10. package/esm/testnet/airchainstestnet/chain.js +4 -4
  11. package/esm/testnet/celestiatestnet3/chain.js +5 -5
  12. package/esm/testnet/cosmosicsprovidertestnet/chain.js +1 -1
  13. package/esm/testnet/elystestnet/chain.js +3 -3
  14. package/esm/testnet/empowertestnet/chain.js +0 -17
  15. package/esm/testnet/lavatestnet/chain.js +3 -3
  16. package/esm/testnet/noistestnet/chain.js +3 -14
  17. package/esm/testnet/terpnettestnet/chain.js +1 -10
  18. package/esm/testnet/titantestnet/assets.js +100 -6
  19. package/mainnet/celestia/chain.js +5 -5
  20. package/mainnet/elys/chain.js +0 -4
  21. package/mainnet/humans/chain.js +1 -1
  22. package/mainnet/solana/assets.js +46 -0
  23. package/mainnet/source/chain.js +1 -1
  24. package/mainnet/titan/assets.js +94 -3
  25. package/mainnet/uptick/chain.js +1 -1
  26. package/noncosmos/ethereumtestnet/assets.js +43 -6
  27. package/noncosmos/solanatestnet/assets.js +98 -2
  28. package/package.json +4 -4
  29. package/testnet/airchainstestnet/chain.js +4 -4
  30. package/testnet/celestiatestnet3/chain.js +5 -5
  31. package/testnet/cosmosicsprovidertestnet/chain.js +1 -1
  32. package/testnet/elystestnet/chain.js +3 -3
  33. package/testnet/empowertestnet/chain.js +0 -17
  34. package/testnet/lavatestnet/chain.js +3 -3
  35. package/testnet/noistestnet/chain.js +3 -14
  36. package/testnet/terpnettestnet/chain.js +1 -10
  37. package/testnet/titantestnet/assets.js +100 -6
@@ -49,21 +49,12 @@ const info = {
49
49
  rpc: [{
50
50
  address: 'https://testnet-rpc.terp.network:443/',
51
51
  provider: 'Terpnet Foundation'
52
- }, {
53
- address: 'https://terp-testnet-rpc.itrocket.net:443/',
54
- provider: 'itrocket'
55
52
  }],
56
53
  rest: [{
57
54
  address: 'https://testnet-api.terp.network:443/',
58
55
  provider: 'Terpnet Foundation'
59
- }, {
60
- address: 'https://terp-testnet-api.itrocket.net:443/',
61
- provider: 'itrocket'
62
56
  }],
63
- grpc: [{
64
- address: 'terp-testnet-grpc.itrocket.net/',
65
- provider: 'itrocket'
66
- }]
57
+ grpc: []
67
58
  },
68
59
  explorers: [{
69
60
  kind: 'Ping Pub',
@@ -46,14 +46,14 @@ const info = {
46
46
  exponent: 0,
47
47
  aliases: ['microusdc', 'uusdc']
48
48
  }, {
49
- denom: 'usdc',
49
+ denom: 'usdc.noble',
50
50
  exponent: 6
51
51
  }],
52
52
  type_asset: 'ics20',
53
53
  base: 'ibc/7C0807A56073C4A27B0DE1C21BA3EB75DF75FD763F4AD37BC159917FC01145F0',
54
- name: 'USD Coin',
55
- display: 'usdc',
56
- symbol: 'USDC',
54
+ name: 'USDC.noble',
55
+ display: 'usdc.noble',
56
+ symbol: 'USDC.noble',
57
57
  traces: [{
58
58
  type: 'test-mintage',
59
59
  counterparty: {
@@ -92,7 +92,7 @@ const info = {
92
92
  coingecko_id: 'usd-coin'
93
93
  },
94
94
  {
95
- description: 'Wrapped Bitcoin (BTC) is BTC token bridged from Bitcoin to titan chain through Titan bridge https://dev.titanearn.com/bridge',
95
+ description: 'Wrapped Bitcoin (BTC) is BTC token bridged from Bitcoin to titan chain through Titan bridge',
96
96
  denom_units: [{
97
97
  denom: 'factory/titan14jwu2vsu4xuefce0xjyk2t58awth4v42lvwxslqe6vszac66y4tqe4sjm5/w-btc',
98
98
  exponent: 0,
@@ -128,7 +128,7 @@ const info = {
128
128
  }]
129
129
  },
130
130
  {
131
- description: 'Ethereum (ETH) is ETH token bridged from Sepolia to titan chain through Titan Power flow bridge https://dev.powerflow.asia/bridge',
131
+ description: 'Ethereum (ETH) is ETH token bridged from Sepolia to titan chain through Titan Power flow bridge',
132
132
  denom_units: [{
133
133
  denom: 'factory/titan16gyvmp43st00s220zypex4lgvwqc3ve8l4657rhxj8myeadswmkq75slkc/eth',
134
134
  exponent: 0,
@@ -160,6 +160,100 @@ const info = {
160
160
  images: [{
161
161
  svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/_non-cosmos/ethereum/images/eth.svg'
162
162
  }]
163
+ },
164
+ {
165
+ description: 'USDC stablecoin on Titan. Bridge into titan chain from Ethereum to Titan through Titan Power flow bridge',
166
+ denom_units: [{
167
+ denom: 'factory/titan16gyvmp43st00s220zypex4lgvwqc3ve8l4657rhxj8myeadswmkq75slkc/usdc',
168
+ exponent: 0,
169
+ aliases: ['uusdc']
170
+ }, {
171
+ denom: 'usdc',
172
+ exponent: 6
173
+ }],
174
+ type_asset: 'sdk.coin',
175
+ base: 'factory/titan16gyvmp43st00s220zypex4lgvwqc3ve8l4657rhxj8myeadswmkq75slkc/usdc',
176
+ name: 'USDC',
177
+ display: 'usdc',
178
+ symbol: 'USDC',
179
+ traces: [{
180
+ type: 'bridge',
181
+ counterparty: {
182
+ chain_name: 'ethereumtestnet',
183
+ base_denom: '0x1c7D4B196Cb0C7B01d743Fbc6116a902379C7238',
184
+ contract: '0x63e4dAcAFbBf0a02d70e5b47506eebEDDe49b1c6'
185
+ },
186
+ provider: 'powerflow.asia, titanlab.io'
187
+ }],
188
+ logo_URIs: {
189
+ png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/_non-cosmos/ethereum/images/usdc.png',
190
+ svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/_non-cosmos/ethereum/images/usdc.svg'
191
+ },
192
+ images: [{
193
+ png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/_non-cosmos/ethereum/images/usdc.png',
194
+ svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/_non-cosmos/ethereum/images/usdc.svg'
195
+ }]
196
+ },
197
+ {
198
+ description: 'SOL on Titan. Bridge into titan chain from Solana devnet to Titan through Titan Power flow bridge',
199
+ denom_units: [{
200
+ denom: 'factory/titan16gyvmp43st00s220zypex4lgvwqc3ve8l4657rhxj8myeadswmkq75slkc/sol',
201
+ exponent: 0,
202
+ aliases: ['lamport']
203
+ }, {
204
+ denom: 'sol',
205
+ exponent: 9
206
+ }],
207
+ type_asset: 'sdk.coin',
208
+ base: 'factory/titan16gyvmp43st00s220zypex4lgvwqc3ve8l4657rhxj8myeadswmkq75slkc/sol',
209
+ name: 'SOL',
210
+ display: 'sol',
211
+ symbol: 'SOL',
212
+ traces: [{
213
+ type: 'bridge',
214
+ counterparty: {
215
+ chain_name: 'solanatestnet',
216
+ base_denom: 'So11111111111111111111111111111111111111112',
217
+ contract: 'EYREJzRmAXGFTZh1hhH4gtBr7mM7gqSY5bzPYszL2XtD'
218
+ },
219
+ provider: 'powerflow.asia, titanlab.io'
220
+ }],
221
+ logo_URIs: {
222
+ png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/_non-cosmos/solana/images/sol_circle.png'
223
+ },
224
+ images: [{
225
+ png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/_non-cosmos/solana/images/sol_circle.png'
226
+ }]
227
+ },
228
+ {
229
+ description: 'Meow on Titan. Bridge into titan chain from Solana devnet to Titan through Titan Power flow bridge',
230
+ denom_units: [{
231
+ denom: 'factory/titan16gyvmp43st00s220zypex4lgvwqc3ve8l4657rhxj8myeadswmkq75slkc/meow',
232
+ exponent: 0
233
+ }, {
234
+ denom: 'meow',
235
+ exponent: 8
236
+ }],
237
+ type_asset: 'sdk.coin',
238
+ base: 'factory/titan16gyvmp43st00s220zypex4lgvwqc3ve8l4657rhxj8myeadswmkq75slkc/meow',
239
+ name: 'MEOW',
240
+ display: 'meow',
241
+ symbol: 'MEOW',
242
+ traces: [{
243
+ type: 'bridge',
244
+ counterparty: {
245
+ chain_name: 'solanatestnet',
246
+ base_denom: 'HYGEZGU5kRh9vjw723wuyjUQGe654ByRQzQRP7PWxgMa',
247
+ contract: 'EYREJzRmAXGFTZh1hhH4gtBr7mM7gqSY5bzPYszL2XtD'
248
+ },
249
+ provider: 'powerflow.asia, titanlab.io'
250
+ }],
251
+ logo_URIs: {
252
+ png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/_non-cosmos/solana/images/meow.png'
253
+ },
254
+ images: [{
255
+ png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/_non-cosmos/solana/images/meow.png'
256
+ }]
163
257
  }
164
258
  ]
165
259
  };
@@ -172,7 +172,7 @@ const info = {
172
172
  },
173
173
  {
174
174
  address: 'https://celestia-mainnet-rpc.itrocket.net',
175
- provider: '🚀 itrocket 🚀'
175
+ provider: 'itrocket'
176
176
  },
177
177
  {
178
178
  address: 'https://rpc.celestia.mainnet.dteam.tech:443',
@@ -282,7 +282,7 @@ const info = {
282
282
  },
283
283
  {
284
284
  address: 'https://celestia-mainnet-api.itrocket.net',
285
- provider: '🚀 itrocket 🚀'
285
+ provider: 'itrocket'
286
286
  },
287
287
  {
288
288
  address: 'https://api.celestia.mainnet.dteam.tech:443',
@@ -375,8 +375,8 @@ const info = {
375
375
  provider: '[NODERS]TEAM'
376
376
  },
377
377
  {
378
- address: 'celestia-mainnet-grpc.itrocket.net:40090',
379
- provider: '🚀 itrocket 🚀'
378
+ address: 'celestia-mainnet-grpc.itrocket.net:443',
379
+ provider: 'itrocket'
380
380
  },
381
381
  {
382
382
  address: 'grpc.celestia.mainnet.dteam.tech:28090',
@@ -453,7 +453,7 @@ const info = {
453
453
  account_page: 'https://ezstaking.app/celestia/account/${accountAddress}'
454
454
  },
455
455
  {
456
- kind: '🚀 itrocket 🚀',
456
+ kind: 'itrocket',
457
457
  url: 'https://mainnet.itrocket.net/celestia',
458
458
  tx_page: 'https://mainnet.itrocket.net/celestia/transaction/${txHash}',
459
459
  account_page: 'https://mainnet.itrocket.net/celestia/account/${accountAddress}'
@@ -259,10 +259,6 @@ const info = {
259
259
  address: 'elys-grpc.polkachu.com:22090',
260
260
  provider: 'Polkachu'
261
261
  },
262
- {
263
- address: 'elys-testnet-grpc.itrocket.net:38090',
264
- provider: 'itrocket'
265
- },
266
262
  {
267
263
  address: 'elys-grpc.publicnode.com:443',
268
264
  provider: 'Allnodes ⚡️ Nodes & Staking'
@@ -184,7 +184,7 @@ const info = {
184
184
  provider: 'Nodeist'
185
185
  },
186
186
  {
187
- address: 'humans-mainnet-grpc.itrocket.net:17090',
187
+ address: 'humans-mainnet-grpc.itrocket.net:443',
188
188
  provider: 'itrocket'
189
189
  },
190
190
  {
@@ -655,6 +655,52 @@ const info = {
655
655
  twitter: 'https://x.com/unicornandmemes'
656
656
  },
657
657
  keywords: ['meme']
658
+ },
659
+ {
660
+ description: 'The Meow token',
661
+ type_asset: 'erc20',
662
+ address: 'BUhS5coXEt9hcxN3JSpGYUWSKbNo96RsKu52LcMo12rf',
663
+ denom_units: [{
664
+ denom: 'BUhS5coXEt9hcxN3JSpGYUWSKbNo96RsKu52LcMo12rf',
665
+ exponent: 0
666
+ }, {
667
+ denom: 'meow',
668
+ exponent: 8
669
+ }],
670
+ base: 'BUhS5coXEt9hcxN3JSpGYUWSKbNo96RsKu52LcMo12rf',
671
+ name: 'MEOW',
672
+ display: 'meow',
673
+ symbol: 'MEOW',
674
+ logo_URIs: {
675
+ png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/_non-cosmos/solana/images/meow.png'
676
+ },
677
+ coingecko_id: 'meow',
678
+ images: [{
679
+ png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/_non-cosmos/solana/images/meow.png'
680
+ }]
681
+ },
682
+ {
683
+ description: 'The Oracler AI token',
684
+ type_asset: 'erc20',
685
+ address: '5pPkhLEJDMFDHUuE1wW5os5YJeyNUDVmih1DKgMFpB38',
686
+ denom_units: [{
687
+ denom: '5pPkhLEJDMFDHUuE1wW5os5YJeyNUDVmih1DKgMFpB38',
688
+ exponent: 0
689
+ }, {
690
+ denom: 'oracler',
691
+ exponent: 6
692
+ }],
693
+ base: '5pPkhLEJDMFDHUuE1wW5os5YJeyNUDVmih1DKgMFpB38',
694
+ name: 'ORACLER',
695
+ display: 'oracler',
696
+ symbol: 'ORACLER',
697
+ logo_URIs: {
698
+ png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/_non-cosmos/solana/images/oracler.png'
699
+ },
700
+ coingecko_id: 'oracler-ai',
701
+ images: [{
702
+ png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/_non-cosmos/solana/images/oracler.png'
703
+ }]
658
704
  }
659
705
  ]
660
706
  };
@@ -207,7 +207,7 @@ const info = {
207
207
  ],
208
208
  grpc: [
209
209
  {
210
- address: 'source-mainnet-grpc.itrocket.net:32090',
210
+ address: 'source-mainnet-grpc.itrocket.net:443',
211
211
  provider: 'ITRocket'
212
212
  },
213
213
  {
@@ -134,7 +134,7 @@ const info = {
134
134
  coingecko_id: 'bitcoin'
135
135
  },
136
136
  {
137
- description: 'Ethereum (ETH) is ETH token bridged from Ethereum to titan chain through Titan Power flow bridge https://powerflow.asia/bridge',
137
+ description: 'Ethereum (ETH) is ETH token bridged from Ethereum to titan chain through Titan Power flow bridge',
138
138
  denom_units: [{
139
139
  denom: 'factory/titan1pvrwmjuusn9wh34j7y520g8gumuy9xtl3gvprlljfdpwju3x7ucsgehpjy/eth',
140
140
  exponent: 0,
@@ -165,7 +165,7 @@ const info = {
165
165
  }]
166
166
  },
167
167
  {
168
- description: 'Tether\'s USD stablecoin on Titan. Bridge into titan chain through Titan Power flow bridge https://powerflow.asia/bridge',
168
+ description: 'Tether\'s USD stablecoin on Titan. Bridge into titan chain through Titan Power flow bridge',
169
169
  denom_units: [{
170
170
  denom: 'factory/titan1pvrwmjuusn9wh34j7y520g8gumuy9xtl3gvprlljfdpwju3x7ucsgehpjy/usdt',
171
171
  exponent: 0,
@@ -198,7 +198,7 @@ const info = {
198
198
  }]
199
199
  },
200
200
  {
201
- description: 'USDC stablecoin on Titan. Bridge into titan chain from Ethereum to Titan through Titan Power flow bridge https://powerflow.asia/bridge',
201
+ description: 'USDC stablecoin on Titan. Bridge into titan chain from Ethereum to Titan through Titan Power flow bridge',
202
202
  denom_units: [{
203
203
  denom: 'factory/titan1pvrwmjuusn9wh34j7y520g8gumuy9xtl3gvprlljfdpwju3x7ucsgehpjy/usdc',
204
204
  exponent: 0,
@@ -229,6 +229,97 @@ const info = {
229
229
  png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/_non-cosmos/ethereum/images/usdc.png',
230
230
  svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/_non-cosmos/ethereum/images/usdc.svg'
231
231
  }]
232
+ },
233
+ {
234
+ description: 'SOL on Titan. Bridge into titan chain from Solana to Titan through Titan Power flow bridge',
235
+ denom_units: [{
236
+ denom: 'factory/titan1pvrwmjuusn9wh34j7y520g8gumuy9xtl3gvprlljfdpwju3x7ucsgehpjy/sol',
237
+ exponent: 0,
238
+ aliases: ['lamport']
239
+ }, {
240
+ denom: 'sol',
241
+ exponent: 9
242
+ }],
243
+ type_asset: 'sdk.coin',
244
+ base: 'factory/titan1pvrwmjuusn9wh34j7y520g8gumuy9xtl3gvprlljfdpwju3x7ucsgehpjy/sol',
245
+ name: 'SOL',
246
+ display: 'sol',
247
+ symbol: 'SOL',
248
+ traces: [{
249
+ type: 'bridge',
250
+ counterparty: {
251
+ chain_name: 'solana',
252
+ base_denom: 'So11111111111111111111111111111111111111112',
253
+ contract: '3FCYJzQBTfZg8rbCpbVEvRPtJsGbhGzfQmJMAkcQ7bi6'
254
+ },
255
+ provider: 'powerflow.asia, titanlab.io'
256
+ }],
257
+ logo_URIs: {
258
+ png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/_non-cosmos/solana/images/sol_circle.png'
259
+ },
260
+ images: [{
261
+ png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/_non-cosmos/solana/images/sol_circle.png'
262
+ }]
263
+ },
264
+ {
265
+ description: 'Meow on Titan. Bridge into titan chain from Solana to Titan through Titan Power flow bridge',
266
+ denom_units: [{
267
+ denom: 'factory/titan1pvrwmjuusn9wh34j7y520g8gumuy9xtl3gvprlljfdpwju3x7ucsgehpjy/meow',
268
+ exponent: 0
269
+ }, {
270
+ denom: 'meow',
271
+ exponent: 8
272
+ }],
273
+ type_asset: 'sdk.coin',
274
+ base: 'factory/titan1pvrwmjuusn9wh34j7y520g8gumuy9xtl3gvprlljfdpwju3x7ucsgehpjy/meow',
275
+ name: 'MEOW',
276
+ display: 'meow',
277
+ symbol: 'MEOW',
278
+ traces: [{
279
+ type: 'bridge',
280
+ counterparty: {
281
+ chain_name: 'solana',
282
+ base_denom: 'BUhS5coXEt9hcxN3JSpGYUWSKbNo96RsKu52LcMo12rf',
283
+ contract: '3FCYJzQBTfZg8rbCpbVEvRPtJsGbhGzfQmJMAkcQ7bi6'
284
+ },
285
+ provider: 'powerflow.asia, titanlab.io'
286
+ }],
287
+ logo_URIs: {
288
+ png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/_non-cosmos/solana/images/meow.png'
289
+ },
290
+ images: [{
291
+ png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/_non-cosmos/solana/images/meow.png'
292
+ }]
293
+ },
294
+ {
295
+ description: 'Oracler on Titan. Bridge into titan chain from Solana to Titan through Titan Power flow bridge',
296
+ denom_units: [{
297
+ denom: 'factory/titan1pvrwmjuusn9wh34j7y520g8gumuy9xtl3gvprlljfdpwju3x7ucsgehpjy/oracler',
298
+ exponent: 0
299
+ }, {
300
+ denom: 'oracler',
301
+ exponent: 6
302
+ }],
303
+ type_asset: 'sdk.coin',
304
+ base: 'factory/titan1pvrwmjuusn9wh34j7y520g8gumuy9xtl3gvprlljfdpwju3x7ucsgehpjy/oracler',
305
+ name: 'ORACLER',
306
+ display: 'oracler',
307
+ symbol: 'ORACLER',
308
+ traces: [{
309
+ type: 'bridge',
310
+ counterparty: {
311
+ chain_name: 'solana',
312
+ base_denom: '5pPkhLEJDMFDHUuE1wW5os5YJeyNUDVmih1DKgMFpB38',
313
+ contract: '3FCYJzQBTfZg8rbCpbVEvRPtJsGbhGzfQmJMAkcQ7bi6'
314
+ },
315
+ provider: 'powerflow.asia, titanlab.io'
316
+ }],
317
+ logo_URIs: {
318
+ png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/_non-cosmos/solana/images/oracler.png'
319
+ },
320
+ images: [{
321
+ png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/_non-cosmos/solana/images/oracler.png'
322
+ }]
232
323
  }
233
324
  ]
234
325
  };
@@ -179,7 +179,7 @@ const info = {
179
179
  provider: '🔥STAVR🔥'
180
180
  },
181
181
  {
182
- address: 'uptick-mainnet-grpc.itrocket.net:10090',
182
+ address: 'uptick-mainnet-grpc.itrocket.net:443',
183
183
  provider: 'itrocket'
184
184
  },
185
185
  {
@@ -87,21 +87,20 @@ const info = {
87
87
  exponent: 6
88
88
  }],
89
89
  base: '0x254d06f33bDc5b8ee05b2ea472107E300226659A',
90
- name: 'USD Coin',
90
+ name: 'Axelar Wrapped aUSDC',
91
91
  display: 'ausdc',
92
92
  symbol: 'aUSDC',
93
93
  traces: [{
94
- type: 'test-mintage',
94
+ type: 'wrapped',
95
95
  counterparty: {
96
- chain_name: 'ethereum',
97
- base_denom: '0xa0b86991c6218b36c1d19d4a2e9eb0ce3606eb48'
96
+ chain_name: 'ethereumtestnet',
97
+ base_denom: '0x1c7D4B196Cb0C7B01d743Fbc6116a902379C7238'
98
98
  },
99
- provider: 'Ethereum'
99
+ provider: 'Axelar'
100
100
  }],
101
101
  logo_URIs: {
102
102
  svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/_non-cosmos/ethereum/images/usdc.svg'
103
103
  },
104
- coingecko_id: 'usd-coin',
105
104
  images: [{
106
105
  svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/_non-cosmos/ethereum/images/usdc.svg'
107
106
  }]
@@ -155,6 +154,44 @@ const info = {
155
154
  background_color_hex: '#00000000'
156
155
  }
157
156
  }]
157
+ },
158
+ {
159
+ description: 'USDC (USD Coin) is a stablecoin fully backed by US dollars, providing a transparent and regulated digital dollar solution.',
160
+ extended_description: 'USD Coin (USDC) was launched in 2018 as a joint effort between Coinbase and Circle. USDC is a fully reserved stablecoin, meaning each token is backed 1:1 by US dollars held in reserve. This structure is designed to provide transparency and trust, reinforced by regular audits from reputable third-party firms. Initially built on the Ethereum blockchain, USDC has expanded to support multiple blockchain networks, including Algorand, Solana, and more. It is widely used in DeFi protocols, as collateral, and for international transactions, offering a stable and compliant digital dollar solution.',
161
+ type_asset: 'erc20',
162
+ address: '0x1c7D4B196Cb0C7B01d743Fbc6116a902379C7238',
163
+ denom_units: [{
164
+ denom: '0x1c7D4B196Cb0C7B01d743Fbc6116a902379C7238',
165
+ exponent: 0
166
+ }, {
167
+ denom: 'usdc',
168
+ exponent: 6
169
+ }],
170
+ base: '0x1c7D4B196Cb0C7B01d743Fbc6116a902379C7238',
171
+ name: 'USDC',
172
+ display: 'usdc',
173
+ symbol: 'USDC',
174
+ traces: [{
175
+ type: 'test-mintage',
176
+ counterparty: {
177
+ chain_name: 'ethereum',
178
+ base_denom: '0xa0b86991c6218b36c1d19d4a2e9eb0ce3606eb48'
179
+ },
180
+ provider: 'Ethereum'
181
+ }],
182
+ logo_URIs: {
183
+ png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/_non-cosmos/ethereum/images/usdc.png',
184
+ svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/_non-cosmos/ethereum/images/usdc.svg'
185
+ },
186
+ coingecko_id: 'usd-coin',
187
+ images: [{
188
+ svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/_non-cosmos/ethereum/images/usdc.svg',
189
+ png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/_non-cosmos/ethereum/images/usdc.png',
190
+ theme: {
191
+ circle: true,
192
+ primary_color_hex: '#2775CA'
193
+ }
194
+ }]
158
195
  }
159
196
  ]
160
197
  };
@@ -3,7 +3,8 @@ Object.defineProperty(exports, "__esModule", { value: true });
3
3
  const info = {
4
4
  $schema: '../../../assetlist.schema.json',
5
5
  chain_name: 'solanatestnet',
6
- assets: [{
6
+ assets: [
7
+ {
7
8
  description: 'The testnet version of Solana.',
8
9
  denom_units: [{
9
10
  denom: 'Lamport',
@@ -44,6 +45,101 @@ const info = {
44
45
  background_color_hex: '#00000000'
45
46
  }
46
47
  }]
47
- }]
48
+ },
49
+ {
50
+ type_asset: 'erc20',
51
+ address: 'So11111111111111111111111111111111111111112',
52
+ denom_units: [{
53
+ denom: 'So11111111111111111111111111111111111111112',
54
+ exponent: 0
55
+ }, {
56
+ denom: 'wsol',
57
+ exponent: 9
58
+ }],
59
+ base: 'So11111111111111111111111111111111111111112',
60
+ name: 'Wrapped SOL',
61
+ display: 'wsol',
62
+ symbol: 'WSOL',
63
+ traces: [{
64
+ type: 'wrapped',
65
+ counterparty: {
66
+ chain_name: 'solanatestnet',
67
+ base_denom: 'Lamport'
68
+ },
69
+ provider: 'Solana'
70
+ }],
71
+ logo_URIs: {
72
+ png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/_non-cosmos/solana/images/sol_circle.png',
73
+ svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/_non-cosmos/solana/images/sol_circle.svg'
74
+ },
75
+ coingecko_id: 'wrapped-solana',
76
+ images: [{
77
+ image_sync: {
78
+ chain_name: 'solanatestnet',
79
+ base_denom: 'Lamport'
80
+ },
81
+ svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/_non-cosmos/solana/images/sol_circle.svg',
82
+ png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/_non-cosmos/solana/images/sol_circle.png',
83
+ theme: {
84
+ circle: true,
85
+ background_color_hex: '#000000'
86
+ }
87
+ }]
88
+ },
89
+ {
90
+ description: 'The Meow token',
91
+ type_asset: 'erc20',
92
+ address: 'HYGEZGU5kRh9vjw723wuyjUQGe654ByRQzQRP7PWxgMa',
93
+ denom_units: [{
94
+ denom: 'HYGEZGU5kRh9vjw723wuyjUQGe654ByRQzQRP7PWxgMa',
95
+ exponent: 0
96
+ }, {
97
+ denom: 'meow',
98
+ exponent: 8
99
+ }],
100
+ base: 'HYGEZGU5kRh9vjw723wuyjUQGe654ByRQzQRP7PWxgMa',
101
+ name: 'MEOW',
102
+ display: 'meow',
103
+ symbol: 'MEOW',
104
+ traces: [{
105
+ type: 'test-mintage',
106
+ counterparty: {
107
+ chain_name: 'solana',
108
+ base_denom: 'BUhS5coXEt9hcxN3JSpGYUWSKbNo96RsKu52LcMo12rf'
109
+ },
110
+ provider: 'Solana'
111
+ }],
112
+ logo_URIs: {
113
+ png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/_non-cosmos/solana/images/meow.png'
114
+ },
115
+ coingecko_id: 'meow',
116
+ images: [{
117
+ png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/_non-cosmos/solana/images/meow.png'
118
+ }]
119
+ },
120
+ {
121
+ description: 'The Oracler AI token',
122
+ type_asset: 'erc20',
123
+ address: '3AoNjsp7M2k9tsaNpKjcBWC5JQi67BinysbVnrcPjKNt',
124
+ denom_units: [{
125
+ denom: '3AoNjsp7M2k9tsaNpKjcBWC5JQi67BinysbVnrcPjKNt',
126
+ exponent: 0
127
+ }, {
128
+ denom: 'oracler',
129
+ exponent: 6
130
+ }],
131
+ base: '3AoNjsp7M2k9tsaNpKjcBWC5JQi67BinysbVnrcPjKNt',
132
+ name: 'ORACLER',
133
+ display: 'oracler',
134
+ symbol: 'ORACLER',
135
+ logo_URIs: {
136
+ png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/_non-cosmos/solana/images/oracler.png'
137
+ },
138
+ coingecko_id: 'oracler-ai',
139
+ images: [{
140
+ png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/_non-cosmos/solana/images/oracler.png'
141
+ }]
142
+ }
143
+ ]
48
144
  };
49
145
  exports.default = info;
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "chain-registry",
3
- "version": "1.69.236",
3
+ "version": "1.69.237",
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.147",
32
+ "@chain-registry/utils": "^1.51.148",
33
33
  "deepmerge": "^4.2.2"
34
34
  },
35
35
  "dependencies": {
36
- "@chain-registry/types": "^0.50.147"
36
+ "@chain-registry/types": "^0.50.148"
37
37
  },
38
38
  "keywords": [
39
39
  "chain-registry",
@@ -43,5 +43,5 @@
43
43
  "interchain",
44
44
  "tokens"
45
45
  ],
46
- "gitHead": "27e44cd003c8f4369ec138416e0eeae308ea7235"
46
+ "gitHead": "3272070e562f94191a8755ab8bf909cb96e7f1c5"
47
47
  }