@chain-registry/assets 1.64.79 → 1.64.80

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 (66) 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/chihuahua.js +6 -2
  5. package/esm/mainnet/comdex.js +6 -2
  6. package/esm/mainnet/cosmoshub.js +6 -2
  7. package/esm/mainnet/crescent.js +6 -2
  8. package/esm/mainnet/cryptoorgchain.js +6 -2
  9. package/esm/mainnet/dydx.js +6 -2
  10. package/esm/mainnet/gravitybridge.js +6 -2
  11. package/esm/mainnet/injective.js +6 -2
  12. package/esm/mainnet/irisnet.js +6 -2
  13. package/esm/mainnet/juno.js +6 -2
  14. package/esm/mainnet/kava.js +6 -2
  15. package/esm/mainnet/kujira.js +6 -2
  16. package/esm/mainnet/neutron.js +6 -2
  17. package/esm/mainnet/noble.js +26 -90
  18. package/esm/mainnet/osmosis.js +26 -90
  19. package/esm/mainnet/quicksilver.js +6 -2
  20. package/esm/mainnet/regen.js +6 -2
  21. package/esm/mainnet/secretnetwork.js +6 -2
  22. package/esm/mainnet/sentinel.js +6 -2
  23. package/esm/mainnet/sifchain.js +6 -2
  24. package/esm/mainnet/stargaze.js +6 -2
  25. package/esm/mainnet/starname.js +6 -2
  26. package/esm/mainnet/stride.js +6 -2
  27. package/esm/mainnet/umee.js +6 -2
  28. package/esm/testnet/assets.js +2 -1
  29. package/esm/testnet/index.js +1 -0
  30. package/esm/testnet/nobletestnet.js +64 -0
  31. package/esm/testnet/seitestnet2.js +178 -0
  32. package/index.d.ts +1 -1
  33. package/mainnet/agoric.js +6 -2
  34. package/mainnet/akash.js +6 -2
  35. package/mainnet/axelar.js +20 -88
  36. package/mainnet/chihuahua.js +6 -2
  37. package/mainnet/comdex.js +6 -2
  38. package/mainnet/cosmoshub.js +6 -2
  39. package/mainnet/crescent.js +6 -2
  40. package/mainnet/cryptoorgchain.js +6 -2
  41. package/mainnet/dydx.js +6 -2
  42. package/mainnet/gravitybridge.js +6 -2
  43. package/mainnet/injective.js +6 -2
  44. package/mainnet/irisnet.js +6 -2
  45. package/mainnet/juno.js +6 -2
  46. package/mainnet/kava.js +6 -2
  47. package/mainnet/kujira.js +6 -2
  48. package/mainnet/neutron.js +6 -2
  49. package/mainnet/noble.js +26 -90
  50. package/mainnet/osmosis.js +26 -90
  51. package/mainnet/quicksilver.js +6 -2
  52. package/mainnet/regen.js +6 -2
  53. package/mainnet/secretnetwork.js +6 -2
  54. package/mainnet/sentinel.js +6 -2
  55. package/mainnet/sifchain.js +6 -2
  56. package/mainnet/stargaze.js +6 -2
  57. package/mainnet/starname.js +6 -2
  58. package/mainnet/stride.js +6 -2
  59. package/mainnet/umee.js +6 -2
  60. package/package.json +5 -5
  61. package/testnet/assets.js +2 -1
  62. package/testnet/index.d.ts +1 -0
  63. package/testnet/index.js +2 -1
  64. package/testnet/nobletestnet.js +64 -0
  65. package/testnet/seitestnet2.d.ts +3 -0
  66. 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: {
@@ -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: {
@@ -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: {
@@ -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';
@@ -313,6 +313,38 @@ const assets = {
313
313
  }
314
314
  }]
315
315
  },
316
+ {
317
+ description: 'The native staking and governance token of the Atlantic testnet version of Sei.',
318
+ denom_units: [{
319
+ denom: 'ibc/C27A06C741FEAFE57DE859ECFAA568928862219C0301F44A98D9B1A1770B1933',
320
+ exponent: 0,
321
+ aliases: ['usei']
322
+ }, {
323
+ denom: 'sei',
324
+ exponent: 6
325
+ }],
326
+ base: 'ibc/C27A06C741FEAFE57DE859ECFAA568928862219C0301F44A98D9B1A1770B1933',
327
+ name: 'Sei',
328
+ display: 'sei',
329
+ symbol: 'SEI',
330
+ logo_URIs: {
331
+ png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/testnets/seitestnet2/images/sei.png'
332
+ },
333
+ images: [{
334
+ png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/testnets/seitestnet2/images/sei.png'
335
+ }],
336
+ traces: [{
337
+ type: 'ibc',
338
+ counterparty: {
339
+ channel_id: 'channel-75',
340
+ base_denom: 'usei',
341
+ chain_name: 'seitestnet2'
342
+ },
343
+ chain: {
344
+ channel_id: 'channel-23'
345
+ }
346
+ }]
347
+ },
316
348
  {
317
349
  description: 'The native token of the Titan network.',
318
350
  denom_units: [
@@ -539,6 +571,38 @@ const assets = {
539
571
  }
540
572
  }]
