chain-registry 1.63.11 → 1.63.12

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 (73) hide show
  1. package/esm/mainnet/akash/assets.js +8 -1
  2. package/esm/mainnet/canto/assets.js +8 -1
  3. package/esm/mainnet/composable/assets.js +21 -3
  4. package/esm/mainnet/cosmoshub/assets.js +8 -1
  5. package/esm/mainnet/cronos/assets.js +8 -1
  6. package/esm/mainnet/evmos/assets.js +8 -1
  7. package/esm/mainnet/gateway/assets.js +8 -1
  8. package/esm/mainnet/gravitybridge/assets.js +8 -1
  9. package/esm/mainnet/injective/assets.js +8 -1
  10. package/esm/mainnet/kava/assets.js +8 -1
  11. package/esm/mainnet/kujira/assets.js +10 -1
  12. package/esm/mainnet/lava/chain.js +2 -10
  13. package/esm/mainnet/loop/chain.js +1 -2
  14. package/esm/mainnet/migaloo/assets.js +13 -2
  15. package/esm/mainnet/nomic/chain.js +8 -4
  16. package/esm/mainnet/omniflixhub/assets.js +6 -1
  17. package/esm/mainnet/osmosis/assets.js +97 -17
  18. package/esm/mainnet/osmosis/chain.js +6 -10
  19. package/esm/mainnet/osmosis/ibc.js +16 -0
  20. package/esm/mainnet/persistence/assets.js +8 -1
  21. package/esm/mainnet/sunrise/assets.js +34 -8
  22. package/esm/mainnet/sunrise/chain.js +3 -3
  23. package/esm/mainnet/terra/ibc.js +16 -0
  24. package/esm/mainnet/terra2/assets.js +8 -1
  25. package/esm/noncosmos/ethereum/assets.js +18 -3
  26. package/esm/noncosmos/solana/assets.js +7 -1
  27. package/esm/testnet/assets.js +2 -0
  28. package/esm/testnet/chains.js +2 -0
  29. package/esm/testnet/mantrachaintestnet/chain.js +0 -1
  30. package/esm/testnet/named.js +1 -0
  31. package/esm/testnet/sgetestnet4/assets.js +6 -1
  32. package/esm/testnet/sunrisetestnet/assets.js +58 -0
  33. package/esm/testnet/sunrisetestnet/chain.js +54 -0
  34. package/esm/testnet/sunrisetestnet/index.js +4 -0
  35. package/mainnet/akash/assets.js +8 -1
  36. package/mainnet/canto/assets.js +8 -1
  37. package/mainnet/composable/assets.js +21 -3
  38. package/mainnet/cosmoshub/assets.js +8 -1
  39. package/mainnet/cronos/assets.js +8 -1
  40. package/mainnet/evmos/assets.js +8 -1
  41. package/mainnet/gateway/assets.js +8 -1
  42. package/mainnet/gravitybridge/assets.js +8 -1
  43. package/mainnet/injective/assets.js +8 -1
  44. package/mainnet/kava/assets.js +8 -1
  45. package/mainnet/kujira/assets.js +10 -1
  46. package/mainnet/lava/chain.js +2 -10
  47. package/mainnet/loop/chain.js +1 -2
  48. package/mainnet/migaloo/assets.js +13 -2
  49. package/mainnet/nomic/chain.js +8 -4
  50. package/mainnet/omniflixhub/assets.js +6 -1
  51. package/mainnet/osmosis/assets.js +97 -17
  52. package/mainnet/osmosis/chain.js +6 -10
  53. package/mainnet/osmosis/ibc.js +16 -0
  54. package/mainnet/persistence/assets.js +8 -1
  55. package/mainnet/sunrise/assets.js +34 -8
  56. package/mainnet/sunrise/chain.js +3 -3
  57. package/mainnet/terra/ibc.js +16 -0
  58. package/mainnet/terra2/assets.js +8 -1
  59. package/noncosmos/ethereum/assets.js +18 -3
  60. package/noncosmos/solana/assets.js +7 -1
  61. package/package.json +4 -4
  62. package/testnet/assets.js +2 -0
  63. package/testnet/chains.js +2 -0
  64. package/testnet/mantrachaintestnet/chain.js +0 -1
  65. package/testnet/named.d.ts +1 -0
  66. package/testnet/named.js +3 -2
  67. package/testnet/sgetestnet4/assets.js +6 -1
  68. package/testnet/sunrisetestnet/assets.d.ts +3 -0
  69. package/testnet/sunrisetestnet/assets.js +60 -0
  70. package/testnet/sunrisetestnet/chain.d.ts +3 -0
  71. package/testnet/sunrisetestnet/chain.js +56 -0
  72. package/testnet/sunrisetestnet/index.d.ts +2 -0
  73. package/testnet/sunrisetestnet/index.js +10 -0
