@chain-registry/assets 1.64.79 → 1.64.81

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 (70) hide show
  1. package/esm/mainnet/agoric.js +6 -2
  2. package/esm/mainnet/akash.js +6 -2
  3. package/esm/mainnet/axelar.js +20 -88
  4. package/esm/mainnet/beezee.js +232 -0
  5. package/esm/mainnet/chihuahua.js +6 -2
  6. package/esm/mainnet/comdex.js +6 -2
  7. package/esm/mainnet/composable.js +4 -2
  8. package/esm/mainnet/cosmoshub.js +6 -2
  9. package/esm/mainnet/crescent.js +6 -2
  10. package/esm/mainnet/cryptoorgchain.js +6 -2
  11. package/esm/mainnet/dydx.js +6 -2
  12. package/esm/mainnet/gravitybridge.js +6 -2
  13. package/esm/mainnet/injective.js +6 -2
  14. package/esm/mainnet/irisnet.js +6 -2
  15. package/esm/mainnet/juno.js +6 -2
  16. package/esm/mainnet/kava.js +6 -2
  17. package/esm/mainnet/kujira.js +6 -2
  18. package/esm/mainnet/neutron.js +6 -2
  19. package/esm/mainnet/noble.js +174 -110
  20. package/esm/mainnet/osmosis.js +30 -94
  21. package/esm/mainnet/quicksilver.js +6 -2
  22. package/esm/mainnet/regen.js +6 -2
  23. package/esm/mainnet/secretnetwork.js +78 -22
  24. package/esm/mainnet/sentinel.js +6 -2
  25. package/esm/mainnet/sifchain.js +6 -2
  26. package/esm/mainnet/stargaze.js +6 -2
  27. package/esm/mainnet/starname.js +6 -2
  28. package/esm/mainnet/stride.js +6 -2
  29. package/esm/mainnet/umee.js +6 -2
  30. package/esm/testnet/assets.js +2 -1
  31. package/esm/testnet/index.js +1 -0
  32. package/esm/testnet/nobletestnet.js +64 -0
  33. package/esm/testnet/seitestnet2.js +178 -0
  34. package/index.d.ts +1 -1
  35. package/mainnet/agoric.js +6 -2
  36. package/mainnet/akash.js +6 -2
  37. package/mainnet/axelar.js +20 -88
  38. package/mainnet/beezee.js +232 -0
  39. package/mainnet/chihuahua.js +6 -2
  40. package/mainnet/comdex.js +6 -2
  41. package/mainnet/composable.js +4 -2
  42. package/mainnet/cosmoshub.js +6 -2
  43. package/mainnet/crescent.js +6 -2
  44. package/mainnet/cryptoorgchain.js +6 -2
  45. package/mainnet/dydx.js +6 -2
  46. package/mainnet/gravitybridge.js +6 -2
  47. package/mainnet/injective.js +6 -2
  48. package/mainnet/irisnet.js +6 -2
  49. package/mainnet/juno.js +6 -2
  50. package/mainnet/kava.js +6 -2
  51. package/mainnet/kujira.js +6 -2
  52. package/mainnet/neutron.js +6 -2
  53. package/mainnet/noble.js +174 -110
  54. package/mainnet/osmosis.js +30 -94
  55. package/mainnet/quicksilver.js +6 -2
  56. package/mainnet/regen.js +6 -2
  57. package/mainnet/secretnetwork.js +78 -22
  58. package/mainnet/sentinel.js +6 -2
  59. package/mainnet/sifchain.js +6 -2
  60. package/mainnet/stargaze.js +6 -2
  61. package/mainnet/starname.js +6 -2
  62. package/mainnet/stride.js +6 -2
  63. package/mainnet/umee.js +6 -2
  64. package/package.json +5 -5
  65. package/testnet/assets.js +2 -1
  66. package/testnet/index.d.ts +1 -0
  67. package/testnet/index.js +2 -1
  68. package/testnet/nobletestnet.js +64 -0
  69. package/testnet/seitestnet2.d.ts +3 -0
  70. package/testnet/seitestnet2.js +180 -0
