chain-registry 1.69.23 → 1.69.24
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 +0 -20
- package/esm/mainnet/humans/chain.js +16 -0
- package/esm/mainnet/omniflixhub/assets.js +26 -0
- package/esm/mainnet/osmosis/assets.js +1 -1
- package/esm/testnet/humanstestnet/chain.js +13 -0
- package/mainnet/akash/chain.js +0 -20
- package/mainnet/humans/chain.js +16 -0
- package/mainnet/omniflixhub/assets.js +26 -0
- package/mainnet/osmosis/assets.js +1 -1
- package/package.json +4 -4
- package/testnet/humanstestnet/chain.js +13 -0
|
@@ -49,22 +49,10 @@ const info = {
|
|
|
49
49
|
address: 'https://akash-rpc.polkachu.com',
|
|
50
50
|
provider: 'Polkachu'
|
|
51
51
|
},
|
|
52
|
-
{
|
|
53
|
-
address: 'https://rpc-akash.cosmos-spaces.cloud',
|
|
54
|
-
provider: 'Cosmos Spaces'
|
|
55
|
-
},
|
|
56
|
-
{
|
|
57
|
-
address: 'https://rpc-akash-ia.cosmosia.notional.ventures:443',
|
|
58
|
-
provider: 'Notional'
|
|
59
|
-
},
|
|
60
52
|
{
|
|
61
53
|
address: 'http://akash.c29r3.xyz:80/rpc',
|
|
62
54
|
provider: 'c29r3'
|
|
63
55
|
},
|
|
64
|
-
{
|
|
65
|
-
address: 'https://akash-mainnet-rpc.autostake.com:443',
|
|
66
|
-
provider: 'AutoStake 🛡️ Slash Protected'
|
|
67
|
-
},
|
|
68
56
|
{
|
|
69
57
|
address: 'https://akash-rpc.kleomedes.network',
|
|
70
58
|
provider: 'Kleomedes'
|
|
@@ -85,14 +73,6 @@ const info = {
|
|
|
85
73
|
address: 'https://akash-rpc.publicnode.com:443',
|
|
86
74
|
provider: 'Allnodes ⚡️ Nodes & Staking'
|
|
87
75
|
},
|
|
88
|
-
{
|
|
89
|
-
address: 'https://akash-rpc.validatornode.com',
|
|
90
|
-
provider: 'ValidatorNode'
|
|
91
|
-
},
|
|
92
|
-
{
|
|
93
|
-
address: 'https://rpc-akash.whispernode.com:443',
|
|
94
|
-
provider: 'WhisperNode 🤐'
|
|
95
|
-
},
|
|
96
76
|
{
|
|
97
77
|
address: 'https://public.stakewolle.com/cosmos/akash/rpc',
|
|
98
78
|
provider: 'Stakewolle'
|
|
@@ -89,6 +89,10 @@ const info = {
|
|
|
89
89
|
{
|
|
90
90
|
address: 'https://humans-mainnet-rpc.autostake.com:443',
|
|
91
91
|
provider: 'AutoStake 🛡️ Slash Protected'
|
|
92
|
+
},
|
|
93
|
+
{
|
|
94
|
+
address: 'https://humans-mainnet-rpc.cosmonautstakes.com',
|
|
95
|
+
provider: 'Cosmonaut Stakes 🤖'
|
|
92
96
|
}
|
|
93
97
|
],
|
|
94
98
|
rest: [
|
|
@@ -143,6 +147,10 @@ const info = {
|
|
|
143
147
|
{
|
|
144
148
|
address: 'https://humans-mainnet-lcd.autostake.com:443',
|
|
145
149
|
provider: 'AutoStake 🛡️ Slash Protected'
|
|
150
|
+
},
|
|
151
|
+
{
|
|
152
|
+
address: 'https://humans-mainnet-rest.cosmonautstakes.com',
|
|
153
|
+
provider: 'Cosmonaut Stakes 🤖'
|
|
146
154
|
}
|
|
147
155
|
],
|
|
148
156
|
grpc: [
|
|
@@ -185,6 +193,10 @@ const info = {
|
|
|
185
193
|
{
|
|
186
194
|
address: 'humans-mainnet-grpc.autostake.com:443',
|
|
187
195
|
provider: 'AutoStake 🛡️ Slash Protected'
|
|
196
|
+
},
|
|
197
|
+
{
|
|
198
|
+
address: 'humans-mainnet-grpc.cosmonautstakes.com:9190',
|
|
199
|
+
provider: 'Cosmonaut Stakes 🤖'
|
|
188
200
|
}
|
|
189
201
|
],
|
|
190
202
|
"evm-http-jsonrpc": [
|
|
@@ -215,6 +227,10 @@ const info = {
|
|
|
215
227
|
{
|
|
216
228
|
address: 'https://humans-jsonrpc.noders.services',
|
|
217
229
|
provider: '[NODERS]TEAM'
|
|
230
|
+
},
|
|
231
|
+
{
|
|
232
|
+
address: 'https://humans-mainnet-evm.cosmonautstakes.com',
|
|
233
|
+
provider: 'Cosmonaut Stakes 🤖'
|
|
218
234
|
}
|
|
219
235
|
]
|
|
220
236
|
},
|
|
@@ -291,6 +291,32 @@ const info = {
|
|
|
291
291
|
logo_URIs: {
|
|
292
292
|
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/chihuahua/images/baddog.png'
|
|
293
293
|
}
|
|
294
|
+
},
|
|
295
|
+
{
|
|
296
|
+
description: 'GATA Yield DAO Governance Token powered by OmniFlixHub',
|
|
297
|
+
denom_units: [{
|
|
298
|
+
denom: 'factory/omniflix1fwphj5p6qd8gtkehkzfgac38eur4uqzgz97uwvf6hsc0vjl004gqfj0xnv/ygata',
|
|
299
|
+
exponent: 0
|
|
300
|
+
}, {
|
|
301
|
+
denom: 'ygata',
|
|
302
|
+
exponent: 6
|
|
303
|
+
}],
|
|
304
|
+
base: 'factory/omniflix1fwphj5p6qd8gtkehkzfgac38eur4uqzgz97uwvf6hsc0vjl004gqfj0xnv/ygata',
|
|
305
|
+
name: 'Yield GATA',
|
|
306
|
+
display: 'ygata',
|
|
307
|
+
symbol: 'YGATA',
|
|
308
|
+
logo_URIs: {
|
|
309
|
+
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/omniflixhub/images/ygata.png',
|
|
310
|
+
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/omniflixhub/images/ygata.svg'
|
|
311
|
+
},
|
|
312
|
+
images: [{
|
|
313
|
+
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/omniflixhub/images/ygata.png',
|
|
314
|
+
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/omniflixhub/images/ygata.svg',
|
|
315
|
+
theme: {
|
|
316
|
+
primary_color_hex: '#7b5aff'
|
|
317
|
+
}
|
|
318
|
+
}],
|
|
319
|
+
type_asset: 'sdk.coin'
|
|
294
320
|
}
|
|
295
321
|
]
|
|
296
322
|
};
|
|
@@ -21628,7 +21628,7 @@ const info = {
|
|
|
21628
21628
|
base: 'factory/osmo1n6asrjy9754q8y9jsxqf557zmsv3s3xa5m9eg5/uspice',
|
|
21629
21629
|
name: 'Spice',
|
|
21630
21630
|
display: 'Spice',
|
|
21631
|
-
symbol: '
|
|
21631
|
+
symbol: 'SPICE',
|
|
21632
21632
|
logo_URIs: {
|
|
21633
21633
|
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/osmosis/images/spice.png'
|
|
21634
21634
|
},
|
|
@@ -22,14 +22,27 @@ const info = {
|
|
|
22
22
|
rpc: [{
|
|
23
23
|
address: 'https://humans-testnet.nodejumper.io',
|
|
24
24
|
provider: 'NODEJUMPER'
|
|
25
|
+
}, {
|
|
26
|
+
address: 'https://humans-testnet-rpc.cosmonautstakes.com',
|
|
27
|
+
provider: 'Cosmonaut Stakes 🤖'
|
|
25
28
|
}],
|
|
26
29
|
rest: [{
|
|
27
30
|
address: 'https://humans-testnet.nodejumper.io:1317',
|
|
28
31
|
provider: 'NODEJUMPER'
|
|
32
|
+
}, {
|
|
33
|
+
address: 'https://humans-testnet-rest.cosmonautstakes.com',
|
|
34
|
+
provider: 'Cosmonaut Stakes 🤖'
|
|
29
35
|
}],
|
|
30
36
|
grpc: [{
|
|
31
37
|
address: 'https://humans-testnet.nodejumper.io:9090',
|
|
32
38
|
provider: 'NODEJUMPER'
|
|
39
|
+
}, {
|
|
40
|
+
address: 'humans-testnet-grpc.cosmonautstakes.com:9090',
|
|
41
|
+
provider: 'Cosmonaut Stakes 🤖'
|
|
42
|
+
}],
|
|
43
|
+
"evm-http-jsonrpc": [{
|
|
44
|
+
address: 'humans-testnet-evm.cosmonautstakes.com',
|
|
45
|
+
provider: 'Cosmonaut Stakes 🤖'
|
|
33
46
|
}]
|
|
34
47
|
},
|
|
35
48
|
explorers: [{
|
package/mainnet/akash/chain.js
CHANGED
|
@@ -51,22 +51,10 @@ const info = {
|
|
|
51
51
|
address: 'https://akash-rpc.polkachu.com',
|
|
52
52
|
provider: 'Polkachu'
|
|
53
53
|
},
|
|
54
|
-
{
|
|
55
|
-
address: 'https://rpc-akash.cosmos-spaces.cloud',
|
|
56
|
-
provider: 'Cosmos Spaces'
|
|
57
|
-
},
|
|
58
|
-
{
|
|
59
|
-
address: 'https://rpc-akash-ia.cosmosia.notional.ventures:443',
|
|
60
|
-
provider: 'Notional'
|
|
61
|
-
},
|
|
62
54
|
{
|
|
63
55
|
address: 'http://akash.c29r3.xyz:80/rpc',
|
|
64
56
|
provider: 'c29r3'
|
|
65
57
|
},
|
|
66
|
-
{
|
|
67
|
-
address: 'https://akash-mainnet-rpc.autostake.com:443',
|
|
68
|
-
provider: 'AutoStake 🛡️ Slash Protected'
|
|
69
|
-
},
|
|
70
58
|
{
|
|
71
59
|
address: 'https://akash-rpc.kleomedes.network',
|
|
72
60
|
provider: 'Kleomedes'
|
|
@@ -87,14 +75,6 @@ const info = {
|
|
|
87
75
|
address: 'https://akash-rpc.publicnode.com:443',
|
|
88
76
|
provider: 'Allnodes ⚡️ Nodes & Staking'
|
|
89
77
|
},
|
|
90
|
-
{
|
|
91
|
-
address: 'https://akash-rpc.validatornode.com',
|
|
92
|
-
provider: 'ValidatorNode'
|
|
93
|
-
},
|
|
94
|
-
{
|
|
95
|
-
address: 'https://rpc-akash.whispernode.com:443',
|
|
96
|
-
provider: 'WhisperNode 🤐'
|
|
97
|
-
},
|
|
98
78
|
{
|
|
99
79
|
address: 'https://public.stakewolle.com/cosmos/akash/rpc',
|
|
100
80
|
provider: 'Stakewolle'
|
package/mainnet/humans/chain.js
CHANGED
|
@@ -91,6 +91,10 @@ const info = {
|
|
|
91
91
|
{
|
|
92
92
|
address: 'https://humans-mainnet-rpc.autostake.com:443',
|
|
93
93
|
provider: 'AutoStake 🛡️ Slash Protected'
|
|
94
|
+
},
|
|
95
|
+
{
|
|
96
|
+
address: 'https://humans-mainnet-rpc.cosmonautstakes.com',
|
|
97
|
+
provider: 'Cosmonaut Stakes 🤖'
|
|
94
98
|
}
|
|
95
99
|
],
|
|
96
100
|
rest: [
|
|
@@ -145,6 +149,10 @@ const info = {
|
|
|
145
149
|
{
|
|
146
150
|
address: 'https://humans-mainnet-lcd.autostake.com:443',
|
|
147
151
|
provider: 'AutoStake 🛡️ Slash Protected'
|
|
152
|
+
},
|
|
153
|
+
{
|
|
154
|
+
address: 'https://humans-mainnet-rest.cosmonautstakes.com',
|
|
155
|
+
provider: 'Cosmonaut Stakes 🤖'
|
|
148
156
|
}
|
|
149
157
|
],
|
|
150
158
|
grpc: [
|
|
@@ -187,6 +195,10 @@ const info = {
|
|
|
187
195
|
{
|
|
188
196
|
address: 'humans-mainnet-grpc.autostake.com:443',
|
|
189
197
|
provider: 'AutoStake 🛡️ Slash Protected'
|
|
198
|
+
},
|
|
199
|
+
{
|
|
200
|
+
address: 'humans-mainnet-grpc.cosmonautstakes.com:9190',
|
|
201
|
+
provider: 'Cosmonaut Stakes 🤖'
|
|
190
202
|
}
|
|
191
203
|
],
|
|
192
204
|
"evm-http-jsonrpc": [
|
|
@@ -217,6 +229,10 @@ const info = {
|
|
|
217
229
|
{
|
|
218
230
|
address: 'https://humans-jsonrpc.noders.services',
|
|
219
231
|
provider: '[NODERS]TEAM'
|
|
232
|
+
},
|
|
233
|
+
{
|
|
234
|
+
address: 'https://humans-mainnet-evm.cosmonautstakes.com',
|
|
235
|
+
provider: 'Cosmonaut Stakes 🤖'
|
|
220
236
|
}
|
|
221
237
|
]
|
|
222
238
|
},
|
|
@@ -293,6 +293,32 @@ const info = {
|
|
|
293
293
|
logo_URIs: {
|
|
294
294
|
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/chihuahua/images/baddog.png'
|
|
295
295
|
}
|
|
296
|
+
},
|
|
297
|
+
{
|
|
298
|
+
description: 'GATA Yield DAO Governance Token powered by OmniFlixHub',
|
|
299
|
+
denom_units: [{
|
|
300
|
+
denom: 'factory/omniflix1fwphj5p6qd8gtkehkzfgac38eur4uqzgz97uwvf6hsc0vjl004gqfj0xnv/ygata',
|
|
301
|
+
exponent: 0
|
|
302
|
+
}, {
|
|
303
|
+
denom: 'ygata',
|
|
304
|
+
exponent: 6
|
|
305
|
+
}],
|
|
306
|
+
base: 'factory/omniflix1fwphj5p6qd8gtkehkzfgac38eur4uqzgz97uwvf6hsc0vjl004gqfj0xnv/ygata',
|
|
307
|
+
name: 'Yield GATA',
|
|
308
|
+
display: 'ygata',
|
|
309
|
+
symbol: 'YGATA',
|
|
310
|
+
logo_URIs: {
|
|
311
|
+
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/omniflixhub/images/ygata.png',
|
|
312
|
+
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/omniflixhub/images/ygata.svg'
|
|
313
|
+
},
|
|
314
|
+
images: [{
|
|
315
|
+
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/omniflixhub/images/ygata.png',
|
|
316
|
+
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/omniflixhub/images/ygata.svg',
|
|
317
|
+
theme: {
|
|
318
|
+
primary_color_hex: '#7b5aff'
|
|
319
|
+
}
|
|
320
|
+
}],
|
|
321
|
+
type_asset: 'sdk.coin'
|
|
296
322
|
}
|
|
297
323
|
]
|
|
298
324
|
};
|
|
@@ -21630,7 +21630,7 @@ const info = {
|
|
|
21630
21630
|
base: 'factory/osmo1n6asrjy9754q8y9jsxqf557zmsv3s3xa5m9eg5/uspice',
|
|
21631
21631
|
name: 'Spice',
|
|
21632
21632
|
display: 'Spice',
|
|
21633
|
-
symbol: '
|
|
21633
|
+
symbol: 'SPICE',
|
|
21634
21634
|
logo_URIs: {
|
|
21635
21635
|
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/osmosis/images/spice.png'
|
|
21636
21636
|
},
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "chain-registry",
|
|
3
|
-
"version": "1.69.
|
|
3
|
+
"version": "1.69.24",
|
|
4
4
|
"description": "Cosmos chain registry ⚛️",
|
|
5
5
|
"author": "Dan Lynch <pyramation@gmail.com>",
|
|
6
6
|
"homepage": "https://github.com/cosmology-tech/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.6",
|
|
33
33
|
"deepmerge": "^4.2.2"
|
|
34
34
|
},
|
|
35
35
|
"dependencies": {
|
|
36
|
-
"@chain-registry/types": "^0.50.
|
|
36
|
+
"@chain-registry/types": "^0.50.6"
|
|
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": "e8bf8cc88d4816d007e531f6c965166be2684ba3"
|
|
47
47
|
}
|
|
@@ -24,14 +24,27 @@ const info = {
|
|
|
24
24
|
rpc: [{
|
|
25
25
|
address: 'https://humans-testnet.nodejumper.io',
|
|
26
26
|
provider: 'NODEJUMPER'
|
|
27
|
+
}, {
|
|
28
|
+
address: 'https://humans-testnet-rpc.cosmonautstakes.com',
|
|
29
|
+
provider: 'Cosmonaut Stakes 🤖'
|
|
27
30
|
}],
|
|
28
31
|
rest: [{
|
|
29
32
|
address: 'https://humans-testnet.nodejumper.io:1317',
|
|
30
33
|
provider: 'NODEJUMPER'
|
|
34
|
+
}, {
|
|
35
|
+
address: 'https://humans-testnet-rest.cosmonautstakes.com',
|
|
36
|
+
provider: 'Cosmonaut Stakes 🤖'
|
|
31
37
|
}],
|
|
32
38
|
grpc: [{
|
|
33
39
|
address: 'https://humans-testnet.nodejumper.io:9090',
|
|
34
40
|
provider: 'NODEJUMPER'
|
|
41
|
+
}, {
|
|
42
|
+
address: 'humans-testnet-grpc.cosmonautstakes.com:9090',
|
|
43
|
+
provider: 'Cosmonaut Stakes 🤖'
|
|
44
|
+
}],
|
|
45
|
+
"evm-http-jsonrpc": [{
|
|
46
|
+
address: 'humans-testnet-evm.cosmonautstakes.com',
|
|
47
|
+
provider: 'Cosmonaut Stakes 🤖'
|
|
35
48
|
}]
|
|
36
49
|
},
|
|
37
50
|
explorers: [{
|