@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
@@ -4531,14 +4531,21 @@ const assets = {
4531
4531
  website: 'https://nibiru.fi',
4532
4532
  twitter: 'https://twitter.com/nibiruchain'
4533
4533
  },
4534
- denom_units: [{
4534
+ denom_units: [
4535
+ {
4535
4536
  denom: 'ibc/4017C65CEA338196ECCEC3FE3FE8258F23D1DE88F1D95750CC912C7A1C1016FF',
4536
4537
  exponent: 0,
4537
4538
  aliases: ['unibi']
4538
- }, {
4539
+ },
4540
+ {
4539
4541
  denom: 'nibi',
4540
4542
  exponent: 6
4541
- }],
4543
+ },
4544
+ {
4545
+ denom: 'attonibi',
4546
+ exponent: 18
4547
+ }
4548
+ ],
4542
4549
  base: 'ibc/4017C65CEA338196ECCEC3FE3FE8258F23D1DE88F1D95750CC912C7A1C1016FF',
4543
4550
  name: 'Nibiru',
4544
4551
  display: 'nibi',
@@ -4636,47 +4643,6 @@ const assets = {
4636
4643
  }
4637
4644
  }]
4638
4645
  },
4639
- {
4640
- description: 'Ether is the native fee token of the Ethereum network.',
4641
- denom_units: [
4642
- {
4643
- denom: 'ibc/252D21AE9987A0ADF60D8CA371EA13C5F9B4781B2DE045FCF0251F38919CD568',
4644
- exponent: 0,
4645
- aliases: ['wei']
4646
- },
4647
- {
4648
- denom: 'gwei',
4649
- exponent: 9
4650
- },
4651
- {
4652
- denom: 'eth',
4653
- exponent: 18,
4654
- aliases: ['ether']
4655
- }
4656
- ],
4657
- base: 'ibc/252D21AE9987A0ADF60D8CA371EA13C5F9B4781B2DE045FCF0251F38919CD568',
4658
- name: 'Ether',
4659
- display: 'eth',
4660
- symbol: 'ETH',
4661
- logo_URIs: {
4662
- svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/_non-cosmos/ethereum/images/eth.svg'
4663
- },
4664
- coingecko_id: 'ethereum',
4665
- images: [{
4666
- svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/_non-cosmos/ethereum/images/eth.svg'
4667
- }],
4668
- traces: [{
4669
- type: 'ibc',
4670
- counterparty: {
4671
- channel_id: 'channel-0',
4672
- base_denom: 'wei',
4673
- chain_name: 'nibiru'
4674
- },
4675
- chain: {
4676
- channel_id: 'channel-21113'
4677
- }
4678
- }]
4679
- },
4680
4646
  {
4681
4647
  description: 'The permissioned staking asset for Noble Chain',
4682
4648
  denom_units: [{
@@ -9828,14 +9794,21 @@ const assets = {
9828
9794
  website: 'https://nibiru.fi',
9829
9795
  twitter: 'https://twitter.com/nibiruchain'
9830
9796
  },
9831
- denom_units: [{
9797
+ denom_units: [
9798
+ {
9832
9799
  denom: 'ibc/4017C65CEA338196ECCEC3FE3FE8258F23D1DE88F1D95750CC912C7A1C1016FF',
9833
9800
  exponent: 0,
9834
9801
  aliases: ['unibi']
9835
- }, {
9802
+ },
9803
+ {
9836
9804
  denom: 'nibi',
9837
9805
  exponent: 6
9838
- }],
9806
+ },
9807
+ {
9808
+ denom: 'attonibi',
9809
+ exponent: 18
9810
+ }
9811
+ ],
9839
9812
  base: 'ibc/4017C65CEA338196ECCEC3FE3FE8258F23D1DE88F1D95750CC912C7A1C1016FF',
9840
9813
  name: 'Nibiru',
9841
9814
  display: 'nibi',
@@ -9933,47 +9906,6 @@ const assets = {
9933
9906
  }
9934
9907
  }]
9935
9908
  },