package/mainnet/noble.js CHANGED
@@ -170,6 +170,44 @@ const assets = {
170
170
  }
171
171
  }]
172
172
  },
173
+ {
174
+ description: 'BeeZee native blockchain',
175
+ denom_units: [{
176
+ denom: 'ibc/013AE50CCCE7DC02463EE602010A0F25C8405F39D7CB3BB4E944DCF2213C18AF',
177
+ exponent: 0,
178
+ aliases: ['ubze']
179
+ }, {
180
+ denom: 'bze',
181
+ exponent: 6
182
+ }],
183
+ base: 'ibc/013AE50CCCE7DC02463EE602010A0F25C8405F39D7CB3BB4E944DCF2213C18AF',
184
+ name: 'BeeZee',
185
+ display: 'bze',
186
+ symbol: 'BZE',
187
+ logo_URIs: {
188
+ png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/beezee/images/bze.png',
189
+ svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/beezee/images/bze.svg'
190
+ },
191
+ coingecko_id: 'bzedge',
192
+ images: [{
193
+ png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/beezee/images/bze.png',
194
+ svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/beezee/images/bze.svg',
195
+ theme: {
196
+ primary_color_hex: '#079fd7'
197
+ }
198
+ }],
199
+ traces: [{
200
+ type: 'ibc',
201
+ counterparty: {
202
+ channel_id: 'channel-3',
203
+ base_denom: 'ubze',
204
+ chain_name: 'beezee'
205
+ },
206
+ chain: {
207
+ channel_id: 'channel-95'
208
+ }
209
+ }]
210
+ },
173
211
  {
174
212
  description: 'The native token of Coreum',
175
213
  denom_units: [{
@@ -1571,14 +1609,21 @@ const assets = {
1571
1609
  website: 'https://nibiru.fi',
1572
1610
  twitter: 'https://twitter.com/nibiruchain'
1573
1611
  },
1574
- denom_units: [{
1612
+ denom_units: [
1613
+ {
1575
1614
  denom: 'ibc/A77035AF12BBB11C0340BE804798C4B49F5332EA8C7523F471850C202C0742C5',
1576
1615
  exponent: 0,
1577
1616
  aliases: ['unibi']
1578
- }, {
1617
+ },
1618
+ {
1579
1619
  denom: 'nibi',
1580
1620
  exponent: 6
1581
- }],
1621
+ },
1622
+ {
1623
+ denom: 'attonibi',
1624
+ exponent: 18
1625
+ }
1626
+ ],
1582
1627
  base: 'ibc/A77035AF12BBB11C0340BE804798C4B49F5332EA8C7523F471850C202C0742C5',
1583
1628
  name: 'Nibiru',
1584
1629
  display: 'nibi',
@@ -1676,47 +1721,6 @@ const assets = {
1676
1721
  }
1677
1722
  }]
1678
1723
  },
1679
- {
1680
- description: 'Ether is the native fee token of the Ethereum network.',
1681
- denom_units: [
1682
- {
1683
- denom: 'ibc/FDBF129675DB752F49D0737C42A638EBCD17134F2E5E78300A3BC217F1B4E37C',
1684
- exponent: 0,
1685
- aliases: ['wei']
1686
- },
1687
- {
1688
- denom: 'gwei',
1689
- exponent: 9
1690
- },
1691
- {
1692
- denom: 'eth',
1693
- exponent: 18,
1694
- aliases: ['ether']
1695
- }
1696
- ],
1697
- base: 'ibc/FDBF129675DB752F49D0737C42A638EBCD17134F2E5E78300A3BC217F1B4E37C',
1698
- name: 'Ether',
1699
- display: 'eth',
1700
- symbol: 'ETH',
1701
- logo_URIs: {
1702
- svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/_non-cosmos/ethereum/images/eth.svg'
1703
- },
1704
- coingecko_id: 'ethereum',
1705
- images: [{
1706
- svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/_non-cosmos/ethereum/images/eth.svg'
1707
- }],
1708
- traces: [{
1709
- type: 'ibc',
1710
- counterparty: {
1711
- channel_id: 'channel-2',
1712
- base_denom: 'wei',
1713
- chain_name: 'nibiru'
1714
- },
1715
- chain: {
1716
- channel_id: 'channel-67'
1717
- }
1718
- }]
1719
- },
1720
1724
  {
1721
1725
  description: 'Agoric is a smart contract platform that uses JavaScript to enable developers to build secure and scalable decentralized applications (dApps) easily.',
1722
1726
  denom_units: [{
@@ -1884,6 +1888,44 @@ const assets = {
1884
1888
  }
1885
1889
  }]
1886
1890
  },
