chain-registry 1.69.116 → 1.69.117

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 (40) hide show
  1. package/esm/mainnet/pryzm/assets.js +273 -0
  2. package/esm/mainnet/pryzm/chain.js +6 -6
  3. package/esm/mainnet/terra/chain.js +12 -0
  4. package/esm/noncosmos/ethereumtestnet/assets.js +4 -4
  5. package/esm/testnet/assets.js +4 -0
  6. package/esm/testnet/autheotestnet/assets.js +26 -0
  7. package/esm/testnet/autheotestnet/chain.js +76 -0
  8. package/esm/testnet/autheotestnet/index.js +4 -0
  9. package/esm/testnet/chains.js +4 -0
  10. package/esm/testnet/desmostestnet/assets.js +8 -0
  11. package/esm/testnet/iopntestnet/assets.js +26 -0
  12. package/esm/testnet/iopntestnet/chain.js +76 -0
  13. package/esm/testnet/iopntestnet/index.js +4 -0
  14. package/esm/testnet/junotestnet/assets.js +8 -0
  15. package/esm/testnet/kichaintestnet/assets.js +8 -0
  16. package/esm/testnet/named.js +2 -0
  17. package/mainnet/pryzm/assets.js +273 -0
  18. package/mainnet/pryzm/chain.js +6 -6
  19. package/mainnet/terra/chain.js +12 -0
  20. package/noncosmos/ethereumtestnet/assets.js +4 -4
  21. package/package.json +4 -4
  22. package/testnet/assets.js +4 -0
  23. package/testnet/autheotestnet/assets.d.ts +3 -0
  24. package/testnet/autheotestnet/assets.js +28 -0
  25. package/testnet/autheotestnet/chain.d.ts +3 -0
  26. package/testnet/autheotestnet/chain.js +78 -0
  27. package/testnet/autheotestnet/index.d.ts +2 -0
  28. package/testnet/autheotestnet/index.js +10 -0
  29. package/testnet/chains.js +4 -0
  30. package/testnet/desmostestnet/assets.js +8 -0
  31. package/testnet/iopntestnet/assets.d.ts +3 -0
  32. package/testnet/iopntestnet/assets.js +28 -0
  33. package/testnet/iopntestnet/chain.d.ts +3 -0
  34. package/testnet/iopntestnet/chain.js +78 -0
  35. package/testnet/iopntestnet/index.d.ts +2 -0
  36. package/testnet/iopntestnet/index.js +10 -0
  37. package/testnet/junotestnet/assets.js +8 -0
  38. package/testnet/kichaintestnet/assets.js +8 -0
  39. package/testnet/named.d.ts +2 -0
  40. package/testnet/named.js +5 -3