9936
- {
9937
- description: 'Ether is the native fee token of the Ethereum network.',
9938
- denom_units: [
9939
- {
9940
- denom: 'ibc/252D21AE9987A0ADF60D8CA371EA13C5F9B4781B2DE045FCF0251F38919CD568',
9941
- exponent: 0,
9942
- aliases: ['wei']
9943
- },
9944
- {
9945
- denom: 'gwei',
9946
- exponent: 9
9947
- },
9948
- {
9949
- denom: 'eth',
9950
- exponent: 18,
9951
- aliases: ['ether']
9952
- }
9953
- ],
9954
- base: 'ibc/252D21AE9987A0ADF60D8CA371EA13C5F9B4781B2DE045FCF0251F38919CD568',
9955
- name: 'Ether',
9956
- display: 'eth',
9957
- symbol: 'ETH',
9958
- logo_URIs: {
9959
- svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/_non-cosmos/ethereum/images/eth.svg'
9960
- },
9961
- coingecko_id: 'ethereum',
9962
- images: [{
9963
- svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/_non-cosmos/ethereum/images/eth.svg'
9964
- }],
9965
- traces: [{
9966
- type: 'ibc',
9967
- counterparty: {
9968
- channel_id: 'channel-0',
9969
- base_denom: 'wei',
9970
- chain_name: 'nibiru'
9971
- },
9972
- chain: {
9973
- channel_id: 'channel-21113'
9974
- }
9975
- }]
9976
- },
9977
9909
  {
9978
9910
  description: 'The permissioned staking asset for Noble Chain',
9979
9911
  denom_units: [{
@@ -10731,7 +10663,9 @@ const assets = {
10731
10663
  png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/persistence/images/xprt.png',
10732
10664
  svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/persistence/images/xprt.svg',
10733
10665
  theme: {
10734
- primary_color_hex: '#242424'
10666
+ circle: true,
10667
+ primary_color_hex: '#E59636',
10668
+ background_color_hex: '#000000'
10735
10669
  }
10736
10670
  }],
10737
10671
  socials: {
@@ -13772,8 +13706,8 @@ const assets = {
13772
13706
  symbol: 'ROUTE',
13773
13707
  coingecko_id: 'router-protocol-2',
13774
13708
  logo_URIs: {
13775
- svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/routerchain/images/router.svg',
13776
- png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/routerchain/images/router.png'
13709
+ png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/routerchain/images/router.png',
13710
+ svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/routerchain/images/router.svg'
13777
13711
  },
13778
13712
  images: [{
13779
13713
  svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/routerchain/images/router.svg',
@@ -16049,7 +15983,9 @@ const assets = {
16049
15983
  png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/persistence/images/xprt.png',
16050
15984
  svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/persistence/images/xprt.svg',
16051
15985
  theme: {
16052
- primary_color_hex: '#242424'
15986
+ circle: true,
15987
+ primary_color_hex: '#E59636',
15988
+ background_color_hex: '#000000'
16053
15989
  }
16054
15990
  }],
16055
15991
  socials: {
@@ -19090,8 +19026,8 @@ const assets = {
19090
19026
  symbol: 'ROUTE',
19091
19027
  coingecko_id: 'router-protocol-2',
19092
19028
  logo_URIs: {
19093
- svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/routerchain/images/router.svg',
19094
- png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/routerchain/images/router.png'
19029
+ png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/routerchain/images/router.png',
19030
+ svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/routerchain/images/router.svg'
19095
19031
  },
19096
19032
  images: [{
19097
19033
  svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/routerchain/images/router.svg',
@@ -245,7 +245,9 @@ const assets = {
245
245
  png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/persistence/images/xprt.png',
246
246
  svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/persistence/images/xprt.svg',
247
247
  theme: {
248
- primary_color_hex: '#242424'
248
+ circle: true,
249
+ primary_color_hex: '#E59636',
250
+ background_color_hex: '#000000'
249
251
  }
250
252
  }],
251
253
  socials: {
@@ -508,7 +510,9 @@ const assets = {
508
510
  png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/persistence/images/xprt.png',
509
511
  svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/persistence/images/xprt.svg',
510
512
  theme: {
511
- primary_color_hex: '#242424'
513
+ circle: true,
514
+ primary_color_hex: '#E59636',
515
+ background_color_hex: '#000000'
512
516
  }
513
517
  }],
514
518
  socials: {
@@ -434,7 +434,9 @@ const assets = {
434
434
  png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/persistence/images/xprt.png',
435
435
  svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/persistence/images/xprt.svg',
436
436
  theme: {
437
- primary_color_hex: '#242424'
437
+ circle: true,
438
+ primary_color_hex: '#E59636',
439
+ background_color_hex: '#000000'
438
440
  }
439
441
  }],
440
442
  socials: {
@@ -927,7 +929,9 @@ const assets = {
927
929
  png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/persistence/images/xprt.png',
928
930
  svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/persistence/images/xprt.svg',
929
931
  theme: {
930
- primary_color_hex: '#242424'
932
+ circle: true,
933
+ primary_color_hex: '#E59636',
934
+ background_color_hex: '#000000'
931
935
  }
932
936
  }],
933
937
  socials: {
@@ -1804,7 +1804,9 @@ const assets = {
1804
1804
  png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/persistence/images/xprt.png',
1805
1805
  svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/persistence/images/xprt.svg',
1806
1806
  theme: {
1807
- primary_color_hex: '#242424'
1807
+ circle: true,
1808
+ primary_color_hex: '#E59636',
1809
+ background_color_hex: '#000000'
1808
1810
  }
1809
1811
  }],
1810
1812
  socials: {
@@ -3717,7 +3719,9 @@ const assets = {
3717
3719
  png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/persistence/images/xprt.png',
3718
3720
  svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/persistence/images/xprt.svg',
3719
3721
  theme: {
3720
- primary_color_hex: '#242424'
3722
+ circle: true,
3723
+ primary_color_hex: '#E59636',
3724
+ background_color_hex: '#000000'
3721
3725
  }
3722
3726
  }],
3723
3727
  socials: {
@@ -9362,7 +9366,10 @@ const assets = {
9362
9366
  base_denom: 'inj'
9363
9367
  },
9364
9368
  png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/injective/images/inj.png',
9365
- svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/injective/images/inj.svg'
9369
+ svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/injective/images/inj.svg',
9370
+ theme: {
9371
+ primary_color_hex: '#04a2fc'
9372
+ }
9366
9373
  }]
9367
9374
  },
9368
9375
  {
@@ -9510,12 +9517,20 @@ const assets = {
9510
9517
  display: 'usdc',
9511
9518
  symbol: 'USDC',
9512
9519
  images: [{
9520
+ image_sync: {
9521
+ chain_name: 'noble',
9522
+ base_denom: 'uusdc'
9523
+ },
9524
+ png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/_non-cosmos/ethereum/images/usdc.png',
9513
9525
  svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/_non-cosmos/ethereum/images/usdc.svg',
9514
- png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/_non-cosmos/ethereum/images/usdc.png'
9526
+ theme: {
9527
+ circle: true,
9528
+ primary_color_hex: '#2775CA'
9529
+ }
9515
9530
  }],
9516
9531
  logo_URIs: {
9517
- svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/_non-cosmos/ethereum/images/usdc.svg',
9518
- png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/_non-cosmos/ethereum/images/usdc.png'
9532
+ png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/_non-cosmos/ethereum/images/usdc.png',
9533
+ svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/_non-cosmos/ethereum/images/usdc.svg'
9519
9534
  }
9520
9535
  },
9521
9536
  {
@@ -9654,7 +9669,12 @@ const assets = {
9654
9669
  base_denom: 'sun'
9655
9670
  },
9656
9671
  png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/_non-cosmos/tron/images/trx.png',
9657
- svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/_non-cosmos/tron/images/trx.svg'
9672
+ svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/_non-cosmos/tron/images/trx.svg',
9673
+ theme: {
9674
+ circle: true,
9675
+ primary_color_hex: '#FF060A',
9676
+ background_color_hex: '#FF060A'
9677
+ }
9658
9678
  }],
9659
9679
  logo_URIs: {
9660
9680
  png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/_non-cosmos/tron/images/trx.png',
@@ -9772,11 +9792,14 @@ const assets = {
9772
9792
  base_denom: 'wei'
9773
9793
  },
9774
9794
  svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/_non-cosmos/ethereum/images/eth-white.svg',
9775
- png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/_non-cosmos/ethereum/images/eth-white.png'
9795
+ png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/_non-cosmos/ethereum/images/eth-white.png',
9796
+ theme: {
9797
+ primary_color_hex: '#303030'
9798
+ }
9776
9799
  }],
9777
9800
  logo_URIs: {
9778
- svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/_non-cosmos/ethereum/images/eth-white.svg',
9779
- png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/_non-cosmos/ethereum/images/eth-white.png'
9801
+ png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/_non-cosmos/ethereum/images/eth-white.png',
9802
+ svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/_non-cosmos/ethereum/images/eth-white.svg'
9780
9803
  },
9781
9804
  traces: [{
9782
9805
  type: 'ibc-cw20',
@@ -9813,10 +9836,17 @@ const assets = {
9813
9836
  chain_name: 'bitcoin',
9814
9837
  base_denom: 'sat'
9815
9838
  },
9816
- png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/_non-cosmos/bitcoin/images/btc.png'
9839
+ png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/_non-cosmos/bitcoin/images/btc.png',
9840
+ svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/_non-cosmos/bitcoin/images/btc.svg',
9841
+ theme: {
9842
+ primary_color_hex: '#f4941c',
9843
+ background_color_hex: '#f4941c',
9844
+ circle: true
9845
+ }
9817
9846
  }],
9818
9847
  logo_URIs: {
9819
- png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/_non-cosmos/bitcoin/images/btc.png'
9848
+ png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/_non-cosmos/bitcoin/images/btc.png',
9849
+ svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/_non-cosmos/bitcoin/images/btc.svg'
9820
9850
  },
9821
9851
  traces: [{
9822
9852
  type: 'ibc-cw20',
@@ -12721,7 +12751,10 @@ const assets = {
12721
12751
  base_denom: 'inj'
12722
12752
  },
12723
12753
  png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/injective/images/inj.png',
12724
- svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/injective/images/inj.svg'
12754
+ svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/injective/images/inj.svg',
12755
+ theme: {
12756
+ primary_color_hex: '#04a2fc'
12757
+ }
12725
12758
  }]
12726
12759
  },
12727
12760
  {
@@ -12869,12 +12902,20 @@ const assets = {
12869
12902
  display: 'usdc',
12870
12903
  symbol: 'USDC',
12871
12904
  images: [{
12905
+ image_sync: {
12906
+ chain_name: 'noble',
12907
+ base_denom: 'uusdc'
12908
+ },
12909
+ png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/_non-cosmos/ethereum/images/usdc.png',
12872
12910
  svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/_non-cosmos/ethereum/images/usdc.svg',
12873
- png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/_non-cosmos/ethereum/images/usdc.png'
12911
+ theme: {
12912
+ circle: true,
12913
+ primary_color_hex: '#2775CA'
12914
+ }
12874
12915
  }],
12875
12916
  logo_URIs: {
12876
- svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/_non-cosmos/ethereum/images/usdc.svg',
12877
- png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/_non-cosmos/ethereum/images/usdc.png'
12917
+ png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/_non-cosmos/ethereum/images/usdc.png',
12918
+ svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/_non-cosmos/ethereum/images/usdc.svg'
12878
12919
  }
12879
12920
  },
12880
12921
  {
@@ -13013,7 +13054,12 @@ const assets = {
13013
13054
  base_denom: 'sun'
13014
13055
  },
13015
13056
  png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/_non-cosmos/tron/images/trx.png',
13016
- svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/_non-cosmos/tron/images/trx.svg'
13057
+ svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/_non-cosmos/tron/images/trx.svg',
13058
+ theme: {
13059
+ circle: true,
13060
+ primary_color_hex: '#FF060A',
13061
+ background_color_hex: '#FF060A'
13062
+ }
13017
13063
  }],
13018
13064
  logo_URIs: {
13019
13065
  png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/_non-cosmos/tron/images/trx.png',
@@ -13131,11 +13177,14 @@ const assets = {
13131
13177
  base_denom: 'wei'
13132
13178
  },
13133
13179
  svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/_non-cosmos/ethereum/images/eth-white.svg',
13134
- png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/_non-cosmos/ethereum/images/eth-white.png'
13180
+ png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/_non-cosmos/ethereum/images/eth-white.png',
13181
+ theme: {
13182
+ primary_color_hex: '#303030'
13183
+ }
13135
13184
  }],
13136
13185
  logo_URIs: {
13137
- svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/_non-cosmos/ethereum/images/eth-white.svg',
13138
- png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/_non-cosmos/ethereum/images/eth-white.png'
13186
+ png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/_non-cosmos/ethereum/images/eth-white.png',
13187
+ svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/_non-cosmos/ethereum/images/eth-white.svg'
13139
13188
  },
13140
13189
  traces: [{
13141
13190
  type: 'ibc-cw20',
@@ -13172,10 +13221,17 @@ const assets = {
13172
13221
  chain_name: 'bitcoin',
13173
13222
  base_denom: 'sat'
13174
13223
  },
13175
- png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/_non-cosmos/bitcoin/images/btc.png'
13224
+ png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/_non-cosmos/bitcoin/images/btc.png',
13225
+ svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/_non-cosmos/bitcoin/images/btc.svg',
13226
+ theme: {
13227
+ primary_color_hex: '#f4941c',
13228
+ background_color_hex: '#f4941c',
13229
+ circle: true
13230
+ }
13176
13231
  }],
13177
13232
  logo_URIs: {
13178
- png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/_non-cosmos/bitcoin/images/btc.png'
13233
+ png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/_non-cosmos/bitcoin/images/btc.png',
13234
+ svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/_non-cosmos/bitcoin/images/btc.svg'
13179
13235
  },
13180
13236
  traces: [{
13181
13237
  type: 'ibc-cw20',
@@ -352,7 +352,9 @@ const assets = {
352
352
  png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/persistence/images/xprt.png',
353
353
  svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/persistence/images/xprt.svg',
354
354
  theme: {
355
- primary_color_hex: '#242424'
355
+ circle: true,
356
+ primary_color_hex: '#E59636',
357
+ background_color_hex: '#000000'
356
358
  }
357
359
  }],
358
360
  socials: {
@@ -844,7 +846,9 @@ const assets = {
844
846
  png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/persistence/images/xprt.png',
845
847
  svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/persistence/images/xprt.svg',
846
848
  theme: {
847
- primary_color_hex: '#242424'
849
+ circle: true,
850
+ primary_color_hex: '#E59636',
851
+ background_color_hex: '#000000'
848
852
  }
849
853
  }],
850
854
  socials: {
@@ -356,7 +356,9 @@ const assets = {
356
356
  png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/persistence/images/xprt.png',
357
357
  svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/persistence/images/xprt.svg',
358
358
  theme: {
359
- primary_color_hex: '#242424'
359
+ circle: true,
360
+ primary_color_hex: '#E59636',
361
+ background_color_hex: '#000000'
360
362
  }
361
363
  }],
362
364
  socials: {
@@ -894,7 +896,9 @@ const assets = {
894
896
  png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/persistence/images/xprt.png',
895
897
  svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/persistence/images/xprt.svg',
896
898
  theme: {
897
- primary_color_hex: '#242424'
899
+ circle: true,
900
+ primary_color_hex: '#E59636',
901
+ background_color_hex: '#000000'
898
902
  }
899
903
  }],
900
904
  socials: {
@@ -1194,7 +1194,9 @@ const assets = {
1194
1194
  png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/persistence/images/xprt.png',
1195
1195
  svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/persistence/images/xprt.svg',
1196
1196
  theme: {
1197
- primary_color_hex: '#242424'
1197
+ circle: true,
1198
+ primary_color_hex: '#E59636',
1199
+ background_color_hex: '#000000'
1198
1200
  }
1199
1201
  }],
1200
1202
  socials: {
@@ -2489,7 +2491,9 @@ const assets = {
2489
2491
  png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/persistence/images/xprt.png',
2490
2492
  svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/persistence/images/xprt.svg',
2491
2493
  theme: {
2492
- primary_color_hex: '#242424'
2494
+ circle: true,
2495
+ primary_color_hex: '#E59636',
2496
+ background_color_hex: '#000000'
2493
2497
  }
2494
2498
  }],
2495
2499
  socials: {
@@ -276,7 +276,9 @@ const assets = {
276
276
  png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/persistence/images/xprt.png',
277
277
  svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/persistence/images/xprt.svg',
278
278
  theme: {
279
- primary_color_hex: '#242424'
279
+ circle: true,
280
+ primary_color_hex: '#E59636',
281
+ background_color_hex: '#000000'
280
282
  }
281
283
  }],
282
284
  socials: {
@@ -692,7 +694,9 @@ const assets = {
692
694
  png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/persistence/images/xprt.png',
693
695
  svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/persistence/images/xprt.svg',
694
696
  theme: {
695
- primary_color_hex: '#242424'
697
+ circle: true,
698
+ primary_color_hex: '#E59636',
699
+ background_color_hex: '#000000'
696
700
  }
697
701
  }],
698
702
  socials: {
@@ -1623,7 +1623,9 @@ const assets = {
1623
1623
  png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/persistence/images/xprt.png',
1624
1624
  svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/persistence/images/xprt.svg',
1625
1625
  theme: {
1626
- primary_color_hex: '#242424'
1626
+ circle: true,
1627
+ primary_color_hex: '#E59636',
1628
+ background_color_hex: '#000000'
1627
1629
  }
1628
1630
  }],
1629
1631
  socials: {
@@ -6010,7 +6012,9 @@ const assets = {
6010
6012
  png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/persistence/images/xprt.png',
6011
6013
  svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/persistence/images/xprt.svg',
6012
6014
  theme: {
6013
- primary_color_hex: '#242424'
6015
+ circle: true,
6016
+ primary_color_hex: '#E59636',
6017
+ background_color_hex: '#000000'
6014
6018
  }
6015
6019
  }],
6016
6020
  socials: {
@@ -1115,7 +1115,9 @@ const assets = {
1115
1115
  png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/persistence/images/xprt.png',
1116
1116
  svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/persistence/images/xprt.svg',
1117
1117
  theme: {
1118
- primary_color_hex: '#242424'
1118
+ circle: true,
1119
+ primary_color_hex: '#E59636',
1120
+ background_color_hex: '#000000'
1119
1121
  }
1120
1122
  }],
1121
1123
  socials: {
@@ -2453,7 +2455,9 @@ const assets = {
2453
2455
  png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/persistence/images/xprt.png',
2454
2456
  svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/persistence/images/xprt.svg',
2455
2457
  theme: {
2456
- primary_color_hex: '#242424'
2458
+ circle: true,
2459
+ primary_color_hex: '#E59636',
2460
+ background_color_hex: '#000000'
2457
2461
  }
2458
2462
  }],
2459
2463
  socials: {
@@ -30,6 +30,7 @@ import _osmosistestnet4 from './osmosistestnet4';
30
30
  import _persistencetestnet2 from './persistencetestnet2';
31
31
  import _quicksilvertestnet from './quicksilvertestnet';
32
32
  import _sagatestnet from './sagatestnet';
33
+ import _seitestnet2 from './seitestnet2';
33
34
  import _sgetestnet from './sgetestnet';
34
35
  import _stargazetestnet from './stargazetestnet';
35
36
  import _swisstroniktestnet from './swisstroniktestnet';
@@ -37,5 +38,5 @@ import _symphonytestnet from './symphonytestnet';
37
38
  import _terra2testnet from './terra2testnet';
38
39
  import _titantestnet from './titantestnet';
39
40
  import _xiontestnet from './xiontestnet';
40
- const assets = [_akashtestnet, _archwaytestnet, _axelartestnet, _celestiatestnet3, _chain4energytestnet, _composabletestnet, _coreumtestnet, _cosmoshubtestnet, _doravotatestnet, _dydxtestnet, _elystestnet, _empowertestnet, _entrypointtestnet, _impacthubtestnet, _injectivetestnet, _jackaltestnet2, _junotestnet, _kujiratestnet, _kyvetestnet, _lavatestnet, _likecointestnet, _mantrachaintestnet, _marstestnet, _neutrontestnet, _nobletestnet, _noistestnet, _nolustestnet, _osmosistestnet, _osmosistestnet4, _persistencetestnet2, _quicksilvertestnet, _sagatestnet, _sgetestnet, _stargazetestnet, _swisstroniktestnet, _symphonytestnet, _terra2testnet, _titantestnet, _xiontestnet];
41
+ const assets = [_akashtestnet, _archwaytestnet, _axelartestnet, _celestiatestnet3, _chain4energytestnet, _composabletestnet, _coreumtestnet, _cosmoshubtestnet, _doravotatestnet, _dydxtestnet, _elystestnet, _empowertestnet, _entrypointtestnet, _impacthubtestnet, _injectivetestnet, _jackaltestnet2, _junotestnet, _kujiratestnet, _kyvetestnet, _lavatestnet, _likecointestnet, _mantrachaintestnet, _marstestnet, _neutrontestnet, _nobletestnet, _noistestnet, _nolustestnet, _osmosistestnet, _osmosistestnet4, _persistencetestnet2, _quicksilvertestnet, _sagatestnet, _seitestnet2, _sgetestnet, _stargazetestnet, _swisstroniktestnet, _symphonytestnet, _terra2testnet, _titantestnet, _xiontestnet];
41
42
  export default assets;
@@ -30,6 +30,7 @@ export * as osmosistestnet4 from './osmosistestnet4';
30
30
  export * as persistencetestnet2 from './persistencetestnet2';
31
31
  export * as quicksilvertestnet from './quicksilvertestnet';
32
32
  export * as sagatestnet from './sagatestnet';
33
+ export * as seitestnet2 from './seitestnet2';
33
34
  export * as sgetestnet from './sgetestnet';
34
35
  export * as stargazetestnet from './stargazetestnet';
35
36
  export * as swisstroniktestnet from './swisstroniktestnet';