1891
+ {
1892
+ description: 'BeeZee native blockchain',
1893
+ denom_units: [{
1894
+ denom: 'ibc/013AE50CCCE7DC02463EE602010A0F25C8405F39D7CB3BB4E944DCF2213C18AF',
1895
+ exponent: 0,
1896
+ aliases: ['ubze']
1897
+ }, {
1898
+ denom: 'bze',
1899
+ exponent: 6
1900
+ }],
1901
+ base: 'ibc/013AE50CCCE7DC02463EE602010A0F25C8405F39D7CB3BB4E944DCF2213C18AF',
1902
+ name: 'BeeZee',
1903
+ display: 'bze',
1904
+ symbol: 'BZE',
1905
+ logo_URIs: {
1906
+ png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/beezee/images/bze.png',
1907
+ svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/beezee/images/bze.svg'
1908
+ },
1909
+ coingecko_id: 'bzedge',
1910
+ images: [{
1911
+ png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/beezee/images/bze.png',
1912
+ svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/beezee/images/bze.svg',
1913
+ theme: {
1914
+ primary_color_hex: '#079fd7'
1915
+ }
1916
+ }],
1917
+ traces: [{
1918
+ type: 'ibc',
1919
+ counterparty: {
1920
+ channel_id: 'channel-3',
1921
+ base_denom: 'ubze',
1922
+ chain_name: 'beezee'
1923
+ },
1924
+ chain: {
1925
+ channel_id: 'channel-95'
1926
+ }
1927
+ }]
1928
+ },
1887
1929
  {
1888
1930
  description: 'The native token of Coreum',
1889
1931
  denom_units: [{
@@ -3285,14 +3327,21 @@ const assets = {
3285
3327
  website: 'https://nibiru.fi',
3286
3328
  twitter: 'https://twitter.com/nibiruchain'
3287
3329
  },
3288
- denom_units: [{
3330
+ denom_units: [
3331
+ {
3289
3332
  denom: 'ibc/A77035AF12BBB11C0340BE804798C4B49F5332EA8C7523F471850C202C0742C5',
3290
3333
  exponent: 0,
3291
3334
  aliases: ['unibi']
3292
- }, {
3335
+ },
3336
+ {
3293
3337
  denom: 'nibi',
3294
3338
  exponent: 6
3295
- }],
3339
+ },
3340
+ {
3341
+ denom: 'attonibi',
3342
+ exponent: 18
3343
+ }
3344
+ ],
3296
3345
  base: 'ibc/A77035AF12BBB11C0340BE804798C4B49F5332EA8C7523F471850C202C0742C5',
3297
3346
  name: 'Nibiru',
3298
3347
  display: 'nibi',
@@ -3390,47 +3439,6 @@ const assets = {
3390
3439
  }
3391
3440
  }]
3392
3441
  },