@@ -58,9 +58,16 @@ const info = {
58
58
  chain_name: 'kava',
59
59
  base_denom: 'erc20/tether/usdt'
60
60
  },
61
- svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/_non-cosmos/ethereum/images/usdt.svg'
61
+ svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/_non-cosmos/ethereum/images/usdt.svg',
62
+ png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/_non-cosmos/ethereum/images/usdt.png',
63
+ theme: {
64
+ circle: true,
65
+ primary_color_hex: '#009393',
66
+ background_color_hex: '#009393'
67
+ }
62
68
  }],
63
69
  logo_URIs: {
70
+ png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/_non-cosmos/ethereum/images/usdt.png',
64
71
  svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/_non-cosmos/ethereum/images/usdt.svg'
65
72
  }
66
73
  }]
@@ -58,9 +58,16 @@ const info = {
58
58
  chain_name: 'kava',
59
59
  base_denom: 'erc20/tether/usdt'
60
60
  },
61
- svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/_non-cosmos/ethereum/images/usdt.svg'
61
+ svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/_non-cosmos/ethereum/images/usdt.svg',
62
+ png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/_non-cosmos/ethereum/images/usdt.png',
63
+ theme: {
64
+ circle: true,
65
+ primary_color_hex: '#009393',
66
+ background_color_hex: '#009393'
67
+ }
62
68
  }],
63
69
  logo_URIs: {
70
+ png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/_non-cosmos/ethereum/images/usdt.png',
64
71
  svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/_non-cosmos/ethereum/images/usdt.svg'
65
72
  }
66
73
  }]
@@ -527,6 +527,7 @@ const info = {
527
527
  }
528
528
  }],
529
529
  logo_URIs: {
530
+ png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/_non-cosmos/ethereum/images/usdt.png',
530
531
  svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/_non-cosmos/ethereum/images/usdt.svg'
531
532
  },
532
533
  images: [{
@@ -534,7 +535,13 @@ const info = {
534
535
  chain_name: 'ethereum',
535
536
  base_denom: '0xdac17f958d2ee523a2206206994597c13d831ec7'
536
537
  },
537
- svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/_non-cosmos/ethereum/images/usdt.svg'
538
+ svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/_non-cosmos/ethereum/images/usdt.svg',
539
+ png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/_non-cosmos/ethereum/images/usdt.png',
540
+ theme: {
541
+ circle: true,
542
+ primary_color_hex: '#009393',
543
+ background_color_hex: '#009393'
544
+ }
538
545
  }],
539
546
  socials: {
540
547
  website: 'https://www.tether.to/',
@@ -1295,7 +1302,13 @@ const info = {
1295
1302
  chain_name: 'solana',
1296
1303
  base_denom: 'Es9vMFrzaCERmJfrF4H2FYD4KCoNkY11McCe8BenwNYB'
1297
1304
  },
1298
- svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/_non-cosmos/ethereum/images/usdt.svg'
1305
+ svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/_non-cosmos/ethereum/images/usdt.svg',
1306
+ png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/_non-cosmos/ethereum/images/usdt.png',
1307
+ theme: {
1308
+ circle: true,
1309
+ primary_color_hex: '#009393',
1310
+ background_color_hex: '#009393'
1311
+ }
1299
1312
  }]
