chain-registry 1.69.235 β†’ 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 (41) hide show
  1. package/esm/mainnet/celestia/chain.js +5 -5
  2. package/esm/mainnet/cosmoshub/assets.js +48 -0
  3. package/esm/mainnet/elys/chain.js +0 -4
  4. package/esm/mainnet/humans/chain.js +1 -1
  5. package/esm/mainnet/osmosis/assets.js +8 -1
  6. package/esm/mainnet/solana/assets.js +46 -0
  7. package/esm/mainnet/source/chain.js +1 -1
  8. package/esm/mainnet/titan/assets.js +94 -3
  9. package/esm/mainnet/uptick/chain.js +1 -1
  10. package/esm/noncosmos/ethereumtestnet/assets.js +43 -6
  11. package/esm/noncosmos/solanatestnet/assets.js +98 -2
  12. package/esm/testnet/airchainstestnet/chain.js +4 -4
  13. package/esm/testnet/celestiatestnet3/chain.js +5 -5
  14. package/esm/testnet/cosmosicsprovidertestnet/chain.js +1 -1
  15. package/esm/testnet/elystestnet/chain.js +3 -3
  16. package/esm/testnet/empowertestnet/chain.js +0 -17
  17. package/esm/testnet/lavatestnet/chain.js +3 -3
  18. package/esm/testnet/noistestnet/chain.js +3 -14
  19. package/esm/testnet/terpnettestnet/chain.js +1 -10
  20. package/esm/testnet/titantestnet/assets.js +100 -6
  21. package/mainnet/celestia/chain.js +5 -5
  22. package/mainnet/cosmoshub/assets.js +48 -0
  23. package/mainnet/elys/chain.js +0 -4
  24. package/mainnet/humans/chain.js +1 -1
  25. package/mainnet/osmosis/assets.js +8 -1
  26. package/mainnet/solana/assets.js +46 -0
  27. package/mainnet/source/chain.js +1 -1
  28. package/mainnet/titan/assets.js +94 -3
  29. package/mainnet/uptick/chain.js +1 -1
  30. package/noncosmos/ethereumtestnet/assets.js +43 -6
  31. package/noncosmos/solanatestnet/assets.js +98 -2
  32. package/package.json +4 -4
  33. package/testnet/airchainstestnet/chain.js +4 -4
  34. package/testnet/celestiatestnet3/chain.js +5 -5
  35. package/testnet/cosmosicsprovidertestnet/chain.js +1 -1
  36. package/testnet/elystestnet/chain.js +3 -3
  37. package/testnet/empowertestnet/chain.js +0 -17
  38. package/testnet/lavatestnet/chain.js +3 -3
  39. package/testnet/noistestnet/chain.js +3 -14
  40. package/testnet/terpnettestnet/chain.js +1 -10
  41. package/testnet/titantestnet/assets.js +100 -6
@@ -47,10 +47,6 @@ const info = {
47
47
  address: 'https://empower-testnet.nodejumper.io:443',
48
48
  provider: 'NODEJUMPER'
49
49
  },