3393
- {
3394
- description: 'Ether is the native fee token of the Ethereum network.',
3395
- denom_units: [
3396
- {
3397
- denom: 'ibc/FDBF129675DB752F49D0737C42A638EBCD17134F2E5E78300A3BC217F1B4E37C',
3398
- exponent: 0,
3399
- aliases: ['wei']
3400
- },
3401
- {
3402
- denom: 'gwei',
3403
- exponent: 9
3404
- },
3405
- {
3406
- denom: 'eth',
3407
- exponent: 18,
3408
- aliases: ['ether']
3409
- }
3410
- ],
3411
- base: 'ibc/FDBF129675DB752F49D0737C42A638EBCD17134F2E5E78300A3BC217F1B4E37C',
3412
- name: 'Ether',
3413
- display: 'eth',
3414
- symbol: 'ETH',
3415
- logo_URIs: {
3416
- svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/_non-cosmos/ethereum/images/eth.svg'
3417
- },
3418
- coingecko_id: 'ethereum',
3419
- images: [{
3420
- svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/_non-cosmos/ethereum/images/eth.svg'
3421
- }],
3422
- traces: [{
3423
- type: 'ibc',
3424
- counterparty: {
3425
- channel_id: 'channel-2',
3426
- base_denom: 'wei',
3427
- chain_name: 'nibiru'
3428
- },
3429
- chain: {
3430
- channel_id: 'channel-67'
3431
- }
3432
- }]
3433
- },
3434
3442
  {
3435
3443
  description: 'OmniFlix is a decentralized media platform that enables content creators to distribute, monetize, and manage their digital content using blockchain technology.',
3436
3444
  denom_units: [{
@@ -3619,7 +3627,9 @@ const assets = {
3619
3627
  png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/persistence/images/xprt.png',
3620
3628
  svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/persistence/images/xprt.svg',
3621
3629
  theme: {
3622
- primary_color_hex: '#242424'
3630
+ circle: true,
3631
+ primary_color_hex: '#E59636',
3632
+ background_color_hex: '#000000'
3623
3633
  }
3624
3634
  }],
3625
3635
  socials: {
@@ -6831,7 +6841,9 @@ const assets = {
6831
6841
  png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/persistence/images/xprt.png',
6832
6842
  svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/persistence/images/xprt.svg',
6833
6843
  theme: {
6834
- primary_color_hex: '#242424'
6844
+ circle: true,
6845
+ primary_color_hex: '#E59636',
6846
+ background_color_hex: '#000000'
6835
6847
  }
6836
6848
  }],
6837
6849
  socials: {
@@ -9894,7 +9906,10 @@ const assets = {
9894
9906
  base_denom: 'inj'
9895
9907
  },
9896
9908
  png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/injective/images/inj.png',
9897
- svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/injective/images/inj.svg'
9909
+ svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/injective/images/inj.svg',
9910
+ theme: {
9911
+ primary_color_hex: '#04a2fc'
9912
+ }
9898
9913
  }]
9899
9914
  },
9900
9915
  {
@@ -10042,12 +10057,20 @@ const assets = {
10042
10057
  display: 'usdc',
10043
10058
  symbol: 'USDC',
10044
10059
  images: [{
10060
+ image_sync: {
10061
+ chain_name: 'noble',
10062
+ base_denom: 'uusdc'
10063
+ },
10064
+ png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/_non-cosmos/ethereum/images/usdc.png',
10045
10065
  svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/_non-cosmos/ethereum/images/usdc.svg',
10046
- png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/_non-cosmos/ethereum/images/usdc.png'
10066
+ theme: {
10067
+ circle: true,
10068
+ primary_color_hex: '#2775CA'
10069
+ }
10047
10070
  }],
10048
10071
  logo_URIs: {
10049
- svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/_non-cosmos/ethereum/images/usdc.svg',
10050
- png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/_non-cosmos/ethereum/images/usdc.png'
10072
+ png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/_non-cosmos/ethereum/images/usdc.png',
10073
+ svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/_non-cosmos/ethereum/images/usdc.svg'
10051
10074
  }
10052
10075
  },
10053
10076
  {
@@ -10186,7 +10209,12 @@ const assets = {
10186
10209
  base_denom: 'sun'
10187
10210
  },
10188
10211
  png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/_non-cosmos/tron/images/trx.png',
10189
- svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/_non-cosmos/tron/images/trx.svg'
10212
+ svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/_non-cosmos/tron/images/trx.svg',
10213
+ theme: {
10214
+ circle: true,
10215
+ primary_color_hex: '#FF060A',
10216
+ background_color_hex: '#FF060A'
10217
+ }
10190
10218
  }],