1300
1313
  },
1301
1314
  {
@@ -1330,7 +1343,12 @@ const info = {
1330
1343
  chain_name: 'solana',
1331
1344
  base_denom: 'ATeTQcUkWGs7AZ15mCiFUWCW9EUL7KpDZEHCN1Y8pump'
1332
1345
  },
1333
- png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/_non-cosmos/solana/images/whine.png'
1346
+ png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/_non-cosmos/solana/images/whine.png',
1347
+ theme: {
1348
+ primary_color_hex: '#FFFFFF',
1349
+ background_color_hex: '#FFFFFF',
1350
+ circle: false
1351
+ }
1334
1352
  }]
1335
1353
  }
1336
1354
  ]
@@ -60,9 +60,16 @@ const info = {
60
60
  chain_name: 'kava',
61
61
  base_denom: 'erc20/tether/usdt'
62
62
  },
63
- svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/_non-cosmos/ethereum/images/usdt.svg'
63
+ svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/_non-cosmos/ethereum/images/usdt.svg',
64
+ png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/_non-cosmos/ethereum/images/usdt.png',
65
+ theme: {
66
+ circle: true,
67
+ primary_color_hex: '#009393',
68
+ background_color_hex: '#009393'
69
+ }
64
70
  }],
65
71
  logo_URIs: {
72
+ png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/_non-cosmos/ethereum/images/usdt.png',
66
73
  svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/_non-cosmos/ethereum/images/usdt.svg'
67
74
  }
68
75
  },
@@ -63,9 +63,16 @@ const info = {
63
63
  chain_name: 'kava',
64
64
  base_denom: 'erc20/tether/usdt'
65
65
  },
66
- svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/_non-cosmos/ethereum/images/usdt.svg'
66
+ svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/_non-cosmos/ethereum/images/usdt.svg',
67
+ png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/_non-cosmos/ethereum/images/usdt.png',
68
+ theme: {
69
+ circle: true,
70
+ primary_color_hex: '#009393',
71
+ background_color_hex: '#009393'
72
+ }
67
73
  }],
68
74
  logo_URIs: {
75
+ png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/_non-cosmos/ethereum/images/usdt.png',
69
76
  svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/_non-cosmos/ethereum/images/usdt.svg'
70
77
  }
71
78
  }]
@@ -60,9 +60,16 @@ const info = {
60
60
  chain_name: 'kava',
61
61
  base_denom: 'erc20/tether/usdt'
62
62
  },
63
- svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/_non-cosmos/ethereum/images/usdt.svg'
63
+ svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/_non-cosmos/ethereum/images/usdt.svg',
64
+ png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/_non-cosmos/ethereum/images/usdt.png',
65
+ theme: {
66
+ circle: true,
67
+ primary_color_hex: '#009393',
68
+ background_color_hex: '#009393'
69
+ }
64
70
  }],
65
71
  logo_URIs: {
72
+ png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/_non-cosmos/ethereum/images/usdt.png',
66
73
  svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/_non-cosmos/ethereum/images/usdt.svg'
67
74
  }
68
75
  },
@@ -189,9 +189,16 @@ const info = {
189
189
  chain_name: 'ethereum',
190
190
  base_denom: '0xdac17f958d2ee523a2206206994597c13d831ec7'
191
191
  },
192
- svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/_non-cosmos/ethereum/images/usdt.svg'
192
+ svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/_non-cosmos/ethereum/images/usdt.svg',
193
+ png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/_non-cosmos/ethereum/images/usdt.png',
194
+ theme: {
195
+ circle: true,
196
+ primary_color_hex: '#009393',
197
+ background_color_hex: '#009393'
198
+ }
193
199
  }],
