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.
- package/esm/mainnet/agoric/chain.js +0 -12
- package/esm/mainnet/agoric/ibc.js +1 -1
- package/esm/mainnet/akash/chain.js +9 -94
- package/esm/mainnet/assetmantle/chain.js +0 -12
- package/esm/mainnet/beezee/chain.js +7 -7
- package/esm/mainnet/canto/chain.js +0 -16
- package/esm/mainnet/chain4energy/chain.js +2 -14
- package/esm/mainnet/dydx/chain.js +3 -15
- package/esm/mainnet/elys/assets.js +31 -0
- package/esm/mainnet/empowerchain/chain.js +3 -15
- package/esm/mainnet/evmos/chain.js +0 -16
- package/esm/mainnet/gitopia/chain.js +0 -12
- package/esm/mainnet/kyve/chain.js +6 -6
- package/esm/mainnet/lambda/chain.js +3 -23
- package/esm/mainnet/migaloo/chain.js +0 -12
- package/esm/mainnet/neutron/chain.js +0 -12
- package/esm/mainnet/noble/ibc.js +1 -1
- package/esm/mainnet/passage/chain.js +0 -12
- package/esm/mainnet/pryzm/assets.js +238 -0
- package/esm/mainnet/rebus/chain.js +2 -14
- package/esm/mainnet/routerchain/assets.js +49 -0
- package/esm/mainnet/ununifi/chain.js +2 -14
- package/esm/noncosmos/ethereumtestnet/assets.js +50 -0
- package/esm/testnet/cosmosicsprovidertestnet/chain.js +6 -6
- package/esm/testnet/injectivetestnet/assets.js +101 -2
- package/esm/testnet/injectivetestnet/ibc.js +6 -6
- package/esm/testnet/osmosistestnet/ibc.js +6 -6
- package/mainnet/agoric/chain.js +0 -12
- package/mainnet/agoric/ibc.js +1 -1
- package/mainnet/akash/chain.js +9 -94
- package/mainnet/assetmantle/chain.js +0 -12
- package/mainnet/beezee/chain.js +7 -7
- package/mainnet/canto/chain.js +0 -16
- package/mainnet/chain4energy/chain.js +2 -14
- package/mainnet/dydx/chain.js +3 -15
- package/mainnet/elys/assets.js +31 -0
- package/mainnet/empowerchain/chain.js +3 -15
- package/mainnet/evmos/chain.js +0 -16
- package/mainnet/gitopia/chain.js +0 -12
- package/mainnet/kyve/chain.js +6 -6
- package/mainnet/lambda/chain.js +3 -23
- package/mainnet/migaloo/chain.js +0 -12
- package/mainnet/neutron/chain.js +0 -12
- package/mainnet/noble/ibc.js +1 -1
- package/mainnet/passage/chain.js +0 -12
- package/mainnet/pryzm/assets.js +238 -0
- package/mainnet/rebus/chain.js +2 -14
- package/mainnet/routerchain/assets.js +49 -0
- package/mainnet/ununifi/chain.js +2 -14
- package/noncosmos/ethereumtestnet/assets.js +50 -0
- package/package.json +4 -4
- package/testnet/cosmosicsprovidertestnet/chain.js +6 -6
- package/testnet/injectivetestnet/assets.js +101 -2
- package/testnet/injectivetestnet/ibc.js +6 -6
- package/testnet/osmosistestnet/ibc.js +6 -6
package/mainnet/evmos/chain.js
CHANGED
|
@@ -81,10 +81,6 @@ const info = {
|
|
|
81
81
|
address: 'https://rpc.evmos.testnet.run',
|
|
82
82
|
provider: 'TestNetRun'
|
|
83
83
|
},
|
|
84
|
-
{
|
|
85
|
-
address: 'https://rpc.evmos.nodestake.top',
|
|
86
|
-
provider: 'NodeStake'
|
|
87
|
-
},
|
|
88
84
|
{
|
|
89
85
|
address: 'https://rpc.evmos.chaintools.tech/',
|
|
90
86
|
provider: 'ChainTools'
|
|
@@ -179,10 +175,6 @@ const info = {
|
|
|
179
175
|
address: 'https://api-evmos-ia.cosmosia.notional.ventures/',
|
|
180
176
|
provider: 'Notional'
|
|
181
177
|
},
|
|
182
|
-
{
|
|
183
|
-
address: 'https://api.evmos.nodestake.top',
|
|
184
|
-
provider: 'NodeStake'
|
|
185
|
-
},
|
|
186
178
|
{
|
|
187
179
|
address: 'https://evmos-api.polkachu.com',
|
|
188
180
|
provider: 'Polkachu'
|
|
@@ -265,10 +257,6 @@ const info = {
|
|
|
265
257
|
address: 'evmos.lavenderfive.com:443',
|
|
266
258
|
provider: 'Lavender.Five Nodes 🐝'
|
|
267
259
|
},
|
|
268
|
-
{
|
|
269
|
-
address: 'grpc.evmos.nodestake.top:443',
|
|
270
|
-
provider: 'NodeStake'
|
|
271
|
-
},
|
|
272
260
|
{
|
|
273
261
|
address: 'grpc-evmos.cosmos-spaces.cloud:1190',
|
|
274
262
|
provider: 'Cosmos Spaces'
|
|
@@ -347,10 +335,6 @@ const info = {
|
|
|
347
335
|
address: 'https://evmos-json-rpc.stakely.io',
|
|
348
336
|
provider: 'Stakely'
|
|
349
337
|
},
|
|
350
|
-
{
|
|
351
|
-
address: 'https://jsonrpc.evmos.nodestake.top',
|
|
352
|
-
provider: 'NodeStake'
|
|
353
|
-
},
|
|
354
338
|
{
|
|
355
339
|
address: 'https://json-rpc.evmos.bh.rocks',
|
|
356
340
|
provider: 'BlockHunters'
|
package/mainnet/gitopia/chain.js
CHANGED
|
@@ -69,10 +69,6 @@ const info = {
|
|
|
69
69
|
address: 'https://rpc.lavenderfive.com:443/gitopia',
|
|
70
70
|
provider: 'Lavender.Five Nodes 🐝'
|
|
71
71
|
},
|
|
72
|
-
{
|
|
73
|
-
address: 'https://rpc.gitopia.nodestake.org:443',
|
|
74
|
-
provider: 'nodestake'
|
|
75
|
-
},
|
|
76
72
|
{
|
|
77
73
|
address: 'https://gitopia-rpc.staketab.org:443',
|
|
78
74
|
provider: 'Staketab'
|
|
@@ -187,10 +183,6 @@ const info = {
|
|
|
187
183
|
address: 'https://rest.lavenderfive.com:443/gitopia',
|
|
188
184
|
provider: 'Lavender.Five Nodes 🐝'
|
|
189
185
|
},
|
|
190
|
-
{
|
|
191
|
-
address: 'https://api.gitopia.nodestake.org:443',
|
|
192
|
-
provider: 'nodestake'
|
|
193
|
-
},
|
|
194
186
|
{
|
|
195
187
|
address: 'https://gitopia-rest.staketab.org',
|
|
196
188
|
provider: 'Staketab'
|
|
@@ -321,10 +313,6 @@ const info = {
|
|
|
321
313
|
address: 'gitopia.lavenderfive.com:443',
|
|
322
314
|
provider: 'Lavender.Five Nodes 🐝'
|
|
323
315
|
},
|
|
324
|
-
{
|
|
325
|
-
address: 'https://grpc.gitopia.nodestake.org:443',
|
|
326
|
-
provider: 'nodestake'
|
|
327
|
-
},
|
|
328
316
|
{
|
|
329
317
|
address: 'https://grpc-gitopia.nodeist.net',
|
|
330
318
|
provider: 'Nodeist'
|
package/mainnet/kyve/chain.js
CHANGED
|
@@ -88,7 +88,7 @@ const info = {
|
|
|
88
88
|
provider: 'Inter Blockchain Services'
|
|
89
89
|
},
|
|
90
90
|
{
|
|
91
|
-
address: 'https://rpc.kyve.nodestake.
|
|
91
|
+
address: 'https://rpc.kyve.nodestake.org',
|
|
92
92
|
provider: 'NodeStake'
|
|
93
93
|
},
|
|
94
94
|
{
|
|
@@ -142,7 +142,7 @@ const info = {
|
|
|
142
142
|
provider: 'Inter Blockchain Services'
|
|
143
143
|
},
|
|
144
144
|
{
|
|
145
|
-
address: 'https://api.kyve.nodestake.
|
|
145
|
+
address: 'https://api.kyve.nodestake.org',
|
|
146
146
|
provider: 'NodeStake'
|
|
147
147
|
},
|
|
148
148
|
{
|
|
@@ -172,7 +172,7 @@ const info = {
|
|
|
172
172
|
],
|
|
173
173
|
grpc: [
|
|
174
174
|
{
|
|
175
|
-
address: '
|
|
175
|
+
address: 'grpc.kyve.nodestake.org:443',
|
|
176
176
|
provider: 'NodeStake'
|
|
177
177
|
},
|
|
178
178
|
{
|
|
@@ -230,9 +230,9 @@ const info = {
|
|
|
230
230
|
},
|
|
231
231
|
{
|
|
232
232
|
kind: 'NodeStake Explorer',
|
|
233
|
-
url: 'https://explorer.nodestake.
|
|
234
|
-
tx_page: 'https://explorer.nodestake.
|
|
235
|
-
account_page: 'https://explorer.nodestake.
|
|
233
|
+
url: 'https://explorer.nodestake.org/kyve',
|
|
234
|
+
tx_page: 'https://explorer.nodestake.org/kyve/txs/${txHash}',
|
|
235
|
+
account_page: 'https://explorer.nodestake.org/kyve/account/${accountAddress}'
|
|
236
236
|
},
|
|
237
237
|
{
|
|
238
238
|
kind: '🔥STAVR🔥',
|
package/mainnet/lambda/chain.js
CHANGED
|
@@ -47,10 +47,6 @@ const info = {
|
|
|
47
47
|
address: 'http://lambda.rpc.m.stavr.tech:31327',
|
|
48
48
|
provider: '🔥STAVR🔥'
|
|
49
49
|
},
|
|
50
|
-
{
|
|
51
|
-
address: 'https://rpc.lambda.nodestake.top',
|
|
52
|
-
provider: 'NodeStake'
|
|
53
|
-
},
|
|
54
50
|
{
|
|
55
51
|
address: 'https://lambda-rpc.noders.services',
|
|
56
52
|
provider: '[NODERS]TEAM'
|
|
@@ -69,10 +65,6 @@ const info = {
|
|
|
69
65
|
address: 'https://lambda.api.m.stavr.tech',
|
|
70
66
|
provider: '🔥STAVR🔥'
|
|
71
67
|
},
|
|
72
|
-
{
|
|
73
|
-
address: 'https://api.lambda.nodestake.top',
|
|
74
|
-
provider: 'NodeStake'
|
|
75
|
-
},
|
|
76
68
|
{
|
|
77
69
|
address: 'https://lambda-api.noders.services',
|
|
78
70
|
provider: '[NODERS]TEAM'
|
|
@@ -82,20 +74,13 @@ const info = {
|
|
|
82
74
|
provider: '🚀 WHEN MOON 🌕 WHEN LAMBO 🔥'
|
|
83
75
|
}
|
|
84
76
|
],
|
|
85
|
-
grpc: [
|
|
86
|
-
{
|
|
77
|
+
grpc: [{
|
|
87
78
|
address: 'http://lambda.grpc.m.stavr.tech:2287',
|
|
88
79
|
provider: '🔥STAVR🔥'
|
|
89
|
-
},
|
|
90
|
-
{
|
|
91
|
-
address: 'grpc.lambda.nodestake.top:443',
|
|
92
|
-
provider: 'NodeStake'
|
|
93
|
-
},
|
|
94
|
-
{
|
|
80
|
+
}, {
|
|
95
81
|
address: 'lambda-grpc.noders.services:31090',
|
|
96
82
|
provider: '[NODERS]TEAM'
|
|
97
|
-
}
|
|
98
|
-
],
|
|
83
|
+
}],
|
|
99
84
|
"evm-http-jsonrpc": [
|
|
100
85
|
{
|
|
101
86
|
address: 'https://jsonrpc-lambda.d-stake.xyz',
|
|
@@ -117,11 +102,6 @@ const info = {
|
|
|
117
102
|
url: 'https://explorer.lambda.im/',
|
|
118
103
|
tx_page: 'https://explorer.lambda.im/tx/${txHash}'
|
|
119
104
|
},
|
|
120
|
-
{
|
|
121
|
-
kind: 'NodeStake',
|
|
122
|
-
url: 'https://explorer.nodestake.top/lambda',
|
|
123
|
-
tx_page: 'https://explorer.nodestake.top/lambda/txs/${txHash}'
|
|
124
|
-
},
|
|
125
105
|
{
|
|
126
106
|
kind: '🔥STAVR🔥',
|
|
127
107
|
url: 'https://explorer.stavr.tech/lambda',
|
package/mainnet/migaloo/chain.js
CHANGED
|
@@ -70,10 +70,6 @@ const info = {
|
|
|
70
70
|
address: 'https://migaloo-rpc.kleomedes.network:443',
|
|
71
71
|
provider: 'Kleomedes'
|
|
72
72
|
},
|
|
73
|
-
{
|
|
74
|
-
address: 'https://rpc.whitewhale.nodestake.top',
|
|
75
|
-
provider: 'NodeStake'
|
|
76
|
-
},
|
|
77
73
|
{
|
|
78
74
|
address: 'https://migaloo-rpc.highstakes.ch',
|
|
79
75
|
provider: 'High Stakes 🇨🇭'
|
|
@@ -96,10 +92,6 @@ const info = {
|
|
|
96
92
|
address: 'https://migaloo-api.kleomedes.network:443',
|
|
97
93
|
provider: 'Kleomedes'
|
|
98
94
|
},
|
|
99
|
-
{
|
|
100
|
-
address: 'https://api.whitewhale.nodestake.top',
|
|
101
|
-
provider: 'NodeStake'
|
|
102
|
-
},
|
|
103
95
|
{
|
|
104
96
|
address: 'https://migaloo-api.highstakes.ch',
|
|
105
97
|
provider: 'High Stakes 🇨🇭'
|
|
@@ -122,10 +114,6 @@ const info = {
|
|
|
122
114
|
address: 'grpc-migaloo.cosmos-spaces.cloud:4810',
|
|
123
115
|
provider: 'Cosmos Spaces'
|
|
124
116
|
},
|
|
125
|
-
{
|
|
126
|
-
address: 'https://grpc.whitewhale.nodestake.top',
|
|
127
|
-
provider: 'NodeStake'
|
|
128
|
-
},
|
|
129
117
|
{
|
|
130
118
|
address: 'migaloo-grpc.publicnode.com:443',
|
|
131
119
|
provider: 'Allnodes ⚡️ Nodes & Staking'
|
package/mainnet/neutron/chain.js
CHANGED
|
@@ -120,10 +120,6 @@ const info = {
|
|
|
120
120
|
address: 'https://rpc-neutron.cosmos-spaces.cloud',
|
|
121
121
|
provider: 'Cosmos Spaces'
|
|
122
122
|
},
|
|
123
|
-
{
|
|
124
|
-
address: 'http://rpc.neutron.nodestake.org',
|
|
125
|
-
provider: 'NodeStake'
|
|
126
|
-
},
|
|
127
123
|
{
|
|
128
124
|
address: 'https://neutron-rpc.publicnode.com:443',
|
|
129
125
|
provider: 'Allnodes ⚡️ Nodes & Staking'
|
|
@@ -166,10 +162,6 @@ const info = {
|
|
|
166
162
|
address: 'https://api-neutron.cosmos-spaces.cloud',
|
|
167
163
|
provider: 'Cosmos Spaces'
|
|
168
164
|
},
|
|
169
|
-
{
|
|
170
|
-
address: 'http://api.neutron.nodestake.org',
|
|
171
|
-
provider: 'NodeStake'
|
|
172
|
-
},
|
|
173
165
|
{
|
|
174
166
|
address: 'https://neutron-rest.publicnode.com',
|
|
175
167
|
provider: 'Allnodes ⚡️ Nodes & Staking'
|
|
@@ -212,10 +204,6 @@ const info = {
|
|
|
212
204
|
address: 'grpc-neutron.cosmos-spaces.cloud:3090',
|
|
213
205
|
provider: 'Cosmos Spaces'
|
|
214
206
|
},
|
|
215
|
-
{
|
|
216
|
-
address: 'grpc.neutron.nodestake.org:443',
|
|
217
|
-
provider: 'NodeStake'
|
|
218
|
-
},
|
|
219
207
|
{
|
|
220
208
|
address: 'neutron-grpc.publicnode.com:443',
|
|
221
209
|
provider: 'Allnodes ⚡️ Nodes & Staking'
|
package/mainnet/noble/ibc.js
CHANGED
package/mainnet/passage/chain.js
CHANGED
|
@@ -78,10 +78,6 @@ const info = {
|
|
|
78
78
|
address: 'https://rpc-passage.cosmos-spaces.cloud',
|
|
79
79
|
provider: 'Cosmos Spaces'
|
|
80
80
|
},
|
|
81
|
-
{
|
|
82
|
-
address: 'https://rpc.passage.nodestake.top',
|
|
83
|
-
provider: 'NodeStake'
|
|
84
|
-
},
|
|
85
81
|
{
|
|
86
82
|
address: 'https://passage-rpc.polkachu.com',
|
|
87
83
|
provider: 'Polkachu'
|
|
@@ -148,10 +144,6 @@ const info = {
|
|
|
148
144
|
address: 'https://api-passage-ia.cosmosia.notional.ventures/',
|
|
149
145
|
provider: 'Notional'
|
|
150
146
|
},
|
|
151
|
-
{
|
|
152
|
-
address: 'https://api.passage.nodestake.top',
|
|
153
|
-
provider: 'NodeStake'
|
|
154
|
-
},
|
|
155
147
|
{
|
|
156
148
|
address: 'https://passage-api.polkachu.com',
|
|
157
149
|
provider: 'Polkachu'
|
|
@@ -210,10 +202,6 @@ const info = {
|
|
|
210
202
|
address: 'grpc-passage.cosmos-spaces.cloud:2320',
|
|
211
203
|
provider: 'Cosmos Spaces'
|
|
212
204
|
},
|
|
213
|
-
{
|
|
214
|
-
address: 'grpc.passage.nodestake.top:443',
|
|
215
|
-
provider: 'NodeStake'
|
|
216
|
-
},
|
|
217
205
|
{
|
|
218
206
|
address: 'passage-mainnet-grpc.autostake.com:443',
|
|
219
207
|
provider: 'AutoStake 🛡️ Slash Protected'
|
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: [{
|
package/mainnet/rebus/chain.js
CHANGED
|
@@ -54,10 +54,6 @@ const info = {
|
|
|
54
54
|
address: 'https://rebus.rpc.manticore.team:443/',
|
|
55
55
|
provider: 'MantiCore'
|
|
56
56
|
},
|
|
57
|
-
{
|
|
58
|
-
address: 'https://rpc.rebus.nodestake.top/',
|
|
59
|
-
provider: 'NodeStake'
|
|
60
|
-
},
|
|
61
57
|
{
|
|
62
58
|
address: 'http://rebus.rpc.m.stavr.tech:40107',
|
|
63
59
|
provider: '🔥STAVR🔥'
|
|
@@ -100,10 +96,6 @@ const info = {
|
|
|
100
96
|
address: 'https://rebus.api.manticore.team:443/',
|
|
101
97
|
provider: 'MantiCore'
|
|
102
98
|
},
|
|
103
|
-
{
|
|
104
|
-
address: 'https://api.rebus.nodestake.top/',
|
|
105
|
-
provider: 'NodeStake'
|
|
106
|
-
},
|
|
107
99
|
{
|
|
108
100
|
address: 'https://rebus.api.m.stavr.tech',
|
|
109
101
|
provider: '🔥STAVR🔥'
|
|
@@ -146,10 +138,6 @@ const info = {
|
|
|
146
138
|
address: 'rebus.grpc.bccnodes.com:14090',
|
|
147
139
|
provider: 'BccNodes'
|
|
148
140
|
},
|
|
149
|
-
{
|
|
150
|
-
address: 'grpc.rebus.nodestake.top:443',
|
|
151
|
-
provider: 'NodeStake'
|
|
152
|
-
},
|
|
153
141
|
{
|
|
154
142
|
address: 'rebus.grpc.nodersteam.com:9181',
|
|
155
143
|
provider: '[NODERS]TEAM'
|
|
@@ -188,8 +176,8 @@ const info = {
|
|
|
188
176
|
},
|
|
189
177
|
{
|
|
190
178
|
kind: 'NodeStake',
|
|
191
|
-
url: 'https://explorer.nodestake.
|
|
192
|
-
tx_page: 'https://explorer.nodestake.
|
|
179
|
+
url: 'https://explorer.nodestake.org/rebus',
|
|
180
|
+
tx_page: 'https://explorer.nodestake.org/rebus/tx/${txHash}'
|
|
193
181
|
},
|
|
194
182
|
{
|
|
195
183
|
kind: 'staking-explorer.com',
|
|
@@ -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;
|