10191
10219
  logo_URIs: {
10192
10220
  png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/_non-cosmos/tron/images/trx.png',
@@ -10304,11 +10332,14 @@ const assets = {
10304
10332
  base_denom: 'wei'
10305
10333
  },
10306
10334
  svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/_non-cosmos/ethereum/images/eth-white.svg',
10307
- png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/_non-cosmos/ethereum/images/eth-white.png'
10335
+ png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/_non-cosmos/ethereum/images/eth-white.png',
10336
+ theme: {
10337
+ primary_color_hex: '#303030'
10338
+ }
10308
10339
  }],
10309
10340
  logo_URIs: {
10310
- svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/_non-cosmos/ethereum/images/eth-white.svg',
10311
- png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/_non-cosmos/ethereum/images/eth-white.png'
10341
+ png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/_non-cosmos/ethereum/images/eth-white.png',
10342
+ svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/_non-cosmos/ethereum/images/eth-white.svg'
10312
10343
  },
10313
10344
  traces: [{
10314
10345
  type: 'ibc-cw20',
@@ -10345,10 +10376,17 @@ const assets = {
10345
10376
  chain_name: 'bitcoin',
10346
10377
  base_denom: 'sat'
10347
10378
  },
10348
- png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/_non-cosmos/bitcoin/images/btc.png'
10379
+ png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/_non-cosmos/bitcoin/images/btc.png',
10380
+ svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/_non-cosmos/bitcoin/images/btc.svg',
10381
+ theme: {
10382
+ primary_color_hex: '#f4941c',
10383
+ background_color_hex: '#f4941c',
10384
+ circle: true
10385
+ }
10349
10386
  }],
10350
10387
  logo_URIs: {
10351
- png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/_non-cosmos/bitcoin/images/btc.png'
10388
+ png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/_non-cosmos/bitcoin/images/btc.png',
10389
+ svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/_non-cosmos/bitcoin/images/btc.svg'
10352
10390
  },
10353
10391
  traces: [{
10354
10392
  type: 'ibc-cw20',
@@ -10441,7 +10479,10 @@ const assets = {
10441
10479
  base_denom: 'inj'
10442
10480
  },
10443
10481
  png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/injective/images/inj.png',
10444
- svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/injective/images/inj.svg'
10482
+ svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/injective/images/inj.svg',
10483
+ theme: {
10484
+ primary_color_hex: '#04a2fc'
10485
+ }
10445
10486
  }]
10446
10487
  },
10447
10488
  {
@@ -10589,12 +10630,20 @@ const assets = {
10589
10630
  display: 'usdc',
10590
10631
  symbol: 'USDC',
10591
10632
  images: [{
10633
+ image_sync: {
10634
+ chain_name: 'noble',
10635
+ base_denom: 'uusdc'
10636
+ },
10637
+ png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/_non-cosmos/ethereum/images/usdc.png',
10592
10638
  svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/_non-cosmos/ethereum/images/usdc.svg',
10593
- png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/_non-cosmos/ethereum/images/usdc.png'
10639
+ theme: {
10640
+ circle: true,
10641
+ primary_color_hex: '#2775CA'
10642
+ }
10594
10643
  }],
10595
10644
  logo_URIs: {
10596
- svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/_non-cosmos/ethereum/images/usdc.svg',
10597
- png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/_non-cosmos/ethereum/images/usdc.png'
10645
+ png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/_non-cosmos/ethereum/images/usdc.png',
10646
+ svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/_non-cosmos/ethereum/images/usdc.svg'
10598
10647
  }
10599
10648
  },
10600
10649
  {
@@ -10733,7 +10782,12 @@ const assets = {
10733
10782
  base_denom: 'sun'
10734
10783
  },
10735
10784
  png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/_non-cosmos/tron/images/trx.png',
10736
- svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/_non-cosmos/tron/images/trx.svg'
10785
+ svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/_non-cosmos/tron/images/trx.svg',
10786
+ theme: {
10787
+ circle: true,
10788
+ primary_color_hex: '#FF060A',
10789
+ background_color_hex: '#FF060A'
10790
+ }
10737
10791
  }],
