chain-registry 1.69.128 → 1.69.129
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.
- package/esm/mainnet/agoric/ibc.js +1 -1
- package/esm/mainnet/akash/chain.js +9 -94
- package/esm/mainnet/beezee/chain.js +7 -7
- package/esm/mainnet/elys/assets.js +31 -0
- package/esm/mainnet/noble/ibc.js +1 -1
- package/esm/mainnet/pryzm/assets.js +238 -0
- package/esm/mainnet/routerchain/assets.js +49 -0
- package/esm/testnet/cosmosicsprovidertestnet/chain.js +6 -6
- package/mainnet/agoric/ibc.js +1 -1
- package/mainnet/akash/chain.js +9 -94
- package/mainnet/beezee/chain.js +7 -7
- package/mainnet/elys/assets.js +31 -0
- package/mainnet/noble/ibc.js +1 -1
- package/mainnet/pryzm/assets.js +238 -0
- package/mainnet/routerchain/assets.js +49 -0
- package/package.json +4 -4
- package/testnet/cosmosicsprovidertestnet/chain.js +6 -6
|
@@ -58,10 +58,6 @@ const info = {
|
|
|
58
58
|
description: 'Akash is open-source Supercloud that lets users buy and sell computing resources securely and efficiently. Purpose-built for public utility.',
|
|
59
59
|
apis: {
|
|
60
60
|
rpc: [
|
|
61
|
-
{
|
|
62
|
-
address: 'https://rpc.akash.forbole.com:443',
|
|
63
|
-
provider: 'forbole'
|
|
64
|
-
},
|
|
65
61
|
{
|
|
66
62
|
address: 'https://rpc-akash.ecostake.com:443',
|
|
67
63
|
provider: 'ecostake'
|
|
@@ -75,7 +71,7 @@ const info = {
|
|
|
75
71
|
provider: 'Polkachu'
|
|
76
72
|
},
|
|
77
73
|
{
|
|
78
|
-
address: '
|
|
74
|
+
address: 'https://akash.c29r3.xyz:80/rpc',
|
|
79
75
|
provider: 'c29r3'
|
|
80
76
|
},
|
|
81
77
|
{
|
|
@@ -94,20 +90,12 @@ const info = {
|
|
|
94
90
|
address: 'https://akash-rpc.publicnode.com:443',
|
|
95
91
|
provider: 'Allnodes ⚡️ Nodes & Staking'
|
|
96
92
|
},
|
|
97
|
-
{
|
|
98
|
-
address: 'https://akash.declab.pro:26601',
|
|
99
|
-
provider: 'Decloud Nodes Lab'
|
|
100
|
-
},
|
|
101
93
|
{
|
|
102
94
|
address: 'https://rpc.akash.bronbro.io:443',
|
|
103
95
|
provider: 'Bro_n_Bro'
|
|
104
96
|
}
|
|
105
97
|
],
|
|
106
98
|
rest: [
|
|
107
|
-
{
|
|
108
|
-
address: 'https://api.akash.forbole.com:443',
|
|
109
|
-
provider: 'forbole'
|
|
110
|
-
},
|
|
111
99
|
{
|
|
112
100
|
address: 'https://rest-akash.ecostake.com',
|
|
113
101
|
provider: 'ecostake'
|
|
@@ -120,14 +108,6 @@ const info = {
|
|
|
120
108
|
address: 'https://akash-api.polkachu.com',
|
|
121
109
|
provider: 'Polkachu'
|
|
122
110
|
},
|
|
123
|
-
{
|
|
124
|
-
address: 'https://api-akash.cosmos-spaces.cloud',
|
|
125
|
-
provider: 'Cosmos Spaces'
|
|
126
|
-
},
|
|
127
|
-
{
|
|
128
|
-
address: 'https://api-akash-ia.cosmosia.notional.ventures',
|
|
129
|
-
provider: 'Notional'
|
|
130
|
-
},
|
|
131
111
|
{
|
|
132
112
|
address: 'https://akash.c29r3.xyz:443/api',
|
|
133
113
|
provider: 'c29r3'
|
|
@@ -160,73 +140,18 @@ const info = {
|
|
|
160
140
|
address: 'https://akash-api.validatornode.com',
|
|
161
141
|
provider: 'ValidatorNode'
|
|
162
142
|
},
|
|
163
|
-
{
|
|
164
|
-
address: 'https://api-akash.whispernode.com:443',
|
|
165
|
-
provider: 'WhisperNode 🤐'
|
|
166
|
-
},
|
|
167
|
-
{
|
|
168
|
-
address: 'https://public.stakewolle.com/cosmos/akash/rest',
|
|
169
|
-
provider: 'Stakewolle'
|
|
170
|
-
},
|
|
171
|
-
{
|
|
172
|
-
address: 'https://akash.declab.pro:443',
|
|
173
|
-
provider: 'Decloud Nodes Lab'
|
|
174
|
-
},
|
|
175
143
|
{
|
|
176
144
|
address: 'https://lcd.akash.bronbro.io:443',
|
|
177
145
|
provider: 'Bro_n_Bro'
|
|
178
146
|
}
|
|
179
147
|
],
|
|
180
|
-
grpc: [
|
|
181
|
-
{
|
|
182
|
-
address: 'grpc-akash-ia.cosmosia.notional.ventures:443',
|
|
183
|
-
provider: 'Notional'
|
|
184
|
-
},
|
|
185
|
-
{
|
|
148
|
+
grpc: [{
|
|
186
149
|
address: 'akash.lavenderfive.com:443',
|
|
187
150
|
provider: 'Lavender.Five Nodes 🐝'
|
|
188
|
-
},
|
|
189
|
-
{
|
|
190
|
-
address: 'akash-grpc.polkachu.com:12890',
|
|
191
|
-
provider: 'Polkachu'
|
|
192
|
-
},
|
|
193
|
-
{
|
|
194
|
-
address: 'akash-mainnet-grpc.autostake.com:443',
|
|
195
|
-
provider: 'AutoStake 🛡️ Slash Protected'
|
|
196
|
-
},
|
|
197
|
-
{
|
|
198
|
-
address: 'grpc-akash.cosmos-spaces.cloud:1110',
|
|
199
|
-
provider: 'Cosmos Spaces'
|
|
200
|
-
},
|
|
201
|
-
{
|
|
202
|
-
address: 'grpc-akash-01.stakeflow.io:1502',
|
|
203
|
-
provider: 'Stakeflow'
|
|
204
|
-
},
|
|
205
|
-
{
|
|
206
|
-
address: 'akash-grpc.w3coins.io:12890',
|
|
207
|
-
provider: 'w3coins'
|
|
208
|
-
},
|
|
209
|
-
{
|
|
151
|
+
}, {
|
|
210
152
|
address: 'akash-grpc.publicnode.com:443',
|
|
211
153
|
provider: 'Allnodes ⚡️ Nodes & Staking'
|
|
212
|
-
}
|
|
213
|
-
{
|
|
214
|
-
address: 'https://akash.declab.pro:9001',
|
|
215
|
-
provider: 'Decloud Nodes Lab'
|
|
216
|
-
},
|
|
217
|
-
{
|
|
218
|
-
address: 'grpc-akash.whispernode.com:443',
|
|
219
|
-
provider: 'WhisperNode 🤐'
|
|
220
|
-
},
|
|
221
|
-
{
|
|
222
|
-
address: 'https://grpc.akash.bronbro.io:443',
|
|
223
|
-
provider: 'Bro_n_Bro'
|
|
224
|
-
},
|
|
225
|
-
{
|
|
226
|
-
address: 'akash-mainnet-grpc.cosmonautstakes.com:14090',
|
|
227
|
-
provider: 'Cosmonaut Stakes'
|
|
228
|
-
}
|
|
229
|
-
]
|
|
154
|
+
}]
|
|
230
155
|
},
|
|
231
156
|
explorers: [
|
|
232
157
|
{
|
|
@@ -235,17 +160,17 @@ const info = {
|
|
|
235
160
|
tx_page: 'https://ezstaking.app/akash/txs/${txHash}',
|
|
236
161
|
account_page: 'https://ezstaking.app/akash/account/${accountAddress}'
|
|
237
162
|
},
|
|
163
|
+
{
|
|
164
|
+
kind: 'ping.pub',
|
|
165
|
+
url: 'https://ping.pub/akash',
|
|
166
|
+
tx_page: 'https://ping.pub/akash-network/tx/${txHash}'
|
|
167
|
+
},
|
|
238
168
|
{
|
|
239
169
|
kind: 'mintscan',
|
|
240
170
|
url: 'https://www.mintscan.io/akash',
|
|
241
171
|
tx_page: 'https://www.mintscan.io/akash/transactions/${txHash}',
|
|
242
172
|
account_page: 'https://www.mintscan.io/akash/accounts/${accountAddress}'
|
|
243
173
|
},
|
|
244
|
-
{
|
|
245
|
-
kind: 'ping.pub',
|
|
246
|
-
url: 'https://ping.pub/akash-network',
|
|
247
|
-
tx_page: 'https://ping.pub/akash-network/tx/${txHash}'
|
|
248
|
-
},
|
|
249
174
|
{
|
|
250
175
|
kind: 'staking-explorer.com',
|
|
251
176
|
url: 'https://staking-explorer.com/explorer/akash',
|
|
@@ -258,21 +183,11 @@ const info = {
|
|
|
258
183
|
tx_page: 'https://atomscan.com/akash/transactions/${txHash}',
|
|
259
184
|
account_page: 'https://atomscan.com/akash/accounts/${accountAddress}'
|
|
260
185
|
},
|
|
261
|
-
{
|
|
262
|
-
kind: 'cloudmos',
|
|
263
|
-
url: 'https://cloudmos.io/blocks',
|
|
264
|
-
tx_page: 'https://cloudmos.io/transactions/${txHash}'
|
|
265
|
-
},
|
|
266
186
|
{
|
|
267
187
|
kind: 'Stakeflow',
|
|
268
188
|
url: 'https://stakeflow.io/akash',
|
|
269
189
|
account_page: 'https://stakeflow.io/akash/accounts/${accountAddress}'
|
|
270
190
|
},
|
|
271
|
-
{
|
|
272
|
-
kind: 'ValidatorNode',
|
|
273
|
-
url: 'https://explorer.validatornode.com/akash-network',
|
|
274
|
-
tx_page: 'https://explorer.validatornode.com/akash-network/tx/${txHash}'
|
|
275
|
-
},
|
|
276
191
|
{
|
|
277
192
|
kind: 'Decloud Nodes Lab',
|
|
278
193
|
url: 'https://explorer.declab.pro/Akash',
|
|
@@ -28,14 +28,14 @@ const info = {
|
|
|
28
28
|
},
|
|
29
29
|
codebase: {
|
|
30
30
|
git_repo: 'https://github.com/bze-alphateam/bze',
|
|
31
|
-
recommended_version: 'v7.
|
|
32
|
-
compatible_versions: ['v7.
|
|
31
|
+
recommended_version: 'v7.2.0',
|
|
32
|
+
compatible_versions: ['v7.2.0'],
|
|
33
33
|
binaries: {
|
|
34
|
-
"darwin/amd64": 'https://github.com/bze-alphateam/bze/releases/download/v7.
|
|
35
|
-
"darwin/arm64": 'https://github.com/bze-alphateam/bze/releases/download/v7.
|
|
36
|
-
"linux/amd64": 'https://github.com/bze-alphateam/bze/releases/download/v7.
|
|
37
|
-
"linux/arm64": 'https://github.com/bze-alphateam/bze/releases/download/v7.
|
|
38
|
-
"windows/amd64": 'https://github.com/bze-alphateam/bze/releases/download/v7.
|
|
34
|
+
"darwin/amd64": 'https://github.com/bze-alphateam/bze/releases/download/v7.2.0/bze-7.2.0-darwin-amd64.tar.gz',
|
|
35
|
+
"darwin/arm64": 'https://github.com/bze-alphateam/bze/releases/download/v7.2.0/bze-7.2.0-darwin-arm64.tar.gz',
|
|
36
|
+
"linux/amd64": 'https://github.com/bze-alphateam/bze/releases/download/v7.2.0/bze-7.2.0-linux-amd64.tar.gz',
|
|
37
|
+
"linux/arm64": 'https://github.com/bze-alphateam/bze/releases/download/v7.2.0/bze-7.2.0-linux-arm64.tar.gz',
|
|
38
|
+
"windows/amd64": 'https://github.com/bze-alphateam/bze/releases/download/v7.2.0/bze-7.2.0-win64.zip'
|
|
39
39
|
},
|
|
40
40
|
genesis: {
|
|
41
41
|
genesis_url: 'https://raw.githubusercontent.com/bze-alphateam/bze/main/genesis.json'
|
|
@@ -65,6 +65,37 @@ const info = {
|
|
|
65
65
|
}],
|
|
66
66
|
type_asset: 'sdk.coin'
|
|
67
67
|
},
|
|
68
|
+
{
|
|
69
|
+
description: 'Eden BOOST token definition',
|
|
70
|
+
denom_units: [
|
|
71
|
+
{
|
|
72
|
+
denom: 'uedenb',
|
|
73
|
+
exponent: 0,
|
|
74
|
+
aliases: ['microedenb']
|
|
75
|
+
},
|
|
76
|
+
{
|
|
77
|
+
denom: 'medenb',
|
|
78
|
+
exponent: 3,
|
|
79
|
+
aliases: ['milliedenb']
|
|
80
|
+
},
|
|
81
|
+
{
|
|
82
|
+
denom: 'edenb',
|
|
83
|
+
exponent: 6,
|
|
84
|
+
aliases: []
|
|
85
|
+
}
|
|
86
|
+
],
|
|
87
|
+
base: 'uedenb',
|
|
88
|
+
name: 'Eden BOOST',
|
|
89
|
+
display: 'edenb',
|
|
90
|
+
symbol: 'EDEN BOOST',
|
|
91
|
+
logo_URIs: {
|
|
92
|
+
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/elys/images/eden-boost.png'
|
|
93
|
+
},
|
|
94
|
+
images: [{
|
|
95
|
+
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/elys/images/eden-boost.png'
|
|
96
|
+
}],
|
|
97
|
+
type_asset: 'sdk.coin'
|
|
98
|
+
},
|
|
68
99
|
{
|
|
69
100
|
description: 'USDC from Noble',
|
|
70
101
|
denom_units: [{
|
package/esm/mainnet/noble/ibc.js
CHANGED
|
@@ -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: [{
|
|
@@ -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;
|
|
@@ -27,16 +27,16 @@ const info = {
|
|
|
27
27
|
},
|
|
28
28
|
codebase: {
|
|
29
29
|
git_repo: 'https://github.com/cosmos/gaia',
|
|
30
|
-
recommended_version: 'v22.
|
|
31
|
-
compatible_versions: ['v22.
|
|
30
|
+
recommended_version: 'v22.2.0',
|
|
31
|
+
compatible_versions: ['v22.2.0'],
|
|
32
32
|
consensus: {
|
|
33
33
|
type: 'cometbft',
|
|
34
|
-
version: 'v0.38.
|
|
34
|
+
version: 'v0.38.17'
|
|
35
35
|
},
|
|
36
36
|
binaries: {
|
|
37
|
-
"linux/amd64": 'https://github.com/cosmos/gaia/releases/download/v22.
|
|
38
|
-
"darwin/amd64": 'https://github.com/cosmos/gaia/releases/download/v22.
|
|
39
|
-
"darwin/arm64": 'https://github.com/cosmos/gaia/releases/download/v22.
|
|
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'
|
package/mainnet/agoric/ibc.js
CHANGED
package/mainnet/akash/chain.js
CHANGED
|
@@ -60,10 +60,6 @@ const info = {
|
|
|
60
60
|
description: 'Akash is open-source Supercloud that lets users buy and sell computing resources securely and efficiently. Purpose-built for public utility.',
|
|
61
61
|
apis: {
|
|
62
62
|
rpc: [
|
|
63
|
-
{
|
|
64
|
-
address: 'https://rpc.akash.forbole.com:443',
|
|
65
|
-
provider: 'forbole'
|
|
66
|
-
},
|
|
67
63
|
{
|
|
68
64
|
address: 'https://rpc-akash.ecostake.com:443',
|
|
69
65
|
provider: 'ecostake'
|
|
@@ -77,7 +73,7 @@ const info = {
|
|
|
77
73
|
provider: 'Polkachu'
|
|
78
74
|
},
|
|
79
75
|
{
|
|
80
|
-
address: '
|
|
76
|
+
address: 'https://akash.c29r3.xyz:80/rpc',
|
|
81
77
|
provider: 'c29r3'
|
|
82
78
|
},
|
|
83
79
|
{
|
|
@@ -96,20 +92,12 @@ const info = {
|
|
|
96
92
|
address: 'https://akash-rpc.publicnode.com:443',
|
|
97
93
|
provider: 'Allnodes ⚡️ Nodes & Staking'
|
|
98
94
|
},
|
|
99
|
-
{
|
|
100
|
-
address: 'https://akash.declab.pro:26601',
|
|
101
|
-
provider: 'Decloud Nodes Lab'
|
|
102
|
-
},
|
|
103
95
|
{
|
|
104
96
|
address: 'https://rpc.akash.bronbro.io:443',
|
|
105
97
|
provider: 'Bro_n_Bro'
|
|
106
98
|
}
|
|
107
99
|
],
|
|
108
100
|
rest: [
|
|
109
|
-
{
|
|
110
|
-
address: 'https://api.akash.forbole.com:443',
|
|
111
|
-
provider: 'forbole'
|
|
112
|
-
},
|
|
113
101
|
{
|
|
114
102
|
address: 'https://rest-akash.ecostake.com',
|
|
115
103
|
provider: 'ecostake'
|
|
@@ -122,14 +110,6 @@ const info = {
|
|
|
122
110
|
address: 'https://akash-api.polkachu.com',
|
|
123
111
|
provider: 'Polkachu'
|
|
124
112
|
},
|
|
125
|
-
{
|
|
126
|
-
address: 'https://api-akash.cosmos-spaces.cloud',
|
|
127
|
-
provider: 'Cosmos Spaces'
|
|
128
|
-
},
|
|
129
|
-
{
|
|
130
|
-
address: 'https://api-akash-ia.cosmosia.notional.ventures',
|
|
131
|
-
provider: 'Notional'
|
|
132
|
-
},
|
|
133
113
|
{
|
|
134
114
|
address: 'https://akash.c29r3.xyz:443/api',
|
|
135
115
|
provider: 'c29r3'
|
|
@@ -162,73 +142,18 @@ const info = {
|
|
|
162
142
|
address: 'https://akash-api.validatornode.com',
|
|
163
143
|
provider: 'ValidatorNode'
|
|
164
144
|
},
|
|
165
|
-
{
|
|
166
|
-
address: 'https://api-akash.whispernode.com:443',
|
|
167
|
-
provider: 'WhisperNode 🤐'
|
|
168
|
-
},
|
|
169
|
-
{
|
|
170
|
-
address: 'https://public.stakewolle.com/cosmos/akash/rest',
|
|
171
|
-
provider: 'Stakewolle'
|
|
172
|
-
},
|
|
173
|
-
{
|
|
174
|
-
address: 'https://akash.declab.pro:443',
|
|
175
|
-
provider: 'Decloud Nodes Lab'
|
|
176
|
-
},
|
|
177
145
|
{
|
|
178
146
|
address: 'https://lcd.akash.bronbro.io:443',
|
|
179
147
|
provider: 'Bro_n_Bro'
|
|
180
148
|
}
|
|
181
149
|
],
|
|
182
|
-
grpc: [
|
|
183
|
-
{
|
|
184
|
-
address: 'grpc-akash-ia.cosmosia.notional.ventures:443',
|
|
185
|
-
provider: 'Notional'
|
|
186
|
-
},
|
|
187
|
-
{
|
|
150
|
+
grpc: [{
|
|
188
151
|
address: 'akash.lavenderfive.com:443',
|
|
189
152
|
provider: 'Lavender.Five Nodes 🐝'
|
|
190
|
-
},
|
|
191
|
-
{
|
|
192
|
-
address: 'akash-grpc.polkachu.com:12890',
|
|
193
|
-
provider: 'Polkachu'
|
|
194
|
-
},
|
|
195
|
-
{
|
|
196
|
-
address: 'akash-mainnet-grpc.autostake.com:443',
|
|
197
|
-
provider: 'AutoStake 🛡️ Slash Protected'
|
|
198
|
-
},
|
|
199
|
-
{
|
|
200
|
-
address: 'grpc-akash.cosmos-spaces.cloud:1110',
|
|
201
|
-
provider: 'Cosmos Spaces'
|
|
202
|
-
},
|
|
203
|
-
{
|
|
204
|
-
address: 'grpc-akash-01.stakeflow.io:1502',
|
|
205
|
-
provider: 'Stakeflow'
|
|
206
|
-
},
|
|
207
|
-
{
|
|
208
|
-
address: 'akash-grpc.w3coins.io:12890',
|
|
209
|
-
provider: 'w3coins'
|
|
210
|
-
},
|
|
211
|
-
{
|
|
153
|
+
}, {
|
|
212
154
|
address: 'akash-grpc.publicnode.com:443',
|
|
213
155
|
provider: 'Allnodes ⚡️ Nodes & Staking'
|
|
214
|
-
}
|
|
215
|
-
{
|
|
216
|
-
address: 'https://akash.declab.pro:9001',
|
|
217
|
-
provider: 'Decloud Nodes Lab'
|
|
218
|
-
},
|
|
219
|
-
{
|
|
220
|
-
address: 'grpc-akash.whispernode.com:443',
|
|
221
|
-
provider: 'WhisperNode 🤐'
|
|
222
|
-
},
|
|
223
|
-
{
|
|
224
|
-
address: 'https://grpc.akash.bronbro.io:443',
|
|
225
|
-
provider: 'Bro_n_Bro'
|
|
226
|
-
},
|
|
227
|
-
{
|
|
228
|
-
address: 'akash-mainnet-grpc.cosmonautstakes.com:14090',
|
|
229
|
-
provider: 'Cosmonaut Stakes'
|
|
230
|
-
}
|
|
231
|
-
]
|
|
156
|
+
}]
|
|
232
157
|
},
|
|
233
158
|
explorers: [
|
|
234
159
|
{
|
|
@@ -237,17 +162,17 @@ const info = {
|
|
|
237
162
|
tx_page: 'https://ezstaking.app/akash/txs/${txHash}',
|
|
238
163
|
account_page: 'https://ezstaking.app/akash/account/${accountAddress}'
|
|
239
164
|
},
|
|
165
|
+
{
|
|
166
|
+
kind: 'ping.pub',
|
|
167
|
+
url: 'https://ping.pub/akash',
|
|
168
|
+
tx_page: 'https://ping.pub/akash-network/tx/${txHash}'
|
|
169
|
+
},
|
|
240
170
|
{
|
|
241
171
|
kind: 'mintscan',
|
|
242
172
|
url: 'https://www.mintscan.io/akash',
|
|
243
173
|
tx_page: 'https://www.mintscan.io/akash/transactions/${txHash}',
|
|
244
174
|
account_page: 'https://www.mintscan.io/akash/accounts/${accountAddress}'
|
|
245
175
|
},
|
|
246
|
-
{
|
|
247
|
-
kind: 'ping.pub',
|
|
248
|
-
url: 'https://ping.pub/akash-network',
|
|
249
|
-
tx_page: 'https://ping.pub/akash-network/tx/${txHash}'
|
|
250
|
-
},
|
|
251
176
|
{
|
|
252
177
|
kind: 'staking-explorer.com',
|
|
253
178
|
url: 'https://staking-explorer.com/explorer/akash',
|
|
@@ -260,21 +185,11 @@ const info = {
|
|
|
260
185
|
tx_page: 'https://atomscan.com/akash/transactions/${txHash}',
|
|
261
186
|
account_page: 'https://atomscan.com/akash/accounts/${accountAddress}'
|
|
262
187
|
},
|
|
263
|
-
{
|
|
264
|
-
kind: 'cloudmos',
|
|
265
|
-
url: 'https://cloudmos.io/blocks',
|
|
266
|
-
tx_page: 'https://cloudmos.io/transactions/${txHash}'
|
|
267
|
-
},
|
|
268
188
|
{
|
|
269
189
|
kind: 'Stakeflow',
|
|
270
190
|
url: 'https://stakeflow.io/akash',
|
|
271
191
|
account_page: 'https://stakeflow.io/akash/accounts/${accountAddress}'
|
|
272
192
|
},
|
|
273
|
-
{
|
|
274
|
-
kind: 'ValidatorNode',
|
|
275
|
-
url: 'https://explorer.validatornode.com/akash-network',
|
|
276
|
-
tx_page: 'https://explorer.validatornode.com/akash-network/tx/${txHash}'
|
|
277
|
-
},
|
|
278
193
|
{
|
|
279
194
|
kind: 'Decloud Nodes Lab',
|
|
280
195
|
url: 'https://explorer.declab.pro/Akash',
|
package/mainnet/beezee/chain.js
CHANGED
|
@@ -30,14 +30,14 @@ const info = {
|
|
|
30
30
|
},
|
|
31
31
|
codebase: {
|
|
32
32
|
git_repo: 'https://github.com/bze-alphateam/bze',
|
|
33
|
-
recommended_version: 'v7.
|
|
34
|
-
compatible_versions: ['v7.
|
|
33
|
+
recommended_version: 'v7.2.0',
|
|
34
|
+
compatible_versions: ['v7.2.0'],
|
|
35
35
|
binaries: {
|
|
36
|
-
"darwin/amd64": 'https://github.com/bze-alphateam/bze/releases/download/v7.
|
|
37
|
-
"darwin/arm64": 'https://github.com/bze-alphateam/bze/releases/download/v7.
|
|
38
|
-
"linux/amd64": 'https://github.com/bze-alphateam/bze/releases/download/v7.
|
|
39
|
-
"linux/arm64": 'https://github.com/bze-alphateam/bze/releases/download/v7.
|
|
40
|
-
"windows/amd64": 'https://github.com/bze-alphateam/bze/releases/download/v7.
|
|
36
|
+
"darwin/amd64": 'https://github.com/bze-alphateam/bze/releases/download/v7.2.0/bze-7.2.0-darwin-amd64.tar.gz',
|
|
37
|
+
"darwin/arm64": 'https://github.com/bze-alphateam/bze/releases/download/v7.2.0/bze-7.2.0-darwin-arm64.tar.gz',
|
|
38
|
+
"linux/amd64": 'https://github.com/bze-alphateam/bze/releases/download/v7.2.0/bze-7.2.0-linux-amd64.tar.gz',
|
|
39
|
+
"linux/arm64": 'https://github.com/bze-alphateam/bze/releases/download/v7.2.0/bze-7.2.0-linux-arm64.tar.gz',
|
|
40
|
+
"windows/amd64": 'https://github.com/bze-alphateam/bze/releases/download/v7.2.0/bze-7.2.0-win64.zip'
|
|
41
41
|
},
|
|
42
42
|
genesis: {
|
|
43
43
|
genesis_url: 'https://raw.githubusercontent.com/bze-alphateam/bze/main/genesis.json'
|
package/mainnet/elys/assets.js
CHANGED
|
@@ -67,6 +67,37 @@ const info = {
|
|
|
67
67
|
}],
|
|
68
68
|
type_asset: 'sdk.coin'
|
|
69
69
|
},
|
|
70
|
+
{
|
|
71
|
+
description: 'Eden BOOST token definition',
|
|
72
|
+
denom_units: [
|
|
73
|
+
{
|
|
74
|
+
denom: 'uedenb',
|
|
75
|
+
exponent: 0,
|
|
76
|
+
aliases: ['microedenb']
|
|
77
|
+
},
|
|
78
|
+
{
|
|
79
|
+
denom: 'medenb',
|
|
80
|
+
exponent: 3,
|
|
81
|
+
aliases: ['milliedenb']
|
|
82
|
+
},
|
|
83
|
+
{
|
|
84
|
+
denom: 'edenb',
|
|
85
|
+
exponent: 6,
|
|
86
|
+
aliases: []
|
|
87
|
+
}
|
|
88
|
+
],
|
|
89
|
+
base: 'uedenb',
|
|
90
|
+
name: 'Eden BOOST',
|
|
91
|
+
display: 'edenb',
|
|
92
|
+
symbol: 'EDEN BOOST',
|
|
93
|
+
logo_URIs: {
|
|
94
|
+
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/elys/images/eden-boost.png'
|
|
95
|
+
},
|
|
96
|
+
images: [{
|
|
97
|
+
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/elys/images/eden-boost.png'
|
|
98
|
+
}],
|
|
99
|
+
type_asset: 'sdk.coin'
|
|
100
|
+
},
|
|
70
101
|
{
|
|
71
102
|
description: 'USDC from Noble',
|
|
72
103
|
denom_units: [{
|
package/mainnet/noble/ibc.js
CHANGED
package/mainnet/pryzm/assets.js
CHANGED
|
@@ -765,6 +765,37 @@ const info = {
|
|
|
765
765
|
}],
|
|
766
766
|
type_asset: 'sdk.coin'
|
|
767
767
|
},
|
|
768
|
+
{
|
|
769
|
+
description: 'Pryzm\'s native liquid staking token for PRYZM',
|
|
770
|
+
denom_units: [{
|
|
771
|
+
denom: 'c:upryzm',
|
|
772
|
+
exponent: 0
|
|
773
|
+
}, {
|
|
774
|
+
denom: 'cpryzm',
|
|
775
|
+
exponent: 6
|
|
776
|
+
}],
|
|
777
|
+
base: 'c:upryzm',
|
|
778
|
+
name: 'cPryzm',
|
|
779
|
+
display: 'cpryzm',
|
|
780
|
+
symbol: 'cPRYZM',
|
|
781
|
+
traces: [{
|
|
782
|
+
type: 'liquid-stake',
|
|
783
|
+
counterparty: {
|
|
784
|
+
chain_name: 'pryzm',
|
|
785
|
+
base_denom: 'upryzm'
|
|
786
|
+
},
|
|
787
|
+
provider: 'Pryzm'
|
|
788
|
+
}],
|
|
789
|
+
logo_URIs: {
|
|
790
|
+
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/cPryzm.png',
|
|
791
|
+
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/cPryzm.svg'
|
|
792
|
+
},
|
|
793
|
+
images: [{
|
|
794
|
+
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/cPryzm.png',
|
|
795
|
+
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/cPryzm.svg'
|
|
796
|
+
}],
|
|
797
|
+
type_asset: 'sdk.coin'
|
|
798
|
+
},
|
|
768
799
|
{
|
|
769
800
|
description: 'Pryzm\'s refracted principal token for ATOM with maturity of 30Sep2024',
|
|
770
801
|
denom_units: [{
|
|
@@ -1846,6 +1877,98 @@ const info = {
|
|
|
1846
1877
|
}],
|
|
1847
1878
|
type_asset: 'sdk.coin'
|
|
1848
1879
|
},
|
|
1880
|
+
{
|
|
1881
|
+
description: 'Pryzm\'s refracted principal token for PRYZM with maturity of 31Mar2025',
|
|
1882
|
+
denom_units: [{
|
|
1883
|
+
denom: 'p:upryzm:31Mar2025',
|
|
1884
|
+
exponent: 0
|
|
1885
|
+
}, {
|
|
1886
|
+
denom: 'pPRYZM31Mar2025',
|
|
1887
|
+
exponent: 6
|
|
1888
|
+
}],
|
|
1889
|
+
base: 'p:upryzm:31Mar2025',
|
|
1890
|
+
name: 'pPryzm (31Mar2025)',
|
|
1891
|
+
display: 'pPRYZM31Mar2025',
|
|
1892
|
+
symbol: 'pPRYZM-31Mar2025',
|
|
1893
|
+
logo_URIs: {
|
|
1894
|
+
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/pPryzm.png',
|
|
1895
|
+
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/pPryzm.svg'
|
|
1896
|
+
},
|
|
1897
|
+
images: [{
|
|
1898
|
+
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/pPryzm.png',
|
|
1899
|
+
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/pPryzm.svg'
|
|
1900
|
+
}],
|
|
1901
|
+
type_asset: 'sdk.coin'
|
|
1902
|
+
},
|
|
1903
|
+
{
|
|
1904
|
+
description: 'Pryzm\'s refracted principal token for PRYZM with maturity of 30Jun2025',
|
|
1905
|
+
denom_units: [{
|
|
1906
|
+
denom: 'p:upryzm:30Jun2025',
|
|
1907
|
+
exponent: 0
|
|
1908
|
+
}, {
|
|
1909
|
+
denom: 'pPRYZM30Jun2025',
|
|
1910
|
+
exponent: 6
|
|
1911
|
+
}],
|
|
1912
|
+
base: 'p:upryzm:30Jun2025',
|
|
1913
|
+
name: 'pPryzm (30Jun2025)',
|
|
1914
|
+
display: 'pPRYZM30Jun2025',
|
|
1915
|
+
symbol: 'pPRYZM-30Jun2025',
|
|
1916
|
+
logo_URIs: {
|
|
1917
|
+
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/pPryzm.png',
|
|
1918
|
+
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/pPryzm.svg'
|
|
1919
|
+
},
|
|
1920
|
+
images: [{
|
|
1921
|
+
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/pPryzm.png',
|
|
1922
|
+
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/pPryzm.svg'
|
|
1923
|
+
}],
|
|
1924
|
+
type_asset: 'sdk.coin'
|
|
1925
|
+
},
|
|
1926
|
+
{
|
|
1927
|
+
description: 'Pryzm\'s refracted principal token for PRYZM with maturity of 30Sep2025',
|
|
1928
|
+
denom_units: [{
|
|
1929
|
+
denom: 'p:upryzm:30Sep2025',
|
|
1930
|
+
exponent: 0
|
|
1931
|
+
}, {
|
|
1932
|
+
denom: 'pPRYZM30Sep2025',
|
|
1933
|
+
exponent: 6
|
|
1934
|
+
}],
|
|
1935
|
+
base: 'p:upryzm:30Sep2025',
|
|
1936
|
+
name: 'pPryzm (30Sep2025)',
|
|
1937
|
+
display: 'pPRYZM30Sep2025',
|
|
1938
|
+
symbol: 'pPRYZM-30Sep2025',
|
|
1939
|
+
logo_URIs: {
|
|
1940
|
+
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/pPryzm.png',
|
|
1941
|
+
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/pPryzm.svg'
|
|
1942
|
+
},
|
|
1943
|
+
images: [{
|
|
1944
|
+
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/pPryzm.png',
|
|
1945
|
+
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/pPryzm.svg'
|
|
1946
|
+
}],
|
|
1947
|
+
type_asset: 'sdk.coin'
|
|
1948
|
+
},
|
|
1949
|
+
{
|
|
1950
|
+
description: 'Pryzm\'s refracted principal token for PRYZM with maturity of 31Dec2025',
|
|
1951
|
+
denom_units: [{
|
|
1952
|
+
denom: 'p:upryzm:31Dec2025',
|
|
1953
|
+
exponent: 0
|
|
1954
|
+
}, {
|
|
1955
|
+
denom: 'pPRYZM31Dec2025',
|
|
1956
|
+
exponent: 6
|
|
1957
|
+
}],
|
|
1958
|
+
base: 'p:upryzm:31Dec2025',
|
|
1959
|
+
name: 'pPryzm (31Dec2025)',
|
|
1960
|
+
display: 'pPRYZM31Dec2025',
|
|
1961
|
+
symbol: 'pPRYZM-31Dec2025',
|
|
1962
|
+
logo_URIs: {
|
|
1963
|
+
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/pPryzm.png',
|
|
1964
|
+
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/pPryzm.svg'
|
|
1965
|
+
},
|
|
1966
|
+
images: [{
|
|
1967
|
+
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/pPryzm.png',
|
|
1968
|
+
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/pPryzm.svg'
|
|
1969
|
+
}],
|
|
1970
|
+
type_asset: 'sdk.coin'
|
|
1971
|
+
},
|
|
1849
1972
|
{
|
|
1850
1973
|
description: 'Pryzm\'s refracted yield token for ATOM with maturity of 30Sep2024',
|
|
1851
1974
|
denom_units: [{
|
|
@@ -2927,6 +3050,98 @@ const info = {
|
|
|
2927
3050
|
}],
|
|
2928
3051
|
type_asset: 'sdk.coin'
|
|
2929
3052
|
},
|
|
3053
|
+
{
|
|
3054
|
+
description: 'Pryzm\'s refracted yield token for PRYZM with maturity of 31Mar2025',
|
|
3055
|
+
denom_units: [{
|
|
3056
|
+
denom: 'y:upryzm:31Mar2025',
|
|
3057
|
+
exponent: 0
|
|
3058
|
+
}, {
|
|
3059
|
+
denom: 'yPRYZM31Mar2025',
|
|
3060
|
+
exponent: 6
|
|
3061
|
+
}],
|
|
3062
|
+
base: 'y:upryzm:31Mar2025',
|
|
3063
|
+
name: 'yPryzm (31Mar2025)',
|
|
3064
|
+
display: 'yPRYZM31Mar2025',
|
|
3065
|
+
symbol: 'yPRYZM-31Mar2025',
|
|
3066
|
+
logo_URIs: {
|
|
3067
|
+
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/yPryzm.png',
|
|
3068
|
+
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/yPryzm.svg'
|
|
3069
|
+
},
|
|
3070
|
+
images: [{
|
|
3071
|
+
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/yPryzm.png',
|
|
3072
|
+
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/yPryzm.svg'
|
|
3073
|
+
}],
|
|
3074
|
+
type_asset: 'sdk.coin'
|
|
3075
|
+
},
|
|
3076
|
+
{
|
|
3077
|
+
description: 'Pryzm\'s refracted yield token for PRYZM with maturity of 30Jun2025',
|
|
3078
|
+
denom_units: [{
|
|
3079
|
+
denom: 'y:upryzm:30Jun2025',
|
|
3080
|
+
exponent: 0
|
|
3081
|
+
}, {
|
|
3082
|
+
denom: 'yPRYZM30Jun2025',
|
|
3083
|
+
exponent: 6
|
|
3084
|
+
}],
|
|
3085
|
+
base: 'y:upryzm:30Jun2025',
|
|
3086
|
+
name: 'yPryzm (30Jun2025)',
|
|
3087
|
+
display: 'yPRYZM30Jun2025',
|
|
3088
|
+
symbol: 'yPRYZM-30Jun2025',
|
|
3089
|
+
logo_URIs: {
|
|
3090
|
+
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/yPryzm.png',
|
|
3091
|
+
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/yPryzm.svg'
|
|
3092
|
+
},
|
|
3093
|
+
images: [{
|
|
3094
|
+
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/yPryzm.png',
|
|
3095
|
+
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/yPryzm.svg'
|
|
3096
|
+
}],
|
|
3097
|
+
type_asset: 'sdk.coin'
|
|
3098
|
+
},
|
|
3099
|
+
{
|
|
3100
|
+
description: 'Pryzm\'s refracted yield token for PRYZM with maturity of 30Sep2025',
|
|
3101
|
+
denom_units: [{
|
|
3102
|
+
denom: 'y:upryzm:30Sep2025',
|
|
3103
|
+
exponent: 0
|
|
3104
|
+
}, {
|
|
3105
|
+
denom: 'yPRYZM30Sep2025',
|
|
3106
|
+
exponent: 6
|
|
3107
|
+
}],
|
|
3108
|
+
base: 'y:upryzm:30Sep2025',
|
|
3109
|
+
name: 'yPryzm (30Sep2025)',
|
|
3110
|
+
display: 'yPRYZM30Sep2025',
|
|
3111
|
+
symbol: 'yPRYZM-30Sep2025',
|
|
3112
|
+
logo_URIs: {
|
|
3113
|
+
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/yPryzm.png',
|
|
3114
|
+
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/yPryzm.svg'
|
|
3115
|
+
},
|
|
3116
|
+
images: [{
|
|
3117
|
+
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/yPryzm.png',
|
|
3118
|
+
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/yPryzm.svg'
|
|
3119
|
+
}],
|
|
3120
|
+
type_asset: 'sdk.coin'
|
|
3121
|
+
},
|
|
3122
|
+
{
|
|
3123
|
+
description: 'Pryzm\'s refracted yield token for PRYZM with maturity of 31Dec2025',
|
|
3124
|
+
denom_units: [{
|
|
3125
|
+
denom: 'y:upryzm:31Dec2025',
|
|
3126
|
+
exponent: 0
|
|
3127
|
+
}, {
|
|
3128
|
+
denom: 'yPRYZM31Dec2025',
|
|
3129
|
+
exponent: 6
|
|
3130
|
+
}],
|
|
3131
|
+
base: 'y:upryzm:31Dec2025',
|
|
3132
|
+
name: 'yPryzm (31Dec2025)',
|
|
3133
|
+
display: 'yPRYZM31Dec2025',
|
|
3134
|
+
symbol: 'yPRYZM-31Dec2025',
|
|
3135
|
+
logo_URIs: {
|
|
3136
|
+
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/yPryzm.png',
|
|
3137
|
+
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/yPryzm.svg'
|
|
3138
|
+
},
|
|
3139
|
+
images: [{
|
|
3140
|
+
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/yPryzm.png',
|
|
3141
|
+
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/yPryzm.svg'
|
|
3142
|
+
}],
|
|
3143
|
+
type_asset: 'sdk.coin'
|
|
3144
|
+
},
|
|
2930
3145
|
{
|
|
2931
3146
|
description: 'Pryzm\'s LP token for USDC / USDC.axl pool',
|
|
2932
3147
|
denom_units: [{
|
|
@@ -3571,6 +3786,29 @@ const info = {
|
|
|
3571
3786
|
}],
|
|
3572
3787
|
type_asset: 'sdk.coin'
|
|
3573
3788
|
},
|
|
3789
|
+
{
|
|
3790
|
+
description: 'Pryzm\'s LP token for PRYZM Yield pool',
|
|
3791
|
+
denom_units: [{
|
|
3792
|
+
denom: 'lp:33:upryzm',
|
|
3793
|
+
exponent: 0
|
|
3794
|
+
}, {
|
|
3795
|
+
denom: 'lp:33:pryzm',
|
|
3796
|
+
exponent: 6
|
|
3797
|
+
}],
|
|
3798
|
+
base: 'lp:33:upryzm',
|
|
3799
|
+
name: 'PRYZM Yield LP',
|
|
3800
|
+
display: 'lp:33:pryzm',
|
|
3801
|
+
symbol: 'PRYZM-YIELD-LP',
|
|
3802
|
+
logo_URIs: {
|
|
3803
|
+
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/lp.png',
|
|
3804
|
+
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/lp.svg'
|
|
3805
|
+
},
|
|
3806
|
+
images: [{
|
|
3807
|
+
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/lp.png',
|
|
3808
|
+
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/lp.svg'
|
|
3809
|
+
}],
|
|
3810
|
+
type_asset: 'sdk.coin'
|
|
3811
|
+
},
|
|
3574
3812
|
{
|
|
3575
3813
|
description: 'The non-transferable receipt of PRYZM airdrop for StakeDrop participants',
|
|
3576
3814
|
denom_units: [{
|
|
@@ -34,6 +34,55 @@ const info = {
|
|
|
34
34
|
twitter: 'https://x.com/routerprotocol'
|
|
35
35
|
},
|
|
36
36
|
type_asset: 'sdk.coin'
|
|
37
|
+
}, {
|
|
38
|
+
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.',
|
|
39
|
+
denom_units: [{
|
|
40
|
+
denom: 'ibc/B9E4FD154C92D3A23BEA029906C4C5FF2FE74CB7E3A058290B77197A263CF88B',
|
|
41
|
+
exponent: 0,
|
|
42
|
+
aliases: ['microusdc', 'uusdc']
|
|
43
|
+
}, {
|
|
44
|
+
denom: 'usdc',
|
|
45
|
+
exponent: 6
|
|
46
|
+
}],
|
|
47
|
+
type_asset: 'ics20',
|
|
48
|
+
base: 'ibc/B9E4FD154C92D3A23BEA029906C4C5FF2FE74CB7E3A058290B77197A263CF88B',
|
|
49
|
+
name: 'USDC',
|
|
50
|
+
display: 'usdc',
|
|
51
|
+
symbol: 'USDC',
|
|
52
|
+
traces: [
|
|
53
|
+
{
|
|
54
|
+
type: 'synthetic',
|
|
55
|
+
counterparty: {
|
|
56
|
+
chain_name: 'forex',
|
|
57
|
+
base_denom: 'USD'
|
|
58
|
+
},
|
|
59
|
+
provider: 'Circle'
|
|
60
|
+
},
|
|
61
|
+
{
|
|
62
|
+
type: 'additional-mintage',
|
|
63
|
+
counterparty: {
|
|
64
|
+
chain_name: 'ethereum',
|
|
65
|
+
base_denom: '0xa0b86991c6218b36c1d19d4a2e9eb0ce3606eb48'
|
|
66
|
+
},
|
|
67
|
+
provider: 'Circle'
|
|
68
|
+
},
|
|
69
|
+
{
|
|
70
|
+
type: 'ibc',
|
|
71
|
+
counterparty: {
|
|
72
|
+
chain_name: 'noble',
|
|
73
|
+
base_denom: 'uusdc',
|
|
74
|
+
channel_id: 'channel-119'
|
|
75
|
+
},
|
|
76
|
+
chain: {
|
|
77
|
+
channel_id: 'channel-13',
|
|
78
|
+
path: 'transfer/channel-13/uusdc'
|
|
79
|
+
}
|
|
80
|
+
}
|
|
81
|
+
],
|
|
82
|
+
logo_URIs: {
|
|
83
|
+
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/_non-cosmos/ethereum/images/usdc.png',
|
|
84
|
+
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/_non-cosmos/ethereum/images/usdc.svg'
|
|
85
|
+
}
|
|
37
86
|
}]
|
|
38
87
|
};
|
|
39
88
|
exports.default = info;
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "chain-registry",
|
|
3
|
-
"version": "1.69.
|
|
3
|
+
"version": "1.69.129",
|
|
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.
|
|
32
|
+
"@chain-registry/utils": "^1.51.77",
|
|
33
33
|
"deepmerge": "^4.2.2"
|
|
34
34
|
},
|
|
35
35
|
"dependencies": {
|
|
36
|
-
"@chain-registry/types": "^0.50.
|
|
36
|
+
"@chain-registry/types": "^0.50.77"
|
|
37
37
|
},
|
|
38
38
|
"keywords": [
|
|
39
39
|
"chain-registry",
|
|
@@ -43,5 +43,5 @@
|
|
|
43
43
|
"interchain",
|
|
44
44
|
"tokens"
|
|
45
45
|
],
|
|
46
|
-
"gitHead": "
|
|
46
|
+
"gitHead": "08b1ee943cf8e0d326914bca846d0176074328d6"
|
|
47
47
|
}
|
|
@@ -29,16 +29,16 @@ const info = {
|
|
|
29
29
|
},
|
|
30
30
|
codebase: {
|
|
31
31
|
git_repo: 'https://github.com/cosmos/gaia',
|
|
32
|
-
recommended_version: 'v22.
|
|
33
|
-
compatible_versions: ['v22.
|
|
32
|
+
recommended_version: 'v22.2.0',
|
|
33
|
+
compatible_versions: ['v22.2.0'],
|
|
34
34
|
consensus: {
|
|
35
35
|
type: 'cometbft',
|
|
36
|
-
version: 'v0.38.
|
|
36
|
+
version: 'v0.38.17'
|
|
37
37
|
},
|
|
38
38
|
binaries: {
|
|
39
|
-
"linux/amd64": 'https://github.com/cosmos/gaia/releases/download/v22.
|
|
40
|
-
"darwin/amd64": 'https://github.com/cosmos/gaia/releases/download/v22.
|
|
41
|
-
"darwin/arm64": 'https://github.com/cosmos/gaia/releases/download/v22.
|
|
39
|
+
"linux/amd64": 'https://github.com/cosmos/gaia/releases/download/v22.2.0/gaiad-v22.2.0-linux-amd64',
|
|
40
|
+
"darwin/amd64": 'https://github.com/cosmos/gaia/releases/download/v22.2.0/gaiad-v22.2.0-darwin-amd64',
|
|
41
|
+
"darwin/arm64": 'https://github.com/cosmos/gaia/releases/download/v22.2.0/gaiad-v22.2.0-darwin-arm64'
|
|
42
42
|
},
|
|
43
43
|
genesis: {
|
|
44
44
|
genesis_url: 'https://raw.githubusercontent.com/cosmos/testnets/master/interchain-security/provider/provider-genesis.json'
|