194
200
  logo_URIs: {
201
+ png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/_non-cosmos/ethereum/images/usdt.png',
195
202
  svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/_non-cosmos/ethereum/images/usdt.svg'
196
203
  }
197
204
  },
@@ -163,6 +163,7 @@ const info = {
163
163
  display: 'gusdt',
164
164
  symbol: 'USDT',
165
165
  logo_URIs: {
166
+ png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/_non-cosmos/ethereum/images/usdt.png',
166
167
  svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/_non-cosmos/ethereum/images/usdt.svg'
167
168
  },
168
169
  traces: [{
@@ -185,7 +186,13 @@ const info = {
185
186
  chain_name: 'ethereum',
186
187
  base_denom: '0xdac17f958d2ee523a2206206994597c13d831ec7'
187
188
  },
188
- svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/_non-cosmos/ethereum/images/usdt.svg'
189
+ svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/_non-cosmos/ethereum/images/usdt.svg',
190
+ png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/_non-cosmos/ethereum/images/usdt.png',
191
+ theme: {
192
+ circle: true,
193
+ primary_color_hex: '#009393',
194
+ background_color_hex: '#009393'
195
+ }
189
196
  }]
190
197
  },
191
198
  {
@@ -60,9 +60,16 @@ const info = {
60
60
  chain_name: 'kava',
61
61
  base_denom: 'erc20/tether/usdt'
62
62
  },
63
- svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/_non-cosmos/ethereum/images/usdt.svg'
63
+ svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/_non-cosmos/ethereum/images/usdt.svg',
64
+ png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/_non-cosmos/ethereum/images/usdt.png',
65
+ theme: {
66
+ circle: true,
67
+ primary_color_hex: '#009393',
68
+ background_color_hex: '#009393'
69
+ }
64
70
  }],
65
71
  logo_URIs: {
72
+ png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/_non-cosmos/ethereum/images/usdt.png',
66
73
  svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/_non-cosmos/ethereum/images/usdt.svg'
67
74
  }
68
75
  },
@@ -125,9 +125,16 @@ const info = {
125
125
  chain_name: 'ethereum',
126
126
  base_denom: '0xdac17f958d2ee523a2206206994597c13d831ec7'
127
127
  },
128
- svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/_non-cosmos/ethereum/images/usdt.svg'
128
+ svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/_non-cosmos/ethereum/images/usdt.svg',
129
+ png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/_non-cosmos/ethereum/images/usdt.png',
130
+ theme: {
131
+ circle: true,
132
+ primary_color_hex: '#009393',
133
+ background_color_hex: '#009393'
134
+ }
129
135
  }],
130
136
  logo_URIs: {
137
+ png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/_non-cosmos/ethereum/images/usdt.png',
131
138
  svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/_non-cosmos/ethereum/images/usdt.svg'
132
139
  }
133
140
  }
@@ -230,9 +230,16 @@ const info = {
230
230
  chain_name: 'kava',
231
231
  base_denom: 'erc20/tether/usdt'
232
232
  },
233
- svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/_non-cosmos/ethereum/images/usdt.svg'
233
+ svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/_non-cosmos/ethereum/images/usdt.svg',
234
+ png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/_non-cosmos/ethereum/images/usdt.png',
235
+ theme: {
236
+ circle: true,
237
+ primary_color_hex: '#009393',
238
+ background_color_hex: '#009393'
239
+ }
234
240
  }],
235
241
  logo_URIs: {
242
+ png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/_non-cosmos/ethereum/images/usdt.png',
236
243
  svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/_non-cosmos/ethereum/images/usdt.svg'
237
244
  }
238
245
  },