10738
10792
  logo_URIs: {
10739
10793
  png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/_non-cosmos/tron/images/trx.png',
@@ -10851,11 +10905,14 @@ const assets = {
10851
10905
  base_denom: 'wei'
10852
10906
  },
10853
10907
  svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/_non-cosmos/ethereum/images/eth-white.svg',
10854
- png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/_non-cosmos/ethereum/images/eth-white.png'
10908
+ png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/_non-cosmos/ethereum/images/eth-white.png',
10909
+ theme: {
10910
+ primary_color_hex: '#303030'
10911
+ }
10855
10912
  }],
10856
10913
  logo_URIs: {
10857
- svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/_non-cosmos/ethereum/images/eth-white.svg',
10858
- png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/_non-cosmos/ethereum/images/eth-white.png'
10914
+ png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/_non-cosmos/ethereum/images/eth-white.png',
10915
+ svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/_non-cosmos/ethereum/images/eth-white.svg'
10859
10916
  },
10860
10917
  traces: [{
10861
10918
  type: 'ibc-cw20',
@@ -10892,10 +10949,17 @@ const assets = {
10892
10949
  chain_name: 'bitcoin',
10893
10950
  base_denom: 'sat'
10894
10951
  },
10895
- png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/_non-cosmos/bitcoin/images/btc.png'
10952
+ png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/_non-cosmos/bitcoin/images/btc.png',
10953
+ svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/_non-cosmos/bitcoin/images/btc.svg',
10954
+ theme: {
10955
+ primary_color_hex: '#f4941c',
10956
+ background_color_hex: '#f4941c',
10957
+ circle: true
10958
+ }
10896
10959
  }],
10897
10960
  logo_URIs: {
10898
- png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/_non-cosmos/bitcoin/images/btc.png'
10961
+ png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/_non-cosmos/bitcoin/images/btc.png',
10962
+ svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/_non-cosmos/bitcoin/images/btc.svg'
10899
10963
  },
10900
10964
  traces: [{
10901
10965
  type: 'ibc-cw20',
@@ -4533,14 +4533,21 @@ const assets = {
4533
4533
  website: 'https://nibiru.fi',
4534
4534
  twitter: 'https://twitter.com/nibiruchain'
4535
4535
  },
4536
- denom_units: [{
4536
+ denom_units: [
4537
+ {
4537
4538
  denom: 'ibc/4017C65CEA338196ECCEC3FE3FE8258F23D1DE88F1D95750CC912C7A1C1016FF',
4538
4539
  exponent: 0,
4539
4540
  aliases: ['unibi']
4540
- }, {
4541
+ },
4542
+ {
4541
4543
  denom: 'nibi',
4542
4544
  exponent: 6
4543
- }],
4545
+ },
4546
+ {
4547
+ denom: 'attonibi',
4548
+ exponent: 18
4549
+ }
4550
+ ],
4544
4551
  base: 'ibc/4017C65CEA338196ECCEC3FE3FE8258F23D1DE88F1D95750CC912C7A1C1016FF',
4545
4552
  name: 'Nibiru',
4546
4553
  display: 'nibi',
@@ -4638,47 +4645,6 @@ const assets = {
4638
4645
  }
4639
4646
  }]
4640
4647
  },
