chain-registry 1.69.128 → 1.69.130

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 (55) hide show
  1. package/esm/mainnet/agoric/chain.js +0 -12
  2. package/esm/mainnet/agoric/ibc.js +1 -1
  3. package/esm/mainnet/akash/chain.js +9 -94
  4. package/esm/mainnet/assetmantle/chain.js +0 -12
  5. package/esm/mainnet/beezee/chain.js +7 -7
  6. package/esm/mainnet/canto/chain.js +0 -16
  7. package/esm/mainnet/chain4energy/chain.js +2 -14
  8. package/esm/mainnet/dydx/chain.js +3 -15
  9. package/esm/mainnet/elys/assets.js +31 -0
  10. package/esm/mainnet/empowerchain/chain.js +3 -15
  11. package/esm/mainnet/evmos/chain.js +0 -16
  12. package/esm/mainnet/gitopia/chain.js +0 -12
  13. package/esm/mainnet/kyve/chain.js +6 -6
  14. package/esm/mainnet/lambda/chain.js +3 -23
  15. package/esm/mainnet/migaloo/chain.js +0 -12
  16. package/esm/mainnet/neutron/chain.js +0 -12
  17. package/esm/mainnet/noble/ibc.js +1 -1
  18. package/esm/mainnet/passage/chain.js +0 -12
  19. package/esm/mainnet/pryzm/assets.js +238 -0
  20. package/esm/mainnet/rebus/chain.js +2 -14
  21. package/esm/mainnet/routerchain/assets.js +49 -0
  22. package/esm/mainnet/ununifi/chain.js +2 -14
  23. package/esm/noncosmos/ethereumtestnet/assets.js +50 -0
  24. package/esm/testnet/cosmosicsprovidertestnet/chain.js +6 -6
  25. package/esm/testnet/injectivetestnet/assets.js +101 -2
  26. package/esm/testnet/injectivetestnet/ibc.js +6 -6
  27. package/esm/testnet/osmosistestnet/ibc.js +6 -6
  28. package/mainnet/agoric/chain.js +0 -12
  29. package/mainnet/agoric/ibc.js +1 -1
  30. package/mainnet/akash/chain.js +9 -94
  31. package/mainnet/assetmantle/chain.js +0 -12
  32. package/mainnet/beezee/chain.js +7 -7
  33. package/mainnet/canto/chain.js +0 -16
  34. package/mainnet/chain4energy/chain.js +2 -14
  35. package/mainnet/dydx/chain.js +3 -15
  36. package/mainnet/elys/assets.js +31 -0
  37. package/mainnet/empowerchain/chain.js +3 -15
  38. package/mainnet/evmos/chain.js +0 -16
  39. package/mainnet/gitopia/chain.js +0 -12
  40. package/mainnet/kyve/chain.js +6 -6
  41. package/mainnet/lambda/chain.js +3 -23
  42. package/mainnet/migaloo/chain.js +0 -12
  43. package/mainnet/neutron/chain.js +0 -12
  44. package/mainnet/noble/ibc.js +1 -1
  45. package/mainnet/passage/chain.js +0 -12
  46. package/mainnet/pryzm/assets.js +238 -0
  47. package/mainnet/rebus/chain.js +2 -14
  48. package/mainnet/routerchain/assets.js +49 -0
  49. package/mainnet/ununifi/chain.js +2 -14
  50. package/noncosmos/ethereumtestnet/assets.js +50 -0
  51. package/package.json +4 -4
  52. package/testnet/cosmosicsprovidertestnet/chain.js +6 -6
  53. package/testnet/injectivetestnet/assets.js +101 -2
  54. package/testnet/injectivetestnet/ibc.js +6 -6
  55. package/testnet/osmosistestnet/ibc.js +6 -6
@@ -68,10 +68,6 @@ const info = {
68
68
  address: 'https://migaloo-rpc.kleomedes.network:443',
69
69
  provider: 'Kleomedes'
70
70
  },