@@ -249,6 +256,7 @@ const info = {
249
256
  name: 'Fuzion',
250
257
  display: 'fuzn',
251
258
  symbol: 'FUZN',
259
+ coingecko_id: 'fuzion',
252
260
  logo_URIs: {
253
261
  png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/kujira/images/fuzion.png',
254
262
  svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/kujira/images/fuzion.svg'
@@ -362,6 +370,7 @@ const info = {
362
370
  name: 'AQLA',
363
371
  display: 'AQLA',
364
372
  symbol: 'AQLA',
373
+ coingecko_id: 'aqualibre',
365
374
  logo_URIs: {
366
375
  svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/kujira/images/aqla.svg'
367
376
  },
@@ -34,18 +34,10 @@ const info = {
34
34
  cosmwasm_enabled: false
35
35
  },
36
36
  images: [{
37
- png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/lava/images/lava-chain-logo.png',
38
- theme: {
39
- primary_color_hex: '#FF3900'
40
- },
41
- layout: 'logo',
42
- text_position: 'right'
43
- }, {
44
- png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/lava/images/lava.png',
45
- layout: 'logomark'
37
+ png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/lava/images/lava.png'
46
38
  }],
47
39
  logo_URIs: {
48
- png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/lava/images/lava-chain-logo.png'
40
+ png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/lava/images/lava.png'
49
41
  },
50
42
  description: 'Lava (LAVA) is the data access layer of the modular stack. developers and ecosystems permissionlessly add services to be served or accessed through lava. featuring a fully decentralized open source sdk integrable in frontends and a battle tested fully scalable open source server kit and can be used locally or through managed endpoints. Lava features rpc data access, indexing services, debug apis, archive access and more. Service providers can join the network, earn rewards either in the native token of the chain via token bought subscriptions on chain or through any ibc transferred token via incentive pools created and funded by ecosystems and DAOs. Developers can use the abstraction and go multi chain in seconds, not needing to choose what tools to use, having the access aggregated for them. Build whatever, wherever.',
51
43
  apis: {
@@ -30,8 +30,7 @@ const info = {
30
30
  },
31
31
  images: [{
32
32
  png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/loop/images/loop.png',
33
- svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/loop/images/loop.svg',
34
- layout: 'logomark'
33
+ svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/loop/images/loop.svg'
35
34
  }],
36
35
  logo_URIs: {
37
36
  png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/loop/images/loop.png',
@@ -195,9 +195,16 @@ const info = {
195
195
  chain_name: 'kava',
196
196
  base_denom: 'erc20/tether/usdt'
197
197
  },
198
- svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/_non-cosmos/ethereum/images/usdt.svg'
198
+ svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/_non-cosmos/ethereum/images/usdt.svg',
199
+ png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/_non-cosmos/ethereum/images/usdt.png',
200
+ theme: {
201
+ circle: true,
202
+ primary_color_hex: '#009393',
203
+ background_color_hex: '#009393'
204
+ }
199
205
  }],
200
206
  logo_URIs: {
207
+ png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/_non-cosmos/ethereum/images/usdt.png',
201
208
  svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/_non-cosmos/ethereum/images/usdt.svg'
202
209
  }
203
210
  },
@@ -563,7 +570,11 @@ const info = {
563
570
  base_denom: 'factory/osmo1q77cw0mmlluxu0wr29fcdd0tdnh78gzhkvhe4n6ulal9qvrtu43qtd0nh8/shitmos'
564
571
  },
565
572
  png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/osmosis/images/shitmos.png',
566
- svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/osmosis/images/shitmos.svg'
573
+ svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/osmosis/images/shitmos.svg',
574
+ theme: {
575
+ primary_color_hex: '#639BFF',
576
+ circle: true
577
+ }
567
578
  }],