4641
- {
4642
- description: 'Ether is the native fee token of the Ethereum network.',
4643
- denom_units: [
4644
- {
4645
- denom: 'ibc/252D21AE9987A0ADF60D8CA371EA13C5F9B4781B2DE045FCF0251F38919CD568',
4646
- exponent: 0,
4647
- aliases: ['wei']
4648
- },
4649
- {
4650
- denom: 'gwei',
4651
- exponent: 9
4652
- },
4653
- {
4654
- denom: 'eth',
4655
- exponent: 18,
4656
- aliases: ['ether']
4657
- }
4658
- ],
4659
- base: 'ibc/252D21AE9987A0ADF60D8CA371EA13C5F9B4781B2DE045FCF0251F38919CD568',
4660
- name: 'Ether',
4661
- display: 'eth',
4662
- symbol: 'ETH',
4663
- logo_URIs: {
4664
- svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/_non-cosmos/ethereum/images/eth.svg'
4665
- },
4666
- coingecko_id: 'ethereum',
4667
- images: [{
4668
- svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/_non-cosmos/ethereum/images/eth.svg'
4669
- }],
4670
- traces: [{
4671
- type: 'ibc',
4672
- counterparty: {
4673
- channel_id: 'channel-0',
4674
- base_denom: 'wei',
4675
- chain_name: 'nibiru'
4676
- },
4677
- chain: {
4678
- channel_id: 'channel-21113'
4679
- }
4680
- }]
4681
- },
4682
4648
  {
4683
4649
  description: 'The permissioned staking asset for Noble Chain',
4684
4650
  denom_units: [{
@@ -9830,14 +9796,21 @@ const assets = {
9830
9796
  website: 'https://nibiru.fi',
9831
9797
  twitter: 'https://twitter.com/nibiruchain'
9832
9798
  },
9833
- denom_units: [{
9799
+ denom_units: [
9800
+ {
9834
9801
  denom: 'ibc/4017C65CEA338196ECCEC3FE3FE8258F23D1DE88F1D95750CC912C7A1C1016FF',
9835
9802
  exponent: 0,
9836
9803
  aliases: ['unibi']
9837
- }, {
9804
+ },
9805
+ {
9838
9806
  denom: 'nibi',
9839
9807
  exponent: 6
9840
- }],
9808
+ },
9809
+ {
9810
+ denom: 'attonibi',
9811
+ exponent: 18
9812
+ }
9813
+ ],
9841
9814
  base: 'ibc/4017C65CEA338196ECCEC3FE3FE8258F23D1DE88F1D95750CC912C7A1C1016FF',
9842
9815
  name: 'Nibiru',
9843
9816
  display: 'nibi',
@@ -9935,47 +9908,6 @@ const assets = {
9935
9908
  }
9936
9909
  }]
9937
9910
  },
