chain-registry 2.0.224 → 2.0.226
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/akash/chain.js +8 -0
- package/esm/mainnet/celestia/chain.js +8 -0
- package/esm/mainnet/cosmoshub/asset-list.js +29 -0
- package/esm/mainnet/cosmoshub/chain.js +8 -0
- package/esm/mainnet/injective/chain.js +0 -48
- package/esm/mainnet/stride/chain.js +8 -0
- package/mainnet/akash/chain.js +8 -0
- package/mainnet/celestia/chain.js +8 -0
- package/mainnet/cosmoshub/asset-list.js +29 -0
- package/mainnet/cosmoshub/chain.js +8 -0
- package/mainnet/injective/chain.js +0 -48
- package/mainnet/stride/chain.js +8 -0
- package/package.json +3 -3
|
@@ -58,6 +58,10 @@ 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://akash.rpc.uquad.org:443',
|
|
63
|
+
provider: 'QUAD'
|
|
64
|
+
},
|
|
61
65
|
{
|
|
62
66
|
address: 'https://rpc-akash.ecostake.com:443',
|
|
63
67
|
provider: 'ecostake'
|
|
@@ -88,6 +92,10 @@ const info = {
|
|
|
88
92
|
}
|
|
89
93
|
],
|
|
90
94
|
rest: [
|
|
95
|
+
{
|
|
96
|
+
address: 'https://akash.rpc.uquad.org:443',
|
|
97
|
+
provider: 'QUAD'
|
|
98
|
+
},
|
|
91
99
|
{
|
|
92
100
|
address: 'https://rest-akash.ecostake.com',
|
|
93
101
|
provider: 'ecostake'
|
|
@@ -64,6 +64,10 @@ const info = {
|
|
|
64
64
|
description: 'Celestia is a modular data availability network that securely scales with the number of users, making it easy for anyone to launch their own blockchain.',
|
|
65
65
|
apis: {
|
|
66
66
|
rpc: [
|
|
67
|
+
{
|
|
68
|
+
address: 'https://celestia.rpc.uquad.org:443',
|
|
69
|
+
provider: 'QUAD'
|
|
70
|
+
},
|
|
67
71
|
{
|
|
68
72
|
address: 'https://public-celestia-rpc.numia.xyz',
|
|
69
73
|
provider: 'Numia'
|
|
@@ -162,6 +166,10 @@ const info = {
|
|
|
162
166
|
}
|
|
163
167
|
],
|
|
164
168
|
rest: [
|
|
169
|
+
{
|
|
170
|
+
address: 'https://celestia.rpc.uquad.org:443',
|
|
171
|
+
provider: 'QUAD'
|
|
172
|
+
},
|
|
165
173
|
{
|
|
166
174
|
address: 'https://public-celestia-lcd.numia.xyz',
|
|
167
175
|
provider: 'Numia'
|
|
@@ -1185,6 +1185,35 @@ const info = {
|
|
|
1185
1185
|
website: 'https://posthuman.digital/',
|
|
1186
1186
|
x: 'https://x.com/POSTHUMAN_DVS'
|
|
1187
1187
|
}
|
|
1188
|
+
},
|
|
1189
|
+
{
|
|
1190
|
+
description: 'POSTHUMAN Reputation (RESP) is the reputation token of the POSTHUMAN ecosystem, migrated from the legacy Juno RESP token to Cosmos Hub through TokenFactory.',
|
|
1191
|
+
extendedDescription: 'RESP is the POSTHUMAN reputation token. This Cosmos Hub TokenFactory asset represents the migration of RESP from the legacy Juno token to Cosmos Hub under the new Reputation SubDAO.',
|
|
1192
|
+
denomUnits: [{
|
|
1193
|
+
denom: 'factory/cosmos1nxxz937qd6zqxllwplydy6hts97c4amaqj8jxa57nsme3dmckk4s3mqujr/RESP',
|
|
1194
|
+
exponent: 0
|
|
1195
|
+
}, {
|
|
1196
|
+
denom: 'resp',
|
|
1197
|
+
exponent: 6
|
|
1198
|
+
}],
|
|
1199
|
+
typeAsset: 'sdk.coin',
|
|
1200
|
+
base: 'factory/cosmos1nxxz937qd6zqxllwplydy6hts97c4amaqj8jxa57nsme3dmckk4s3mqujr/RESP',
|
|
1201
|
+
name: 'POSTHUMAN Reputation',
|
|
1202
|
+
display: 'resp',
|
|
1203
|
+
symbol: 'RESP',
|
|
1204
|
+
logoURIs: {
|
|
1205
|
+
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/cosmoshub/images/resp.png'
|
|
1206
|
+
},
|
|
1207
|
+
images: [{
|
|
1208
|
+
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/cosmoshub/images/resp.png',
|
|
1209
|
+
theme: {
|
|
1210
|
+
circle: true
|
|
1211
|
+
}
|
|
1212
|
+
}],
|
|
1213
|
+
socials: {
|
|
1214
|
+
website: 'https://posthuman.digital/',
|
|
1215
|
+
x: 'https://x.com/POSTHUMAN_DVS'
|
|
1216
|
+
}
|
|
1188
1217
|
}
|
|
1189
1218
|
]
|
|
1190
1219
|
};
|
|
@@ -64,6 +64,10 @@ const info = {
|
|
|
64
64
|
description: 'The Cosmos Hub is the flagship blockchain of the Cosmos ecosystem, launched in 2019. Today, it provides multichain services to other Cosmos blockchains, including the IBC Eureka bridge between the Cosmos ecosystem and Ethereum.',
|
|
65
65
|
apis: {
|
|
66
66
|
rpc: [
|
|
67
|
+
{
|
|
68
|
+
address: 'https://cosmos.rpc.uquad.org:443',
|
|
69
|
+
provider: 'QUAD'
|
|
70
|
+
},
|
|
67
71
|
{
|
|
68
72
|
address: 'https://rpc.cosmoshub-main.ccvalidators.com:443',
|
|
69
73
|
provider: 'CryptoCrew',
|
|
@@ -203,6 +207,10 @@ const info = {
|
|
|
203
207
|
}
|
|
204
208
|
],
|
|
205
209
|
rest: [
|
|
210
|
+
{
|
|
211
|
+
address: 'https://cosmos.rpc.uquad.org:443',
|
|
212
|
+
provider: 'QUAD'
|
|
213
|
+
},
|
|
206
214
|
{
|
|
207
215
|
address: 'https://rest.cosmoshub-main.ccvalidators.com:443',
|
|
208
216
|
provider: 'CryptoCrew',
|
|
@@ -49,10 +49,6 @@ const info = {
|
|
|
49
49
|
address: 'https://injective-rpc.highstakes.ch',
|
|
50
50
|
provider: 'High Stakes 🇨🇭'
|
|
51
51
|
},
|
|
52
|
-
{
|
|
53
|
-
address: 'https://rpc.injective.goldenratiostaking.net',
|
|
54
|
-
provider: 'Golden Ratio Staking'
|
|
55
|
-
},
|
|
56
52
|
{
|
|
57
53
|
address: 'https://injective-rpc.polkachu.com',
|
|
58
54
|
provider: 'Polkachu'
|
|
@@ -61,10 +57,6 @@ const info = {
|
|
|
61
57
|
address: 'https://rpc.lavenderfive.com:443/injective',
|
|
62
58
|
provider: 'Lavender.Five Nodes 🐝'
|
|
63
59
|
},
|
|
64
|
-
{
|
|
65
|
-
address: 'https://rpc-injective-01.stakeflow.io',
|
|
66
|
-
provider: 'Stakeflow'
|
|
67
|
-
},
|
|
68
60
|
{
|
|
69
61
|
address: 'https://injective-rpc.publicnode.com:443',
|
|
70
62
|
provider: 'Allnodes ⚡️ Nodes & Staking'
|
|
@@ -97,14 +89,6 @@ const info = {
|
|
|
97
89
|
}
|
|
98
90
|
],
|
|
99
91
|
grpc: [
|
|
100
|
-
{
|
|
101
|
-
address: '6d0ff611-9009-4bd1-a7a7-acec7c70d454.injective-1.mesa-grpc.newmetric.xyz:80',
|
|
102
|
-
provider: 'NewMetric'
|
|
103
|
-
},
|
|
104
|
-
{
|
|
105
|
-
address: 'grpc-injective-ia.cosmosia.notional.ventures:443',
|
|
106
|
-
provider: 'Notional'
|
|
107
|
-
},
|
|
108
92
|
{
|
|
109
93
|
address: 'injective.lavenderfive.com:443',
|
|
110
94
|
provider: 'Lavender.Five Nodes 🐝'
|
|
@@ -117,34 +101,10 @@ const info = {
|
|
|
117
101
|
address: 'injective-mainnet-grpc.autostake.com:443',
|
|
118
102
|
provider: 'AutoStake 🛡️ Slash Protected'
|
|
119
103
|
},
|
|
120
|
-
{
|
|
121
|
-
address: 'grpc-injective.cosmos-spaces.cloud:9900',
|
|
122
|
-
provider: 'Cosmos Spaces'
|
|
123
|
-
},
|
|
124
|
-
{
|
|
125
|
-
address: 'grpc.injective.posthuman.digital:80',
|
|
126
|
-
provider: 'POSTHUMAN ꝏ DVS'
|
|
127
|
-
},
|
|
128
|
-
{
|
|
129
|
-
address: 'grpc-injective.architectnodes.com:1443',
|
|
130
|
-
provider: 'Architect Nodes'
|
|
131
|
-
},
|
|
132
|
-
{
|
|
133
|
-
address: 'grpc-injective-01.stakeflow.io:2102',
|
|
134
|
-
provider: 'Stakeflow'
|
|
135
|
-
},
|
|
136
104
|
{
|
|
137
105
|
address: 'injective-grpc.publicnode.com:443',
|
|
138
106
|
provider: 'Allnodes ⚡️ Nodes & Staking'
|
|
139
107
|
},
|
|
140
|
-
{
|
|
141
|
-
address: 'injective-grpc.w3coins.io:14390',
|
|
142
|
-
provider: 'w3coins'
|
|
143
|
-
},
|
|
144
|
-
{
|
|
145
|
-
address: 'grpc-injective.whispernode.com:443',
|
|
146
|
-
provider: 'WhisperNode 🤐'
|
|
147
|
-
},
|
|
148
108
|
{
|
|
149
109
|
address: 'grpc.injective.bronbro.io:443',
|
|
150
110
|
provider: 'Bro_n_Bro'
|
|
@@ -159,14 +119,6 @@ const info = {
|
|
|
159
119
|
address: 'https://injective.json-rpc.decentrio.ventures',
|
|
160
120
|
provider: 'Decentrio'
|
|
161
121
|
},
|
|
162
|
-
{
|
|
163
|
-
address: 'https://injective-evm-rpc.scvsecurity.io',
|
|
164
|
-
provider: 'SCV Security'
|
|
165
|
-
},
|
|
166
|
-
{
|
|
167
|
-
address: 'https://injective-evm-rpc.highstakes.ch',
|
|
168
|
-
provider: 'High Stakes 🇨🇭'
|
|
169
|
-
},
|
|
170
122
|
{
|
|
171
123
|
address: 'https://sentry.evm-rpc.injective.network',
|
|
172
124
|
provider: 'injectivelabs.org'
|
|
@@ -153,6 +153,10 @@ const info = {
|
|
|
153
153
|
description: 'Stride is a blockchain that provides liquidity for staked tokens. Using Stride, you can earn both taking and DeFi yields across the Cosmos IBC ecosystem.',
|
|
154
154
|
apis: {
|
|
155
155
|
rpc: [
|
|
156
|
+
{
|
|
157
|
+
address: 'https://stride.rpc.uquad.org:443',
|
|
158
|
+
provider: 'QUAD'
|
|
159
|
+
},
|
|
156
160
|
{
|
|
157
161
|
address: 'https://stride-rpc.polkachu.com/',
|
|
158
162
|
provider: 'Polkachu'
|
|
@@ -231,6 +235,10 @@ const info = {
|
|
|
231
235
|
}
|
|
232
236
|
],
|
|
233
237
|
rest: [
|
|
238
|
+
{
|
|
239
|
+
address: 'https://stride.rpc.uquad.org:443',
|
|
240
|
+
provider: 'QUAD'
|
|
241
|
+
},
|
|
234
242
|
{
|
|
235
243
|
address: 'https://stride-api.polkachu.com/',
|
|
236
244
|
provider: 'Polkachu'
|
package/mainnet/akash/chain.js
CHANGED
|
@@ -60,6 +60,10 @@ 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://akash.rpc.uquad.org:443',
|
|
65
|
+
provider: 'QUAD'
|
|
66
|
+
},
|
|
63
67
|
{
|
|
64
68
|
address: 'https://rpc-akash.ecostake.com:443',
|
|
65
69
|
provider: 'ecostake'
|
|
@@ -90,6 +94,10 @@ const info = {
|
|
|
90
94
|
}
|
|
91
95
|
],
|
|
92
96
|
rest: [
|
|
97
|
+
{
|
|
98
|
+
address: 'https://akash.rpc.uquad.org:443',
|
|
99
|
+
provider: 'QUAD'
|
|
100
|
+
},
|
|
93
101
|
{
|
|
94
102
|
address: 'https://rest-akash.ecostake.com',
|
|
95
103
|
provider: 'ecostake'
|
|
@@ -66,6 +66,10 @@ const info = {
|
|
|
66
66
|
description: 'Celestia is a modular data availability network that securely scales with the number of users, making it easy for anyone to launch their own blockchain.',
|
|
67
67
|
apis: {
|
|
68
68
|
rpc: [
|
|
69
|
+
{
|
|
70
|
+
address: 'https://celestia.rpc.uquad.org:443',
|
|
71
|
+
provider: 'QUAD'
|
|
72
|
+
},
|
|
69
73
|
{
|
|
70
74
|
address: 'https://public-celestia-rpc.numia.xyz',
|
|
71
75
|
provider: 'Numia'
|
|
@@ -164,6 +168,10 @@ const info = {
|
|
|
164
168
|
}
|
|
165
169
|
],
|
|
166
170
|
rest: [
|
|
171
|
+
{
|
|
172
|
+
address: 'https://celestia.rpc.uquad.org:443',
|
|
173
|
+
provider: 'QUAD'
|
|
174
|
+
},
|
|
167
175
|
{
|
|
168
176
|
address: 'https://public-celestia-lcd.numia.xyz',
|
|
169
177
|
provider: 'Numia'
|
|
@@ -1187,6 +1187,35 @@ const info = {
|
|
|
1187
1187
|
website: 'https://posthuman.digital/',
|
|
1188
1188
|
x: 'https://x.com/POSTHUMAN_DVS'
|
|
1189
1189
|
}
|
|
1190
|
+
},
|
|
1191
|
+
{
|
|
1192
|
+
description: 'POSTHUMAN Reputation (RESP) is the reputation token of the POSTHUMAN ecosystem, migrated from the legacy Juno RESP token to Cosmos Hub through TokenFactory.',
|
|
1193
|
+
extendedDescription: 'RESP is the POSTHUMAN reputation token. This Cosmos Hub TokenFactory asset represents the migration of RESP from the legacy Juno token to Cosmos Hub under the new Reputation SubDAO.',
|
|
1194
|
+
denomUnits: [{
|
|
1195
|
+
denom: 'factory/cosmos1nxxz937qd6zqxllwplydy6hts97c4amaqj8jxa57nsme3dmckk4s3mqujr/RESP',
|
|
1196
|
+
exponent: 0
|
|
1197
|
+
}, {
|
|
1198
|
+
denom: 'resp',
|
|
1199
|
+
exponent: 6
|
|
1200
|
+
}],
|
|
1201
|
+
typeAsset: 'sdk.coin',
|
|
1202
|
+
base: 'factory/cosmos1nxxz937qd6zqxllwplydy6hts97c4amaqj8jxa57nsme3dmckk4s3mqujr/RESP',
|
|
1203
|
+
name: 'POSTHUMAN Reputation',
|
|
1204
|
+
display: 'resp',
|
|
1205
|
+
symbol: 'RESP',
|
|
1206
|
+
logoURIs: {
|
|
1207
|
+
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/cosmoshub/images/resp.png'
|
|
1208
|
+
},
|
|
1209
|
+
images: [{
|
|
1210
|
+
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/cosmoshub/images/resp.png',
|
|
1211
|
+
theme: {
|
|
1212
|
+
circle: true
|
|
1213
|
+
}
|
|
1214
|
+
}],
|
|
1215
|
+
socials: {
|
|
1216
|
+
website: 'https://posthuman.digital/',
|
|
1217
|
+
x: 'https://x.com/POSTHUMAN_DVS'
|
|
1218
|
+
}
|
|
1190
1219
|
}
|
|
1191
1220
|
]
|
|
1192
1221
|
};
|
|
@@ -66,6 +66,10 @@ const info = {
|
|
|
66
66
|
description: 'The Cosmos Hub is the flagship blockchain of the Cosmos ecosystem, launched in 2019. Today, it provides multichain services to other Cosmos blockchains, including the IBC Eureka bridge between the Cosmos ecosystem and Ethereum.',
|
|
67
67
|
apis: {
|
|
68
68
|
rpc: [
|
|
69
|
+
{
|
|
70
|
+
address: 'https://cosmos.rpc.uquad.org:443',
|
|
71
|
+
provider: 'QUAD'
|
|
72
|
+
},
|
|
69
73
|
{
|
|
70
74
|
address: 'https://rpc.cosmoshub-main.ccvalidators.com:443',
|
|
71
75
|
provider: 'CryptoCrew',
|
|
@@ -205,6 +209,10 @@ const info = {
|
|
|
205
209
|
}
|
|
206
210
|
],
|
|
207
211
|
rest: [
|
|
212
|
+
{
|
|
213
|
+
address: 'https://cosmos.rpc.uquad.org:443',
|
|
214
|
+
provider: 'QUAD'
|
|
215
|
+
},
|
|
208
216
|
{
|
|
209
217
|
address: 'https://rest.cosmoshub-main.ccvalidators.com:443',
|
|
210
218
|
provider: 'CryptoCrew',
|
|
@@ -51,10 +51,6 @@ const info = {
|
|
|
51
51
|
address: 'https://injective-rpc.highstakes.ch',
|
|
52
52
|
provider: 'High Stakes 🇨🇭'
|
|
53
53
|
},
|
|
54
|
-
{
|
|
55
|
-
address: 'https://rpc.injective.goldenratiostaking.net',
|
|
56
|
-
provider: 'Golden Ratio Staking'
|
|
57
|
-
},
|
|
58
54
|
{
|
|
59
55
|
address: 'https://injective-rpc.polkachu.com',
|
|
60
56
|
provider: 'Polkachu'
|
|
@@ -63,10 +59,6 @@ const info = {
|
|
|
63
59
|
address: 'https://rpc.lavenderfive.com:443/injective',
|
|
64
60
|
provider: 'Lavender.Five Nodes 🐝'
|
|
65
61
|
},
|
|
66
|
-
{
|
|
67
|
-
address: 'https://rpc-injective-01.stakeflow.io',
|
|
68
|
-
provider: 'Stakeflow'
|
|
69
|
-
},
|
|
70
62
|
{
|
|
71
63
|
address: 'https://injective-rpc.publicnode.com:443',
|
|
72
64
|
provider: 'Allnodes ⚡️ Nodes & Staking'
|
|
@@ -99,14 +91,6 @@ const info = {
|
|
|
99
91
|
}
|
|
100
92
|
],
|
|
101
93
|
grpc: [
|
|
102
|
-
{
|
|
103
|
-
address: '6d0ff611-9009-4bd1-a7a7-acec7c70d454.injective-1.mesa-grpc.newmetric.xyz:80',
|
|
104
|
-
provider: 'NewMetric'
|
|
105
|
-
},
|
|
106
|
-
{
|
|
107
|
-
address: 'grpc-injective-ia.cosmosia.notional.ventures:443',
|
|
108
|
-
provider: 'Notional'
|
|
109
|
-
},
|
|
110
94
|
{
|
|
111
95
|
address: 'injective.lavenderfive.com:443',
|
|
112
96
|
provider: 'Lavender.Five Nodes 🐝'
|
|
@@ -119,34 +103,10 @@ const info = {
|
|
|
119
103
|
address: 'injective-mainnet-grpc.autostake.com:443',
|
|
120
104
|
provider: 'AutoStake 🛡️ Slash Protected'
|
|
121
105
|
},
|
|
122
|
-
{
|
|
123
|
-
address: 'grpc-injective.cosmos-spaces.cloud:9900',
|
|
124
|
-
provider: 'Cosmos Spaces'
|
|
125
|
-
},
|
|
126
|
-
{
|
|
127
|
-
address: 'grpc.injective.posthuman.digital:80',
|
|
128
|
-
provider: 'POSTHUMAN ꝏ DVS'
|
|
129
|
-
},
|
|
130
|
-
{
|
|
131
|
-
address: 'grpc-injective.architectnodes.com:1443',
|
|
132
|
-
provider: 'Architect Nodes'
|
|
133
|
-
},
|
|
134
|
-
{
|
|
135
|
-
address: 'grpc-injective-01.stakeflow.io:2102',
|
|
136
|
-
provider: 'Stakeflow'
|
|
137
|
-
},
|
|
138
106
|
{
|
|
139
107
|
address: 'injective-grpc.publicnode.com:443',
|
|
140
108
|
provider: 'Allnodes ⚡️ Nodes & Staking'
|
|
141
109
|
},
|
|
142
|
-
{
|
|
143
|
-
address: 'injective-grpc.w3coins.io:14390',
|
|
144
|
-
provider: 'w3coins'
|
|
145
|
-
},
|
|
146
|
-
{
|
|
147
|
-
address: 'grpc-injective.whispernode.com:443',
|
|
148
|
-
provider: 'WhisperNode 🤐'
|
|
149
|
-
},
|
|
150
110
|
{
|
|
151
111
|
address: 'grpc.injective.bronbro.io:443',
|
|
152
112
|
provider: 'Bro_n_Bro'
|
|
@@ -161,14 +121,6 @@ const info = {
|
|
|
161
121
|
address: 'https://injective.json-rpc.decentrio.ventures',
|
|
162
122
|
provider: 'Decentrio'
|
|
163
123
|
},
|
|
164
|
-
{
|
|
165
|
-
address: 'https://injective-evm-rpc.scvsecurity.io',
|
|
166
|
-
provider: 'SCV Security'
|
|
167
|
-
},
|
|
168
|
-
{
|
|
169
|
-
address: 'https://injective-evm-rpc.highstakes.ch',
|
|
170
|
-
provider: 'High Stakes 🇨🇭'
|
|
171
|
-
},
|
|
172
124
|
{
|
|
173
125
|
address: 'https://sentry.evm-rpc.injective.network',
|
|
174
126
|
provider: 'injectivelabs.org'
|
package/mainnet/stride/chain.js
CHANGED
|
@@ -155,6 +155,10 @@ const info = {
|
|
|
155
155
|
description: 'Stride is a blockchain that provides liquidity for staked tokens. Using Stride, you can earn both taking and DeFi yields across the Cosmos IBC ecosystem.',
|
|
156
156
|
apis: {
|
|
157
157
|
rpc: [
|
|
158
|
+
{
|
|
159
|
+
address: 'https://stride.rpc.uquad.org:443',
|
|
160
|
+
provider: 'QUAD'
|
|
161
|
+
},
|
|
158
162
|
{
|
|
159
163
|
address: 'https://stride-rpc.polkachu.com/',
|
|
160
164
|
provider: 'Polkachu'
|
|
@@ -233,6 +237,10 @@ const info = {
|
|
|
233
237
|
}
|
|
234
238
|
],
|
|
235
239
|
rest: [
|
|
240
|
+
{
|
|
241
|
+
address: 'https://stride.rpc.uquad.org:443',
|
|
242
|
+
provider: 'QUAD'
|
|
243
|
+
},
|
|
236
244
|
{
|
|
237
245
|
address: 'https://stride-api.polkachu.com/',
|
|
238
246
|
provider: 'Polkachu'
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "chain-registry",
|
|
3
|
-
"version": "2.0.
|
|
3
|
+
"version": "2.0.226",
|
|
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,7 +29,7 @@
|
|
|
29
29
|
"test:watch": "jest --watch"
|
|
30
30
|
},
|
|
31
31
|
"dependencies": {
|
|
32
|
-
"@chain-registry/types": "^2.0.
|
|
32
|
+
"@chain-registry/types": "^2.0.226"
|
|
33
33
|
},
|
|
34
34
|
"keywords": [
|
|
35
35
|
"chain-registry",
|
|
@@ -39,5 +39,5 @@
|
|
|
39
39
|
"interchain",
|
|
40
40
|
"tokens"
|
|
41
41
|
],
|
|
42
|
-
"gitHead": "
|
|
42
|
+
"gitHead": "03d712519791bc978b322e7f9fc3be7625615b85"
|
|
43
43
|
}
|