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
@@ -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.235",
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.146",
32
+ "@chain-registry/utils": "^1.51.148",
33
33
  "deepmerge": "^4.2.2"
34
34
  },
35
35
  "dependencies": {
36
- "@chain-registry/types": "^0.50.146"
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": "5184335409d65741c9202e66418176236548fc7b"
46
+ "gitHead": "3272070e562f94191a8755ab8bf909cb96e7f1c5"
47
47
  }
@@ -112,7 +112,7 @@ const info = {
112
112
  },
113
113
  {
114
114
  address: 'https://airchains-testnet-rpc.itrocket.net/',
115
- provider: 'IT Rocket'
115
+ provider: 'ITRocket'
116
116
  },
117
117
  {
118
118
  address: 'https://rpc1.airchains.t.cosmostaking.com/',
@@ -166,7 +166,7 @@ const info = {
166
166
  },
167
167
  {
168
168
  address: 'https://airchains-testnet-api.itrocket.net/',
169
- provider: 'IT Rocket'
169
+ provider: 'ITRocket'
170
170
  },
171
171
  {
172
172
  address: 'https://rest1.airchains.t.cosmostaking.com/',
@@ -192,7 +192,7 @@ const info = {
192
192
  },
193
193
  {
194
194
  address: 'airchains-testnet-grpc.itrocket.net:443',
195
- provider: 'IT Rocket'
195
+ provider: 'ITRocket'
196
196
  },
197
197
  {
198
198
  address: 'http://grpc1.airchains.t.cosmostaking.com/',
@@ -269,7 +269,7 @@ const info = {
269
269
  account_page: 'https://cosmotracker.com/airchains/account/${accountAddress}'
270
270
  },
271
271
  {
272
- kind: 'IT Rocket',
272
+ kind: 'ITRocket',
273
273
  url: 'https://testnet.itrocket.net/airchains/',
274
274
  tx_page: 'https://testnet.itrocket.net/airchains//tx/${txHash}',
275
275
  account_page: 'https://testnet.itrocket.net/airchains/account/${accountAddress}'
@@ -54,7 +54,7 @@ const info = {
54
54
  },
55
55
  {
56
56
  address: 'https://celestia-testnet-rpc.itrocket.net',
57
- provider: '🚀ITRocket🚀'
57
+ provider: 'itrocket'
58
58
  },
59
59
  {
60
60
  address: 'https://rpc-celestia-testnet.cryptech.com.ua',
@@ -84,7 +84,7 @@ const info = {
84
84
  },
85
85
  {
86
86
  address: 'https://celestia-testnet-api.itrocket.net',
87
- provider: '🚀ITRocket🚀'
87
+ provider: 'itrocket'
88
88
  },
89
89
  {
90
90
  address: 'https://api-celestia-testnet.cryptech.com.ua',
@@ -109,8 +109,8 @@ const info = {
109
109
  provider: 'Avril 14th'
110
110
  },
111
111
  {
112
- address: 'celestia-testnet-grpc.itrocket.net:11090',
113
- provider: '🚀ITRocket🚀'
112
+ address: 'celestia-testnet-grpc.itrocket.net:443',
113
+ provider: 'itrocket'
114
114
  },
115
115
  {
116
116
  address: 'https://grpc-celestia-testnet.cryptech.com.ua',
@@ -133,7 +133,7 @@ const info = {
133
133
  tx_page: 'https://mintscan.io/celestia-testnet/txs/${txHash}'
134
134
  },
135
135
  {
136
- kind: '🚀ITRocket🚀',
136
+ kind: 'itrocket',
137
137
  url: 'https://testnet.itrocket.net/celestia',
138
138
  tx_page: 'https://testnet.itrocket.net/celestia/tx/${txHash}',
139
139
  account_page: 'https://testnet.itrocket.net/celestia/account/${accountAddress}'
@@ -124,7 +124,7 @@ const info = {
124
124
  provider: 'Hypha'
125
125
  },
126
126
  {
127
- address: 'https://cosmos-testnet-grpc.itrocket.net',
127
+ address: 'cosmos-testnet-grpc.itrocket.net:443',
128
128
  provider: 'ITRocket'
129
129
  }
130
130
  ]
@@ -61,7 +61,7 @@ const info = {
61
61
  },
62
62
  {
63
63
  address: 'https://elys-testnet-rpc.itrocket.net:443',
64
- provider: 'itrocket'
64
+ provider: 'ITRocket'
65
65
  },
66
66
  {
67
67
  address: 'https://elys-testnet-rpc.publicnode.com:443',
@@ -79,7 +79,7 @@ const info = {
79
79
  },
80
80
  {
81
81
  address: 'https://elys-testnet-api.itrocket.net',
82
- provider: 'itrocket'
82
+ provider: 'ITRocket'
83
83
  },
84
84
  {
85
85
  address: 'https://elys-testnet-rest.publicnode.com',
@@ -98,7 +98,7 @@ const info = {
98
98
  tx_page: 'https://testnet.ping.pub/elys/tx/${txHash}',
99
99
  account_page: 'https://testnet.ping.pub/elys/account/${accountAddress}'
100
100
  }, {
101
- kind: 'itrocket',
101
+ kind: 'ITRocket',
102
102
  url: 'https://testnet.itrocket.net/elys',
103
103
  tx_page: 'https://testnet.itrocket.net/elys/staking/tx/${txHash}',
104
104
  account_page: 'https://testnet.itrocket.net/elys/account/${accountAddress}'
@@ -49,10 +49,6 @@ const info = {
49
49
  address: 'https://empower-testnet.nodejumper.io:443',
50
50
  provider: 'NODEJUMPER'
51
51
  },
52
- {
53
- address: 'https://empower-testnet-rpc.itrocket.net:443',
54
- provider: 'ITRocket'
55
- },
56
52
  {
57
53
  address: 'https://rpc.circulus-1.empower.aviaone.com:443',
58
54
  provider: 'AviaOne'
@@ -83,10 +79,6 @@ const info = {
83
79
  address: 'https://empower-testnet.nodejumper.io:1317',
84
80
  provider: 'NODEJUMPER'
85
81
  },
86
- {
87
- address: 'https://empower-testnet-api.itrocket.net:443',
88
- provider: 'ITRocket'
89
- },
90
82
  {
91
83
  address: 'https://api.circulus-1.empower.aviaone.com',
92
84
  provider: 'AviaOne'
@@ -109,10 +101,6 @@ const info = {
109
101
  address: 'empower-testnet.nodejumper.io:9090',
110
102
  provider: 'NODEJUMPER'
111
103
  },
112
- {
113
- address: 'empower-testnet-grpc.itrocket.net:16090',
114
- provider: 'ITRocket'
115
- },
116
104
  {
117
105
  address: 'grpc.circulus-1.empower.aviaone.com:443',
118
106
  provider: 'AviaOne'
@@ -140,11 +128,6 @@ const info = {
140
128
  url: 'https://explorer.nodestake.top/empower-testnet',
141
129
  tx_page: 'https://explorer.nodestake.top/empower-testnet/tx/${txHash}'
142
130
  },
143
- {
144
- kind: 'ping.pub',
145
- url: 'https://testnet.itrocket.net/empower/staking',
146
- tx_page: 'https://testnet.itrocket.net/empower/staking/tx/${txHash}'
147
- },
148
131
  {
149
132
  kind: 'ping.pub',
150
133
  url: 'https://explorer.stavr.tech/empower',
@@ -85,7 +85,7 @@ const info = {
85
85
  },
86
86
  {
87
87
  address: 'https://lava-testnet-rpc.itrocket.net:443',
88
- provider: '🚀ITRocket🚀'
88
+ provider: 'ITRocket'
89
89
  },
90
90
  {
91
91
  address: 'https://lava-testnet-rpc.ibs.team:443',
@@ -103,7 +103,7 @@ const info = {
103
103
  },
104
104
  {
105
105
  address: 'https://lava-testnet-api.itrocket.net',
106
- provider: '🚀ITRocket🚀'
106
+ provider: 'ITRocket'
107
107
  },
108
108
  {
109
109
  address: 'https://lava-testnet-api.ibs.team:443',
@@ -131,7 +131,7 @@ const info = {
131
131
  account_page: 'https://explorer.nodestake.org/lava-testnet/account/${accountAddress}'
132
132
  },
133
133
  {
134
- kind: '🚀ITRocket🚀',
134
+ kind: 'ITRocket',
135
135
  url: 'https://testnet.itrocket.net/lava',
136
136
  tx_page: 'https://testnet.itrocket.net/lava/tx/${txHash}',
137
137
  account_page: 'https://testnet.itrocket.net/lava/account/${accountAddress}'
@@ -67,10 +67,6 @@ const info = {
67
67
  address: 'https://nois-testnet-rpc.polkachu.com',
68
68
  provider: 'Polkachu'
69
69
  },
70
- {
71
- address: 'https://nois-testnet-rpc.itrocket.net:443',
72
- provider: 'itrocket'
73
- },
74
70
  {
75
71
  address: 'https://rpc.nois.mcbnode.online:443',
76
72
  provider: 'mcbnode'
@@ -84,20 +80,13 @@ const info = {
84
80
  provider: 'systemd'
85
81
  }
86
82
  ],
87
- grpc: [
88
- {
83
+ grpc: [{
89
84
  address: 'tnois-grpc.systemd.run:443',
90
85
  provider: 'systemd'
91
- },
92
- {
86
+ }, {
93
87
  address: 'http://nois.grpc.t.stavr.tech:191',
94
88
  provider: '🔥STAVR🔥'
95
- },
96
- {
97
- address: 'nois-testnet-grpc.itrocket.net:21090',
98
- provider: 'itrocket'
99
- }
100
- ],
89
+ }],
101
90
  rest: [
102
91
  {
103
92
  address: 'https://api.nois.mcbnode.online',
@@ -51,21 +51,12 @@ const info = {
51
51
  rpc: [{
52
52
  address: 'https://testnet-rpc.terp.network:443/',
53
53
  provider: 'Terpnet Foundation'
54
- }, {
55
- address: 'https://terp-testnet-rpc.itrocket.net:443/',
56
- provider: 'itrocket'
57
54
  }],
58
55
  rest: [{
59
56
  address: 'https://testnet-api.terp.network:443/',
60
57
  provider: 'Terpnet Foundation'
61
- }, {
62
- address: 'https://terp-testnet-api.itrocket.net:443/',
63
- provider: 'itrocket'
64
58
  }],
65
- grpc: [{
66
- address: 'terp-testnet-grpc.itrocket.net/',
67
- provider: 'itrocket'
68
- }]
59
+ grpc: []
69
60
  },
70
61
  explorers: [{
71
62
  kind: 'Ping Pub',
@@ -48,14 +48,14 @@ const info = {
48
48
  exponent: 0,
49
49
  aliases: ['microusdc', 'uusdc']
50
50
  }, {
51
- denom: 'usdc',
51
+ denom: 'usdc.noble',
52
52
  exponent: 6
53
53
  }],
54
54
  type_asset: 'ics20',
55
55
  base: 'ibc/7C0807A56073C4A27B0DE1C21BA3EB75DF75FD763F4AD37BC159917FC01145F0',
56
- name: 'USD Coin',
57
- display: 'usdc',
58
- symbol: 'USDC',
56
+ name: 'USDC.noble',
57
+ display: 'usdc.noble',
58
+ symbol: 'USDC.noble',
59
59
  traces: [{
60
60
  type: 'test-mintage',
61
61
  counterparty: {
@@ -94,7 +94,7 @@ const info = {
94
94
  coingecko_id: 'usd-coin'
95
95
  },
96
96
  {
97
- description: 'Wrapped Bitcoin (BTC) is BTC token bridged from Bitcoin to titan chain through Titan bridge https://dev.titanearn.com/bridge',
97
+ description: 'Wrapped Bitcoin (BTC) is BTC token bridged from Bitcoin to titan chain through Titan bridge',
98
98
  denom_units: [{
99
99
  denom: 'factory/titan14jwu2vsu4xuefce0xjyk2t58awth4v42lvwxslqe6vszac66y4tqe4sjm5/w-btc',
100
100
  exponent: 0,
@@ -130,7 +130,7 @@ const info = {
130
130
  }]
131
131
  },
132
132
  {
133
- description: 'Ethereum (ETH) is ETH token bridged from Sepolia to titan chain through Titan Power flow bridge https://dev.powerflow.asia/bridge',
133
+ description: 'Ethereum (ETH) is ETH token bridged from Sepolia to titan chain through Titan Power flow bridge',
134
134
  denom_units: [{
135
135
  denom: 'factory/titan16gyvmp43st00s220zypex4lgvwqc3ve8l4657rhxj8myeadswmkq75slkc/eth',
136
136
  exponent: 0,
@@ -162,6 +162,100 @@ const info = {
162
162
  images: [{
163
163
  svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/_non-cosmos/ethereum/images/eth.svg'
164
164
  }]
165
+ },
166
+ {
167
+ description: 'USDC stablecoin on Titan. Bridge into titan chain from Ethereum to Titan through Titan Power flow bridge',
168
+ denom_units: [{
169
+ denom: 'factory/titan16gyvmp43st00s220zypex4lgvwqc3ve8l4657rhxj8myeadswmkq75slkc/usdc',
170
+ exponent: 0,
171
+ aliases: ['uusdc']
172
+ }, {
173
+ denom: 'usdc',
174
+ exponent: 6
175
+ }],
176
+ type_asset: 'sdk.coin',
177
+ base: 'factory/titan16gyvmp43st00s220zypex4lgvwqc3ve8l4657rhxj8myeadswmkq75slkc/usdc',
178
+ name: 'USDC',
179
+ display: 'usdc',
180
+ symbol: 'USDC',
181
+ traces: [{
182
+ type: 'bridge',
183
+ counterparty: {
184
+ chain_name: 'ethereumtestnet',
185
+ base_denom: '0x1c7D4B196Cb0C7B01d743Fbc6116a902379C7238',
186
+ contract: '0x63e4dAcAFbBf0a02d70e5b47506eebEDDe49b1c6'
187
+ },
188
+ provider: 'powerflow.asia, titanlab.io'
189
+ }],
190
+ logo_URIs: {
191
+ png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/_non-cosmos/ethereum/images/usdc.png',
192
+ svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/_non-cosmos/ethereum/images/usdc.svg'
193
+ },
194
+ images: [{
195
+ png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/_non-cosmos/ethereum/images/usdc.png',
196
+ svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/_non-cosmos/ethereum/images/usdc.svg'
197
+ }]
198
+ },
199
+ {
200
+ description: 'SOL on Titan. Bridge into titan chain from Solana devnet to Titan through Titan Power flow bridge',
201
+ denom_units: [{
202
+ denom: 'factory/titan16gyvmp43st00s220zypex4lgvwqc3ve8l4657rhxj8myeadswmkq75slkc/sol',
203
+ exponent: 0,
204
+ aliases: ['lamport']
205
+ }, {
206
+ denom: 'sol',
207
+ exponent: 9
208
+ }],
209
+ type_asset: 'sdk.coin',
210
+ base: 'factory/titan16gyvmp43st00s220zypex4lgvwqc3ve8l4657rhxj8myeadswmkq75slkc/sol',
211
+ name: 'SOL',
212
+ display: 'sol',
213
+ symbol: 'SOL',
214
+ traces: [{
215
+ type: 'bridge',
216
+ counterparty: {
217
+ chain_name: 'solanatestnet',
218
+ base_denom: 'So11111111111111111111111111111111111111112',
219
+ contract: 'EYREJzRmAXGFTZh1hhH4gtBr7mM7gqSY5bzPYszL2XtD'
220
+ },
221
+ provider: 'powerflow.asia, titanlab.io'
222
+ }],
223
+ logo_URIs: {
224
+ png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/_non-cosmos/solana/images/sol_circle.png'
225
+ },
226
+ images: [{
227
+ png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/_non-cosmos/solana/images/sol_circle.png'
228
+ }]
229
+ },
230
+ {
231
+ description: 'Meow on Titan. Bridge into titan chain from Solana devnet to Titan through Titan Power flow bridge',
232
+ denom_units: [{
233
+ denom: 'factory/titan16gyvmp43st00s220zypex4lgvwqc3ve8l4657rhxj8myeadswmkq75slkc/meow',
234
+ exponent: 0
235
+ }, {
236
+ denom: 'meow',
237
+ exponent: 8
238
+ }],
239
+ type_asset: 'sdk.coin',
240
+ base: 'factory/titan16gyvmp43st00s220zypex4lgvwqc3ve8l4657rhxj8myeadswmkq75slkc/meow',
241
+ name: 'MEOW',
242
+ display: 'meow',
243
+ symbol: 'MEOW',
244
+ traces: [{
245
+ type: 'bridge',
246
+ counterparty: {
247
+ chain_name: 'solanatestnet',
248
+ base_denom: 'HYGEZGU5kRh9vjw723wuyjUQGe654ByRQzQRP7PWxgMa',
249
+ contract: 'EYREJzRmAXGFTZh1hhH4gtBr7mM7gqSY5bzPYszL2XtD'
250
+ },
251
+ provider: 'powerflow.asia, titanlab.io'
252
+ }],
253
+ logo_URIs: {
254
+ png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/_non-cosmos/solana/images/meow.png'
255
+ },
256
+ images: [{
257
+ png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/_non-cosmos/solana/images/meow.png'
258
+ }]
165
259
  }
166
260
  ]
167
261
  };