@chain-registry/assets 1.64.24 → 1.64.26

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 (79) hide show
  1. package/esm/mainnet/akash.js +2 -2
  2. package/esm/mainnet/archway.js +6 -2
  3. package/esm/mainnet/assets.js +2 -1
  4. package/esm/mainnet/axelar.js +32 -4
  5. package/esm/mainnet/celestia.js +6 -2
  6. package/esm/mainnet/chihuahua.js +6 -2
  7. package/esm/mainnet/composable.js +102 -2
  8. package/esm/mainnet/cosmoshub.js +36 -8
  9. package/esm/mainnet/cryptoorgchain.js +2 -2
  10. package/esm/mainnet/decentr.js +2 -2
  11. package/esm/mainnet/dydx.js +6 -2
  12. package/esm/mainnet/dymension.js +6 -2
  13. package/esm/mainnet/index.js +1 -0
  14. package/esm/mainnet/injective.js +6 -2
  15. package/esm/mainnet/irisnet.js +2 -2
  16. package/esm/mainnet/juno.js +6 -2
  17. package/esm/mainnet/kava.js +6 -2
  18. package/esm/mainnet/kujira.js +6 -2
  19. package/esm/mainnet/mars.js +6 -2
  20. package/esm/mainnet/medasdigital.js +2 -2
  21. package/esm/mainnet/neutaro.js +182 -0
  22. package/esm/mainnet/noble.js +14 -10
  23. package/esm/mainnet/nois.js +6 -2
  24. package/esm/mainnet/nolus.js +6 -2
  25. package/esm/mainnet/nomic.js +6 -2
  26. package/esm/mainnet/osmosis.js +112 -8
  27. package/esm/mainnet/persistence.js +8 -4
  28. package/esm/mainnet/pryzm.js +6 -2
  29. package/esm/mainnet/regen.js +2 -2
  30. package/esm/mainnet/saga.js +6 -2
  31. package/esm/mainnet/secretnetwork.js +8 -4
  32. package/esm/mainnet/sei.js +6 -2
  33. package/esm/mainnet/shido.js +24 -24
  34. package/esm/mainnet/sifchain.js +2 -2
  35. package/esm/mainnet/stargaze.js +6 -2
  36. package/esm/mainnet/starname.js +2 -2
  37. package/esm/mainnet/stride.js +6 -2
  38. package/esm/mainnet/terra2.js +6 -2
  39. package/mainnet/akash.js +2 -2
  40. package/mainnet/archway.js +6 -2
  41. package/mainnet/assets.js +2 -1
  42. package/mainnet/axelar.js +32 -4
  43. package/mainnet/celestia.js +6 -2
  44. package/mainnet/chihuahua.js +6 -2
  45. package/mainnet/composable.js +102 -2
  46. package/mainnet/cosmoshub.js +36 -8
  47. package/mainnet/cryptoorgchain.js +2 -2
  48. package/mainnet/decentr.js +2 -2
  49. package/mainnet/dydx.js +6 -2
  50. package/mainnet/dymension.js +6 -2
  51. package/mainnet/index.d.ts +1 -0
  52. package/mainnet/index.js +3 -2
  53. package/mainnet/injective.js +6 -2
  54. package/mainnet/irisnet.js +2 -2
  55. package/mainnet/juno.js +6 -2
  56. package/mainnet/kava.js +6 -2
  57. package/mainnet/kujira.js +6 -2
  58. package/mainnet/mars.js +6 -2
  59. package/mainnet/medasdigital.js +2 -2
  60. package/mainnet/neutaro.d.ts +3 -0
  61. package/mainnet/neutaro.js +184 -0
  62. package/mainnet/noble.js +14 -10
  63. package/mainnet/nois.js +6 -2
  64. package/mainnet/nolus.js +6 -2
  65. package/mainnet/nomic.js +6 -2
  66. package/mainnet/osmosis.js +112 -8
  67. package/mainnet/persistence.js +8 -4
  68. package/mainnet/pryzm.js +6 -2
  69. package/mainnet/regen.js +2 -2
  70. package/mainnet/saga.js +6 -2
  71. package/mainnet/secretnetwork.js +8 -4
  72. package/mainnet/sei.js +6 -2
  73. package/mainnet/shido.js +24 -24
  74. package/mainnet/sifchain.js +2 -2
  75. package/mainnet/stargaze.js +6 -2
  76. package/mainnet/starname.js +2 -2
  77. package/mainnet/stride.js +6 -2
  78. package/mainnet/terra2.js +6 -2
  79. package/package.json +5 -5
