@chain-registry/assets 1.70.226 → 1.70.228

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 (45) hide show
  1. package/esm/mainnet/akash.js +4 -4
  2. package/esm/mainnet/axelar.js +4 -4
  3. package/esm/mainnet/beezee.js +78 -0
  4. package/esm/mainnet/cosmoshub.js +6 -4
  5. package/esm/mainnet/cryptoorgchain.js +4 -4
  6. package/esm/mainnet/decentr.js +4 -4
  7. package/esm/mainnet/elys.js +2 -0
  8. package/esm/mainnet/initia.js +86 -0
  9. package/esm/mainnet/injective.js +2 -0
  10. package/esm/mainnet/irisnet.js +4 -4
  11. package/esm/mainnet/medasdigital.js +4 -4
  12. package/esm/mainnet/milkyway.js +80 -0
  13. package/esm/mainnet/noble.js +2 -0
  14. package/esm/mainnet/osmosis.js +84 -4
  15. package/esm/mainnet/persistence.js +4 -4
  16. package/esm/mainnet/planq.js +2 -0
  17. package/esm/mainnet/regen.js +4 -4
  18. package/esm/mainnet/secretnetwork.js +4 -4
  19. package/esm/mainnet/sifchain.js +4 -4
  20. package/esm/mainnet/starname.js +4 -4
  21. package/esm/mainnet/stride.js +2 -0
  22. package/esm/mainnet/terra2.js +2 -0
  23. package/mainnet/akash.js +4 -4
  24. package/mainnet/axelar.js +4 -4
  25. package/mainnet/beezee.js +78 -0
  26. package/mainnet/cosmoshub.js +6 -4
  27. package/mainnet/cryptoorgchain.js +4 -4
  28. package/mainnet/decentr.js +4 -4
  29. package/mainnet/elys.js +2 -0
  30. package/mainnet/initia.js +86 -0
  31. package/mainnet/injective.js +2 -0
  32. package/mainnet/irisnet.js +4 -4
  33. package/mainnet/medasdigital.js +4 -4
  34. package/mainnet/milkyway.js +80 -0
  35. package/mainnet/noble.js +2 -0
  36. package/mainnet/osmosis.js +84 -4
  37. package/mainnet/persistence.js +4 -4
  38. package/mainnet/planq.js +2 -0
  39. package/mainnet/regen.js +4 -4
  40. package/mainnet/secretnetwork.js +4 -4
  41. package/mainnet/sifchain.js +4 -4
  42. package/mainnet/starname.js +4 -4
  43. package/mainnet/stride.js +2 -0
  44. package/mainnet/terra2.js +2 -0
  45. package/package.json +5 -5
@@ -632,6 +632,45 @@ const assets = {
632
632
  }
633
633
  }]
634
634
  },
635
+ {
636
+ description: 'The fee token of AtomOne',
637
+ denom_units: [{
638
+ denom: 'ibc/D6E02C5AE8A37FC2E3AB1FC8AC168878ADB870549383DFFEA9FD020C234520A7',
639
+ exponent: 0,
640
+ aliases: ['uphoton']
641
+ }, {
642
+ denom: 'photon',
643
+ exponent: 6
644
+ }],
645
+ base: 'ibc/D6E02C5AE8A37FC2E3AB1FC8AC168878ADB870549383DFFEA9FD020C234520A7',
646
+ name: 'Photon',
647
+ display: 'photon',
648
+ symbol: 'PHOTON',
649
+ logo_URIs: {
650
+ png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/atomone/images/photon.png',
651
+ svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/atomone/images/photon.svg'
652
+ },
653
+ images: [{
654
+ png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/atomone/images/photon.png',
655
+ svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/atomone/images/photon.svg'
656
+ }],
657
+ type_asset: 'sdk.coin',
658
+ socials: {
659
+ website: 'https://atom.one',
660
+ twitter: 'https://x.com/_atomone'
661
+ },
662
+ traces: [{
663
+ type: 'ibc',
664
+ counterparty: {
665
+ channel_id: 'channel-2',
666
+ base_denom: 'uphoton',
667
+ chain_name: 'atomone'
668
+ },
669
+ chain: {
670
+ channel_id: 'channel-94814'
671
+ }
672
+ }]
673
+ },
635
674
  {
636
675
  description: 'The native token of Aura Network',
637
676
  denom_units: [{
@@ -4538,6 +4577,7 @@ const assets = {
4538
4577
  'automations'
4539
4578
  ],
4540
4579
  socials: {
4580
+ website: 'https://kopi.money/',
4541
4581
  twitter: 'https://x.com/kopi_money',
4542
4582
  discord: 'https://discord.gg/kopi-money'
4543
4583
  },
@@ -7063,6 +7103,45 @@ const assets = {
7063
7103
  }
7064
7104
  }]
7065
7105
  },