@@ -15,6 +15,14 @@ const info = {
15
15
  name: 'Juno Testnet',
16
16
  display: 'junox',
17
17
  symbol: 'JUNOX',
18
+ traces: [{
19
+ type: 'test-mintage',
20
+ counterparty: {
21
+ chain_name: 'juno',
22
+ base_denom: 'ujuno'
23
+ },
24
+ provider: 'Juno'
25
+ }],
18
26
  logo_URIs: {
19
27
  png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/testnets/junotestnet/images/juno.png',
20
28
  svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/testnets/junotestnet/images/juno.svg'
@@ -14,6 +14,14 @@ const info = {
14
14
  name: 'Ki',
15
15
  display: 'tki',
16
16
  symbol: 'TKI',
17
+ traces: [{
18
+ type: 'test-mintage',
19
+ counterparty: {
20
+ chain_name: 'kichain',
21
+ base_denom: 'uxki'
22
+ },
23
+ provider: 'Ki Chain'
24
+ }],
17
25
  logo_URIs: {
18
26
  png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/kichain/images/xki.png',
19
27
  svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/kichain/images/xki.svg'
@@ -6,6 +6,7 @@ export * as arkeonetworktestnet from './arkeonetworktestnet';
6
6
  export * as artelatestnet from './artelatestnet';
7
7
  export * as atomonetestnet from './atomonetestnet';
8
8
  export * as auratestnet from './auratestnet';
9
+ export * as autheotestnet from './autheotestnet';
9
10
  export * as axelartestnet from './axelartestnet';
10
11
  export * as babylontestnet from './babylontestnet';
11
12
  export * as bitcannadevnet from './bitcannadevnet';
@@ -45,6 +46,7 @@ export * as hypersigntestnet from './hypersigntestnet';
45
46
  export * as impacthubtestnet from './impacthubtestnet';
46
47
  export * as imversedtestnet from './imversedtestnet';
47
48
  export * as injectivetestnet from './injectivetestnet';
49
+ export * as iopntestnet from './iopntestnet';
48
50
  export * as jackaltestnet from './jackaltestnet';
49
51
  export * as jackaltestnet2 from './jackaltestnet2';
50
52
  export * as junotestnet from './junotestnet';
@@ -534,6 +534,49 @@ const info = {
534
534
  svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/neutron/images/dATOM.svg'
535
535
  }]
536
536
  },
537
+ {
538
+ description: 'Ondo Finance\'s US Dollar Yield',
539
+ denom_units: [{
540
+ denom: 'ibc/925137DE4F77A2F26A5FA5051200437F43AFBBC39A4F443968C8E93B756AFB3B',
541
+ exponent: 0,
542
+ aliases: ['ausdy']
543
+ }, {
544
+ denom: 'usdy',
545
+ exponent: 18
546
+ }],
547
+ type_asset: 'ics20',
548
+ base: 'ibc/925137DE4F77A2F26A5FA5051200437F43AFBBC39A4F443968C8E93B756AFB3B',
549
+ name: 'USDY',
550
+ display: 'usdy',
551
+ symbol: 'USDY',
552
+ traces: [{
553
+ type: 'ibc',
554
+ counterparty: {
555
+ chain_name: 'noble',
556
+ base_denom: 'ausdy',
557
+ channel_id: 'channel-79'
558
+ },
559
+ chain: {
560
+ channel_id: 'channel-5',
561
+ path: 'transfer/channel-5/ausdy'
562
+ }
563
+ }],
564
+ logo_URIs: {
565
+ png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/noble/images/usdy.png',
566
+ svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/noble/images/usdy.svg'
567
+ },
568
+ images: [{
569
+ image_sync: {
570
+ chain_name: 'noble',
571
+ base_denom: 'ausdy'
572
+ },
573
+ png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/noble/images/usdy.png',
574
+ svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/noble/images/usdy.svg',
575
+ theme: {
576
+ primary_color_hex: '#142c5c'
577
+ }
578
+ }]
579
+ },
537
580
  {
538
581
  description: 'Pryzm\'s native liquid staking token for ATOM',
539
582
  denom_units: [{
@@ -1709,6 +1752,98 @@ const info = {
1709
1752
  }],
1710
1753
  type_asset: 'sdk.coin'
1711
1754
  },
1755
+ {
1756
+ description: 'Pryzm\'s refracted principal token for USDY with maturity of 31Mar2025',
1757
+ denom_units: [{
1758
+ denom: 'p:ausdy:31Mar2025',
1759
+ exponent: 0
1760
+ }, {
1761
+ denom: 'pUSDY31Mar2025',
1762
+ exponent: 18
1763
+ }],
1764
+ base: 'p:ausdy:31Mar2025',
1765
+ name: 'pUsdy (31Mar2025)',
1766
+ display: 'pUSDY31Mar2025',
1767
+ symbol: 'pUSDY-31Mar2025',
1768
+ logo_URIs: {
1769
+ png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/pUsdy.png',
1770
+ svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/pUsdy.svg'
1771
+ },
1772
+ images: [{
1773
+ png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/pUsdy.png',
1774
+ svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/pUsdy.svg'
1775
+ }],
1776
+ type_asset: 'sdk.coin'
1777
+ },
1778
+ {
1779
+ description: 'Pryzm\'s refracted principal token for USDY with maturity of 30Jun2025',
1780
+ denom_units: [{
1781
+ denom: 'p:ausdy:30Jun2025',
1782
+ exponent: 0
1783
+ }, {
1784
+ denom: 'pUSDY30Jun2025',
1785
+ exponent: 18
1786
+ }],
1787
+ base: 'p:ausdy:30Jun2025',
1788
+ name: 'pUsdy (30Jun2025)',
1789
+ display: 'pUSDY30Jun2025',
1790
+ symbol: 'pUSDY-30Jun2025',
1791
+ logo_URIs: {
1792
+ png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/pUsdy.png',
1793
+ svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/pUsdy.svg'
1794
+ },
1795
+ images: [{
1796
+ png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/pUsdy.png',
1797
+ svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/pUsdy.svg'
1798
+ }],
1799
+ type_asset: 'sdk.coin'
1800
+ },
1801
+ {
1802
+ description: 'Pryzm\'s refracted principal token for USDY with maturity of 30Sep2025',
1803
+ denom_units: [{
1804
+ denom: 'p:ausdy:30Sep2025',
1805
+ exponent: 0
1806
+ }, {
1807
+ denom: 'pUSDY30Sep2025',
1808
+ exponent: 18
1809
+ }],
1810
+ base: 'p:ausdy:30Sep2025',
1811
+ name: 'pUsdy (30Sep2025)',
1812
+ display: 'pUSDY30Sep2025',
1813
+ symbol: 'pUSDY-30Sep2025',
1814
+ logo_URIs: {
1815
+ png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/pUsdy.png',
1816
+ svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/pUsdy.svg'
1817
+ },
1818
+ images: [{
1819
+ png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/pUsdy.png',
1820
+ svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/pUsdy.svg'
1821
+ }],
1822
+ type_asset: 'sdk.coin'
1823
+ },
1824
+ {
1825
+ description: 'Pryzm\'s refracted principal token for USDY with maturity of 31Dec2025',
1826
+ denom_units: [{
1827
+ denom: 'p:ausdy:31Dec2025',
1828
+ exponent: 0
1829
+ }, {
1830
+ denom: 'pUSDY31Dec2025',
1831
+ exponent: 18
1832
+ }],
1833
+ base: 'p:ausdy:31Dec2025',
1834
+ name: 'pUsdy (31Dec2025)',
1835
+ display: 'pUSDY31Dec2025',
1836
+ symbol: 'pUSDY-31Dec2025',
1837
+ logo_URIs: {
1838
+ png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/pUsdy.png',
1839
+ svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/pUsdy.svg'
1840
+ },
1841
+ images: [{
1842
+ png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/pUsdy.png',
1843
+ svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/pUsdy.svg'
1844
+ }],
1845
+ type_asset: 'sdk.coin'
1846
+ },
1712
1847
  {
1713
1848
  description: 'Pryzm\'s refracted yield token for ATOM with maturity of 30Sep2024',
1714
1849
  denom_units: [{
@@ -2698,6 +2833,98 @@ const info = {
2698
2833
  }],
2699
2834
  type_asset: 'sdk.coin'
2700
2835
  },
2836
+ {
2837
+ description: 'Pryzm\'s refracted yield token for USDY with maturity of 31Mar2025',
2838
+ denom_units: [{
2839
+ denom: 'y:ausdy:31Mar2025',
2840
+ exponent: 0
2841
+ }, {
2842
+ denom: 'yUSDY31Mar2025',
2843
+ exponent: 18
2844
+ }],
2845
+ base: 'y:ausdy:31Mar2025',
2846
+ name: 'yUsdy (31Mar2025)',
2847
+ display: 'yUSDY31Mar2025',
2848
+ symbol: 'yUSDY-31Mar2025',
2849
+ logo_URIs: {
2850
+ png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/yUsdy.png',
2851
+ svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/yUsdy.svg'
2852
+ },
2853
+ images: [{
2854
+ png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/yUsdy.png',
2855
+ svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/yUsdy.svg'
2856
+ }],
2857
+ type_asset: 'sdk.coin'
2858
+ },
2859
+ {
2860
+ description: 'Pryzm\'s refracted yield token for USDY with maturity of 30Jun2025',
2861
+ denom_units: [{
2862
+ denom: 'y:ausdy:30Jun2025',
2863
+ exponent: 0
2864
+ }, {
2865
+ denom: 'yUSDY30Jun2025',
2866
+ exponent: 18
2867
+ }],
2868
+ base: 'y:ausdy:30Jun2025',
2869
+ name: 'yUsdy (30Jun2025)',
2870
+ display: 'yUSDY30Jun2025',
2871
+ symbol: 'yUSDY-30Jun2025',
2872
+ logo_URIs: {
2873
+ png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/yUsdy.png',
2874
+ svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/yUsdy.svg'
2875
+ },
2876
+ images: [{
2877
+ png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/yUsdy.png',
2878
+ svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/yUsdy.svg'
2879
+ }],
2880
+ type_asset: 'sdk.coin'
2881
+ },
2882
+ {
2883
+ description: 'Pryzm\'s refracted yield token for USDY with maturity of 30Sep2025',
2884
+ denom_units: [{
2885
+ denom: 'y:ausdy:30Sep2025',
2886
+ exponent: 0
2887
+ }, {
2888
+ denom: 'yUSDY30Sep2025',
2889
+ exponent: 18
2890
+ }],
2891
+ base: 'y:ausdy:30Sep2025',
2892
+ name: 'yUsdy (30Sep2025)',
2893
+ display: 'yUSDY30Sep2025',
2894
+ symbol: 'yUSDY-30Sep2025',
2895
+ logo_URIs: {
2896
+ png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/yUsdy.png',
2897
+ svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/yUsdy.svg'
2898
+ },
2899
+ images: [{
2900
+ png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/yUsdy.png',
2901
+ svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/yUsdy.svg'
2902
+ }],
2903
+ type_asset: 'sdk.coin'
2904
+ },
2905
+ {
2906
+ description: 'Pryzm\'s refracted yield token for USDY with maturity of 31Dec2025',
2907
+ denom_units: [{
2908
+ denom: 'y:ausdy:31Dec2025',
2909
+ exponent: 0
2910
+ }, {
2911
+ denom: 'yUSDY31Dec2025',
2912
+ exponent: 18
2913
+ }],
2914
+ base: 'y:ausdy:31Dec2025',
2915
+ name: 'yUsdy (31Dec2025)',
2916
+ display: 'yUSDY31Dec2025',
2917
+ symbol: 'yUSDY-31Dec2025',
2918
+ logo_URIs: {
2919
+ png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/yUsdy.png',
2920
+ svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/yUsdy.svg'
2921
+ },
2922
+ images: [{
2923
+ png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/yUsdy.png',
2924
+ svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/yUsdy.svg'
2925
+ }],
2926
+ type_asset: 'sdk.coin'
2927
+ },
2701
2928
  {
2702
2929
  description: 'Pryzm\'s LP token for USDC / USDC.axl pool',
2703
2930
  denom_units: [{
@@ -3296,6 +3523,52 @@ const info = {
3296
3523
  }],
3297
3524
  type_asset: 'sdk.coin'
3298
3525
  },
3526
+ {
3527
+ description: 'Pryzm\'s LP token for USDY Yield pool',
3528
+ denom_units: [{
3529
+ denom: 'lp:31:ausdy',
3530
+ exponent: 0
3531
+ }, {
3532
+ denom: 'lp:31:usdy',
3533
+ exponent: 18
3534
+ }],
3535
+ base: 'lp:31:ausdy',
3536
+ name: 'USDY Yield LP',
3537
+ display: 'lp:31:usdy',
3538
+ symbol: 'USDY-YIELD-LP',
3539
+ logo_URIs: {
3540
+ png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/lp.png',
3541
+ svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/lp.svg'
3542
+ },
3543
+ images: [{
3544
+ png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/lp.png',
3545
+ svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/lp.svg'
3546
+ }],
3547
+ type_asset: 'sdk.coin'
3548
+ },
3549
+ {
3550
+ description: 'Pryzm\'s LP token for USDY Boost pool',
3551
+ denom_units: [{
3552
+ denom: 'lp:32:ausdyypt-uusdc',
3553
+ exponent: 0
3554
+ }, {
3555
+ denom: 'lp:32:usdyypt-usdc',
3556
+ exponent: 18
3557
+ }],
3558
+ base: 'lp:32:ausdyypt-uusdc',
3559
+ name: 'USDY Boost LP',
3560
+ display: 'lp:32:usdyypt-usdc',
3561
+ symbol: 'USDY-BOOST-LP',
3562
+ logo_URIs: {
3563
+ png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/lp.png',
3564
+ svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/lp.svg'
3565
+ },
3566
+ images: [{
3567
+ png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/lp.png',
3568
+ svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/lp.svg'
3569
+ }],
3570
+ type_asset: 'sdk.coin'
3571
+ },
3299
3572
  {
3300
3573
  description: 'The non-transferable receipt of PRYZM airdrop for StakeDrop participants',
3301
3574
  denom_units: [{
@@ -106,13 +106,13 @@ const info = {
106
106
  },
107
107
  codebase: {
108
108
  git_repo: 'https://github.com/pryzm-finance/pryzm-core',
109
- recommended_version: 'v0.22.1',
110
- compatible_versions: ['v0.22.1', 'v0.22.0'],
109
+ recommended_version: 'v0.24.0',
110
+ compatible_versions: ['v0.24.0'],
111
111
  binaries: {
112
- "darwin/amd64": 'https://storage.googleapis.com/pryzm-zone/core/0.22.1/pryzmd-0.22.1-darwin-amd64',
113
- "darwin/arm64": 'https://storage.googleapis.com/pryzm-zone/core/0.22.1/pryzmd-0.22.1-darwin-arm64',
114
- "linux/amd64": 'https://storage.googleapis.com/pryzm-zone/core/0.22.1/pryzmd-0.22.1-linux-amd64',
115
- "linux/arm64": 'https://storage.googleapis.com/pryzm-zone/core/0.22.1/pryzmd-0.22.1-linux-arm64'
112
+ "darwin/amd64": 'https://storage.googleapis.com/pryzm-zone/core/0.24.0/pryzmd-0.24.0-darwin-amd64',
113
+ "darwin/arm64": 'https://storage.googleapis.com/pryzm-zone/core/0.24.0/pryzmd-0.24.0-darwin-arm64',
114
+ "linux/amd64": 'https://storage.googleapis.com/pryzm-zone/core/0.24.0/pryzmd-0.24.0-linux-amd64',
115
+ "linux/arm64": 'https://storage.googleapis.com/pryzm-zone/core/0.24.0/pryzmd-0.24.0-linux-arm64'
116
116
  },
117
117
  consensus: {
118
118
  type: 'cometbft',
@@ -189,6 +189,10 @@ const info = {
189
189
  {
190
190
  address: 'https://terraclassic-rpc-server-01.stakely.io',
191
191
  provider: 'Stakely'
192
+ },
193
+ {
194
+ address: 'https://api-lunc-rpc.binodes.com',
195
+ provider: 'BInodes'
192
196
  }
193
197
  ],
194
198
  rest: [
@@ -207,6 +211,10 @@ const info = {
207
211
  {
208
212
  address: 'https://terraclassic-lcd-server-01.stakely.io',
209
213
  provider: 'Stakely'
214
+ },
215
+ {
216
+ address: 'https://api-lunc-lcd.binodes.com',
217
+ provider: 'BInodes'
210
218
  }
211
219
  ],
212
220
  grpc: [
@@ -225,6 +233,10 @@ const info = {
225
233
  {
226
234
  address: 'terraclassic-mainnet-grpc.autostake.com:443',
227
235
  provider: 'AutoStake 🛡️ Slash Protected'
236
+ },
237
+ {
238
+ address: 'api-lunc-grpc.binodes.com:443',
239
+ provider: 'BInodes'
228
240
  }
229
241
  ]
230
242
  },
@@ -83,12 +83,12 @@ const info = {
83
83
  display: 'ausdc',
84
84
  symbol: 'aUSDC',
85
85
  traces: [{
86
- type: 'synthetic',
86
+ type: 'test-mintage',
87
87
  counterparty: {
88
- chain_name: 'forex',
89
- base_denom: 'USD'
88
+ chain_name: 'ethereum',
89
+ base_denom: '0xa0b86991c6218b36c1d19d4a2e9eb0ce3606eb48'
90
90
  },
91
- provider: 'Circle'
91
+ provider: 'Ethereum'
92
92
  }],
93
93
  logo_URIs: {
94
94
  svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/_non-cosmos/ethereum/images/usdc.svg'
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "chain-registry",
3
- "version": "1.69.116",
3
+ "version": "1.69.117",
4
4
  "description": "Cosmos chain registry ⚛️",
5
5
  "author": "Dan Lynch <pyramation@gmail.com>",
6
6
  "homepage": "https://github.com/hyperweb-io/chain-registry/tree/master/packages/chain-registry#readme",
@@ -29,11 +29,11 @@
29
29
  "test:watch": "jest --watch"
30
30
  },
31
31
  "devDependencies": {
32
- "@chain-registry/utils": "^1.51.65",
32
+ "@chain-registry/utils": "^1.51.66",
33
33
  "deepmerge": "^4.2.2"
34
34
  },
35
35
  "dependencies": {
36
- "@chain-registry/types": "^0.50.65"
36
+ "@chain-registry/types": "^0.50.66"
37
37
  },
38
38
  "keywords": [
39
39
  "chain-registry",
@@ -43,5 +43,5 @@
43
43
  "interchain",
44
44
  "tokens"
45
45
  ],
46
- "gitHead": "f4debde80f04d2cc95bb735c12cb1f6c96fa599e"
46
+ "gitHead": "c4720e4939e3fb495f645c1da3cf43b298226fa3"
47
47
  }
package/testnet/assets.js CHANGED
@@ -31,6 +31,7 @@ const _arkeonetworktestnet = __importStar(require("./arkeonetworktestnet"));
31
31
  const _artelatestnet = __importStar(require("./artelatestnet"));
32
32
  const _atomonetestnet = __importStar(require("./atomonetestnet"));
33
33
  const _auratestnet = __importStar(require("./auratestnet"));
34
+ const _autheotestnet = __importStar(require("./autheotestnet"));
34
35
  const _axelartestnet = __importStar(require("./axelartestnet"));
35
36
  const _babylontestnet = __importStar(require("./babylontestnet"));
36
37
  const _bitcannadevnet = __importStar(require("./bitcannadevnet"));
@@ -70,6 +71,7 @@ const _hypersigntestnet = __importStar(require("./hypersigntestnet"));
70
71
  const _impacthubtestnet = __importStar(require("./impacthubtestnet"));
71
72
  const _imversedtestnet = __importStar(require("./imversedtestnet"));
72
73
  const _injectivetestnet = __importStar(require("./injectivetestnet"));
74
+ const _iopntestnet = __importStar(require("./iopntestnet"));
73
75
  const _jackaltestnet = __importStar(require("./jackaltestnet"));
74
76
  const _jackaltestnet2 = __importStar(require("./jackaltestnet2"));
75
77
  const _junotestnet = __importStar(require("./junotestnet"));
@@ -153,6 +155,7 @@ const assets = [
153
155
  _artelatestnet.assets,
154
156
  _atomonetestnet.assets,
155
157
  _auratestnet.assets,
158
+ _autheotestnet.assets,
156
159
  _axelartestnet.assets,
157
160
  _babylontestnet.assets,
158
161
  _bitcannadevnet.assets,
@@ -192,6 +195,7 @@ const assets = [
192
195
  _impacthubtestnet.assets,
193
196
  _imversedtestnet.assets,
194
197
  _injectivetestnet.assets,
198
+ _iopntestnet.assets,
195
199
  _jackaltestnet.assets,
196
200
  _jackaltestnet2.assets,
197
201
  _junotestnet.assets,
@@ -0,0 +1,3 @@
1
+ import { AssetList } from '@chain-registry/types';
2
+ declare const info: AssetList;
3
+ export default info;
@@ -0,0 +1,28 @@
1
+ "use strict";
2
+ Object.defineProperty(exports, "__esModule", { value: true });
3
+ const info = {
4
+ $schema: '../../assetlist.schema.json',
5
+ chain_name: 'autheotestnet',
6
+ assets: [{
7
+ description: 'Native token of Autheo Chain',
8
+ denom_units: [{
9
+ denom: 'aauth',
10
+ exponent: 0
11
+ }, {
12
+ denom: 'auth',
13
+ exponent: 6
14
+ }],
15
+ base: 'aauth',
16
+ name: 'Autheo Chain',
17
+ display: 'auth',
18
+ symbol: 'THEO',
19
+ logo_URIs: {
20
+ png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/testnets/autheotestnet/images/autheo_logo.png'
21
+ },
22
+ socials: {
23
+ website: 'https://autheo.com'
24
+ },
25
+ type_asset: 'sdk.coin'
26
+ }]
27
+ };
28
+ exports.default = info;
@@ -0,0 +1,3 @@
1
+ import { Chain } from '@chain-registry/types';
2
+ declare const info: Chain;
3
+ export default info;
@@ -0,0 +1,78 @@
1
+ "use strict";
2
+ Object.defineProperty(exports, "__esModule", { value: true });
3
+ const info = {
4
+ $schema: '../../chain.schema.json',
5
+ chain_name: 'autheotestnet',
6
+ status: 'live',
7
+ website: 'https://autheo.com/',
8
+ network_type: 'testnet',
9
+ chain_type: 'cosmos',
10
+ pretty_name: 'Autheo',
11
+ chain_id: 'autheo_785-1',
12
+ bech32_prefix: 'aauth',
13
+ daemon_name: 'autheod',
14
+ node_home: '$HOME/.autheod',
15
+ key_algos: ['secp256k1'],
16
+ slip44: 118,
17
+ fees: {
18
+ fee_tokens: [{
19
+ denom: 'aauth',
20
+ fixed_min_gas_price: 0,
21
+ low_gas_price: 0,
22
+ average_gas_price: 0.025,
23
+ high_gas_price: 0.04
24
+ }]
25
+ },
26
+ staking: {
27
+ staking_tokens: [{
28
+ denom: 'aauth'
29
+ }],
30
+ lock_duration: {
31
+ time: '1209600s'
32
+ }
33
+ },
34
+ codebase: {
35
+ git_repo: 'https://code.zeeve.net/client-projects/autheo',
36
+ genesis: {
37
+ name: 'v3',
38
+ genesis_url: 'https://code.zeeve.net/client-projects/autheo/-/blob/autheo-node1/autheo-node1/config/genesis.json'
39
+ },
40
+ recommended_version: 'v1.3.0',
41
+ compatible_versions: ['v1.3.0'],
42
+ binaries: {
43
+ "linux/amd64": 'https://code.zeeve.net/client-projects/autheo/-/archive/v1.3/autheo-v1.3.zip'
44
+ },
45
+ language: {
46
+ type: 'go',
47
+ version: '1.23.3'
48
+ },
49
+ sdk: {
50
+ type: 'cosmos',
51
+ version: '0.47.5'
52
+ },
53
+ ibc: {
54
+ type: 'go',
55
+ version: 'v7.4.0',
56
+ ics_enabled: ['ics20-1']
57
+ }
58
+ },
59
+ images: [{
60
+ png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/testnets/autheotestnet/images/autheo_logo.png'
61
+ }],
62
+ apis: {
63
+ rpc: [{
64
+ address: 'https://testnet-rpc1.autheo.com/',
65
+ provider: 'autheo'
66
+ }],
67
+ rest: [{
68
+ address: 'https://testnet-rpc2.autheo.com/',
69
+ provider: 'autheo'
70
+ }]
71
+ },
72
+ explorers: [{
73
+ kind: 'explorer',
74
+ url: 'https://testnet-explorer.autheo.com/'
75
+ }],
76
+ keywords: ['dex']
77
+ };
78
+ exports.default = info;
@@ -0,0 +1,2 @@
1
+ export declare const assets: import("@chain-registry/types").AssetList;
2
+ export declare const chain: import("@chain-registry/types").Chain;
@@ -0,0 +1,10 @@
1
+ "use strict";
2
+ var __importDefault = (this && this.__importDefault) || function (mod) {
3
+ return (mod && mod.__esModule) ? mod : { "default": mod };
4
+ };
5
+ Object.defineProperty(exports, "__esModule", { value: true });
6
+ exports.chain = exports.assets = void 0;
7
+ const assets_1 = __importDefault(require("./assets"));
8
+ const chain_1 = __importDefault(require("./chain"));
9
+ exports.assets = assets_1.default;
10
+ exports.chain = chain_1.default;
package/testnet/chains.js CHANGED
@@ -31,6 +31,7 @@ const _arkeonetworktestnet = __importStar(require("./arkeonetworktestnet"));
31
31
  const _artelatestnet = __importStar(require("./artelatestnet"));
32
32
  const _atomonetestnet = __importStar(require("./atomonetestnet"));
33
33
  const _auratestnet = __importStar(require("./auratestnet"));
34
+ const _autheotestnet = __importStar(require("./autheotestnet"));
34
35
  const _axelartestnet = __importStar(require("./axelartestnet"));
35
36
  const _babylontestnet = __importStar(require("./babylontestnet"));
36
37
  const _bitcannadevnet = __importStar(require("./bitcannadevnet"));
@@ -70,6 +71,7 @@ const _hypersigntestnet = __importStar(require("./hypersigntestnet"));
70
71
  const _impacthubtestnet = __importStar(require("./impacthubtestnet"));
71
72
  const _imversedtestnet = __importStar(require("./imversedtestnet"));
72
73
  const _injectivetestnet = __importStar(require("./injectivetestnet"));
74
+ const _iopntestnet = __importStar(require("./iopntestnet"));
73
75
  const _jackaltestnet = __importStar(require("./jackaltestnet"));
74
76
  const _jackaltestnet2 = __importStar(require("./jackaltestnet2"));
75
77
  const _junotestnet = __importStar(require("./junotestnet"));
@@ -153,6 +155,7 @@ const chains = [
153
155
  _artelatestnet.chain,
154
156
  _atomonetestnet.chain,
155
157
  _auratestnet.chain,
158
+ _autheotestnet.chain,
156
159
  _axelartestnet.chain,
157
160
  _babylontestnet.chain,
158
161
  _bitcannadevnet.chain,
@@ -192,6 +195,7 @@ const chains = [
192
195
  _impacthubtestnet.chain,
193
196
  _imversedtestnet.chain,
194
197
  _injectivetestnet.chain,
198
+ _iopntestnet.chain,
195
199
  _jackaltestnet.chain,
196
200
  _jackaltestnet2.chain,
197
201
  _junotestnet.chain,
@@ -16,6 +16,14 @@ const info = {
16
16
  name: 'Desmos Testnet',
17
17
  display: 'daric',
18
18
  symbol: 'DARIC',
19
+ traces: [{
20
+ type: 'test-mintage',
21
+ counterparty: {
22
+ chain_name: 'desmos',
23
+ base_denom: 'udsm'
24
+ },
25
+ provider: 'Desmos'
26
+ }],
19
27
  logo_URIs: {
20
28
  png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/testnets/desmos/images/dsm.png',
21
29
  svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/testnets/desmos/images/dsm.svg'