@@ -1962,7 +1962,9 @@ const assets = {
1962
1962
  png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/neutron/images/ntrn.png',
1963
1963
  svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/neutron/images/ntrn.svg',
1964
1964
  theme: {
1965
- primary_color_hex: '#040404'
1965
+ primary_color_hex: '#040404',
1966
+ background_color_hex: '#000000',
1967
+ circle: true
1966
1968
  }
1967
1969
  }],
1968
1970
  socials: {
@@ -2561,6 +2563,54 @@ const assets = {
2561
2563
  }
2562
2564
  }]
2563
2565
  },
2566
+ {
2567
+ description: 'Pepe Bruce Jenner',
2568
+ type_asset: 'erc20',
2569
+ address: 'ANu4Wuq86WzRU8tykszQUJ66eQzFNfkwap2HcQ5UaFaU',
2570
+ denom_units: [{
2571
+ denom: 'ibc/42EC3E55A9B8027537550D9D029843B4A48BEFAEA21D52282EE0449A74EDBE2A',
2572
+ exponent: 0,
2573
+ aliases: ['ANu4Wuq86WzRU8tykszQUJ66eQzFNfkwap2HcQ5UaFaU']
2574
+ }, {
2575
+ denom: 'pbj',
2576
+ exponent: 5
2577
+ }],
2578
+ base: 'ibc/42EC3E55A9B8027537550D9D029843B4A48BEFAEA21D52282EE0449A74EDBE2A',
2579
+ name: 'Pepe Bruce Jenner',
2580
+ display: 'pbj',
2581
+ symbol: 'PBJ',
2582
+ logo_URIs: {
2583
+ png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/_non-cosmos/solana/images/pbj.png'
2584
+ },
2585
+ images: [{
2586
+ png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/_non-cosmos/solana/images/pbj.png',
2587
+ theme: {
2588
+ primary_color_hex: '#488000',
2589
+ background_color_hex: '#ee0000'
2590
+ }
2591
+ }],
2592
+ socials: {
2593
+ website: 'https://sandwichswap.io/',
2594
+ twitter: 'https://twitter.com/pepebjenner_sol'
2595
+ },
2596
+ keywords: [
2597
+ 'meme',
2598
+ 'pump.fun',
2599
+ 'pumpdotfun',
2600
+ 'pepe'
2601
+ ],
2602
+ traces: [{
2603
+ type: 'ibc',
2604
+ counterparty: {
2605
+ channel_id: 'channel-1',
2606
+ base_denom: 'ANu4Wuq86WzRU8tykszQUJ66eQzFNfkwap2HcQ5UaFaU',
2607
+ chain_name: 'solana'
2608
+ },
2609
+ chain: {
2610
+ channel_id: 'channel-71'
2611
+ }
2612
+ }]
2613
+ },
2564
2614
  {
2565
2615
  description: 'Stargaze is a decentralized blockchain platform designed specifically for non-fungible tokens (NFTs), enabling creators to mint, trade, and interact with NFTs in a fully decentralized environment.',
2566
2616
  denom_units: [{
@@ -3303,7 +3353,9 @@ const assets = {
3303
3353
  png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/neutron/images/ntrn.png',
3304
3354
  svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/neutron/images/ntrn.svg',
3305
3355
  theme: {
3306
- primary_color_hex: '#040404'
3356
+ primary_color_hex: '#040404',
3357
+ background_color_hex: '#000000',
3358
+ circle: true
3307
3359
  }
3308
3360
  }],
3309
3361
  socials: {
@@ -4777,6 +4829,54 @@ const assets = {
4777
4829
  }
4778
4830
  }]
4779
4831
  },