50
- {
51
- address: 'https://empower-testnet-rpc.itrocket.net:443',
52
- provider: 'ITRocket'
53
- },
54
50
  {
55
51
  address: 'https://rpc.circulus-1.empower.aviaone.com:443',
56
52
  provider: 'AviaOne'
@@ -81,10 +77,6 @@ const info = {
81
77
  address: 'https://empower-testnet.nodejumper.io:1317',
82
78
  provider: 'NODEJUMPER'
83
79
  },
84
- {
85
- address: 'https://empower-testnet-api.itrocket.net:443',
86
- provider: 'ITRocket'
87
- },
88
80
  {
89
81
  address: 'https://api.circulus-1.empower.aviaone.com',
90
82
  provider: 'AviaOne'
@@ -107,10 +99,6 @@ const info = {
107
99
  address: 'empower-testnet.nodejumper.io:9090',
108
100
  provider: 'NODEJUMPER'
109
101
  },
110
- {
111
- address: 'empower-testnet-grpc.itrocket.net:16090',
112
- provider: 'ITRocket'
113
- },
114
102
  {
115
103
  address: 'grpc.circulus-1.empower.aviaone.com:443',
116
104
  provider: 'AviaOne'
@@ -138,11 +126,6 @@ const info = {
138
126
  url: 'https://explorer.nodestake.top/empower-testnet',
139
127
  tx_page: 'https://explorer.nodestake.top/empower-testnet/tx/${txHash}'
140
128
  },
141
- {
142
- kind: 'ping.pub',
143
- url: 'https://testnet.itrocket.net/empower/staking',
144
- tx_page: 'https://testnet.itrocket.net/empower/staking/tx/${txHash}'
145
- },
146
129
  {
147
130
  kind: 'ping.pub',
148
131
  url: 'https://explorer.stavr.tech/empower',
@@ -83,7 +83,7 @@ const info = {
83
83
  },
84
84
  {
85
85
  address: 'https://lava-testnet-rpc.itrocket.net:443',
86
- provider: 'πŸš€ITRocketπŸš€'
86
+ provider: 'ITRocket'
87
87
  },
88
88
  {
89
89
  address: 'https://lava-testnet-rpc.ibs.team:443',
@@ -101,7 +101,7 @@ const info = {
101
101
  },
102
102
  {
103
103
  address: 'https://lava-testnet-api.itrocket.net',
104
- provider: 'πŸš€ITRocketπŸš€'
104
+ provider: 'ITRocket'
105
105
  },
106
106
  {
107
107
  address: 'https://lava-testnet-api.ibs.team:443',
@@ -129,7 +129,7 @@ const info = {
129
129
  account_page: 'https://explorer.nodestake.org/lava-testnet/account/${accountAddress}'
130
130
  },
131
131
  {
132
- kind: 'πŸš€ITRocketπŸš€',
132
+ kind: 'ITRocket',
133
133
  url: 'https://testnet.itrocket.net/lava',
134
134
  tx_page: 'https://testnet.itrocket.net/lava/tx/${txHash}',
135
135
  account_page: 'https://testnet.itrocket.net/lava/account/${accountAddress}'
@@ -65,10 +65,6 @@ const info = {
65
65
  address: 'https://nois-testnet-rpc.polkachu.com',
66
66
  provider: 'Polkachu'
67
67
  },
68
- {
69
- address: 'https://nois-testnet-rpc.itrocket.net:443',
70
- provider: 'itrocket'
71
- },
72
68
  {
73
69
  address: 'https://rpc.nois.mcbnode.online:443',
74
70
  provider: 'mcbnode'
@@ -82,20 +78,13 @@ const info = {
82
78
  provider: 'systemd'
83
79
  }
84
80
  ],
85
- grpc: [
86
- {
81
+ grpc: [{
87
82
  address: 'tnois-grpc.systemd.run:443',
88
83
  provider: 'systemd'
89
- },
90
- {
84
+ }, {
91
85
  address: 'http://nois.grpc.t.stavr.tech:191',
92
86
  provider: 'πŸ”₯STAVRπŸ”₯'
93
- },
94
- {
95
- address: 'nois-testnet-grpc.itrocket.net:21090',
96
- provider: 'itrocket'
97
- }
98
- ],
87
+ }],
99
88
  rest: [
100
89
  {
101
90
  address: 'https://api.nois.mcbnode.online',
@@ -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}'
@@ -623,6 +623,54 @@ const info = {
623
623
  png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/_non-cosmos/ethereum/images/susds.png',
624
624
  svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/_non-cosmos/ethereum/images/susds.svg'
625
625
  }
626
+ },
627
+ {
628
+ description: 'OPHIR is a Cosmos Treasury DAO',
629
+ extended_description: 'The ancient city of gold',
630
+ denom_units: [{
631
+ denom: 'ibc/B26F762ED6D20D0D5305FE1870A476EBCB95127C10199F3CB16E69D893E9F775',
632
+ exponent: 0,
633
+ aliases: ['transfer/channel-141/transfer/channel-642/factory/migaloo1t862qdu9mj5hr3j727247acypym3ej47axu22rrapm4tqlcpuseqltxwq5/ophir']
634
+ }, {
635
+ denom: 'OPHIR',
636
+ exponent: 6
637
+ }],
638
+ type_asset: 'ics20',
639
+ base: 'ibc/B26F762ED6D20D0D5305FE1870A476EBCB95127C10199F3CB16E69D893E9F775',
640
+ name: 'Ophir DAO',
641
+ display: 'OPHIR',
642
+ symbol: 'OPHIR',
643
+ traces: [{
644
+ type: 'ibc',
645
+ counterparty: {
646
+ chain_name: 'migaloo',
647
+ base_denom: 'factory/migaloo1t862qdu9mj5hr3j727247acypym3ej47axu22rrapm4tqlcpuseqltxwq5/ophir',
648
+ channel_id: 'channel-5'
649
+ },
650
+ chain: {
651
+ channel_id: 'channel-642',
652
+ path: 'transfer/channel-642/factory/migaloo1t862qdu9mj5hr3j727247acypym3ej47axu22rrapm4tqlcpuseqltxwq5/ophir'
653
+ }
654
+ }, {
655
+ type: 'ibc',
656
+ counterparty: {
657
+ chain_name: 'osmosis',
658
+ base_denom: 'ibc/3AF2E322D4B54BB97EEE24760ED25B725842A9B62C759402AB8AADD75915FD14',
659
+ channel_id: 'channel-0'
660
+ },
661
+ chain: {
662
+ channel_id: 'channel-141',
663
+ path: 'transfer/channel-141/transfer/channel-642/factory/migaloo1t862qdu9mj5hr3j727247acypym3ej47axu22rrapm4tqlcpuseqltxwq5/ophir'
664
+ }
665
+ }],
666
+ logo_URIs: {
667
+ png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/migaloo/images/ophir.png'
668
+ },
669
+ socials: {
670
+ website: 'https://www.ophirdao.com',
671
+ twitter: 'https://x.com/OphirDAO'
672
+ },
673
+ keywords: ['dao']
626
674
  }
627
675
  ]
628
676
  };
@@ -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
  {
@@ -24694,6 +24694,9 @@ const info = {
24694
24694
  logo_URIs: {
24695
24695
  png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/osmosis/images/STLTH.png'
24696
24696
  },
24697
+ socials: {
24698
+ twitter: 'https://x.com/Stealth_stars'
24699
+ },
24697
24700
  images: [{
24698
24701
  png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/osmosis/images/STLTH.png'
24699
24702
  }]
@@ -24718,7 +24721,11 @@ const info = {
24718
24721
  },
24719
24722
  images: [{
24720
24723
  png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/osmosis/images/MTC.png'
24721
- }]
24724
+ }],
24725
+ socials: {
24726
+ website: 'https://builder.crmh.xyz/auth',
24727
+ twitter: 'https://x.com/crypmatcha'
24728
+ }
24722
24729
  },
24723
24730
  {
24724
24731
  description: 'Solana (SOL) native coin bridged via Int3face bridge',
@@ -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
  {