chain-registry 2.0.107 → 2.0.108
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/atomone/chain.js +10 -10
- package/esm/mainnet/chihuahua/chain.js +0 -8
- package/esm/mainnet/dydx/chain.js +0 -8
- package/esm/mainnet/empowerchain/chain.js +0 -8
- package/esm/mainnet/injective/chain.js +0 -8
- package/esm/mainnet/teritori/chain.js +0 -8
- package/esm/testnet/kyvetestnet/chain.js +6 -20
- package/mainnet/atomone/chain.js +10 -10
- package/mainnet/chihuahua/chain.js +0 -8
- package/mainnet/dydx/chain.js +0 -8
- package/mainnet/empowerchain/chain.js +0 -8
- package/mainnet/injective/chain.js +0 -8
- package/mainnet/teritori/chain.js +0 -8
- package/package.json +3 -3
- package/testnet/kyvetestnet/chain.js +6 -20
|
@@ -34,28 +34,28 @@ const info = {
|
|
|
34
34
|
},
|
|
35
35
|
codebase: {
|
|
36
36
|
gitRepo: 'https://github.com/atomone-hub/atomone',
|
|
37
|
-
recommendedVersion: '
|
|
38
|
-
compatibleVersions: ['
|
|
37
|
+
recommendedVersion: 'v3.0.3',
|
|
38
|
+
compatibleVersions: ['v3.0.3'],
|
|
39
39
|
binaries: {
|
|
40
|
-
"linux/amd64": 'https://github.com/atomone-hub/atomone/releases/download/
|
|
41
|
-
"linux/arm64": 'https://github.com/atomone-hub/atomone/releases/download/
|
|
42
|
-
"darwin/amd64": 'https://github.com/atomone-hub/atomone/releases/download/
|
|
43
|
-
"darwin/arm64": 'https://github.com/atomone-hub/atomone/releases/download/
|
|
44
|
-
"windows/amd64": 'https://github.com/atomone-hub/atomone/releases/download/
|
|
45
|
-
"windows/arm64": 'https://github.com/atomone-hub/atomone/releases/download/
|
|
40
|
+
"linux/amd64": 'https://github.com/atomone-hub/atomone/releases/download/v3.0.3/atomoned-v3.0.3-linux-amd64',
|
|
41
|
+
"linux/arm64": 'https://github.com/atomone-hub/atomone/releases/download/v3.0.3/atomoned-v3.0.3-linux-arm64',
|
|
42
|
+
"darwin/amd64": 'https://github.com/atomone-hub/atomone/releases/download/v3.0.3/atomoned-v3.0.3-darwin-amd64',
|
|
43
|
+
"darwin/arm64": 'https://github.com/atomone-hub/atomone/releases/download/v3.0.3/atomoned-v3.0.3-darwin-arm64',
|
|
44
|
+
"windows/amd64": 'https://github.com/atomone-hub/atomone/releases/download/v3.0.3/atomoned-v3.0.3-windows-amd64.exe',
|
|
45
|
+
"windows/arm64": 'https://github.com/atomone-hub/atomone/releases/download/v3.0.3/atomoned-v3.0.3-windows-arm64.exe'
|
|
46
46
|
},
|
|
47
47
|
genesis: {
|
|
48
48
|
genesisUrl: 'https://atomone.fra1.digitaloceanspaces.com/atomone-1/genesis.json'
|
|
49
49
|
},
|
|
50
50
|
consensus: {
|
|
51
51
|
type: 'cometbft',
|
|
52
|
-
version: 'v0.37.
|
|
52
|
+
version: 'v0.37.16'
|
|
53
53
|
},
|
|
54
54
|
sdk: {
|
|
55
55
|
type: 'cosmos',
|
|
56
56
|
version: 'v0.47.17'
|
|
57
57
|
},
|
|
58
|
-
tag: '
|
|
58
|
+
tag: 'v3.0.3'
|
|
59
59
|
},
|
|
60
60
|
logoURIs: {
|
|
61
61
|
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/atomone/images/atomone.png',
|
|
@@ -61,10 +61,6 @@ const info = {
|
|
|
61
61
|
address: 'https://rpc.chihuahua.wtf',
|
|
62
62
|
provider: 'Chihuahua'
|
|
63
63
|
},
|
|
64
|
-
{
|
|
65
|
-
address: 'https://rpc-chihuahua.ecostake.com',
|
|
66
|
-
provider: 'ecostake'
|
|
67
|
-
},
|
|
68
64
|
{
|
|
69
65
|
address: 'https://chihua.rpc.m.stavr.tech',
|
|
70
66
|
provider: '🔥STAVR🔥'
|
|
@@ -119,10 +115,6 @@ const info = {
|
|
|
119
115
|
address: 'https://api.chihuahua.wtf',
|
|
120
116
|
provider: 'Chihuahua'
|
|
121
117
|
},
|
|
122
|
-
{
|
|
123
|
-
address: 'https://rest-chihuahua.ecostake.com',
|
|
124
|
-
provider: 'ecostake'
|
|
125
|
-
},
|
|
126
118
|
{
|
|
127
119
|
address: 'https://chihua.api.m.stavr.tech',
|
|
128
120
|
provider: '🔥STAVR🔥'
|
|
@@ -87,10 +87,6 @@ const info = {
|
|
|
87
87
|
address: 'https://dydx-mainnet-rpc.autostake.com:443',
|
|
88
88
|
provider: 'AutoStake 🛡️ Slash Protected'
|
|
89
89
|
},
|
|
90
|
-
{
|
|
91
|
-
address: 'https://rpc-dydx.ecostake.com:443',
|
|
92
|
-
provider: 'ecostake'
|
|
93
|
-
},
|
|
94
90
|
{
|
|
95
91
|
address: 'https://rpc-dydx.cosmos-spaces.cloud',
|
|
96
92
|
provider: 'Cosmos Spaces'
|
|
@@ -145,10 +141,6 @@ const info = {
|
|
|
145
141
|
address: 'https://dydx-mainnet-lcd.autostake.com:443',
|
|
146
142
|
provider: 'AutoStake 🛡️ Slash Protected'
|
|
147
143
|
},
|
|
148
|
-
{
|
|
149
|
-
address: 'https://rest-dydx.ecostake.com:443',
|
|
150
|
-
provider: 'ecostake'
|
|
151
|
-
},
|
|
152
144
|
{
|
|
153
145
|
address: 'https://api-dydx.cosmos-spaces.cloud',
|
|
154
146
|
provider: 'Cosmos Spaces'
|
|
@@ -39,10 +39,6 @@ const info = {
|
|
|
39
39
|
},
|
|
40
40
|
apis: {
|
|
41
41
|
rpc: [
|
|
42
|
-
{
|
|
43
|
-
address: 'https://rpc-empowerchain.ecostake.com:443',
|
|
44
|
-
provider: 'ecostake'
|
|
45
|
-
},
|
|
46
42
|
{
|
|
47
43
|
address: 'https://empowerchain-mainnet-rpc.autostake.com:443',
|
|
48
44
|
provider: 'AutoStake 🛡️ Slash Protected'
|
|
@@ -97,10 +93,6 @@ const info = {
|
|
|
97
93
|
}
|
|
98
94
|
],
|
|
99
95
|
rest: [
|
|
100
|
-
{
|
|
101
|
-
address: 'https://rest-empowerchain.ecostake.com:443',
|
|
102
|
-
provider: 'ecostake'
|
|
103
|
-
},
|
|
104
96
|
{
|
|
105
97
|
address: 'https://empowerchain-mainnet-lcd.autostake.com:443',
|
|
106
98
|
provider: 'AutoStake 🛡️ Slash Protected'
|
|
@@ -97,10 +97,6 @@ const info = {
|
|
|
97
97
|
address: 'https://injective-rpc.noders.services',
|
|
98
98
|
provider: '[NODERS]TEAM'
|
|
99
99
|
},
|
|
100
|
-
{
|
|
101
|
-
address: 'https://rpc-injective.ecostake.com',
|
|
102
|
-
provider: 'ecostake'
|
|
103
|
-
},
|
|
104
100
|
{
|
|
105
101
|
address: 'https://rpc-injective.kewrnode.com',
|
|
106
102
|
provider: 'Kewr Node'
|
|
@@ -159,10 +155,6 @@ const info = {
|
|
|
159
155
|
address: 'https://injective-api.noders.services',
|
|
160
156
|
provider: '[NODERS]TEAM'
|
|
161
157
|
},
|
|
162
|
-
{
|
|
163
|
-
address: 'https://rest-injective.ecostake.com',
|
|
164
|
-
provider: 'ecostake'
|
|
165
|
-
},
|
|
166
158
|
{
|
|
167
159
|
address: 'https://rest-injective.kewrnode.com',
|
|
168
160
|
provider: 'Kewr Node'
|
|
@@ -91,10 +91,6 @@ const info = {
|
|
|
91
91
|
address: 'https://teritori-mainnet-rpc.autostake.com:443',
|
|
92
92
|
provider: 'AutoStake 🛡️ Slash Protected'
|
|
93
93
|
},
|
|
94
|
-
{
|
|
95
|
-
address: 'https://rpc-teritori.ecostake.com',
|
|
96
|
-
provider: 'ecostake'
|
|
97
|
-
},
|
|
98
94
|
{
|
|
99
95
|
address: 'https://teritori-rpc.publicnode.com:443',
|
|
100
96
|
provider: 'Allnodes ⚡️ Nodes & Staking'
|
|
@@ -149,10 +145,6 @@ const info = {
|
|
|
149
145
|
address: 'https://teritori-mainnet-lcd.autostake.com:443',
|
|
150
146
|
provider: 'AutoStake 🛡️ Slash Protected'
|
|
151
147
|
},
|
|
152
|
-
{
|
|
153
|
-
address: 'https://rest-teritori.ecostake.com',
|
|
154
|
-
provider: 'ecostake'
|
|
155
|
-
},
|
|
156
148
|
{
|
|
157
149
|
address: 'https://teritori-rest.publicnode.com',
|
|
158
150
|
provider: 'Allnodes ⚡️ Nodes & Staking'
|
|
@@ -40,34 +40,20 @@ const info = {
|
|
|
40
40
|
}
|
|
41
41
|
},
|
|
42
42
|
apis: {
|
|
43
|
-
rpc: [
|
|
44
|
-
{
|
|
43
|
+
rpc: [{
|
|
45
44
|
address: 'https://rpc.kaon.kyve.network',
|
|
46
45
|
provider: 'kyve'
|
|
47
|
-
},
|
|
48
|
-
{
|
|
49
|
-
address: 'https://rpc-kyve-test.ecostake.com',
|
|
50
|
-
provider: 'ecostake'
|
|
51
|
-
},
|
|
52
|
-
{
|
|
46
|
+
}, {
|
|
53
47
|
address: 'https://kyve-testnet-rpc.ibs.team:443',
|
|
54
48
|
provider: 'Inter Blockchain Services'
|
|
55
|
-
}
|
|
56
|
-
|
|
57
|
-
rest: [
|
|
58
|
-
{
|
|
49
|
+
}],
|
|
50
|
+
rest: [{
|
|
59
51
|
address: 'https://api.kaon.kyve.network',
|
|
60
52
|
provider: 'kyve'
|
|
61
|
-
},
|
|
62
|
-
{
|
|
63
|
-
address: 'https://rest-kyve-test.ecostake.com',
|
|
64
|
-
provider: 'ecostake'
|
|
65
|
-
},
|
|
66
|
-
{
|
|
53
|
+
}, {
|
|
67
54
|
address: 'https://kyve-testnet-api.ibs.team:443',
|
|
68
55
|
provider: 'Inter Blockchain Services'
|
|
69
|
-
}
|
|
70
|
-
]
|
|
56
|
+
}]
|
|
71
57
|
},
|
|
72
58
|
explorers: [{
|
|
73
59
|
kind: 'mintscan',
|
package/mainnet/atomone/chain.js
CHANGED
|
@@ -36,28 +36,28 @@ const info = {
|
|
|
36
36
|
},
|
|
37
37
|
codebase: {
|
|
38
38
|
gitRepo: 'https://github.com/atomone-hub/atomone',
|
|
39
|
-
recommendedVersion: '
|
|
40
|
-
compatibleVersions: ['
|
|
39
|
+
recommendedVersion: 'v3.0.3',
|
|
40
|
+
compatibleVersions: ['v3.0.3'],
|
|
41
41
|
binaries: {
|
|
42
|
-
"linux/amd64": 'https://github.com/atomone-hub/atomone/releases/download/
|
|
43
|
-
"linux/arm64": 'https://github.com/atomone-hub/atomone/releases/download/
|
|
44
|
-
"darwin/amd64": 'https://github.com/atomone-hub/atomone/releases/download/
|
|
45
|
-
"darwin/arm64": 'https://github.com/atomone-hub/atomone/releases/download/
|
|
46
|
-
"windows/amd64": 'https://github.com/atomone-hub/atomone/releases/download/
|
|
47
|
-
"windows/arm64": 'https://github.com/atomone-hub/atomone/releases/download/
|
|
42
|
+
"linux/amd64": 'https://github.com/atomone-hub/atomone/releases/download/v3.0.3/atomoned-v3.0.3-linux-amd64',
|
|
43
|
+
"linux/arm64": 'https://github.com/atomone-hub/atomone/releases/download/v3.0.3/atomoned-v3.0.3-linux-arm64',
|
|
44
|
+
"darwin/amd64": 'https://github.com/atomone-hub/atomone/releases/download/v3.0.3/atomoned-v3.0.3-darwin-amd64',
|
|
45
|
+
"darwin/arm64": 'https://github.com/atomone-hub/atomone/releases/download/v3.0.3/atomoned-v3.0.3-darwin-arm64',
|
|
46
|
+
"windows/amd64": 'https://github.com/atomone-hub/atomone/releases/download/v3.0.3/atomoned-v3.0.3-windows-amd64.exe',
|
|
47
|
+
"windows/arm64": 'https://github.com/atomone-hub/atomone/releases/download/v3.0.3/atomoned-v3.0.3-windows-arm64.exe'
|
|
48
48
|
},
|
|
49
49
|
genesis: {
|
|
50
50
|
genesisUrl: 'https://atomone.fra1.digitaloceanspaces.com/atomone-1/genesis.json'
|
|
51
51
|
},
|
|
52
52
|
consensus: {
|
|
53
53
|
type: 'cometbft',
|
|
54
|
-
version: 'v0.37.
|
|
54
|
+
version: 'v0.37.16'
|
|
55
55
|
},
|
|
56
56
|
sdk: {
|
|
57
57
|
type: 'cosmos',
|
|
58
58
|
version: 'v0.47.17'
|
|
59
59
|
},
|
|
60
|
-
tag: '
|
|
60
|
+
tag: 'v3.0.3'
|
|
61
61
|
},
|
|
62
62
|
logoURIs: {
|
|
63
63
|
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/atomone/images/atomone.png',
|
|
@@ -63,10 +63,6 @@ const info = {
|
|
|
63
63
|
address: 'https://rpc.chihuahua.wtf',
|
|
64
64
|
provider: 'Chihuahua'
|
|
65
65
|
},
|
|
66
|
-
{
|
|
67
|
-
address: 'https://rpc-chihuahua.ecostake.com',
|
|
68
|
-
provider: 'ecostake'
|
|
69
|
-
},
|
|
70
66
|
{
|
|
71
67
|
address: 'https://chihua.rpc.m.stavr.tech',
|
|
72
68
|
provider: '🔥STAVR🔥'
|
|
@@ -121,10 +117,6 @@ const info = {
|
|
|
121
117
|
address: 'https://api.chihuahua.wtf',
|
|
122
118
|
provider: 'Chihuahua'
|
|
123
119
|
},
|
|
124
|
-
{
|
|
125
|
-
address: 'https://rest-chihuahua.ecostake.com',
|
|
126
|
-
provider: 'ecostake'
|
|
127
|
-
},
|
|
128
120
|
{
|
|
129
121
|
address: 'https://chihua.api.m.stavr.tech',
|
|
130
122
|
provider: '🔥STAVR🔥'
|
package/mainnet/dydx/chain.js
CHANGED
|
@@ -89,10 +89,6 @@ const info = {
|
|
|
89
89
|
address: 'https://dydx-mainnet-rpc.autostake.com:443',
|
|
90
90
|
provider: 'AutoStake 🛡️ Slash Protected'
|
|
91
91
|
},
|
|
92
|
-
{
|
|
93
|
-
address: 'https://rpc-dydx.ecostake.com:443',
|
|
94
|
-
provider: 'ecostake'
|
|
95
|
-
},
|
|
96
92
|
{
|
|
97
93
|
address: 'https://rpc-dydx.cosmos-spaces.cloud',
|
|
98
94
|
provider: 'Cosmos Spaces'
|
|
@@ -147,10 +143,6 @@ const info = {
|
|
|
147
143
|
address: 'https://dydx-mainnet-lcd.autostake.com:443',
|
|
148
144
|
provider: 'AutoStake 🛡️ Slash Protected'
|
|
149
145
|
},
|
|
150
|
-
{
|
|
151
|
-
address: 'https://rest-dydx.ecostake.com:443',
|
|
152
|
-
provider: 'ecostake'
|
|
153
|
-
},
|
|
154
146
|
{
|
|
155
147
|
address: 'https://api-dydx.cosmos-spaces.cloud',
|
|
156
148
|
provider: 'Cosmos Spaces'
|
|
@@ -41,10 +41,6 @@ const info = {
|
|
|
41
41
|
},
|
|
42
42
|
apis: {
|
|
43
43
|
rpc: [
|
|
44
|
-
{
|
|
45
|
-
address: 'https://rpc-empowerchain.ecostake.com:443',
|
|
46
|
-
provider: 'ecostake'
|
|
47
|
-
},
|
|
48
44
|
{
|
|
49
45
|
address: 'https://empowerchain-mainnet-rpc.autostake.com:443',
|
|
50
46
|
provider: 'AutoStake 🛡️ Slash Protected'
|
|
@@ -99,10 +95,6 @@ const info = {
|
|
|
99
95
|
}
|
|
100
96
|
],
|
|
101
97
|
rest: [
|
|
102
|
-
{
|
|
103
|
-
address: 'https://rest-empowerchain.ecostake.com:443',
|
|
104
|
-
provider: 'ecostake'
|
|
105
|
-
},
|
|
106
98
|
{
|
|
107
99
|
address: 'https://empowerchain-mainnet-lcd.autostake.com:443',
|
|
108
100
|
provider: 'AutoStake 🛡️ Slash Protected'
|
|
@@ -99,10 +99,6 @@ const info = {
|
|
|
99
99
|
address: 'https://injective-rpc.noders.services',
|
|
100
100
|
provider: '[NODERS]TEAM'
|
|
101
101
|
},
|
|
102
|
-
{
|
|
103
|
-
address: 'https://rpc-injective.ecostake.com',
|
|
104
|
-
provider: 'ecostake'
|
|
105
|
-
},
|
|
106
102
|
{
|
|
107
103
|
address: 'https://rpc-injective.kewrnode.com',
|
|
108
104
|
provider: 'Kewr Node'
|
|
@@ -161,10 +157,6 @@ const info = {
|
|
|
161
157
|
address: 'https://injective-api.noders.services',
|
|
162
158
|
provider: '[NODERS]TEAM'
|
|
163
159
|
},
|
|
164
|
-
{
|
|
165
|
-
address: 'https://rest-injective.ecostake.com',
|
|
166
|
-
provider: 'ecostake'
|
|
167
|
-
},
|
|
168
160
|
{
|
|
169
161
|
address: 'https://rest-injective.kewrnode.com',
|
|
170
162
|
provider: 'Kewr Node'
|
|
@@ -93,10 +93,6 @@ const info = {
|
|
|
93
93
|
address: 'https://teritori-mainnet-rpc.autostake.com:443',
|
|
94
94
|
provider: 'AutoStake 🛡️ Slash Protected'
|
|
95
95
|
},
|
|
96
|
-
{
|
|
97
|
-
address: 'https://rpc-teritori.ecostake.com',
|
|
98
|
-
provider: 'ecostake'
|
|
99
|
-
},
|
|
100
96
|
{
|
|
101
97
|
address: 'https://teritori-rpc.publicnode.com:443',
|
|
102
98
|
provider: 'Allnodes ⚡️ Nodes & Staking'
|
|
@@ -151,10 +147,6 @@ const info = {
|
|
|
151
147
|
address: 'https://teritori-mainnet-lcd.autostake.com:443',
|
|
152
148
|
provider: 'AutoStake 🛡️ Slash Protected'
|
|
153
149
|
},
|
|
154
|
-
{
|
|
155
|
-
address: 'https://rest-teritori.ecostake.com',
|
|
156
|
-
provider: 'ecostake'
|
|
157
|
-
},
|
|
158
150
|
{
|
|
159
151
|
address: 'https://teritori-rest.publicnode.com',
|
|
160
152
|
provider: 'Allnodes ⚡️ Nodes & Staking'
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "chain-registry",
|
|
3
|
-
"version": "2.0.
|
|
3
|
+
"version": "2.0.108",
|
|
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.108"
|
|
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": "38a938a80414429a6f4e6a0a7d59e1cbeec3a089"
|
|
43
43
|
}
|
|
@@ -42,34 +42,20 @@ const info = {
|
|
|
42
42
|
}
|
|
43
43
|
},
|
|
44
44
|
apis: {
|
|
45
|
-
rpc: [
|
|
46
|
-
{
|
|
45
|
+
rpc: [{
|
|
47
46
|
address: 'https://rpc.kaon.kyve.network',
|
|
48
47
|
provider: 'kyve'
|
|
49
|
-
},
|
|
50
|
-
{
|
|
51
|
-
address: 'https://rpc-kyve-test.ecostake.com',
|
|
52
|
-
provider: 'ecostake'
|
|
53
|
-
},
|
|
54
|
-
{
|
|
48
|
+
}, {
|
|
55
49
|
address: 'https://kyve-testnet-rpc.ibs.team:443',
|
|
56
50
|
provider: 'Inter Blockchain Services'
|
|
57
|
-
}
|
|
58
|
-
|
|
59
|
-
rest: [
|
|
60
|
-
{
|
|
51
|
+
}],
|
|
52
|
+
rest: [{
|
|
61
53
|
address: 'https://api.kaon.kyve.network',
|
|
62
54
|
provider: 'kyve'
|
|
63
|
-
},
|
|
64
|
-
{
|
|
65
|
-
address: 'https://rest-kyve-test.ecostake.com',
|
|
66
|
-
provider: 'ecostake'
|
|
67
|
-
},
|
|
68
|
-
{
|
|
55
|
+
}, {
|
|
69
56
|
address: 'https://kyve-testnet-api.ibs.team:443',
|
|
70
57
|
provider: 'Inter Blockchain Services'
|
|
71
|
-
}
|
|
72
|
-
]
|
|
58
|
+
}]
|
|
73
59
|
},
|
|
74
60
|
explorers: [{
|
|
75
61
|
kind: 'mintscan',
|