568
579
  logo_URIs: {
569
580
  png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/osmosis/images/shitmos.png',
@@ -29,8 +29,8 @@ const info = {
29
29
  },
30
30
  codebase: {},
31
31
  logo_URIs: {
32
- png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/nomic/images/nomic.png',
33
- svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/nomic/images/nomic.svg'
32
+ png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/nomic/images/nom.png',
33
+ svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/nomic/images/nom.svg'
34
34
  },
35
35
  description: 'The superior way to use Bitcoin in Cosmos DeFi. Use IBC to securely and efficiently bridge your BTC to Osmosis and more.',
36
36
  apis: {
@@ -82,8 +82,12 @@ const info = {
82
82
  }
83
83
  ],
84
84
  images: [{
85
- png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/nomic/images/nomic.png',
86
- svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/nomic/images/nomic.svg'
85
+ image_sync: {
86
+ chain_name: 'nomic',
87
+ base_denom: 'unom'
88
+ },
89
+ png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/nomic/images/nom.png',
90
+ svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/nomic/images/nom.svg'
87
91
  }],
88
92
  bech32_config: {
89
93
  bech32PrefixAccAddr: 'nomic',
@@ -255,7 +255,12 @@ const info = {
255
255
  chain_name: 'osmosis',
256
256
  base_denom: 'ibc/2FFE07C4B4EFC0DDA099A16C6AF3C9CCA653CC56077E87217A585D48794B0BC7'
257
257
  },
258
- png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/chihuahua/images/baddog.png'
258
+ png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/chihuahua/images/baddog.png',
259
+ theme: {
260
+ primary_color_hex: '#F7E3C0',
261
+ background_color_hex: '#F7E3C0',
262
+ circle: true
263
+ }
259
264
  }, {
260
265
  png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/chihuahua/images/baddog.png',
261
266
  svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/chihuahua/images/baddog.svg'
@@ -287,14 +287,15 @@ const info = {
287
287
  svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/axelar/images/usdt.svg'
288
288
  },
289
289
  images: [{
290
+ svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/osmosis/images/usdt.axl.svg',
291
+ png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/osmosis/images/usdt.axl.png'
292
+ }, {
290
293
  image_sync: {
291
294
  chain_name: 'axelar',
292
295
  base_denom: 'uusdt'
293
296
  },
294
297
  png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/axelar/images/usdt.png',
295
298
  svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/axelar/images/usdt.svg'
296
- }, {
297
- svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/osmosis/images/usdt.axl.svg'
298
299
  }]
299
300
  },
300
301
  {
@@ -3084,16 +3085,24 @@ const info = {
3084
3085
  }
3085
3086
  ],
3086
3087
  logo_URIs: {
3088
+ png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/_non-cosmos/ethereum/images/usdt.png',
3087
3089
  svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/_non-cosmos/ethereum/images/usdt.svg'
3088
3090
  },
3089
3091
  images: [{
3092
+ svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/osmosis/images/usdt.grv.svg',
3093
+ png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/osmosis/images/usdt.grv.png'
3094
+ }, {
3090
3095
  image_sync: {
3091
3096
  chain_name: 'gravitybridge',
3092
3097
  base_denom: 'gravity0xdAC17F958D2ee523a2206206994597C13D831ec7'
3093
3098
  },
3094
- svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/_non-cosmos/ethereum/images/usdt.svg'
3095
- }, {
3096
- svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/osmosis/images/usdt.grv.svg'
3099
+ svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/_non-cosmos/ethereum/images/usdt.svg',
3100
+ png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/_non-cosmos/ethereum/images/usdt.png',
3101
+ theme: {
3102
+ circle: true,
3103
+ primary_color_hex: '#009393',
3104
+ background_color_hex: '#009393'
3105
+ }
3097
3106
  }]
3098
3107
  },
3099
3108
  {
@@ -9190,14 +9199,24 @@ const info = {
9190
9199
  }
9191
9200
  ],
9192
9201
  logo_URIs: {
9202
+ png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/_non-cosmos/ethereum/images/usdt.png',
9193
9203
  svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/_non-cosmos/ethereum/images/usdt.svg'
9194
9204
  },