71
- {
72
- address: 'https://rpc.whitewhale.nodestake.top',
73
- provider: 'NodeStake'
74
- },
75
71
  {
76
72
  address: 'https://migaloo-rpc.highstakes.ch',
77
73
  provider: 'High Stakes 🇨🇭'
@@ -94,10 +90,6 @@ const info = {
94
90
  address: 'https://migaloo-api.kleomedes.network:443',
95
91
  provider: 'Kleomedes'
96
92
  },
97
- {
98
- address: 'https://api.whitewhale.nodestake.top',
99
- provider: 'NodeStake'
100
- },
101
93
  {
102
94
  address: 'https://migaloo-api.highstakes.ch',
103
95
  provider: 'High Stakes 🇨🇭'
@@ -120,10 +112,6 @@ const info = {
120
112
  address: 'grpc-migaloo.cosmos-spaces.cloud:4810',
121
113
  provider: 'Cosmos Spaces'
122
114
  },
123
- {
124
- address: 'https://grpc.whitewhale.nodestake.top',
125
- provider: 'NodeStake'
126
- },
127
115
  {
128
116
  address: 'migaloo-grpc.publicnode.com:443',
129
117
  provider: 'Allnodes ⚡️ Nodes & Staking'
@@ -118,10 +118,6 @@ const info = {
118
118
  address: 'https://rpc-neutron.cosmos-spaces.cloud',
119
119
  provider: 'Cosmos Spaces'
120
120
  },
121
- {
122
- address: 'http://rpc.neutron.nodestake.org',
123
- provider: 'NodeStake'
124
- },
125
121
  {
126
122
  address: 'https://neutron-rpc.publicnode.com:443',
127
123
  provider: 'Allnodes ⚡️ Nodes & Staking'
@@ -164,10 +160,6 @@ const info = {
164
160
  address: 'https://api-neutron.cosmos-spaces.cloud',
165
161
  provider: 'Cosmos Spaces'
166
162
  },
167
- {
168
- address: 'http://api.neutron.nodestake.org',
169
- provider: 'NodeStake'
170
- },
171
163
  {
172
164
  address: 'https://neutron-rest.publicnode.com',
173
165
  provider: 'Allnodes ⚡️ Nodes & Staking'
@@ -210,10 +202,6 @@ const info = {
210
202
  address: 'grpc-neutron.cosmos-spaces.cloud:3090',
211
203
  provider: 'Cosmos Spaces'
212
204
  },
213
- {
214
- address: 'grpc.neutron.nodestake.org:443',
215
- provider: 'NodeStake'
216
- },
217
205
  {
218
206
  address: 'neutron-grpc.publicnode.com:443',
219
207
  provider: 'Allnodes ⚡️ Nodes & Staking'
@@ -9,7 +9,7 @@ const info = [
9
9
  chain_2: {
10
10
  chain_name: 'noble',
11
11
  client_id: '07-tendermint-32',
12
- connection_id: 'connection-40'
12
+ connection_id: 'connection-38'
13
13
  },
14
14
  channels: [{
15
15
  chain_1: {
@@ -76,10 +76,6 @@ const info = {
76
76
  address: 'https://rpc-passage.cosmos-spaces.cloud',
77
77
  provider: 'Cosmos Spaces'
78
78
  },
79
- {
80
- address: 'https://rpc.passage.nodestake.top',
81
- provider: 'NodeStake'
82
- },
83
79
  {
84
80
  address: 'https://passage-rpc.polkachu.com',
85
81
  provider: 'Polkachu'
@@ -146,10 +142,6 @@ const info = {
146
142
  address: 'https://api-passage-ia.cosmosia.notional.ventures/',
147
143
  provider: 'Notional'
148
144
  },
149
- {
150
- address: 'https://api.passage.nodestake.top',
151
- provider: 'NodeStake'
152
- },
153
145
  {
154
146
  address: 'https://passage-api.polkachu.com',
155
147
  provider: 'Polkachu'
@@ -208,10 +200,6 @@ const info = {
208
200
  address: 'grpc-passage.cosmos-spaces.cloud:2320',
209
201
  provider: 'Cosmos Spaces'
210
202
  },
211
- {
212
- address: 'grpc.passage.nodestake.top:443',
213
- provider: 'NodeStake'
214
- },
215
203
  {
216
204
  address: 'passage-mainnet-grpc.autostake.com:443',
217
205
  provider: 'AutoStake 🛡️ Slash Protected'
@@ -763,6 +763,37 @@ const info = {
763
763
  }],
764
764
  type_asset: 'sdk.coin'
765
765
  },
766
+ {
767
+ description: 'Pryzm\'s native liquid staking token for PRYZM',
768
+ denom_units: [{
769
+ denom: 'c:upryzm',
770
+ exponent: 0
771
+ }, {
772
+ denom: 'cpryzm',
773
+ exponent: 6
774
+ }],
775
+ base: 'c:upryzm',
776
+ name: 'cPryzm',
777
+ display: 'cpryzm',
778
+ symbol: 'cPRYZM',
779
+ traces: [{
780
+ type: 'liquid-stake',
781
+ counterparty: {
782
+ chain_name: 'pryzm',
783
+ base_denom: 'upryzm'
784
+ },
785
+ provider: 'Pryzm'
786
+ }],
787
+ logo_URIs: {
788
+ png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/cPryzm.png',
789
+ svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/cPryzm.svg'
790
+ },
791
+ images: [{
792
+ png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/cPryzm.png',
793
+ svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/cPryzm.svg'
794
+ }],
795
+ type_asset: 'sdk.coin'
796
+ },
766
797
  {
767
798
  description: 'Pryzm\'s refracted principal token for ATOM with maturity of 30Sep2024',
768
799
  denom_units: [{
@@ -1844,6 +1875,98 @@ const info = {
1844
1875
  }],
1845
1876
  type_asset: 'sdk.coin'
1846
1877
  },
1878
+ {
1879
+ description: 'Pryzm\'s refracted principal token for PRYZM with maturity of 31Mar2025',
1880
+ denom_units: [{
1881
+ denom: 'p:upryzm:31Mar2025',
1882
+ exponent: 0
1883
+ }, {
1884
+ denom: 'pPRYZM31Mar2025',
1885
+ exponent: 6
1886
+ }],
1887
+ base: 'p:upryzm:31Mar2025',
1888
+ name: 'pPryzm (31Mar2025)',
1889
+ display: 'pPRYZM31Mar2025',
1890
+ symbol: 'pPRYZM-31Mar2025',
1891
+ logo_URIs: {
1892
+ png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/pPryzm.png',
1893
+ svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/pPryzm.svg'
1894
+ },
1895
+ images: [{
1896
+ png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/pPryzm.png',
1897
+ svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/pPryzm.svg'
1898
+ }],
1899
+ type_asset: 'sdk.coin'
1900
+ },
1901
+ {
1902
+ description: 'Pryzm\'s refracted principal token for PRYZM with maturity of 30Jun2025',
1903
+ denom_units: [{
1904
+ denom: 'p:upryzm:30Jun2025',
1905
+ exponent: 0
1906
+ }, {
1907
+ denom: 'pPRYZM30Jun2025',
1908
+ exponent: 6
1909
+ }],
1910
+ base: 'p:upryzm:30Jun2025',
1911
+ name: 'pPryzm (30Jun2025)',
1912
+ display: 'pPRYZM30Jun2025',
1913
+ symbol: 'pPRYZM-30Jun2025',
1914
+ logo_URIs: {
1915
+ png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/pPryzm.png',
1916
+ svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/pPryzm.svg'
1917
+ },
1918
+ images: [{
1919
+ png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/pPryzm.png',
1920
+ svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/pPryzm.svg'
1921
+ }],
1922
+ type_asset: 'sdk.coin'
1923
+ },
1924
+ {
1925
+ description: 'Pryzm\'s refracted principal token for PRYZM with maturity of 30Sep2025',
1926
+ denom_units: [{
1927
+ denom: 'p:upryzm:30Sep2025',
1928
+ exponent: 0
1929
+ }, {
1930
+ denom: 'pPRYZM30Sep2025',
1931
+ exponent: 6
1932
+ }],
1933
+ base: 'p:upryzm:30Sep2025',
1934
+ name: 'pPryzm (30Sep2025)',
1935
+ display: 'pPRYZM30Sep2025',
1936
+ symbol: 'pPRYZM-30Sep2025',
1937
+ logo_URIs: {
1938
+ png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/pPryzm.png',
1939
+ svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/pPryzm.svg'
1940
+ },
1941
+ images: [{
1942
+ png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/pPryzm.png',
1943
+ svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/pPryzm.svg'
1944
+ }],
1945
+ type_asset: 'sdk.coin'
1946
+ },
1947
+ {
1948
+ description: 'Pryzm\'s refracted principal token for PRYZM with maturity of 31Dec2025',
1949
+ denom_units: [{
1950
+ denom: 'p:upryzm:31Dec2025',
1951
+ exponent: 0
1952
+ }, {
1953
+ denom: 'pPRYZM31Dec2025',
1954
+ exponent: 6
1955
+ }],
1956
+ base: 'p:upryzm:31Dec2025',
1957
+ name: 'pPryzm (31Dec2025)',
1958
+ display: 'pPRYZM31Dec2025',
1959
+ symbol: 'pPRYZM-31Dec2025',
1960
+ logo_URIs: {
1961
+ png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/pPryzm.png',
1962
+ svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/pPryzm.svg'
1963
+ },
1964
+ images: [{
1965
+ png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/pPryzm.png',
1966
+ svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/pPryzm.svg'
1967
+ }],
1968
+ type_asset: 'sdk.coin'
1969
+ },
1847
1970
  {
1848
1971
  description: 'Pryzm\'s refracted yield token for ATOM with maturity of 30Sep2024',
1849
1972
  denom_units: [{
@@ -2925,6 +3048,98 @@ const info = {
2925
3048
  }],
2926
3049
  type_asset: 'sdk.coin'
2927
3050
  },
3051
+ {
3052
+ description: 'Pryzm\'s refracted yield token for PRYZM with maturity of 31Mar2025',
3053
+ denom_units: [{
3054
+ denom: 'y:upryzm:31Mar2025',
3055
+ exponent: 0
3056
+ }, {
3057
+ denom: 'yPRYZM31Mar2025',
3058
+ exponent: 6
3059
+ }],
3060
+ base: 'y:upryzm:31Mar2025',
3061
+ name: 'yPryzm (31Mar2025)',
3062
+ display: 'yPRYZM31Mar2025',
3063
+ symbol: 'yPRYZM-31Mar2025',
3064
+ logo_URIs: {
3065
+ png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/yPryzm.png',
3066
+ svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/yPryzm.svg'
3067
+ },
3068
+ images: [{
3069
+ png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/yPryzm.png',
3070
+ svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/yPryzm.svg'
3071
+ }],
3072
+ type_asset: 'sdk.coin'
3073
+ },
3074
+ {
3075
+ description: 'Pryzm\'s refracted yield token for PRYZM with maturity of 30Jun2025',
3076
+ denom_units: [{
3077
+ denom: 'y:upryzm:30Jun2025',
3078
+ exponent: 0
3079
+ }, {
3080
+ denom: 'yPRYZM30Jun2025',
3081
+ exponent: 6
3082
+ }],
3083
+ base: 'y:upryzm:30Jun2025',
3084
+ name: 'yPryzm (30Jun2025)',
3085
+ display: 'yPRYZM30Jun2025',
3086
+ symbol: 'yPRYZM-30Jun2025',
3087
+ logo_URIs: {
3088
+ png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/yPryzm.png',
3089
+ svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/yPryzm.svg'
3090
+ },
3091
+ images: [{
3092
+ png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/yPryzm.png',
3093
+ svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/yPryzm.svg'
3094
+ }],
3095
+ type_asset: 'sdk.coin'
3096
+ },
3097
+ {
3098
+ description: 'Pryzm\'s refracted yield token for PRYZM with maturity of 30Sep2025',
3099
+ denom_units: [{
3100
+ denom: 'y:upryzm:30Sep2025',
3101
+ exponent: 0
3102
+ }, {
3103
+ denom: 'yPRYZM30Sep2025',
3104
+ exponent: 6
3105
+ }],
3106
+ base: 'y:upryzm:30Sep2025',
3107
+ name: 'yPryzm (30Sep2025)',
3108
+ display: 'yPRYZM30Sep2025',
3109
+ symbol: 'yPRYZM-30Sep2025',
3110
+ logo_URIs: {
3111
+ png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/yPryzm.png',
3112
+ svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/yPryzm.svg'
3113
+ },
3114
+ images: [{
3115
+ png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/yPryzm.png',
3116
+ svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/yPryzm.svg'
3117
+ }],
3118
+ type_asset: 'sdk.coin'
3119
+ },
3120
+ {
3121
+ description: 'Pryzm\'s refracted yield token for PRYZM with maturity of 31Dec2025',
3122
+ denom_units: [{
3123
+ denom: 'y:upryzm:31Dec2025',
3124
+ exponent: 0
3125
+ }, {
3126
+ denom: 'yPRYZM31Dec2025',
3127
+ exponent: 6
3128
+ }],
3129
+ base: 'y:upryzm:31Dec2025',
3130
+ name: 'yPryzm (31Dec2025)',
3131
+ display: 'yPRYZM31Dec2025',
3132
+ symbol: 'yPRYZM-31Dec2025',
3133
+ logo_URIs: {
3134
+ png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/yPryzm.png',
3135
+ svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/yPryzm.svg'
3136
+ },
3137
+ images: [{
3138
+ png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/yPryzm.png',
3139
+ svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/yPryzm.svg'
3140
+ }],
3141
+ type_asset: 'sdk.coin'
3142
+ },
2928
3143
  {
2929
3144
  description: 'Pryzm\'s LP token for USDC / USDC.axl pool',
2930
3145
  denom_units: [{
@@ -3569,6 +3784,29 @@ const info = {
3569
3784
  }],
3570
3785
  type_asset: 'sdk.coin'
3571
3786
  },
3787
+ {
3788
+ description: 'Pryzm\'s LP token for PRYZM Yield pool',
3789
+ denom_units: [{
3790
+ denom: 'lp:33:upryzm',
3791
+ exponent: 0
3792
+ }, {
3793
+ denom: 'lp:33:pryzm',
3794
+ exponent: 6
3795
+ }],
3796
+ base: 'lp:33:upryzm',
3797
+ name: 'PRYZM Yield LP',
3798
+ display: 'lp:33:pryzm',
3799
+ symbol: 'PRYZM-YIELD-LP',
3800
+ logo_URIs: {
3801
+ png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/lp.png',
3802
+ svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/lp.svg'
3803
+ },
3804
+ images: [{
3805
+ png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/lp.png',
3806
+ svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/lp.svg'
3807
+ }],
3808
+ type_asset: 'sdk.coin'
3809
+ },
3572
3810
  {
3573
3811
  description: 'The non-transferable receipt of PRYZM airdrop for StakeDrop participants',
3574
3812
  denom_units: [{
@@ -52,10 +52,6 @@ const info = {
52
52
  address: 'https://rebus.rpc.manticore.team:443/',
53
53
  provider: 'MantiCore'
54
54
  },
55
- {
56
- address: 'https://rpc.rebus.nodestake.top/',
57
- provider: 'NodeStake'
58
- },
59
55
  {
60
56
  address: 'http://rebus.rpc.m.stavr.tech:40107',
61
57
  provider: '🔥STAVR🔥'
@@ -98,10 +94,6 @@ const info = {
98
94
  address: 'https://rebus.api.manticore.team:443/',
99
95
  provider: 'MantiCore'
100
96
  },
101
- {
102
- address: 'https://api.rebus.nodestake.top/',
103
- provider: 'NodeStake'
104
- },
105
97
  {
106
98
  address: 'https://rebus.api.m.stavr.tech',
107
99
  provider: '🔥STAVR🔥'
@@ -144,10 +136,6 @@ const info = {
144
136
  address: 'rebus.grpc.bccnodes.com:14090',
145
137
  provider: 'BccNodes'
146
138
  },
147
- {
148
- address: 'grpc.rebus.nodestake.top:443',
149
- provider: 'NodeStake'
150
- },
151
139
  {
152
140
  address: 'rebus.grpc.nodersteam.com:9181',
153
141
  provider: '[NODERS]TEAM'
@@ -186,8 +174,8 @@ const info = {
186
174
  },
187
175
  {
188
176
  kind: 'NodeStake',
189
- url: 'https://explorer.nodestake.top/rebus',
190
- tx_page: 'https://explorer.nodestake.top/rebus/tx/${txHash}'
177
+ url: 'https://explorer.nodestake.org/rebus',
178
+ tx_page: 'https://explorer.nodestake.org/rebus/tx/${txHash}'
191
179
  },
192
180
  {
193
181
  kind: 'staking-explorer.com',
@@ -32,6 +32,55 @@ const info = {
32
32
  twitter: 'https://x.com/routerprotocol'
33
33
  },
34
34
  type_asset: 'sdk.coin'
35
+ }, {
36
+ description: 'USDC is a fully collateralized US Dollar stablecoin developed by CENTRE, the open source project with Circle being the first of several forthcoming issuers.',
37
+ denom_units: [{
38
+ denom: 'ibc/B9E4FD154C92D3A23BEA029906C4C5FF2FE74CB7E3A058290B77197A263CF88B',
39
+ exponent: 0,
40
+ aliases: ['microusdc', 'uusdc']
41
+ }, {
42
+ denom: 'usdc',
43
+ exponent: 6
44
+ }],
45
+ type_asset: 'ics20',
46
+ base: 'ibc/B9E4FD154C92D3A23BEA029906C4C5FF2FE74CB7E3A058290B77197A263CF88B',
47
+ name: 'USDC',
48
+ display: 'usdc',
49
+ symbol: 'USDC',
50
+ traces: [
51
+ {
52
+ type: 'synthetic',
53
+ counterparty: {
54
+ chain_name: 'forex',
55
+ base_denom: 'USD'
56
+ },
57
+ provider: 'Circle'
58
+ },
59
+ {
60
+ type: 'additional-mintage',
61
+ counterparty: {
62
+ chain_name: 'ethereum',
63
+ base_denom: '0xa0b86991c6218b36c1d19d4a2e9eb0ce3606eb48'
64
+ },
65
+ provider: 'Circle'
66
+ },
67
+ {
68
+ type: 'ibc',
69
+ counterparty: {
70
+ chain_name: 'noble',
71
+ base_denom: 'uusdc',
72
+ channel_id: 'channel-119'
73
+ },
74
+ chain: {
75
+ channel_id: 'channel-13',
76
+ path: 'transfer/channel-13/uusdc'
77
+ }
78
+ }
79
+ ],
80
+ logo_URIs: {
81
+ png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/_non-cosmos/ethereum/images/usdc.png',
82
+ svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/_non-cosmos/ethereum/images/usdc.svg'
83
+ }
35
84
  }]
36
85
  };
37
86
  export default info;
@@ -70,10 +70,6 @@ const info = {
70
70
  address: 'http://a.lcd.ununifi.cauchye.net:26657',
71
71
  provider: 'CauchyE'
72
72
  },
73
- {
74
- address: 'https://rpc.ununifi.nodestake.top',
75
- provider: 'NodeStake'
76
- },
77
73
  {
78
74
  address: 'https://rpc.lavenderfive.com:443/ununifi',
79
75
  provider: 'Lavender.Five Nodes 🐝'
@@ -96,10 +92,6 @@ const info = {
96
92
  address: 'https://b.lcd.ununifi.cauchye.net:1318',
97
93
  provider: 'CauchyE'
98
94
  },
99
- {
100
- address: 'https://api.ununifi.nodestake.top',
101
- provider: 'NodeStake'
102
- },
103
95
  {
104
96
  address: 'https://rest.lavenderfive.com:443/ununifi',
105
97
  provider: 'Lavender.Five Nodes 🐝'
@@ -122,10 +114,6 @@ const info = {
122
114
  address: 'ununifi-mainnet-grpc.autostake.com:443',
123
115
  provider: 'AutoStake 🛡️ Slash Protected'
124
116
  },
125
- {
126
- address: 'grpc.ununifi.nodestake.top:9090',
127
- provider: 'NodeStake'
128
- },
129
117
  {
130
118
  address: 'https://grpc-ununifi.nodeist.net',
131
119
  provider: 'Nodeist'
@@ -148,8 +136,8 @@ const info = {
148
136
  },
149
137
  {
150
138
  kind: 'NodeStake Explorer',
151
- url: 'https://explorer.nodestake.top/ununifi',
152
- tx_page: 'https://explorer.nodestake.top/ununifi/tx/${txHash}'
139
+ url: 'https://explorer.nodestake.org/ununifi',
140
+ tx_page: 'https://explorer.nodestake.org/ununifi/tx/${txHash}'
153
141
  },
154
142
  {
155
143
  kind: 'staking-explorer.com',
@@ -103,6 +103,56 @@ const info = {
103
103
  images: [{
104
104
  svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/_non-cosmos/ethereum/images/usdc.svg'
105
105
  }]
106
+ },
107
+ {
108
+ type_asset: 'erc20',
109
+ address: '0xaA8E23Fb1079EA71e0a56F48a2aA51851D8433D0',
110
+ denom_units: [{
111
+ denom: '0xaA8E23Fb1079EA71e0a56F48a2aA51851D8433D0',
112
+ exponent: 0,
113
+ aliases: ['uusdt']
114
+ }, {
115
+ denom: 'usdt',
116
+ exponent: 6
117
+ }],
118
+ base: '0xaA8E23Fb1079EA71e0a56F48a2aA51851D8433D0',
119
+ name: 'Tether USD',
120
+ display: 'usdt',
121
+ symbol: 'USDT',
122
+ traces: [{
123
+ type: 'test-mintage',
124
+ counterparty: {
125
+ chain_name: 'ethereum',
126
+ base_denom: '0xdac17f958d2ee523a2206206994597c13d831ec7'
127
+ },
128
+ provider: 'Tether'
129
+ }],
130
+ coingecko_id: 'tether',
131
+ logo_URIs: {
132
+ png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/_non-cosmos/ethereum/images/usdt.png',
133
+ svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/_non-cosmos/ethereum/images/usdt.svg'
134
+ },
135
+ images: [{
136
+ image_sync: {
137
+ chain_name: 'ethereum',
138
+ base_denom: '0xdac17f958d2ee523a2206206994597c13d831ec7'
139
+ },
140
+ svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/_non-cosmos/ethereum/images/usdt.svg',
141
+ png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/_non-cosmos/ethereum/images/usdt.png',
142
+ theme: {
143
+ circle: true,
144
+ primary_color_hex: '#009393',
145
+ background_color_hex: '#009393'
146
+ }
147
+ }, {
148
+ png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/_non-cosmos/ethereum/images/usdt_logomark.png',
149
+ svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/_non-cosmos/ethereum/images/usdt_logomark.svg',
150
+ theme: {
151
+ circle: false,
152
+ primary_color_hex: '#50AF95',
153
+ background_color_hex: '#00000000'
154
+ }
155
+ }]
106
156
  }
107
157
  ]
108
158
  };
@@ -27,16 +27,16 @@ const info = {
27
27
  },
28
28
  codebase: {
29
29
  git_repo: 'https://github.com/cosmos/gaia',
30
- recommended_version: 'v22.0.0-rc0',
31
- compatible_versions: ['v22.0.0-rc0'],
30
+ recommended_version: 'v22.2.0',
31
+ compatible_versions: ['v22.2.0'],
32
32
  consensus: {
33
33
  type: 'cometbft',
34
- version: 'v0.38.15'
34
+ version: 'v0.38.17'
35
35
  },
36
36
  binaries: {
37
- "linux/amd64": 'https://github.com/cosmos/gaia/releases/download/v22.0.0-rc0/gaiad-v22.0.0-rc0-linux-amd64',
38
- "darwin/amd64": 'https://github.com/cosmos/gaia/releases/download/v22.0.0-rc0/gaiad-v22.0.0-rc0-darwin-amd64',
39
- "darwin/arm64": 'https://github.com/cosmos/gaia/releases/download/v22.0.0-rc0/gaiad-v22.0.0-rc0-darwin-arm64'
37
+ "linux/amd64": 'https://github.com/cosmos/gaia/releases/download/v22.2.0/gaiad-v22.2.0-linux-amd64',
38
+ "darwin/amd64": 'https://github.com/cosmos/gaia/releases/download/v22.2.0/gaiad-v22.2.0-darwin-amd64',
39
+ "darwin/arm64": 'https://github.com/cosmos/gaia/releases/download/v22.2.0/gaiad-v22.2.0-darwin-arm64'
40
40
  },
41
41
  genesis: {
42
42
  genesis_url: 'https://raw.githubusercontent.com/cosmos/testnets/master/interchain-security/provider/provider-genesis.json'