9938
- {
9939
- description: 'Ether is the native fee token of the Ethereum network.',
9940
- denom_units: [
9941
- {
9942
- denom: 'ibc/252D21AE9987A0ADF60D8CA371EA13C5F9B4781B2DE045FCF0251F38919CD568',
9943
- exponent: 0,
9944
- aliases: ['wei']
9945
- },
9946
- {
9947
- denom: 'gwei',
9948
- exponent: 9
9949
- },
9950
- {
9951
- denom: 'eth',
9952
- exponent: 18,
9953
- aliases: ['ether']
9954
- }
9955
- ],
9956
- base: 'ibc/252D21AE9987A0ADF60D8CA371EA13C5F9B4781B2DE045FCF0251F38919CD568',
9957
- name: 'Ether',
9958
- display: 'eth',
9959
- symbol: 'ETH',
9960
- logo_URIs: {
9961
- svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/_non-cosmos/ethereum/images/eth.svg'
9962
- },
9963
- coingecko_id: 'ethereum',
9964
- images: [{
9965
- svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/_non-cosmos/ethereum/images/eth.svg'
9966
- }],
9967
- traces: [{
9968
- type: 'ibc',
9969
- counterparty: {
9970
- channel_id: 'channel-0',
9971
- base_denom: 'wei',
9972
- chain_name: 'nibiru'
9973
- },
9974
- chain: {
9975
- channel_id: 'channel-21113'
9976
- }
9977
- }]
9978
- },
9979
9911
  {
9980
9912
  description: 'The permissioned staking asset for Noble Chain',
9981
9913
  denom_units: [{
@@ -10733,7 +10665,9 @@ const assets = {
10733
10665
  png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/persistence/images/xprt.png',
10734
10666
  svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/persistence/images/xprt.svg',
10735
10667
  theme: {
10736
- primary_color_hex: '#242424'
10668
+ circle: true,
10669
+ primary_color_hex: '#E59636',
10670
+ background_color_hex: '#000000'
10737
10671
  }
10738
10672
  }],
10739
10673
  socials: {
@@ -13774,8 +13708,8 @@ const assets = {
13774
13708
  symbol: 'ROUTE',
13775
13709
  coingecko_id: 'router-protocol-2',
13776
13710
  logo_URIs: {
13777
- svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/routerchain/images/router.svg',
13778
- png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/routerchain/images/router.png'
13711
+ png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/routerchain/images/router.png',
13712
+ svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/routerchain/images/router.svg'
13779
13713
  },
13780
13714
  images: [{
13781
13715
  svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/routerchain/images/router.svg',
@@ -16051,7 +15985,9 @@ const assets = {
16051
15985
  png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/persistence/images/xprt.png',
16052
15986
  svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/persistence/images/xprt.svg',
16053
15987
  theme: {
16054
- primary_color_hex: '#242424'
15988
+ circle: true,
15989
+ primary_color_hex: '#E59636',
15990
+ background_color_hex: '#000000'
16055
15991
  }
16056
15992
  }],
16057
15993
  socials: {
@@ -19092,8 +19028,8 @@ const assets = {
19092
19028
  symbol: 'ROUTE',
19093
19029
  coingecko_id: 'router-protocol-2',
19094
19030
  logo_URIs: {
19095
- svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/routerchain/images/router.svg',
19096
- png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/routerchain/images/router.png'
19031
+ png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/routerchain/images/router.png',
19032
+ svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/routerchain/images/router.svg'
19097
19033
  },
19098
19034
  images: [{
19099
19035
  svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/routerchain/images/router.svg',
@@ -247,7 +247,9 @@ const assets = {
247
247
  png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/persistence/images/xprt.png',
248
248
  svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/persistence/images/xprt.svg',
249
249
  theme: {
250
- primary_color_hex: '#242424'
250
+ circle: true,
251
+ primary_color_hex: '#E59636',
252
+ background_color_hex: '#000000'
251
253
  }
252
254
  }],
253
255
  socials: {
@@ -510,7 +512,9 @@ const assets = {
510
512
  png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/persistence/images/xprt.png',
511
513
  svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/persistence/images/xprt.svg',
512
514
  theme: {
513
- primary_color_hex: '#242424'
515
+ circle: true,
516
+ primary_color_hex: '#E59636',
517
+ background_color_hex: '#000000'
514
518
  }
515
519
  }],
516
520
  socials: {
package/mainnet/regen.js CHANGED
@@ -436,7 +436,9 @@ const assets = {
436
436
  png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/persistence/images/xprt.png',
437
437
  svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/persistence/images/xprt.svg',
438
438
  theme: {
439
- primary_color_hex: '#242424'
439
+ circle: true,
440
+ primary_color_hex: '#E59636',
441
+ background_color_hex: '#000000'
440
442
  }
441
443
  }],
442
444
  socials: {
@@ -929,7 +931,9 @@ const assets = {
929
931
  png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/persistence/images/xprt.png',
930
932
  svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/persistence/images/xprt.svg',
931
933
  theme: {
932
- primary_color_hex: '#242424'
934
+ circle: true,
935
+ primary_color_hex: '#E59636',
936
+ background_color_hex: '#000000'
933
937
  }
934
938
  }],
935
939
  socials: {