9195
9205
  images: [{
9206
+ svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/osmosis/images/usdt.kava.svg',
9207
+ png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/osmosis/images/usdt.kava.png'
9208
+ }, {
9196
9209
  image_sync: {
9197
9210
  chain_name: 'kava',
9198
9211
  base_denom: 'erc20/tether/usdt'
9199
9212
  },
9200
- svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/_non-cosmos/ethereum/images/usdt.svg'
9213
+ svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/_non-cosmos/ethereum/images/usdt.svg',
9214
+ png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/_non-cosmos/ethereum/images/usdt.png',
9215
+ theme: {
9216
+ circle: true,
9217
+ primary_color_hex: '#009393',
9218
+ background_color_hex: '#009393'
9219
+ }
9201
9220
  }]
9202
9221
  },
9203
9222
  {
@@ -9548,16 +9567,24 @@ const info = {
9548
9567
  }
9549
9568
  ],
9550
9569
  logo_URIs: {
9570
+ png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/_non-cosmos/ethereum/images/usdt.png',
9551
9571
  svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/_non-cosmos/ethereum/images/usdt.svg'
9552
9572
  },
9553
9573
  images: [{
9574
+ svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/osmosis/images/usdt.wh.svg',
9575
+ png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/osmosis/images/usdt.wh.png'
9576
+ }, {
9554
9577
  image_sync: {
9555
9578
  chain_name: 'ethereum',
9556
9579
  base_denom: '0xdac17f958d2ee523a2206206994597c13d831ec7'
9557
9580
  },
9558
- svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/_non-cosmos/ethereum/images/usdt.svg'
9559
- }, {
9560
- svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/osmosis/images/usdt.hole.svg'
9581
+ svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/_non-cosmos/ethereum/images/usdt.svg',
9582
+ png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/_non-cosmos/ethereum/images/usdt.png',
9583
+ theme: {
9584
+ circle: true,
9585
+ primary_color_hex: '#009393',
9586
+ background_color_hex: '#009393'
9587
+ }
9561
9588
  }]
9562
9589
  },
9563
9590
  {
@@ -10127,7 +10154,12 @@ const info = {
10127
10154
  base_denom: 'ario'
10128
10155
  },
10129
10156
  png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/realio/images/rio.png',
10130
- svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/realio/images/rio.svg'
10157
+ svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/realio/images/rio.svg',
10158
+ theme: {
10159
+ primary_color_hex: '#000000',
10160
+ background_color_hex: '#000000',
10161
+ circle: true
10162
+ }
10131
10163
  }]
10132
10164
  },
10133
10165
  {
@@ -10211,7 +10243,12 @@ const info = {
10211
10243
  base_denom: 'usge'
10212
10244
  },
10213
10245
  png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/sge/images/sge.png',
10214
- svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/sge/images/sge.svg'
10246
+ svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/sge/images/sge.svg',
10247
+ theme: {
10248
+ primary_color_hex: '#C0A15B',
10249
+ background_color_hex: '#00000000',
10250
+ circle: false
10251
+ }
10215
10252
  }]
10216
10253
  },
10217
10254
  {
@@ -11637,7 +11674,12 @@ const info = {
11637
11674
  chain_name: 'injective',
11638
11675
  base_denom: 'factory/inj1xtel2knkt8hmc9dnzpjz6kdmacgcfmlv5f308w/ninja'
11639
11676
  },
11640
- png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/injective/images/ninja.png'
11677
+ png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/injective/images/ninja.png',
11678
+ theme: {
11679
+ primary_color_hex: '#00468E',
11680
+ background_color_hex: '#00468E',
11681
+ circle: true
11682
+ }
11641
11683
  }]
11642
11684
  },
11643
11685
  {
@@ -11788,7 +11830,12 @@ const info = {
11788
11830
  chain_name: 'chihuahua',
11789
11831
  base_denom: 'factory/chihuahua1x4q2vkrz4dfgd9hcw0p5m2f2nuv2uqmt9xr8k2/achihuahuawifhat'
11790
11832
  },
11791
- png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/chihuahua/images/baddog.png'
11833
+ png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/chihuahua/images/baddog.png',
11834
+ theme: {
11835
+ primary_color_hex: '#F7E3C0',
11836
+ background_color_hex: '#F7E3C0',
11837
+ circle: true
11838
+ }
11792
11839
  }]