7106
+ {
7107
+ description: 'The fee token of AtomOne',
7108
+ denom_units: [{
7109
+ denom: 'ibc/D6E02C5AE8A37FC2E3AB1FC8AC168878ADB870549383DFFEA9FD020C234520A7',
7110
+ exponent: 0,
7111
+ aliases: ['uphoton']
7112
+ }, {
7113
+ denom: 'photon',
7114
+ exponent: 6
7115
+ }],
7116
+ base: 'ibc/D6E02C5AE8A37FC2E3AB1FC8AC168878ADB870549383DFFEA9FD020C234520A7',
7117
+ name: 'Photon',
7118
+ display: 'photon',
7119
+ symbol: 'PHOTON',
7120
+ logo_URIs: {
7121
+ png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/atomone/images/photon.png',
7122
+ svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/atomone/images/photon.svg'
7123
+ },
7124
+ images: [{
7125
+ png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/atomone/images/photon.png',
7126
+ svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/atomone/images/photon.svg'
7127
+ }],
7128
+ type_asset: 'sdk.coin',
7129
+ socials: {
7130
+ website: 'https://atom.one',
7131
+ twitter: 'https://x.com/_atomone'
7132
+ },
7133
+ traces: [{
7134
+ type: 'ibc',
7135
+ counterparty: {
7136
+ channel_id: 'channel-2',
7137
+ base_denom: 'uphoton',
7138
+ chain_name: 'atomone'
7139
+ },
7140
+ chain: {
7141
+ channel_id: 'channel-94814'
7142
+ }
7143
+ }]
7144
+ },
7066
7145
  {
7067
7146
  description: 'The native token of Aura Network',
7068
7147
  denom_units: [{
@@ -10969,6 +11048,7 @@ const assets = {
10969
11048
  'automations'
10970
11049
  ],
10971
11050
  socials: {
11051
+ website: 'https://kopi.money/',
10972
11052
  twitter: 'https://x.com/kopi_money',
10973
11053
  discord: 'https://discord.gg/kopi-money'
10974
11054
  },
@@ -19099,7 +19179,7 @@ const assets = {
19099
19179
  base: 'ibc/9712DBB13B9631EDFA9BF61B55F1B2D290B2ADB67E3A4EB3A875F3B6081B3B84',
19100
19180
  name: 'Sentinel',
19101
19181
  display: 'dvpn',
19102
- symbol: 'DVPN',
19182
+ symbol: 'P2P',
19103
19183
  logo_URIs: {
19104
19184
  png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/sentinel/images/dvpn.png',
19105
19185
  svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/sentinel/images/dvpn.svg'
@@ -19114,7 +19194,7 @@ const assets = {
19114
19194
  }],
19115
19195
  socials: {
19116
19196
  website: 'https://www.sentinel.co/',
19117
- twitter: 'https://x.com/SentinelDVPN'
19197
+ twitter: 'https://x.com/SentinelP2P'
19118
19198
  },
19119
19199
  type_asset: 'sdk.coin',
19120
19200
  traces: [{
@@ -27293,7 +27373,7 @@ const assets = {
27293
27373
  base: 'ibc/9712DBB13B9631EDFA9BF61B55F1B2D290B2ADB67E3A4EB3A875F3B6081B3B84',
27294
27374
  name: 'Sentinel',
27295
27375
  display: 'dvpn',
27296
- symbol: 'DVPN',
27376
+ symbol: 'P2P',
27297
27377
  logo_URIs: {
27298
27378
  png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/sentinel/images/dvpn.png',
27299
27379
  svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/sentinel/images/dvpn.svg'
@@ -27308,7 +27388,7 @@ const assets = {
27308
27388
  }],
27309
27389
  socials: {
27310
27390
  website: 'https://www.sentinel.co/',
27311
- twitter: 'https://x.com/SentinelDVPN'
27391
+ twitter: 'https://x.com/SentinelP2P'
27312
27392
  },
27313
27393
  type_asset: 'sdk.coin',
27314
27394
  traces: [{
@@ -3258,7 +3258,7 @@ const assets = {
3258
3258
  base: 'ibc/4F03563F9E504B0C147FD395DBCF0A41A45E9A1134DFEC83A94B5E11D43EAA04',
3259
3259
  name: 'Sentinel',
3260
3260
  display: 'dvpn',
3261
- symbol: 'DVPN',
3261
+ symbol: 'P2P',
3262
3262
  logo_URIs: {
3263
3263
  png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/sentinel/images/dvpn.png',
3264
3264
  svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/sentinel/images/dvpn.svg'
@@ -3273,7 +3273,7 @@ const assets = {
3273
3273
  }],
3274
3274
  socials: {
3275
3275
  website: 'https://www.sentinel.co/',
3276
- twitter: 'https://x.com/SentinelDVPN'
3276
+ twitter: 'https://x.com/SentinelP2P'
3277
3277
  },
3278
3278
  type_asset: 'sdk.coin',
3279
3279
  traces: [{
@@ -3672,7 +3672,7 @@ const assets = {
3672
3672
  base: 'ibc/4F03563F9E504B0C147FD395DBCF0A41A45E9A1134DFEC83A94B5E11D43EAA04',
3673
3673
  name: 'Sentinel',
3674
3674
  display: 'dvpn',
3675
- symbol: 'DVPN',
3675
+ symbol: 'P2P',
3676
3676
  logo_URIs: {
3677
3677
  png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/sentinel/images/dvpn.png',
3678
3678
  svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/sentinel/images/dvpn.svg'
@@ -3687,7 +3687,7 @@ const assets = {
3687
3687
  }],
3688
3688
  socials: {
3689
3689
  website: 'https://www.sentinel.co/',
3690
- twitter: 'https://x.com/SentinelDVPN'
3690
+ twitter: 'https://x.com/SentinelP2P'
3691
3691
  },
3692
3692
  type_asset: 'sdk.coin',
3693
3693
  traces: [{
@@ -198,6 +198,7 @@ const assets = {
198
198
  'automations'
199
199
  ],
200
200
  socials: {
201
+ website: 'https://kopi.money/',
201
202
  twitter: 'https://x.com/kopi_money',
202
203
  discord: 'https://discord.gg/kopi-money'
203
204
  },
@@ -873,6 +874,7 @@ const assets = {
873
874
  'automations'
874
875
  ],
875
876
  socials: {
877
+ website: 'https://kopi.money/',
876
878
  twitter: 'https://x.com/kopi_money',
877
879
  discord: 'https://discord.gg/kopi-money'
878
880
  },
@@ -1100,7 +1100,7 @@ const assets = {
1100
1100
  base: 'ibc/6E2A72B5B5C2143E65069C2F8521094391330144DD85691DD443508BAFF9081D',
1101
1101
  name: 'Sentinel',
1102
1102
  display: 'dvpn',
1103
- symbol: 'DVPN',
1103
+ symbol: 'P2P',
1104
1104
  logo_URIs: {
1105
1105
  png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/sentinel/images/dvpn.png',
1106
1106
  svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/sentinel/images/dvpn.svg'
@@ -1115,7 +1115,7 @@ const assets = {
1115
1115
  }],
1116
1116
  socials: {
1117
1117
  website: 'https://www.sentinel.co/',
1118
- twitter: 'https://x.com/SentinelDVPN'
1118
+ twitter: 'https://x.com/SentinelP2P'
1119
1119
  },
1120
1120
  type_asset: 'sdk.coin',
1121
1121
  traces: [{
@@ -1264,7 +1264,7 @@ const assets = {
1264
1264
  base: 'ibc/6E2A72B5B5C2143E65069C2F8521094391330144DD85691DD443508BAFF9081D',
1265
1265
  name: 'Sentinel',
1266
1266
  display: 'dvpn',
1267
- symbol: 'DVPN',
1267
+ symbol: 'P2P',
1268
1268
  logo_URIs: {
1269
1269
  png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/sentinel/images/dvpn.png',
1270
1270
  svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/sentinel/images/dvpn.svg'
@@ -1279,7 +1279,7 @@ const assets = {
1279
1279
  }],
1280
1280
  socials: {
1281
1281
  website: 'https://www.sentinel.co/',
1282
- twitter: 'https://x.com/SentinelDVPN'
1282
+ twitter: 'https://x.com/SentinelP2P'
1283
1283
  },
1284
1284
  type_asset: 'sdk.coin',
1285
1285
  traces: [{
@@ -4526,7 +4526,7 @@ const assets = {
4526
4526
  base: 'ibc/E83107E876FF194B54E9AC3099E49DBB7728156F250ABD3E997D2B7E89E0810B',
4527
4527
  name: 'Sentinel',
4528
4528
  display: 'dvpn',
4529
- symbol: 'DVPN',
4529
+ symbol: 'P2P',
4530
4530
  logo_URIs: {
4531
4531
  png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/sentinel/images/dvpn.png',
4532
4532
  svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/sentinel/images/dvpn.svg'
@@ -4541,7 +4541,7 @@ const assets = {
4541
4541
  }],
4542
4542
  socials: {
4543
4543
  website: 'https://www.sentinel.co/',
4544
- twitter: 'https://x.com/SentinelDVPN'
4544
+ twitter: 'https://x.com/SentinelP2P'
4545
4545
  },
4546
4546
  type_asset: 'sdk.coin',
4547
4547
  traces: [{
@@ -5898,7 +5898,7 @@ const assets = {
5898
5898
  base: 'ibc/E83107E876FF194B54E9AC3099E49DBB7728156F250ABD3E997D2B7E89E0810B',
5899
5899
  name: 'Sentinel',
5900
5900
  display: 'dvpn',
5901
- symbol: 'DVPN',
5901
+ symbol: 'P2P',
5902
5902
  logo_URIs: {
5903
5903
  png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/sentinel/images/dvpn.png',
5904
5904
  svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/sentinel/images/dvpn.svg'
@@ -5913,7 +5913,7 @@ const assets = {
5913
5913
  }],
5914
5914
  socials: {
5915
5915
  website: 'https://www.sentinel.co/',
5916
- twitter: 'https://x.com/SentinelDVPN'
5916
+ twitter: 'https://x.com/SentinelP2P'
5917
5917
  },
5918
5918
  type_asset: 'sdk.coin',
5919
5919
  traces: [{
@@ -519,7 +519,7 @@ const assets = {
519
519
  base: 'ibc/21CB41565FCA19AB6613EE06B0D56E588E0DC3E53FF94BA499BB9635794A1A35',
520
520
  name: 'Sentinel',
521
521
  display: 'dvpn',
522
- symbol: 'DVPN',
522
+ symbol: 'P2P',
523
523
  logo_URIs: {
524
524
  png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/sentinel/images/dvpn.png',
525
525
  svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/sentinel/images/dvpn.svg'
@@ -534,7 +534,7 @@ const assets = {
534
534
  }],
535
535
  socials: {
536
536
  website: 'https://www.sentinel.co/',
537
- twitter: 'https://x.com/SentinelDVPN'
537
+ twitter: 'https://x.com/SentinelP2P'
538
538
  },
539
539
  type_asset: 'sdk.coin',
540
540
  traces: [{
@@ -1067,7 +1067,7 @@ const assets = {
1067
1067
  base: 'ibc/21CB41565FCA19AB6613EE06B0D56E588E0DC3E53FF94BA499BB9635794A1A35',
1068
1068
  name: 'Sentinel',
1069
1069
  display: 'dvpn',
1070
- symbol: 'DVPN',
1070
+ symbol: 'P2P',
1071
1071
  logo_URIs: {
1072
1072
  png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/sentinel/images/dvpn.png',
1073
1073
  svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/sentinel/images/dvpn.svg'
@@ -1082,7 +1082,7 @@ const assets = {
1082
1082
  }],
1083
1083
  socials: {
1084
1084
  website: 'https://www.sentinel.co/',
1085
- twitter: 'https://x.com/SentinelDVPN'
1085
+ twitter: 'https://x.com/SentinelP2P'
1086
1086
  },
1087
1087
  type_asset: 'sdk.coin',
1088
1088
  traces: [{
@@ -397,7 +397,7 @@ const assets = {
397
397
  base: 'ibc/6E2A72B5B5C2143E65069C2F8521094391330144DD85691DD443508BAFF9081D',
398
398
  name: 'Sentinel',
399
399
  display: 'dvpn',
400
- symbol: 'DVPN',
400
+ symbol: 'P2P',
401
401
  logo_URIs: {
402
402
  png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/sentinel/images/dvpn.png',
403
403
  svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/sentinel/images/dvpn.svg'
@@ -412,7 +412,7 @@ const assets = {
412
412
  }],
413
413
  socials: {
414
414
  website: 'https://www.sentinel.co/',
415
- twitter: 'https://x.com/SentinelDVPN'
415
+ twitter: 'https://x.com/SentinelP2P'
416
416
  },
417
417
  type_asset: 'sdk.coin',
418
418
  traces: [{
@@ -823,7 +823,7 @@ const assets = {
823
823
  base: 'ibc/6E2A72B5B5C2143E65069C2F8521094391330144DD85691DD443508BAFF9081D',
824
824
  name: 'Sentinel',
825
825
  display: 'dvpn',
826
- symbol: 'DVPN',
826
+ symbol: 'P2P',
827
827
  logo_URIs: {
828
828
  png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/sentinel/images/dvpn.png',
829
829
  svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/sentinel/images/dvpn.svg'
@@ -838,7 +838,7 @@ const assets = {
838
838
  }],
839
839
  socials: {
840
840
  website: 'https://www.sentinel.co/',
841
- twitter: 'https://x.com/SentinelDVPN'
841
+ twitter: 'https://x.com/SentinelP2P'
842
842
  },
843
843
  type_asset: 'sdk.coin',
844
844
  traces: [{
@@ -1378,6 +1378,7 @@ const assets = {
1378
1378
  'automations'
1379
1379
  ],
1380
1380
  socials: {
1381
+ website: 'https://kopi.money/',
1381
1382
  twitter: 'https://x.com/kopi_money',
1382
1383
  discord: 'https://discord.gg/kopi-money'
1383
1384
  },
@@ -8512,6 +8513,7 @@ const assets = {
8512
8513
  'automations'
8513
8514
  ],
8514
8515
  socials: {
8516
+ website: 'https://kopi.money/',
8515
8517
  twitter: 'https://x.com/kopi_money',
8516
8518
  discord: 'https://discord.gg/kopi-money'
8517
8519
  },
@@ -1449,6 +1449,7 @@ const assets = {
1449
1449
  'automations'
1450
1450
  ],
1451
1451
  socials: {
1452
+ website: 'https://kopi.money/',
1452
1453
  twitter: 'https://x.com/kopi_money',
1453
1454
  discord: 'https://discord.gg/kopi-money'
1454
1455
  },
@@ -9825,6 +9826,7 @@ const assets = {
9825
9826
  'automations'
9826
9827
  ],
9827
9828
  socials: {
9829
+ website: 'https://kopi.money/',
9828
9830
  twitter: 'https://x.com/kopi_money',
9829
9831
  discord: 'https://discord.gg/kopi-money'
9830
9832
  },
package/mainnet/akash.js CHANGED
@@ -850,7 +850,7 @@ const assets = {
850
850
  base: 'ibc/0FD5103C7353F0C68F33B60ED7F99B3B5DF90CA947263FFC85BB5A9BEE3060E5',
851
851
  name: 'Sentinel',
852
852
  display: 'dvpn',
853
- symbol: 'DVPN',
853
+ symbol: 'P2P',
854
854
  logo_URIs: {
855
855
  png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/sentinel/images/dvpn.png',
856
856
  svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/sentinel/images/dvpn.svg'
@@ -865,7 +865,7 @@ const assets = {
865
865
  }],
866
866
  socials: {
867
867
  website: 'https://www.sentinel.co/',
868
- twitter: 'https://x.com/SentinelDVPN'
868
+ twitter: 'https://x.com/SentinelP2P'
869
869
  },
870
870
  type_asset: 'sdk.coin',
871
871
  traces: [{
@@ -1852,7 +1852,7 @@ const assets = {
1852
1852
  base: 'ibc/0FD5103C7353F0C68F33B60ED7F99B3B5DF90CA947263FFC85BB5A9BEE3060E5',
1853
1853
  name: 'Sentinel',
1854
1854
  display: 'dvpn',
1855
- symbol: 'DVPN',
1855
+ symbol: 'P2P',
1856
1856
  logo_URIs: {
1857
1857
  png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/sentinel/images/dvpn.png',
1858
1858
  svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/sentinel/images/dvpn.svg'
@@ -1867,7 +1867,7 @@ const assets = {
1867
1867
  }],
1868
1868
  socials: {
1869
1869
  website: 'https://www.sentinel.co/',
1870
- twitter: 'https://x.com/SentinelDVPN'
1870
+ twitter: 'https://x.com/SentinelP2P'
1871
1871
  },
1872
1872
  type_asset: 'sdk.coin',
1873
1873
  traces: [{
package/mainnet/axelar.js CHANGED
@@ -8336,7 +8336,7 @@ const assets = {
8336
8336
  base: 'ibc/0BAF18A6E6D2F9886005DC2C365E142074DF47094FB1E621ED3089BD8B02D15B',
8337
8337
  name: 'Sentinel',
8338
8338
  display: 'dvpn',
8339
- symbol: 'DVPN',
8339
+ symbol: 'P2P',
8340
8340
  logo_URIs: {
8341
8341
  png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/sentinel/images/dvpn.png',
8342
8342
  svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/sentinel/images/dvpn.svg'
@@ -8351,7 +8351,7 @@ const assets = {
8351
8351
  }],
8352
8352
  socials: {
8353
8353
  website: 'https://www.sentinel.co/',
8354
- twitter: 'https://x.com/SentinelDVPN'
8354
+ twitter: 'https://x.com/SentinelP2P'
8355
8355
  },
8356
8356
  type_asset: 'sdk.coin',
8357
8357
  traces: [{
@@ -16391,7 +16391,7 @@ const assets = {
16391
16391
  base: 'ibc/0BAF18A6E6D2F9886005DC2C365E142074DF47094FB1E621ED3089BD8B02D15B',
16392
16392
  name: 'Sentinel',
16393
16393
  display: 'dvpn',
16394
- symbol: 'DVPN',
16394
+ symbol: 'P2P',
16395
16395
  logo_URIs: {
16396
16396
  png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/sentinel/images/dvpn.png',
16397
16397
  svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/sentinel/images/dvpn.svg'
@@ -16406,7 +16406,7 @@ const assets = {
16406
16406
  }],
16407
16407
  socials: {
16408
16408
  website: 'https://www.sentinel.co/',
16409
- twitter: 'https://x.com/SentinelDVPN'
16409
+ twitter: 'https://x.com/SentinelP2P'
16410
16410
  },
16411
16411
  type_asset: 'sdk.coin',
16412
16412
  traces: [{
package/mainnet/beezee.js CHANGED
@@ -127,6 +127,45 @@ const assets = {
127
127
  }
128
128
  }]
129
129
  },
130
+ {
131
+ description: 'The fee token of AtomOne',
132
+ denom_units: [{
133
+ denom: 'ibc/82931180F0962712BFABB189083A94C77EA90E269ABFC6D310AF922B2B14E011',
134
+ exponent: 0,
135
+ aliases: ['uphoton']
136
+ }, {
137
+ denom: 'photon',
138
+ exponent: 6
139
+ }],
140
+ base: 'ibc/82931180F0962712BFABB189083A94C77EA90E269ABFC6D310AF922B2B14E011',
141
+ name: 'Photon',
142
+ display: 'photon',
143
+ symbol: 'PHOTON',
144
+ logo_URIs: {
145
+ png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/atomone/images/photon.png',
146
+ svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/atomone/images/photon.svg'
147
+ },
148
+ images: [{
149
+ png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/atomone/images/photon.png',
150
+ svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/atomone/images/photon.svg'
151
+ }],
152
+ type_asset: 'sdk.coin',
153
+ socials: {
154
+ website: 'https://atom.one',
155
+ twitter: 'https://x.com/_atomone'
156
+ },
157
+ traces: [{
158
+ type: 'ibc',
159
+ counterparty: {
160
+ channel_id: 'channel-1',
161
+ base_denom: 'uphoton',
162
+ chain_name: 'atomone'
163
+ },
164
+ chain: {
165
+ channel_id: 'channel-6'
166
+ }
167
+ }]
168
+ },
130
169
  {
131
170
  description: 'Archway is a smart contract platform in the Cosmos ecosystem designed to reward developers by providing them with a share of transaction fees generated by their applications.',
132
171
  denom_units: [
@@ -251,6 +290,45 @@ const assets = {
251
290
  }
252
291
  }]
253
292
  },
293
+ {
294
+ description: 'The fee token of AtomOne',
295
+ denom_units: [{
296
+ denom: 'ibc/82931180F0962712BFABB189083A94C77EA90E269ABFC6D310AF922B2B14E011',
297
+ exponent: 0,
298
+ aliases: ['uphoton']
299
+ }, {
300
+ denom: 'photon',
301
+ exponent: 6
302
+ }],
303
+ base: 'ibc/82931180F0962712BFABB189083A94C77EA90E269ABFC6D310AF922B2B14E011',
304
+ name: 'Photon',
305
+ display: 'photon',
306
+ symbol: 'PHOTON',
307
+ logo_URIs: {
308
+ png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/atomone/images/photon.png',
309
+ svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/atomone/images/photon.svg'
310
+ },
311
+ images: [{
312
+ png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/atomone/images/photon.png',
313
+ svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/atomone/images/photon.svg'
314
+ }],
315
+ type_asset: 'sdk.coin',
316
+ socials: {
317
+ website: 'https://atom.one',
318
+ twitter: 'https://x.com/_atomone'
319
+ },
320
+ traces: [{
321
+ type: 'ibc',
322
+ counterparty: {
323
+ channel_id: 'channel-1',
324
+ base_denom: 'uphoton',
325
+ chain_name: 'atomone'
326
+ },
327
+ chain: {
328
+ channel_id: 'channel-6'
329
+ }
330
+ }]
331
+ },
254
332
  {
255
333
  description: 'Jackal Network is a decentralized storage platform that aims to provide secure, private, and efficient data storage solutions on the blockchain.',
256
334
  denom_units: [{
@@ -3978,6 +3978,7 @@ const assets = {
3978
3978
  'automations'
3979
3979
  ],
3980
3980
  socials: {
3981
+ website: 'https://kopi.money/',
3981
3982
  twitter: 'https://x.com/kopi_money',
3982
3983
  discord: 'https://discord.gg/kopi-money'
3983
3984
  },
@@ -10707,7 +10708,7 @@ const assets = {
10707
10708
  base: 'ibc/42E47A5BA708EBE6E0C227006254F2784E209F4DBD3C6BB77EDC4B29EF875E8E',
10708
10709
  name: 'Sentinel',
10709
10710
  display: 'dvpn',
10710
- symbol: 'DVPN',
10711
+ symbol: 'P2P',
10711
10712
  logo_URIs: {
10712
10713
  png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/sentinel/images/dvpn.png',
10713
10714
  svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/sentinel/images/dvpn.svg'
@@ -10722,7 +10723,7 @@ const assets = {
10722
10723
  }],
10723
10724
  socials: {
10724
10725
  website: 'https://www.sentinel.co/',
10725
- twitter: 'https://x.com/SentinelDVPN'
10726
+ twitter: 'https://x.com/SentinelP2P'
10726
10727
  },
10727
10728
  type_asset: 'sdk.coin',
10728
10729
  traces: [{
@@ -12789,6 +12790,7 @@ const assets = {
12789
12790
  'automations'
12790
12791
  ],
12791
12792
  socials: {
12793
+ website: 'https://kopi.money/',
12792
12794
  twitter: 'https://x.com/kopi_money',
12793
12795
  discord: 'https://discord.gg/kopi-money'
12794
12796
  },
@@ -19518,7 +19520,7 @@ const assets = {
19518
19520
  base: 'ibc/42E47A5BA708EBE6E0C227006254F2784E209F4DBD3C6BB77EDC4B29EF875E8E',
19519
19521
  name: 'Sentinel',
19520
19522
  display: 'dvpn',
19521
- symbol: 'DVPN',
19523
+ symbol: 'P2P',
19522
19524
  logo_URIs: {
19523
19525
  png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/sentinel/images/dvpn.png',
19524
19526
  svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/sentinel/images/dvpn.svg'
@@ -19533,7 +19535,7 @@ const assets = {
19533
19535
  }],
19534
19536
  socials: {
19535
19537
  website: 'https://www.sentinel.co/',
19536
- twitter: 'https://x.com/SentinelDVPN'
19538
+ twitter: 'https://x.com/SentinelP2P'
19537
19539
  },
19538
19540
  type_asset: 'sdk.coin',
19539
19541
  traces: [{
@@ -757,7 +757,7 @@ const assets = {
757
757
  base: 'ibc/EA3EE13F2D2A4085922BE6AF07F2DC7009A80D9461A37BB4C4F76B2A5817D23A',
758
758
  name: 'Sentinel',
759
759
  display: 'dvpn',
760
- symbol: 'DVPN',
760
+ symbol: 'P2P',
761
761
  logo_URIs: {
762
762
  png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/sentinel/images/dvpn.png',
763
763
  svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/sentinel/images/dvpn.svg'
@@ -772,7 +772,7 @@ const assets = {
772
772
  }],
773
773
  socials: {
774
774
  website: 'https://www.sentinel.co/',
775
- twitter: 'https://x.com/SentinelDVPN'
775
+ twitter: 'https://x.com/SentinelP2P'
776
776
  },
777
777
  type_asset: 'sdk.coin',
778
778
  traces: [{
@@ -1299,7 +1299,7 @@ const assets = {
1299
1299
  base: 'ibc/EA3EE13F2D2A4085922BE6AF07F2DC7009A80D9461A37BB4C4F76B2A5817D23A',
1300
1300
  name: 'Sentinel',
1301
1301
  display: 'dvpn',
1302
- symbol: 'DVPN',
1302
+ symbol: 'P2P',
1303
1303
  logo_URIs: {
1304
1304
  png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/sentinel/images/dvpn.png',
1305
1305
  svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/sentinel/images/dvpn.svg'
@@ -1314,7 +1314,7 @@ const assets = {
1314
1314
  }],
1315
1315
  socials: {
1316
1316
  website: 'https://www.sentinel.co/',
1317
- twitter: 'https://x.com/SentinelDVPN'
1317
+ twitter: 'https://x.com/SentinelP2P'
1318
1318
  },
1319
1319
  type_asset: 'sdk.coin',
1320
1320
  traces: [{