4832
+ {
4833
+ description: 'Pepe Bruce Jenner',
4834
+ type_asset: 'erc20',
4835
+ address: 'ANu4Wuq86WzRU8tykszQUJ66eQzFNfkwap2HcQ5UaFaU',
4836
+ denom_units: [{
4837
+ denom: 'ibc/42EC3E55A9B8027537550D9D029843B4A48BEFAEA21D52282EE0449A74EDBE2A',
4838
+ exponent: 0,
4839
+ aliases: ['ANu4Wuq86WzRU8tykszQUJ66eQzFNfkwap2HcQ5UaFaU']
4840
+ }, {
4841
+ denom: 'pbj',
4842
+ exponent: 5
4843
+ }],
4844
+ base: 'ibc/42EC3E55A9B8027537550D9D029843B4A48BEFAEA21D52282EE0449A74EDBE2A',
4845
+ name: 'Pepe Bruce Jenner',
4846
+ display: 'pbj',
4847
+ symbol: 'PBJ',
4848
+ logo_URIs: {
4849
+ png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/_non-cosmos/solana/images/pbj.png'
4850
+ },
4851
+ images: [{
4852
+ png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/_non-cosmos/solana/images/pbj.png',
4853
+ theme: {
4854
+ primary_color_hex: '#488000',
4855
+ background_color_hex: '#ee0000'
4856
+ }
4857
+ }],
4858
+ socials: {
4859
+ website: 'https://sandwichswap.io/',
4860
+ twitter: 'https://twitter.com/pepebjenner_sol'
4861
+ },
4862
+ keywords: [
4863
+ 'meme',
4864
+ 'pump.fun',
4865
+ 'pumpdotfun',
4866
+ 'pepe'
4867
+ ],
4868
+ traces: [{
4869
+ type: 'ibc',
4870
+ counterparty: {
4871
+ channel_id: 'channel-1',
4872
+ base_denom: 'ANu4Wuq86WzRU8tykszQUJ66eQzFNfkwap2HcQ5UaFaU',
4873
+ chain_name: 'solana'
4874
+ },
4875
+ chain: {
4876
+ channel_id: 'channel-71'
4877
+ }
4878
+ }]
4879
+ },
4780
4880
  {
4781
4881
  description: 'The native token cw20 for SIENNA on Secret Network',
4782
4882
  denom_units: [{
@@ -628,7 +628,7 @@ const assets = {
628
628
  }]
629
629
  },
630
630
  {
631
- description: 'Decentralized Machine Learning',
631
+ description: 'Cifer Blockchain Network Built for Decentralized Machine Learning.',
632
632
  denom_units: [{
633
633
  denom: 'ibc/C7DE16F5065C5568C2A16C241069D76DA93F056172A40391EB682444AF40F048',
634
634
  exponent: 0,
@@ -1343,7 +1343,7 @@ const assets = {
1343
1343
  }]
1344
1344
  },
1345
1345
  {
1346
- description: 'Decentralized Machine Learning',
1346
+ description: 'Cifer Blockchain Network Built for Decentralized Machine Learning.',
1347
1347
  denom_units: [{
1348
1348
  denom: 'ibc/C7DE16F5065C5568C2A16C241069D76DA93F056172A40391EB682444AF40F048',
1349
1349
  exponent: 0,
@@ -1873,7 +1873,19 @@ const assets = {
1873
1873
  svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/empowerchain/images/mpwr.svg'
1874
1874
  },
1875
1875
  images: [{
1876
- svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/empowerchain/images/mpwr.svg'
1876
+ svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/empowerchain/images/mpwr.svg',
1877
+ theme: {
1878
+ primary_color_hex: '#00e33a',
1879
+ background_color_hex: '#00e33a',
1880
+ circle: true
1881
+ }
1882
+ }, {
1883
+ png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/empowerchain/images/mpwr.png',
1884
+ theme: {
1885
+ primary_color_hex: '#00e33a',
1886
+ background_color_hex: '#00e33a',
1887
+ circle: false
1888
+ }
1877
1889
  }],
1878
1890
  traces: [{
1879
1891
  type: 'ibc',
@@ -2935,7 +2947,9 @@ const assets = {
2935
2947
  png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/neutron/images/ntrn.png',
2936
2948
  svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/neutron/images/ntrn.svg',
2937
2949
  theme: {
2938
- primary_color_hex: '#040404'
2950
+ primary_color_hex: '#040404',
2951
+ background_color_hex: '#000000',
2952
+ circle: true
2939
2953
  }
2940
2954
  }],
2941
2955
  socials: {
@@ -3943,7 +3957,7 @@ const assets = {
3943
3957
  }],
3944
3958
  socials: {
3945
3959
  website: 'https://www.sentinel.co/',
3946
- twitter: 'https://twitter.com/SentinelVPN'
3960
+ twitter: 'https://x.com/SentinelDVPN'
3947
3961
  },
3948
3962
  traces: [{
3949
3963
  type: 'ibc',
@@ -4749,7 +4763,19 @@ const assets = {
4749
4763
  svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/empowerchain/images/mpwr.svg'
4750
4764
  },
4751
4765
  images: [{
4752
- svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/empowerchain/images/mpwr.svg'
4766
+ svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/empowerchain/images/mpwr.svg',
4767
+ theme: {
4768
+ primary_color_hex: '#00e33a',
4769
+ background_color_hex: '#00e33a',
4770
+ circle: true
4771
+ }
4772
+ }, {
4773
+ png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/empowerchain/images/mpwr.png',
4774
+ theme: {
4775
+ primary_color_hex: '#00e33a',
4776
+ background_color_hex: '#00e33a',
4777
+ circle: false
4778
+ }
4753
4779
  }],
4754
4780
  traces: [{
4755
4781
  type: 'ibc',
@@ -5811,7 +5837,9 @@ const assets = {
5811
5837
  png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/neutron/images/ntrn.png',
5812
5838
  svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/neutron/images/ntrn.svg',
5813
5839
  theme: {
5814
- primary_color_hex: '#040404'
5840
+ primary_color_hex: '#040404',
5841
+ background_color_hex: '#000000',
5842
+ circle: true
5815
5843
  }
5816
5844
  }],
5817
5845
  socials: {
@@ -6819,7 +6847,7 @@ const assets = {
6819
6847
  }],
6820
6848
  socials: {
6821
6849
  website: 'https://www.sentinel.co/',
6822
- twitter: 'https://twitter.com/SentinelVPN'
6850
+ twitter: 'https://x.com/SentinelDVPN'
6823
6851
  },
6824
6852
  traces: [{
6825
6853
  type: 'ibc',
@@ -760,7 +760,7 @@ const assets = {
760
760
  }],
761
761
  socials: {
762
762
  website: 'https://www.sentinel.co/',
763
- twitter: 'https://twitter.com/SentinelVPN'
763
+ twitter: 'https://x.com/SentinelDVPN'
764
764
  },
765
765
  traces: [{
766
766
  type: 'ibc',
@@ -1291,7 +1291,7 @@ const assets = {
1291
1291
  }],
1292
1292
  socials: {
1293
1293
  website: 'https://www.sentinel.co/',
1294
- twitter: 'https://twitter.com/SentinelVPN'
1294
+ twitter: 'https://x.com/SentinelDVPN'
1295
1295
  },
1296
1296
  traces: [{
1297
1297
  type: 'ibc',
@@ -217,7 +217,7 @@ const assets = {
217
217
  }],
218
218
  socials: {
219
219
  website: 'https://www.sentinel.co/',
220
- twitter: 'https://twitter.com/SentinelVPN'
220
+ twitter: 'https://x.com/SentinelDVPN'
221
221
  },
222
222
  traces: [{
223
223
  type: 'ibc',
@@ -389,7 +389,7 @@ const assets = {
389
389
  }],
390
390
  socials: {
391
391
  website: 'https://www.sentinel.co/',
392
- twitter: 'https://twitter.com/SentinelVPN'
392
+ twitter: 'https://x.com/SentinelDVPN'
393
393
  },
394
394
  traces: [{
395
395
  type: 'ibc',
package/mainnet/dydx.js CHANGED
@@ -602,7 +602,9 @@ const assets = {
602
602
  png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/neutron/images/ntrn.png',
603
603
  svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/neutron/images/ntrn.svg',
604
604
  theme: {
605
- primary_color_hex: '#040404'
605
+ primary_color_hex: '#040404',
606
+ background_color_hex: '#000000',
607
+ circle: true
606
608
  }
607
609
  }],
608
610
  socials: {
@@ -1514,7 +1516,9 @@ const assets = {
1514
1516
  png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/neutron/images/ntrn.png',
1515
1517
  svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/neutron/images/ntrn.svg',
1516
1518
  theme: {
1517
- primary_color_hex: '#040404'
1519
+ primary_color_hex: '#040404',
1520
+ background_color_hex: '#000000',
1521
+ circle: true
1518
1522
  }
1519
1523
  }],
1520
1524
  socials: {
@@ -822,7 +822,9 @@ const assets = {
822
822
  png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/neutron/images/ntrn.png',
823
823
  svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/neutron/images/ntrn.svg',
824
824
  theme: {
825
- primary_color_hex: '#040404'
825
+ primary_color_hex: '#040404',
826
+ background_color_hex: '#000000',
827
+ circle: true
826
828
  }
827
829
  }],
828
830
  socials: {
@@ -1741,7 +1743,9 @@ const assets = {
1741
1743
  png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/neutron/images/ntrn.png',
1742
1744
  svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/neutron/images/ntrn.svg',
1743
1745
  theme: {
1744
- primary_color_hex: '#040404'
1746
+ primary_color_hex: '#040404',
1747
+ background_color_hex: '#000000',
1748
+ circle: true
1745
1749
  }
1746
1750
  }],
1747
1751
  socials: {
@@ -76,6 +76,7 @@ export * as medasdigital from './medasdigital';
76
76
  export * as meme from './meme';
77
77
  export * as microtick from './microtick';
78
78
  export * as migaloo from './migaloo';
79
+ export * as neutaro from './neutaro';
79
80
  export * as neutron from './neutron';
80
81
  export * as nibiru from './nibiru';
81
82
  export * as nim from './nim';
package/mainnet/index.js CHANGED
@@ -24,8 +24,8 @@ var __importStar = (this && this.__importStar) || function (mod) {
24
24
  };
25
25
  Object.defineProperty(exports, "__esModule", { value: true });
26
26
  exports.galaxy = exports.fxcore = exports.furya = exports.fetchhub = exports.evmos = exports.empowerchain = exports.emoney = exports.echelon = exports.dyson = exports.dymension = exports.dydx = exports.doravota = exports.dig = exports.dhealth = exports.desmos = exports.decentr = exports.cudos = exports.cryptoorgchain = exports.cronos = exports.crescent = exports.cosmoshub = exports.coreum = exports.conscious = exports.composable = exports.comdex = exports.cifer = exports.chihuahua = exports.cheqd = exports.chain4energy = exports.cerberus = exports.celestia = exports.carbon = exports.canto = exports.bostrom = exports.bluzelle = exports.bitsong = exports.bitcanna = exports.beezee = exports.bandchain = exports.axelar = exports.aura = exports.assetmantle = exports.arkh = exports.archway = exports.andromeda = exports.akash = exports.aioz = exports.agoric = exports.acrechain = exports._8ball = void 0;
27
- exports.pryzm = exports.provenance = exports.point = exports.planq = exports.persistence = exports.passage = exports.panacea = exports.osmosis = exports.oraichain = exports.onomy = exports.onex = exports.omniflixhub = exports.okexchain = exports.odin = exports.nyx = exports.nomic = exports.nolus = exports.nois = exports.noble = exports.nim = exports.nibiru = exports.neutron = exports.migaloo = exports.microtick = exports.meme = exports.medasdigital = exports.mars = exports.mande = exports.lumnetwork = exports.lumenx = exports.likecoin = exports.lambda = exports.kyve = exports.kujira = exports.konstellation = exports.kichain = exports.kava = exports.juno = exports.joltify = exports.jackal = exports.irisnet = exports.injective = exports.imversed = exports.impacthub = exports.humans = exports.haqq = exports.gravitybridge = exports.gitopia = exports.genesisl1 = exports.gateway = void 0;
28
- exports.xpla = exports.vidulum = exports.uptick = exports.unification = exports.umee = exports.tgrade = exports.terra2 = exports.terra = exports.teritori = exports.stride = exports.starname = exports.stargaze = exports.stafihub = exports.source = exports.sommelier = exports.sifchain = exports.shido = exports.shentu = exports.shareledger = exports.sge = exports.sentinel = exports.self = exports.sei = exports.seda = exports.secretnetwork = exports.scorum = exports.saga = exports.rizon = exports.regen = exports.rebus = exports.realio = exports.qwoyn = exports.quicksilver = exports.quasar = exports.pylons = exports.pundix = void 0;
27
+ exports.provenance = exports.point = exports.planq = exports.persistence = exports.passage = exports.panacea = exports.osmosis = exports.oraichain = exports.onomy = exports.onex = exports.omniflixhub = exports.okexchain = exports.odin = exports.nyx = exports.nomic = exports.nolus = exports.nois = exports.noble = exports.nim = exports.nibiru = exports.neutron = exports.neutaro = exports.migaloo = exports.microtick = exports.meme = exports.medasdigital = exports.mars = exports.mande = exports.lumnetwork = exports.lumenx = exports.likecoin = exports.lambda = exports.kyve = exports.kujira = exports.konstellation = exports.kichain = exports.kava = exports.juno = exports.joltify = exports.jackal = exports.irisnet = exports.injective = exports.imversed = exports.impacthub = exports.humans = exports.haqq = exports.gravitybridge = exports.gitopia = exports.genesisl1 = exports.gateway = void 0;
28
+ exports.xpla = exports.vidulum = exports.uptick = exports.unification = exports.umee = exports.tgrade = exports.terra2 = exports.terra = exports.teritori = exports.stride = exports.starname = exports.stargaze = exports.stafihub = exports.source = exports.sommelier = exports.sifchain = exports.shido = exports.shentu = exports.shareledger = exports.sge = exports.sentinel = exports.self = exports.sei = exports.seda = exports.secretnetwork = exports.scorum = exports.saga = exports.rizon = exports.regen = exports.rebus = exports.realio = exports.qwoyn = exports.quicksilver = exports.quasar = exports.pylons = exports.pundix = exports.pryzm = void 0;
29
29
  exports._8ball = __importStar(require("./8ball"));
30
30
  exports.acrechain = __importStar(require("./acrechain"));
31
31
  exports.agoric = __importStar(require("./agoric"));
@@ -104,6 +104,7 @@ exports.medasdigital = __importStar(require("./medasdigital"));
104
104
  exports.meme = __importStar(require("./meme"));
105
105
  exports.microtick = __importStar(require("./microtick"));
106
106
  exports.migaloo = __importStar(require("./migaloo"));
107
+ exports.neutaro = __importStar(require("./neutaro"));
107
108
  exports.neutron = __importStar(require("./neutron"));
108
109
  exports.nibiru = __importStar(require("./nibiru"));
109
110
  exports.nim = __importStar(require("./nim"));
@@ -1285,7 +1285,9 @@ const assets = {
1285
1285
  png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/neutron/images/ntrn.png',
1286
1286
  svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/neutron/images/ntrn.svg',
1287
1287
  theme: {
1288
- primary_color_hex: '#040404'
1288
+ primary_color_hex: '#040404',
1289
+ background_color_hex: '#000000',
1290
+ circle: true
1289
1291
  }
1290
1292
  }],
1291
1293
  socials: {
@@ -2463,7 +2465,9 @@ const assets = {
2463
2465
  png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/neutron/images/ntrn.png',
2464
2466
  svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/neutron/images/ntrn.svg',
2465
2467
  theme: {
2466
- primary_color_hex: '#040404'
2468
+ primary_color_hex: '#040404',
2469
+ background_color_hex: '#000000',
2470
+ circle: true
2467
2471
  }
2468
2472
  }],
2469
2473
  socials: {
@@ -1329,7 +1329,7 @@ const assets = {
1329
1329
  }],
1330
1330
  socials: {
1331
1331
  website: 'https://www.sentinel.co/',
1332
- twitter: 'https://twitter.com/SentinelVPN'
1332
+ twitter: 'https://x.com/SentinelDVPN'
1333
1333
  },
1334
1334
  traces: [{
1335
1335
  type: 'ibc',
@@ -1731,7 +1731,7 @@ const assets = {
1731
1731
  }],
1732
1732
  socials: {
1733
1733
  website: 'https://www.sentinel.co/',
1734
- twitter: 'https://twitter.com/SentinelVPN'
1734
+ twitter: 'https://x.com/SentinelDVPN'
1735
1735
  },
1736
1736
  traces: [{
1737
1737
  type: 'ibc',
package/mainnet/juno.js CHANGED
@@ -1812,7 +1812,9 @@ const assets = {
1812
1812
  png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/neutron/images/ntrn.png',
1813
1813
  svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/neutron/images/ntrn.svg',
1814
1814
  theme: {
1815
- primary_color_hex: '#040404'
1815
+ primary_color_hex: '#040404',
1816
+ background_color_hex: '#000000',
1817
+ circle: true
1816
1818
  }
1817
1819
  }],
1818
1820
  socials: {
@@ -3708,7 +3710,9 @@ const assets = {
3708
3710
  png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/neutron/images/ntrn.png',
3709
3711
  svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/neutron/images/ntrn.svg',
3710
3712
  theme: {
3711
- primary_color_hex: '#040404'
3713
+ primary_color_hex: '#040404',
3714
+ background_color_hex: '#000000',
3715
+ circle: true
3712
3716
  }
3713
3717
  }],
3714
3718
  socials: {
package/mainnet/kava.js CHANGED
@@ -1572,7 +1572,9 @@ const assets = {
1572
1572
  png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/neutron/images/ntrn.png',
1573
1573
  svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/neutron/images/ntrn.svg',
1574
1574
  theme: {
1575
- primary_color_hex: '#040404'
1575
+ primary_color_hex: '#040404',
1576
+ background_color_hex: '#000000',
1577
+ circle: true
1576
1578
  }
1577
1579
  }],
1578
1580
  socials: {
@@ -2121,7 +2123,9 @@ const assets = {
2121
2123
  png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/neutron/images/ntrn.png',
2122
2124
  svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/neutron/images/ntrn.svg',
2123
2125
  theme: {
2124
- primary_color_hex: '#040404'
2126
+ primary_color_hex: '#040404',
2127
+ background_color_hex: '#000000',
2128
+ circle: true
2125
2129
  }
2126
2130
  }],
2127
2131
  socials: {
package/mainnet/kujira.js CHANGED
@@ -3610,7 +3610,9 @@ const assets = {
3610
3610
  png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/neutron/images/ntrn.png',
3611
3611
  svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/neutron/images/ntrn.svg',
3612
3612
  theme: {
3613
- primary_color_hex: '#040404'
3613
+ primary_color_hex: '#040404',
3614
+ background_color_hex: '#000000',
3615
+ circle: true
3614
3616
  }
3615
3617
  }],
3616
3618
  socials: {
@@ -4807,7 +4809,9 @@ const assets = {
4807
4809
  png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/neutron/images/ntrn.png',
4808
4810
  svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/neutron/images/ntrn.svg',
4809
4811
  theme: {
4810
- primary_color_hex: '#040404'
4812
+ primary_color_hex: '#040404',
4813
+ background_color_hex: '#000000',
4814
+ circle: true
4811
4815
  }
4812
4816
  }],
4813
4817
  socials: {
package/mainnet/mars.js CHANGED
@@ -346,7 +346,9 @@ const assets = {
346
346
  png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/neutron/images/ntrn.png',
347
347
  svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/neutron/images/ntrn.svg',
348
348
  theme: {
349
- primary_color_hex: '#040404'
349
+ primary_color_hex: '#040404',
350
+ background_color_hex: '#000000',
351
+ circle: true
350
352
  }
351
353
  }],
352
354
  socials: {
@@ -623,7 +625,9 @@ const assets = {
623
625
  png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/neutron/images/ntrn.png',
624
626
  svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/neutron/images/ntrn.svg',
625
627
  theme: {
626
- primary_color_hex: '#040404'
628
+ primary_color_hex: '#040404',
629
+ background_color_hex: '#000000',
630
+ circle: true
627
631
  }
628
632
  }],
629
633
  socials: {
@@ -119,7 +119,7 @@ const assets = {
119
119
  }],
120
120
  socials: {
121
121
  website: 'https://www.sentinel.co/',
122
- twitter: 'https://twitter.com/SentinelVPN'
122
+ twitter: 'https://x.com/SentinelDVPN'
123
123
  },
124
124
  traces: [{
125
125
  type: 'ibc',
@@ -249,7 +249,7 @@ const assets = {
249
249
  }],
250
250
  socials: {
251
251
  website: 'https://www.sentinel.co/',
252
- twitter: 'https://twitter.com/SentinelVPN'
252
+ twitter: 'https://x.com/SentinelDVPN'
253
253
  },
254
254
  traces: [{
255
255
  type: 'ibc',
@@ -0,0 +1,3 @@
1
+ import { AssetList } from '@chain-registry/types';
2
+ declare const assets: AssetList;
3
+ export default assets;