11793
11840
  },
11794
11841
  {
@@ -13682,6 +13729,10 @@ const info = {
13682
13729
  }
13683
13730
  }],
13684
13731
  images: [{
13732
+ image_sync: {
13733
+ chain_name: 'furya',
13734
+ base_denom: 'ufury'
13735
+ },
13685
13736
  png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/furya/images/fury.png',
13686
13737
  svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/furya/images/fury.svg'
13687
13738
  }],
@@ -14422,11 +14473,20 @@ const info = {
14422
14473
  }
14423
14474
  ],
14424
14475
  images: [{
14476
+ svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/osmosis/images/usdt.pica.svg',
14477
+ png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/osmosis/images/usdt.pica.png'
14478
+ }, {
14425
14479
  image_sync: {
14426
14480
  chain_name: 'ethereum',
14427
14481
  base_denom: '0xdac17f958d2ee523a2206206994597c13d831ec7'
14428
14482
  },
14429
- svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/_non-cosmos/ethereum/images/usdt.svg'
14483
+ svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/_non-cosmos/ethereum/images/usdt.svg',
14484
+ png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/_non-cosmos/ethereum/images/usdt.png',
14485
+ theme: {
14486
+ circle: true,
14487
+ primary_color_hex: '#009393',
14488
+ background_color_hex: '#009393'
14489
+ }
14430
14490
  }]
14431
14491
  },
14432
14492
  {
@@ -15747,11 +15807,20 @@ const info = {
15747
15807
  }
15748
15808
  ],
15749
15809
  images: [{
15810
+ svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/osmosis/images/usdt.solana.pica.svg',
15811
+ png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/osmosis/images/usdt.solana.pica.png'
15812
+ }, {
15750
15813
  image_sync: {
15751
15814
  chain_name: 'solana',
15752
15815
  base_denom: 'Es9vMFrzaCERmJfrF4H2FYD4KCoNkY11McCe8BenwNYB'
15753
15816
  },
15754
- svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/_non-cosmos/ethereum/images/usdt.svg'
15817
+ svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/_non-cosmos/ethereum/images/usdt.svg',
15818
+ png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/_non-cosmos/ethereum/images/usdt.png',
15819
+ theme: {
15820
+ circle: true,
15821
+ primary_color_hex: '#009393',
15822
+ background_color_hex: '#009393'
15823
+ }
15755
15824
  }],
15756
15825
  keywords: ['osmosis_unlisted']
15757
15826
  },
@@ -16025,7 +16094,13 @@ const info = {
16025
16094
  chain_name: 'ethereum',
16026
16095
  base_denom: '0xdac17f958d2ee523a2206206994597c13d831ec7'
16027
16096
  },
16028
- svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/_non-cosmos/ethereum/images/usdt.svg'
16097
+ svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/_non-cosmos/ethereum/images/usdt.svg',
16098
+ png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/_non-cosmos/ethereum/images/usdt.png',
16099
+ theme: {
16100
+ circle: true,
16101
+ primary_color_hex: '#009393',
16102
+ background_color_hex: '#009393'
16103
+ }
16029
16104
  }],
16030
16105
  keywords: ['osmosis_unlisted']
16031
16106
  },
@@ -16072,7 +16147,12 @@ const info = {
16072
16147
  chain_name: 'solana',
16073
16148
  base_denom: 'ATeTQcUkWGs7AZ15mCiFUWCW9EUL7KpDZEHCN1Y8pump'
16074
16149
  },
16075
- png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/_non-cosmos/solana/images/whine.png'
16150
+ png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/_non-cosmos/solana/images/whine.png',
16151
+ theme: {
16152
+ primary_color_hex: '#FFFFFF',
16153
+ background_color_hex: '#FFFFFF',
16154
+ circle: false
16155
+ }
16076
16156
  }]
16077
16157
  },
16078
16158
  {