chain-registry 2.0.132 → 2.0.134
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/arkeo/chain.js +0 -14
- package/esm/mainnet/axone/chain.js +12 -0
- package/esm/mainnet/hippoprotocol/chain.js +12 -0
- package/esm/mainnet/lava/chain.js +12 -0
- package/esm/mainnet/nillion/chain.js +12 -0
- package/esm/mainnet/osmosis/asset-list.js +41 -0
- package/esm/mainnet/union/chain.js +12 -0
- package/esm/testnet/cosmosicsprovidertestnet/chain.js +10 -10
- package/mainnet/arkeo/chain.js +0 -14
- package/mainnet/axone/chain.js +12 -0
- package/mainnet/hippoprotocol/chain.js +12 -0
- package/mainnet/lava/chain.js +12 -0
- package/mainnet/nillion/chain.js +12 -0
- package/mainnet/osmosis/asset-list.js +41 -0
- package/mainnet/union/chain.js +12 -0
- package/package.json +3 -3
- package/testnet/cosmosicsprovidertestnet/chain.js +10 -10
|
@@ -63,10 +63,6 @@ const info = {
|
|
|
63
63
|
address: 'https://rpc.arkeo.roomit.xyz',
|
|
64
64
|
provider: 'Roomit'
|
|
65
65
|
},
|
|
66
|
-
{
|
|
67
|
-
address: 'https://arkeo_mainnet_rpc.chain.whenmoonwhenlambo.money',
|
|
68
|
-
provider: '🚀 WHEN MOON 🌕 WHEN LAMBO 🔥'
|
|
69
|
-
},
|
|
70
66
|
{
|
|
71
67
|
address: 'https://rpc.arkeo.nodestake.org',
|
|
72
68
|
provider: 'NodeStake'
|
|
@@ -85,10 +81,6 @@ const info = {
|
|
|
85
81
|
address: 'https://api.arkeo.roomit.xyz',
|
|
86
82
|
provider: 'Roomit'
|
|
87
83
|
},
|
|
88
|
-
{
|
|
89
|
-
address: 'https://arkeo_mainnet_api.chain.whenmoonwhenlambo.money',
|
|
90
|
-
provider: '🚀 WHEN MOON 🌕 WHEN LAMBO 🔥'
|
|
91
|
-
},
|
|
92
84
|
{
|
|
93
85
|
address: 'https://api.arkeo.nodestake.org',
|
|
94
86
|
provider: 'NodeStake'
|
|
@@ -121,12 +113,6 @@ const info = {
|
|
|
121
113
|
txPage: 'https://explorer.tendermint.roomit.xyz/arkeo-mainnet/transactions/${txHash}',
|
|
122
114
|
accountPage: 'https://explorer.tendermint.roomit.xyz/arkeo-mainnet/account/${accountAddress}'
|
|
123
115
|
},
|
|
124
|
-
{
|
|
125
|
-
kind: '🚀 WHEN MOON 🌕 WHEN LAMBO 🔥',
|
|
126
|
-
url: 'https://explorer.whenmoonwhenlambo.money/arkeo',
|
|
127
|
-
txPage: 'https://explorer.whenmoonwhenlambo.money/arkeo/tx/${txHash}',
|
|
128
|
-
accountPage: 'https://explorer.whenmoonwhenlambo.money/arkeo/account/${accountAddress}'
|
|
129
|
-
},
|
|
130
116
|
{
|
|
131
117
|
kind: 'NodeStake',
|
|
132
118
|
url: 'https://explorer.nodestake.org/arkeo',
|
|
@@ -87,6 +87,10 @@ const info = {
|
|
|
87
87
|
{
|
|
88
88
|
address: 'https://rpc.axone-archive.citizenweb3.com',
|
|
89
89
|
provider: 'Citizen Web3'
|
|
90
|
+
},
|
|
91
|
+
{
|
|
92
|
+
address: 'https://axone-mainnet-rpc.shazoes.xyz',
|
|
93
|
+
provider: 'Shazoes'
|
|
90
94
|
}
|
|
91
95
|
],
|
|
92
96
|
rest: [
|
|
@@ -117,6 +121,10 @@ const info = {
|
|
|
117
121
|
{
|
|
118
122
|
address: 'https://api.axone-archive.citizenweb3.com',
|
|
119
123
|
provider: 'Citizen Web3'
|
|
124
|
+
},
|
|
125
|
+
{
|
|
126
|
+
address: 'https://axone-mainnet-api.shazoes.xyz',
|
|
127
|
+
provider: 'Shazoes'
|
|
120
128
|
}
|
|
121
129
|
],
|
|
122
130
|
grpc: [
|
|
@@ -143,6 +151,10 @@ const info = {
|
|
|
143
151
|
{
|
|
144
152
|
address: 'grpc.axone-archive.citizenweb3.com:443',
|
|
145
153
|
provider: 'Citizen Web3'
|
|
154
|
+
},
|
|
155
|
+
{
|
|
156
|
+
address: 'axone-mainnet-grpc.shazoes.xyz:30490',
|
|
157
|
+
provider: 'Shazoes'
|
|
146
158
|
}
|
|
147
159
|
]
|
|
148
160
|
},
|
|
@@ -74,6 +74,10 @@ const info = {
|
|
|
74
74
|
{
|
|
75
75
|
address: 'https://hippo-rpc.node39.top:443',
|
|
76
76
|
provider: 'Node39'
|
|
77
|
+
},
|
|
78
|
+
{
|
|
79
|
+
address: 'https://hippo-mainnet-rpc.shazoes.xyz',
|
|
80
|
+
provider: 'Shazoes'
|
|
77
81
|
}
|
|
78
82
|
],
|
|
79
83
|
rest: [
|
|
@@ -88,6 +92,10 @@ const info = {
|
|
|
88
92
|
{
|
|
89
93
|
address: 'https://hippo-api.node39.top:443',
|
|
90
94
|
provider: 'Node39'
|
|
95
|
+
},
|
|
96
|
+
{
|
|
97
|
+
address: 'https://hippo-mainnet-api.shazoes.xyz',
|
|
98
|
+
provider: 'Shazoes'
|
|
91
99
|
}
|
|
92
100
|
],
|
|
93
101
|
grpc: [
|
|
@@ -102,6 +110,10 @@ const info = {
|
|
|
102
110
|
{
|
|
103
111
|
address: 'hippo-grpc.node39.top:443',
|
|
104
112
|
provider: 'Node39'
|
|
113
|
+
},
|
|
114
|
+
{
|
|
115
|
+
address: 'hippo-mainnet-grpc.shazoes.xyz:30290',
|
|
116
|
+
provider: 'Shazoes'
|
|
105
117
|
}
|
|
106
118
|
]
|
|
107
119
|
},
|
|
@@ -147,6 +147,10 @@ const info = {
|
|
|
147
147
|
{
|
|
148
148
|
address: 'https://rpc-lava.vinjan.xyz',
|
|
149
149
|
provider: 'Vinjan.Inc'
|
|
150
|
+
},
|
|
151
|
+
{
|
|
152
|
+
address: 'https://lava-mainnet-rpc.shazoes.xyz',
|
|
153
|
+
provider: 'Shazoes'
|
|
150
154
|
}
|
|
151
155
|
],
|
|
152
156
|
rest: [
|
|
@@ -221,6 +225,10 @@ const info = {
|
|
|
221
225
|
{
|
|
222
226
|
address: 'https://api-lava.vinjan.xyz',
|
|
223
227
|
provider: 'Vinjan.Inc'
|
|
228
|
+
},
|
|
229
|
+
{
|
|
230
|
+
address: 'https://lava-mainnet-api.shazoes.xyz',
|
|
231
|
+
provider: 'Shazoes'
|
|
224
232
|
}
|
|
225
233
|
],
|
|
226
234
|
grpc: [
|
|
@@ -275,6 +283,10 @@ const info = {
|
|
|
275
283
|
{
|
|
276
284
|
address: 'grpc-lava.vinjan.xyz:29990',
|
|
277
285
|
provider: 'Vinjan.Inc'
|
|
286
|
+
},
|
|
287
|
+
{
|
|
288
|
+
address: 'lava-mainnet-grpc.shazoes.xyz:30790',
|
|
289
|
+
provider: 'Shazoes'
|
|
278
290
|
}
|
|
279
291
|
]
|
|
280
292
|
},
|
|
@@ -60,6 +60,10 @@ const info = {
|
|
|
60
60
|
{
|
|
61
61
|
address: 'https://nillion-mainnet-rpc.autostake.com:443',
|
|
62
62
|
provider: 'AutoStake 🛡️ Slash Protected'
|
|
63
|
+
},
|
|
64
|
+
{
|
|
65
|
+
address: 'https://nillion-mainnet-rpc.shazoes.xyz',
|
|
66
|
+
provider: 'Shazoes'
|
|
63
67
|
}
|
|
64
68
|
],
|
|
65
69
|
rest: [
|
|
@@ -74,6 +78,10 @@ const info = {
|
|
|
74
78
|
{
|
|
75
79
|
address: 'https://nillion-mainnet-lcd.autostake.com:443',
|
|
76
80
|
provider: 'AutoStake 🛡️ Slash Protected'
|
|
81
|
+
},
|
|
82
|
+
{
|
|
83
|
+
address: 'https://nillion-mainnet-api.shazoes.xyz',
|
|
84
|
+
provider: 'Shazoes'
|
|
77
85
|
}
|
|
78
86
|
],
|
|
79
87
|
grpc: [
|
|
@@ -88,6 +96,10 @@ const info = {
|
|
|
88
96
|
{
|
|
89
97
|
address: 'nillion-mainnet-grpc.autostake.com:443',
|
|
90
98
|
provider: 'AutoStake 🛡️ Slash Protected'
|
|
99
|
+
},
|
|
100
|
+
{
|
|
101
|
+
address: 'nillion-mainnet-grpc.shazoes.xyz:30890',
|
|
102
|
+
provider: 'Shazoes'
|
|
91
103
|
}
|
|
92
104
|
]
|
|
93
105
|
},
|
|
@@ -22802,6 +22802,47 @@ const info = {
|
|
|
22802
22802
|
images: [{
|
|
22803
22803
|
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/osmosis/images/SLAYER.png'
|
|
22804
22804
|
}]
|
|
22805
|
+
},
|
|
22806
|
+
{
|
|
22807
|
+
description: 'An alloy of EPIX asset variants on Osmosis.',
|
|
22808
|
+
extendedDescription: 'Multiple EPIX variants on Osmosis comprise the liquidity backing of a tokenized transmuter pool to create an alloy of EPIX.',
|
|
22809
|
+
denomUnits: [{
|
|
22810
|
+
denom: 'factory/osmo130tfawc7katf7jwzt2rjdranhqju929rjra3xwsrfsd85hedh3tsssy9j7/alloyed/allEPIX',
|
|
22811
|
+
exponent: 0
|
|
22812
|
+
}, {
|
|
22813
|
+
denom: 'allEPIX',
|
|
22814
|
+
exponent: 12
|
|
22815
|
+
}],
|
|
22816
|
+
typeAsset: 'sdk.coin',
|
|
22817
|
+
address: 'osmo130tfawc7katf7jwzt2rjdranhqju929rjra3xwsrfsd85hedh3tsssy9j7',
|
|
22818
|
+
base: 'factory/osmo130tfawc7katf7jwzt2rjdranhqju929rjra3xwsrfsd85hedh3tsssy9j7/alloyed/allEPIX',
|
|
22819
|
+
name: 'Epix',
|
|
22820
|
+
display: 'allEPIX',
|
|
22821
|
+
symbol: 'EPIX',
|
|
22822
|
+
traces: [{
|
|
22823
|
+
type: 'synthetic',
|
|
22824
|
+
counterparty: {
|
|
22825
|
+
chainName: 'epix',
|
|
22826
|
+
baseDenom: 'aepix'
|
|
22827
|
+
},
|
|
22828
|
+
provider: 'Osmosis'
|
|
22829
|
+
}],
|
|
22830
|
+
logoURIs: {
|
|
22831
|
+
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/epix/images/epix.svg'
|
|
22832
|
+
},
|
|
22833
|
+
images: [{
|
|
22834
|
+
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/epix/images/epix.svg',
|
|
22835
|
+
theme: {
|
|
22836
|
+
circle: true
|
|
22837
|
+
}
|
|
22838
|
+
}, {
|
|
22839
|
+
imageSync: {
|
|
22840
|
+
chainName: 'epix',
|
|
22841
|
+
baseDenom: 'aepix'
|
|
22842
|
+
},
|
|
22843
|
+
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/epix/images/epix.png',
|
|
22844
|
+
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/epix/images/epix.svg'
|
|
22845
|
+
}]
|
|
22805
22846
|
}
|
|
22806
22847
|
]
|
|
22807
22848
|
};
|
|
@@ -88,6 +88,10 @@ const info = {
|
|
|
88
88
|
{
|
|
89
89
|
address: 'https://union-rpc.highstakes.ch',
|
|
90
90
|
provider: 'High Stakes 🇨🇭'
|
|
91
|
+
},
|
|
92
|
+
{
|
|
93
|
+
address: 'https://union-mainnet-rpc.shazoes.xyz',
|
|
94
|
+
provider: 'Shazoes'
|
|
91
95
|
}
|
|
92
96
|
],
|
|
93
97
|
rest: [
|
|
@@ -122,6 +126,10 @@ const info = {
|
|
|
122
126
|
{
|
|
123
127
|
address: 'https://union-api.highstakes.ch',
|
|
124
128
|
provider: 'High Stakes 🇨🇭'
|
|
129
|
+
},
|
|
130
|
+
{
|
|
131
|
+
address: 'https://union-mainnet-api.shazoes.xyz',
|
|
132
|
+
provider: 'Shazoes'
|
|
125
133
|
}
|
|
126
134
|
],
|
|
127
135
|
grpc: [
|
|
@@ -152,6 +160,10 @@ const info = {
|
|
|
152
160
|
{
|
|
153
161
|
address: 'm-union-grpc.ruangnode.com:14090',
|
|
154
162
|
provider: 'ruangnode'
|
|
163
|
+
},
|
|
164
|
+
{
|
|
165
|
+
address: 'union-mainnet-grpc.shazoes.xyz:30990',
|
|
166
|
+
provider: 'Shazoes'
|
|
155
167
|
}
|
|
156
168
|
]
|
|
157
169
|
},
|
|
@@ -27,35 +27,35 @@ const info = {
|
|
|
27
27
|
},
|
|
28
28
|
codebase: {
|
|
29
29
|
gitRepo: 'https://github.com/cosmos/gaia',
|
|
30
|
-
recommendedVersion: 'v25.
|
|
31
|
-
compatibleVersions: ['v25.
|
|
30
|
+
recommendedVersion: 'v25.3.0',
|
|
31
|
+
compatibleVersions: ['v25.3.0'],
|
|
32
32
|
consensus: {
|
|
33
33
|
type: 'cometbft',
|
|
34
|
-
version: 'v0.38.
|
|
34
|
+
version: 'v0.38.20'
|
|
35
35
|
},
|
|
36
36
|
binaries: {
|
|
37
|
-
"linux/amd64": 'https://github.com/cosmos/gaia/releases/download/v25.
|
|
38
|
-
"darwin/amd64": 'https://github.com/cosmos/gaia/releases/download/v25.
|
|
39
|
-
"darwin/arm64": 'https://github.com/cosmos/gaia/releases/download/v25.
|
|
37
|
+
"linux/amd64": 'https://github.com/cosmos/gaia/releases/download/v25.3.0/gaiad-v25.3.0-linux-amd64',
|
|
38
|
+
"darwin/amd64": 'https://github.com/cosmos/gaia/releases/download/v25.3.0/gaiad-v25.3.0-darwin-amd64',
|
|
39
|
+
"darwin/arm64": 'https://github.com/cosmos/gaia/releases/download/v25.3.0/gaiad-v25.3.0-darwin-arm64'
|
|
40
40
|
},
|
|
41
41
|
genesis: {
|
|
42
42
|
genesisUrl: 'https://raw.githubusercontent.com/cosmos/testnets/master/interchain-security/provider/provider-genesis.json'
|
|
43
43
|
},
|
|
44
44
|
sdk: {
|
|
45
45
|
type: 'cosmos',
|
|
46
|
-
version: 'v0.53.
|
|
47
|
-
tag: 'v0.53.
|
|
46
|
+
version: 'v0.53.4',
|
|
47
|
+
tag: 'v0.53.4'
|
|
48
48
|
},
|
|
49
49
|
ibc: {
|
|
50
50
|
type: 'go',
|
|
51
|
-
version: 'v10.
|
|
51
|
+
version: 'v10.5.0'
|
|
52
52
|
},
|
|
53
53
|
cosmwasm: {
|
|
54
54
|
version: 'v0.60.2',
|
|
55
55
|
repo: 'https://github.com/CosmWasm/wasmd',
|
|
56
56
|
tag: 'v0.60.2'
|
|
57
57
|
},
|
|
58
|
-
tag: 'v25.
|
|
58
|
+
tag: 'v25.3.0'
|
|
59
59
|
},
|
|
60
60
|
apis: {
|
|
61
61
|
rpc: [
|
package/mainnet/arkeo/chain.js
CHANGED
|
@@ -65,10 +65,6 @@ const info = {
|
|
|
65
65
|
address: 'https://rpc.arkeo.roomit.xyz',
|
|
66
66
|
provider: 'Roomit'
|
|
67
67
|
},
|
|
68
|
-
{
|
|
69
|
-
address: 'https://arkeo_mainnet_rpc.chain.whenmoonwhenlambo.money',
|
|
70
|
-
provider: '🚀 WHEN MOON 🌕 WHEN LAMBO 🔥'
|
|
71
|
-
},
|
|
72
68
|
{
|
|
73
69
|
address: 'https://rpc.arkeo.nodestake.org',
|
|
74
70
|
provider: 'NodeStake'
|
|
@@ -87,10 +83,6 @@ const info = {
|
|
|
87
83
|
address: 'https://api.arkeo.roomit.xyz',
|
|
88
84
|
provider: 'Roomit'
|
|
89
85
|
},
|
|
90
|
-
{
|
|
91
|
-
address: 'https://arkeo_mainnet_api.chain.whenmoonwhenlambo.money',
|
|
92
|
-
provider: '🚀 WHEN MOON 🌕 WHEN LAMBO 🔥'
|
|
93
|
-
},
|
|
94
86
|
{
|
|
95
87
|
address: 'https://api.arkeo.nodestake.org',
|
|
96
88
|
provider: 'NodeStake'
|
|
@@ -123,12 +115,6 @@ const info = {
|
|
|
123
115
|
txPage: 'https://explorer.tendermint.roomit.xyz/arkeo-mainnet/transactions/${txHash}',
|
|
124
116
|
accountPage: 'https://explorer.tendermint.roomit.xyz/arkeo-mainnet/account/${accountAddress}'
|
|
125
117
|
},
|
|
126
|
-
{
|
|
127
|
-
kind: '🚀 WHEN MOON 🌕 WHEN LAMBO 🔥',
|
|
128
|
-
url: 'https://explorer.whenmoonwhenlambo.money/arkeo',
|
|
129
|
-
txPage: 'https://explorer.whenmoonwhenlambo.money/arkeo/tx/${txHash}',
|
|
130
|
-
accountPage: 'https://explorer.whenmoonwhenlambo.money/arkeo/account/${accountAddress}'
|
|
131
|
-
},
|
|
132
118
|
{
|
|
133
119
|
kind: 'NodeStake',
|
|
134
120
|
url: 'https://explorer.nodestake.org/arkeo',
|
package/mainnet/axone/chain.js
CHANGED
|
@@ -89,6 +89,10 @@ const info = {
|
|
|
89
89
|
{
|
|
90
90
|
address: 'https://rpc.axone-archive.citizenweb3.com',
|
|
91
91
|
provider: 'Citizen Web3'
|
|
92
|
+
},
|
|
93
|
+
{
|
|
94
|
+
address: 'https://axone-mainnet-rpc.shazoes.xyz',
|
|
95
|
+
provider: 'Shazoes'
|
|
92
96
|
}
|
|
93
97
|
],
|
|
94
98
|
rest: [
|
|
@@ -119,6 +123,10 @@ const info = {
|
|
|
119
123
|
{
|
|
120
124
|
address: 'https://api.axone-archive.citizenweb3.com',
|
|
121
125
|
provider: 'Citizen Web3'
|
|
126
|
+
},
|
|
127
|
+
{
|
|
128
|
+
address: 'https://axone-mainnet-api.shazoes.xyz',
|
|
129
|
+
provider: 'Shazoes'
|
|
122
130
|
}
|
|
123
131
|
],
|
|
124
132
|
grpc: [
|
|
@@ -145,6 +153,10 @@ const info = {
|
|
|
145
153
|
{
|
|
146
154
|
address: 'grpc.axone-archive.citizenweb3.com:443',
|
|
147
155
|
provider: 'Citizen Web3'
|
|
156
|
+
},
|
|
157
|
+
{
|
|
158
|
+
address: 'axone-mainnet-grpc.shazoes.xyz:30490',
|
|
159
|
+
provider: 'Shazoes'
|
|
148
160
|
}
|
|
149
161
|
]
|
|
150
162
|
},
|
|
@@ -76,6 +76,10 @@ const info = {
|
|
|
76
76
|
{
|
|
77
77
|
address: 'https://hippo-rpc.node39.top:443',
|
|
78
78
|
provider: 'Node39'
|
|
79
|
+
},
|
|
80
|
+
{
|
|
81
|
+
address: 'https://hippo-mainnet-rpc.shazoes.xyz',
|
|
82
|
+
provider: 'Shazoes'
|
|
79
83
|
}
|
|
80
84
|
],
|
|
81
85
|
rest: [
|
|
@@ -90,6 +94,10 @@ const info = {
|
|
|
90
94
|
{
|
|
91
95
|
address: 'https://hippo-api.node39.top:443',
|
|
92
96
|
provider: 'Node39'
|
|
97
|
+
},
|
|
98
|
+
{
|
|
99
|
+
address: 'https://hippo-mainnet-api.shazoes.xyz',
|
|
100
|
+
provider: 'Shazoes'
|
|
93
101
|
}
|
|
94
102
|
],
|
|
95
103
|
grpc: [
|
|
@@ -104,6 +112,10 @@ const info = {
|
|
|
104
112
|
{
|
|
105
113
|
address: 'hippo-grpc.node39.top:443',
|
|
106
114
|
provider: 'Node39'
|
|
115
|
+
},
|
|
116
|
+
{
|
|
117
|
+
address: 'hippo-mainnet-grpc.shazoes.xyz:30290',
|
|
118
|
+
provider: 'Shazoes'
|
|
107
119
|
}
|
|
108
120
|
]
|
|
109
121
|
},
|
package/mainnet/lava/chain.js
CHANGED
|
@@ -149,6 +149,10 @@ const info = {
|
|
|
149
149
|
{
|
|
150
150
|
address: 'https://rpc-lava.vinjan.xyz',
|
|
151
151
|
provider: 'Vinjan.Inc'
|
|
152
|
+
},
|
|
153
|
+
{
|
|
154
|
+
address: 'https://lava-mainnet-rpc.shazoes.xyz',
|
|
155
|
+
provider: 'Shazoes'
|
|
152
156
|
}
|
|
153
157
|
],
|
|
154
158
|
rest: [
|
|
@@ -223,6 +227,10 @@ const info = {
|
|
|
223
227
|
{
|
|
224
228
|
address: 'https://api-lava.vinjan.xyz',
|
|
225
229
|
provider: 'Vinjan.Inc'
|
|
230
|
+
},
|
|
231
|
+
{
|
|
232
|
+
address: 'https://lava-mainnet-api.shazoes.xyz',
|
|
233
|
+
provider: 'Shazoes'
|
|
226
234
|
}
|
|
227
235
|
],
|
|
228
236
|
grpc: [
|
|
@@ -277,6 +285,10 @@ const info = {
|
|
|
277
285
|
{
|
|
278
286
|
address: 'grpc-lava.vinjan.xyz:29990',
|
|
279
287
|
provider: 'Vinjan.Inc'
|
|
288
|
+
},
|
|
289
|
+
{
|
|
290
|
+
address: 'lava-mainnet-grpc.shazoes.xyz:30790',
|
|
291
|
+
provider: 'Shazoes'
|
|
280
292
|
}
|
|
281
293
|
]
|
|
282
294
|
},
|
package/mainnet/nillion/chain.js
CHANGED
|
@@ -62,6 +62,10 @@ const info = {
|
|
|
62
62
|
{
|
|
63
63
|
address: 'https://nillion-mainnet-rpc.autostake.com:443',
|
|
64
64
|
provider: 'AutoStake 🛡️ Slash Protected'
|
|
65
|
+
},
|
|
66
|
+
{
|
|
67
|
+
address: 'https://nillion-mainnet-rpc.shazoes.xyz',
|
|
68
|
+
provider: 'Shazoes'
|
|
65
69
|
}
|
|
66
70
|
],
|
|
67
71
|
rest: [
|
|
@@ -76,6 +80,10 @@ const info = {
|
|
|
76
80
|
{
|
|
77
81
|
address: 'https://nillion-mainnet-lcd.autostake.com:443',
|
|
78
82
|
provider: 'AutoStake 🛡️ Slash Protected'
|
|
83
|
+
},
|
|
84
|
+
{
|
|
85
|
+
address: 'https://nillion-mainnet-api.shazoes.xyz',
|
|
86
|
+
provider: 'Shazoes'
|
|
79
87
|
}
|
|
80
88
|
],
|
|
81
89
|
grpc: [
|
|
@@ -90,6 +98,10 @@ const info = {
|
|
|
90
98
|
{
|
|
91
99
|
address: 'nillion-mainnet-grpc.autostake.com:443',
|
|
92
100
|
provider: 'AutoStake 🛡️ Slash Protected'
|
|
101
|
+
},
|
|
102
|
+
{
|
|
103
|
+
address: 'nillion-mainnet-grpc.shazoes.xyz:30890',
|
|
104
|
+
provider: 'Shazoes'
|
|
93
105
|
}
|
|
94
106
|
]
|
|
95
107
|
},
|
|
@@ -22804,6 +22804,47 @@ const info = {
|
|
|
22804
22804
|
images: [{
|
|
22805
22805
|
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/osmosis/images/SLAYER.png'
|
|
22806
22806
|
}]
|
|
22807
|
+
},
|
|
22808
|
+
{
|
|
22809
|
+
description: 'An alloy of EPIX asset variants on Osmosis.',
|
|
22810
|
+
extendedDescription: 'Multiple EPIX variants on Osmosis comprise the liquidity backing of a tokenized transmuter pool to create an alloy of EPIX.',
|
|
22811
|
+
denomUnits: [{
|
|
22812
|
+
denom: 'factory/osmo130tfawc7katf7jwzt2rjdranhqju929rjra3xwsrfsd85hedh3tsssy9j7/alloyed/allEPIX',
|
|
22813
|
+
exponent: 0
|
|
22814
|
+
}, {
|
|
22815
|
+
denom: 'allEPIX',
|
|
22816
|
+
exponent: 12
|
|
22817
|
+
}],
|
|
22818
|
+
typeAsset: 'sdk.coin',
|
|
22819
|
+
address: 'osmo130tfawc7katf7jwzt2rjdranhqju929rjra3xwsrfsd85hedh3tsssy9j7',
|
|
22820
|
+
base: 'factory/osmo130tfawc7katf7jwzt2rjdranhqju929rjra3xwsrfsd85hedh3tsssy9j7/alloyed/allEPIX',
|
|
22821
|
+
name: 'Epix',
|
|
22822
|
+
display: 'allEPIX',
|
|
22823
|
+
symbol: 'EPIX',
|
|
22824
|
+
traces: [{
|
|
22825
|
+
type: 'synthetic',
|
|
22826
|
+
counterparty: {
|
|
22827
|
+
chainName: 'epix',
|
|
22828
|
+
baseDenom: 'aepix'
|
|
22829
|
+
},
|
|
22830
|
+
provider: 'Osmosis'
|
|
22831
|
+
}],
|
|
22832
|
+
logoURIs: {
|
|
22833
|
+
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/epix/images/epix.svg'
|
|
22834
|
+
},
|
|
22835
|
+
images: [{
|
|
22836
|
+
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/epix/images/epix.svg',
|
|
22837
|
+
theme: {
|
|
22838
|
+
circle: true
|
|
22839
|
+
}
|
|
22840
|
+
}, {
|
|
22841
|
+
imageSync: {
|
|
22842
|
+
chainName: 'epix',
|
|
22843
|
+
baseDenom: 'aepix'
|
|
22844
|
+
},
|
|
22845
|
+
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/epix/images/epix.png',
|
|
22846
|
+
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/epix/images/epix.svg'
|
|
22847
|
+
}]
|
|
22807
22848
|
}
|
|
22808
22849
|
]
|
|
22809
22850
|
};
|
package/mainnet/union/chain.js
CHANGED
|
@@ -90,6 +90,10 @@ const info = {
|
|
|
90
90
|
{
|
|
91
91
|
address: 'https://union-rpc.highstakes.ch',
|
|
92
92
|
provider: 'High Stakes 🇨🇭'
|
|
93
|
+
},
|
|
94
|
+
{
|
|
95
|
+
address: 'https://union-mainnet-rpc.shazoes.xyz',
|
|
96
|
+
provider: 'Shazoes'
|
|
93
97
|
}
|
|
94
98
|
],
|
|
95
99
|
rest: [
|
|
@@ -124,6 +128,10 @@ const info = {
|
|
|
124
128
|
{
|
|
125
129
|
address: 'https://union-api.highstakes.ch',
|
|
126
130
|
provider: 'High Stakes 🇨🇭'
|
|
131
|
+
},
|
|
132
|
+
{
|
|
133
|
+
address: 'https://union-mainnet-api.shazoes.xyz',
|
|
134
|
+
provider: 'Shazoes'
|
|
127
135
|
}
|
|
128
136
|
],
|
|
129
137
|
grpc: [
|
|
@@ -154,6 +162,10 @@ const info = {
|
|
|
154
162
|
{
|
|
155
163
|
address: 'm-union-grpc.ruangnode.com:14090',
|
|
156
164
|
provider: 'ruangnode'
|
|
165
|
+
},
|
|
166
|
+
{
|
|
167
|
+
address: 'union-mainnet-grpc.shazoes.xyz:30990',
|
|
168
|
+
provider: 'Shazoes'
|
|
157
169
|
}
|
|
158
170
|
]
|
|
159
171
|
},
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "chain-registry",
|
|
3
|
-
"version": "2.0.
|
|
3
|
+
"version": "2.0.134",
|
|
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.134"
|
|
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": "ed3cee2fa2d7b2edab5b7408c076beaa71358d03"
|
|
43
43
|
}
|
|
@@ -29,35 +29,35 @@ const info = {
|
|
|
29
29
|
},
|
|
30
30
|
codebase: {
|
|
31
31
|
gitRepo: 'https://github.com/cosmos/gaia',
|
|
32
|
-
recommendedVersion: 'v25.
|
|
33
|
-
compatibleVersions: ['v25.
|
|
32
|
+
recommendedVersion: 'v25.3.0',
|
|
33
|
+
compatibleVersions: ['v25.3.0'],
|
|
34
34
|
consensus: {
|
|
35
35
|
type: 'cometbft',
|
|
36
|
-
version: 'v0.38.
|
|
36
|
+
version: 'v0.38.20'
|
|
37
37
|
},
|
|
38
38
|
binaries: {
|
|
39
|
-
"linux/amd64": 'https://github.com/cosmos/gaia/releases/download/v25.
|
|
40
|
-
"darwin/amd64": 'https://github.com/cosmos/gaia/releases/download/v25.
|
|
41
|
-
"darwin/arm64": 'https://github.com/cosmos/gaia/releases/download/v25.
|
|
39
|
+
"linux/amd64": 'https://github.com/cosmos/gaia/releases/download/v25.3.0/gaiad-v25.3.0-linux-amd64',
|
|
40
|
+
"darwin/amd64": 'https://github.com/cosmos/gaia/releases/download/v25.3.0/gaiad-v25.3.0-darwin-amd64',
|
|
41
|
+
"darwin/arm64": 'https://github.com/cosmos/gaia/releases/download/v25.3.0/gaiad-v25.3.0-darwin-arm64'
|
|
42
42
|
},
|
|
43
43
|
genesis: {
|
|
44
44
|
genesisUrl: 'https://raw.githubusercontent.com/cosmos/testnets/master/interchain-security/provider/provider-genesis.json'
|
|
45
45
|
},
|
|
46
46
|
sdk: {
|
|
47
47
|
type: 'cosmos',
|
|
48
|
-
version: 'v0.53.
|
|
49
|
-
tag: 'v0.53.
|
|
48
|
+
version: 'v0.53.4',
|
|
49
|
+
tag: 'v0.53.4'
|
|
50
50
|
},
|
|
51
51
|
ibc: {
|
|
52
52
|
type: 'go',
|
|
53
|
-
version: 'v10.
|
|
53
|
+
version: 'v10.5.0'
|
|
54
54
|
},
|
|
55
55
|
cosmwasm: {
|
|
56
56
|
version: 'v0.60.2',
|
|
57
57
|
repo: 'https://github.com/CosmWasm/wasmd',
|
|
58
58
|
tag: 'v0.60.2'
|
|
59
59
|
},
|
|
60
|
-
tag: 'v25.
|
|
60
|
+
tag: 'v25.3.0'
|
|
61
61
|
},
|
|
62
62
|
apis: {
|
|
63
63
|
rpc: [
|