541
573
  },
574
+ {
575
+ description: 'The native staking and governance token of the Atlantic testnet version of Sei.',
576
+ denom_units: [{
577
+ denom: 'ibc/C27A06C741FEAFE57DE859ECFAA568928862219C0301F44A98D9B1A1770B1933',
578
+ exponent: 0,
579
+ aliases: ['usei']
580
+ }, {
581
+ denom: 'sei',
582
+ exponent: 6
583
+ }],
584
+ base: 'ibc/C27A06C741FEAFE57DE859ECFAA568928862219C0301F44A98D9B1A1770B1933',
585
+ name: 'Sei',
586
+ display: 'sei',
587
+ symbol: 'SEI',
588
+ logo_URIs: {
589
+ png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/testnets/seitestnet2/images/sei.png'
590
+ },
591
+ images: [{
592
+ png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/testnets/seitestnet2/images/sei.png'
593
+ }],
594
+ traces: [{
595
+ type: 'ibc',
596
+ counterparty: {
597
+ channel_id: 'channel-75',
598
+ base_denom: 'usei',
599
+ chain_name: 'seitestnet2'
600
+ },
601
+ chain: {
602
+ channel_id: 'channel-23'
603
+ }
604
+ }]
605
+ },
542
606
  {
543
607
  description: 'The native token of the Titan network.',
544
608
  denom_units: [
@@ -0,0 +1,178 @@
1
+ const assets = {
2
+ chain_name: 'seitestnet2',
3
+ assets: [
4
+ {
5
+ description: 'The controlled staking asset for Noble Chain',
6
+ denom_units: [{
7
+ denom: 'ibc/8441CDD982532F04D01A7FCFA2BCC71A7452FB4B104A783807A3BD45D48C2829',
8
+ exponent: 0,
9
+ aliases: ['ustake']
10
+ }, {
11
+ denom: 'stake',
12
+ exponent: 6
13
+ }],
14
+ base: 'ibc/8441CDD982532F04D01A7FCFA2BCC71A7452FB4B104A783807A3BD45D48C2829',
15
+ name: 'Stake',
16
+ display: 'stake',
17
+ symbol: 'STAKE',
18
+ traces: [{
19
+ type: 'ibc',
20
+ counterparty: {
21
+ channel_id: 'channel-23',
22
+ base_denom: 'ustake',
23
+ chain_name: 'nobletestnet'
24
+ },
25
+ chain: {
26
+ channel_id: 'channel-75'
27
+ }
28
+ }]
29
+ },
30
+ {
31
+ description: 'Love is a test tokenfactory asset controlled by the Strangelove Team',
32
+ denom_units: [{
33
+ denom: 'ibc/B8B7519F1012740D01B7DE5B307CC927F6107E9F19382E64E55BDE061D9B29D8',
34
+ exponent: 0,
35
+ aliases: ['ulove']
36
+ }, {
37
+ denom: 'love',
38
+ exponent: 6
39
+ }],
40
+ base: 'ibc/B8B7519F1012740D01B7DE5B307CC927F6107E9F19382E64E55BDE061D9B29D8',
41
+ display: 'love',
42
+ name: 'Love',
43
+ symbol: 'LOVE',
44
+ traces: [{
45
+ type: 'ibc',
46
+ counterparty: {
47
+ channel_id: 'channel-23',
48
+ base_denom: 'ulove',
49
+ chain_name: 'nobletestnet'
50
+ },
51
+ chain: {
52
+ channel_id: 'channel-75'
53
+ }
54
+ }]
55
+ },
56
+ {
57
+ description: 'Ondo US Dollar Yield',
58
+ denom_units: [{
59
+ denom: 'ibc/51E101F17A1B096FF26F5A972BCB58771ED5DB0FADE92E62C84BD830083A1139',
60
+ exponent: 0,
61
+ aliases: ['ausdy']
62
+ }, {
63
+ denom: 'usdy',
64
+ exponent: 18
65
+ }],
66
+ base: 'ibc/51E101F17A1B096FF26F5A972BCB58771ED5DB0FADE92E62C84BD830083A1139',
67
+ display: 'usdy',
68
+ name: 'Ondo US Dollar Yield',
69
+ symbol: 'USDY',
70
+ logo_URIs: {
71
+ png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/testnets/nobletestnet/images/usdy.png',
72
+ svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/testnets/nobletestnet/images/usdy.svg'
73
+ },
74
+ images: [{
75
+ png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/testnets/nobletestnet/images/usdy.png',
76
+ svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/testnets/nobletestnet/images/usdy.svg'
77
+ }],
78
+ traces: [{
79
+ type: 'ibc',
80
+ counterparty: {
81
+ channel_id: 'channel-23',
82
+ base_denom: 'ausdy',
83
+ chain_name: 'nobletestnet'
84
+ },
85
+ chain: {
86
+ channel_id: 'channel-75'
87
+ }
88
+ }]
89
+ },
90
+ {
91
+ description: 'The controlled staking asset for Noble Chain',
92
+ denom_units: [{
93
+ denom: 'ibc/8441CDD982532F04D01A7FCFA2BCC71A7452FB4B104A783807A3BD45D48C2829',
94
+ exponent: 0,
95
+ aliases: ['ustake']
96
+ }, {
97
+ denom: 'stake',
98
+ exponent: 6
99
+ }],
100
+ base: 'ibc/8441CDD982532F04D01A7FCFA2BCC71A7452FB4B104A783807A3BD45D48C2829',
101
+ name: 'Stake',
102
+ display: 'stake',
103
+ symbol: 'STAKE',
104
+ traces: [{
105
+ type: 'ibc',
106
+ counterparty: {
107
+ channel_id: 'channel-23',
108
+ base_denom: 'ustake',
109
+ chain_name: 'nobletestnet'
110
+ },
111
+ chain: {
112
+ channel_id: 'channel-75'
113
+ }
114
+ }]
115
+ },
116
+ {
117
+ description: 'Love is a test tokenfactory asset controlled by the Strangelove Team',
118
+ denom_units: [{
119
+ denom: 'ibc/B8B7519F1012740D01B7DE5B307CC927F6107E9F19382E64E55BDE061D9B29D8',
120
+ exponent: 0,
121
+ aliases: ['ulove']
122
+ }, {
123
+ denom: 'love',
124
+ exponent: 6
125
+ }],
126
+ base: 'ibc/B8B7519F1012740D01B7DE5B307CC927F6107E9F19382E64E55BDE061D9B29D8',
127
+ display: 'love',
128
+ name: 'Love',
129
+ symbol: 'LOVE',
130
+ traces: [{
131
+ type: 'ibc',
132
+ counterparty: {
133
+ channel_id: 'channel-23',
134
+ base_denom: 'ulove',
135
+ chain_name: 'nobletestnet'
136
+ },
137
+ chain: {
138
+ channel_id: 'channel-75'
139
+ }
140
+ }]
141
+ },
142
+ {
143
+ description: 'Ondo US Dollar Yield',
144
+ denom_units: [{
145
+ denom: 'ibc/51E101F17A1B096FF26F5A972BCB58771ED5DB0FADE92E62C84BD830083A1139',
146
+ exponent: 0,
147
+ aliases: ['ausdy']
148
+ }, {
149
+ denom: 'usdy',
150
+ exponent: 18
151
+ }],
152
+ base: 'ibc/51E101F17A1B096FF26F5A972BCB58771ED5DB0FADE92E62C84BD830083A1139',
153
+ display: 'usdy',
154
+ name: 'Ondo US Dollar Yield',
155
+ symbol: 'USDY',
156
+ logo_URIs: {
157
+ png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/testnets/nobletestnet/images/usdy.png',
158
+ svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/testnets/nobletestnet/images/usdy.svg'
159
+ },
160
+ images: [{
161
+ png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/testnets/nobletestnet/images/usdy.png',
162
+ svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/testnets/nobletestnet/images/usdy.svg'
163
+ }],
164
+ traces: [{
165
+ type: 'ibc',
166
+ counterparty: {
167
+ channel_id: 'channel-23',
168
+ base_denom: 'ausdy',
169
+ chain_name: 'nobletestnet'
170
+ },
171
+ chain: {
172
+ channel_id: 'channel-75'
173
+ }
174
+ }]
175
+ }
176
+ ]
177
+ };
178
+ export default assets;