chain-registry 2.0.180 → 2.0.182
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/coreum/asset-list.js +27 -0
- package/esm/mainnet/cosmoshub/chain.js +9 -9
- package/esm/mainnet/zigchain/chain.js +69 -14
- package/esm/testnet/raitestnet/chain.js +25 -6
- package/esm/testnet/zigchaintestnet/chain.js +52 -11
- package/mainnet/coreum/asset-list.js +27 -0
- package/mainnet/cosmoshub/chain.js +9 -9
- package/mainnet/zigchain/chain.js +69 -14
- package/package.json +3 -3
- package/testnet/raitestnet/chain.js +25 -6
- package/testnet/zigchaintestnet/chain.js +52 -11
|
@@ -238,6 +238,33 @@ const info = {
|
|
|
238
238
|
x: 'https://x.com/Cor3_Community'
|
|
239
239
|
},
|
|
240
240
|
typeAsset: 'sdk.coin'
|
|
241
|
+
},
|
|
242
|
+
{
|
|
243
|
+
description: '$COREZ is the chillest coin on Coreum, built for stakers who believe slow and steady wins the race.',
|
|
244
|
+
denomUnits: [{
|
|
245
|
+
denom: 'ucorez-core1astd8pqhs7mslk9rnygy9kzc5s2cqnwftcvmquxr7z9z78szzvzqljlc23',
|
|
246
|
+
exponent: 0
|
|
247
|
+
}, {
|
|
248
|
+
denom: 'COREZ',
|
|
249
|
+
exponent: 6
|
|
250
|
+
}],
|
|
251
|
+
base: 'ucorez-core1astd8pqhs7mslk9rnygy9kzc5s2cqnwftcvmquxr7z9z78szzvzqljlc23',
|
|
252
|
+
name: 'COREZ',
|
|
253
|
+
display: 'COREZ',
|
|
254
|
+
symbol: 'COREZ',
|
|
255
|
+
logoURIs: {
|
|
256
|
+
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/coreum/images/corez.png',
|
|
257
|
+
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/coreum/images/corez.svg'
|
|
258
|
+
},
|
|
259
|
+
images: [{
|
|
260
|
+
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/coreum/images/corez.png',
|
|
261
|
+
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/coreum/images/corez.svg'
|
|
262
|
+
}],
|
|
263
|
+
socials: {
|
|
264
|
+
website: 'https://coreezy.xyz',
|
|
265
|
+
x: 'https://x.com/CoreezyVibes'
|
|
266
|
+
},
|
|
267
|
+
typeAsset: 'sdk.coin'
|
|
241
268
|
}
|
|
242
269
|
]
|
|
243
270
|
};
|
|
@@ -28,17 +28,17 @@ const info = {
|
|
|
28
28
|
},
|
|
29
29
|
codebase: {
|
|
30
30
|
gitRepo: 'https://github.com/cosmos/gaia',
|
|
31
|
-
recommendedVersion: 'v27.
|
|
32
|
-
compatibleVersions: ['v27.
|
|
31
|
+
recommendedVersion: 'v27.1.0',
|
|
32
|
+
compatibleVersions: ['v27.1.0'],
|
|
33
33
|
consensus: {
|
|
34
34
|
type: 'cometbft',
|
|
35
35
|
version: 'v0.38.21'
|
|
36
36
|
},
|
|
37
37
|
binaries: {
|
|
38
|
-
"darwin/amd64": 'https://github.com/cosmos/gaia/releases/download/v27.
|
|
39
|
-
"darwin/arm64": 'https://github.com/cosmos/gaia/releases/download/v27.
|
|
40
|
-
"linux/amd64": 'https://github.com/cosmos/gaia/releases/download/v27.
|
|
41
|
-
"linux/arm64": 'https://github.com/cosmos/gaia/releases/download/v27.
|
|
38
|
+
"darwin/amd64": 'https://github.com/cosmos/gaia/releases/download/v27.1.0/gaiad-v27.1.0-darwin-amd64',
|
|
39
|
+
"darwin/arm64": 'https://github.com/cosmos/gaia/releases/download/v27.1.0/gaiad-v27.1.0-darwin-arm64',
|
|
40
|
+
"linux/amd64": 'https://github.com/cosmos/gaia/releases/download/v27.1.0/gaiad-v27.1.0-linux-amd64',
|
|
41
|
+
"linux/arm64": 'https://github.com/cosmos/gaia/releases/download/v27.1.0/gaiad-v27.1.0-linux-arm64'
|
|
42
42
|
},
|
|
43
43
|
genesis: {
|
|
44
44
|
genesisUrl: 'https://github.com/cosmos/mainnet/raw/master/genesis/genesis.cosmoshub-4.json.gz'
|
|
@@ -53,11 +53,11 @@ const info = {
|
|
|
53
53
|
version: 'v10.5.0'
|
|
54
54
|
},
|
|
55
55
|
cosmwasm: {
|
|
56
|
-
version: 'v0.60.
|
|
56
|
+
version: 'v0.60.5',
|
|
57
57
|
repo: 'https://github.com/CosmWasm/wasmd',
|
|
58
|
-
tag: 'v0.60.
|
|
58
|
+
tag: 'v0.60.5'
|
|
59
59
|
},
|
|
60
|
-
tag: 'v27.
|
|
60
|
+
tag: 'v27.1.0'
|
|
61
61
|
},
|
|
62
62
|
logoURIs: {
|
|
63
63
|
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/cosmoshub/images/atom.png',
|
|
@@ -73,36 +73,91 @@ const info = {
|
|
|
73
73
|
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/zigchain/images/zigchain.svg'
|
|
74
74
|
}],
|
|
75
75
|
apis: {
|
|
76
|
-
rpc: [
|
|
76
|
+
rpc: [
|
|
77
|
+
{
|
|
77
78
|
address: 'https://public-zigchain-rpc.numia.xyz/',
|
|
78
79
|
provider: 'Numia'
|
|
79
|
-
},
|
|
80
|
+
},
|
|
81
|
+
{
|
|
80
82
|
address: 'https://rpc.zigchain.com',
|
|
81
83
|
provider: 'ZIGCHAIN'
|
|
82
|
-
}
|
|
83
|
-
|
|
84
|
+
},
|
|
85
|
+
{
|
|
86
|
+
address: 'https://zigchain-rpc.polkachu.com:443',
|
|
87
|
+
provider: 'Polkachu'
|
|
88
|
+
},
|
|
89
|
+
{
|
|
90
|
+
address: 'https://rpc.zigchain.nodestake.org:443',
|
|
91
|
+
provider: 'NodeStake'
|
|
92
|
+
},
|
|
93
|
+
{
|
|
94
|
+
address: 'https://zigchain-rpc.stakeandrelax.net',
|
|
95
|
+
provider: 'Stake and Relax'
|
|
96
|
+
}
|
|
97
|
+
],
|
|
98
|
+
rest: [
|
|
99
|
+
{
|
|
84
100
|
address: 'https://public-zigchain-lcd.numia.xyz/',
|
|
85
101
|
provider: 'Numia'
|
|
86
|
-
},
|
|
102
|
+
},
|
|
103
|
+
{
|
|
87
104
|
address: 'https://api.zigchain.com',
|
|
88
105
|
provider: 'ZIGCHAIN'
|
|
89
|
-
}
|
|
90
|
-
|
|
106
|
+
},
|
|
107
|
+
{
|
|
108
|
+
address: 'https://zigchain-api.polkachu.com',
|
|
109
|
+
provider: 'Polkachu'
|
|
110
|
+
},
|
|
111
|
+
{
|
|
112
|
+
address: 'https://api.zigchain.nodestake.org',
|
|
113
|
+
provider: 'NodeStake'
|
|
114
|
+
},
|
|
115
|
+
{
|
|
116
|
+
address: 'https://zigchain-api.stakeandrelax.net',
|
|
117
|
+
provider: 'Stake and Relax'
|
|
118
|
+
}
|
|
119
|
+
],
|
|
120
|
+
grpc: [
|
|
121
|
+
{
|
|
91
122
|
address: 'grpc.zigchain.com:9090',
|
|
92
123
|
provider: 'ZIGCHAIN'
|
|
93
|
-
}
|
|
124
|
+
},
|
|
125
|
+
{
|
|
126
|
+
address: 'zigchain-grpc.polkachu.com:32890',
|
|
127
|
+
provider: 'Polkachu'
|
|
128
|
+
},
|
|
129
|
+
{
|
|
130
|
+
address: 'grpc.zigchain.nodestake.org:443',
|
|
131
|
+
provider: 'NodeStake'
|
|
132
|
+
}
|
|
133
|
+
]
|
|
94
134
|
},
|
|
95
|
-
explorers: [
|
|
135
|
+
explorers: [
|
|
136
|
+
{
|
|
96
137
|
kind: 'range',
|
|
97
138
|
url: 'https://app.range.org/address/zigchain/zigchain',
|
|
98
139
|
txPage: 'https://app.range.org/tx/zigchain/${txHash}',
|
|
99
140
|
accountPage: 'https://app.range.org/address/zigchain/${accountAddress}'
|
|
100
|
-
},
|
|
141
|
+
},
|
|
142
|
+
{
|
|
101
143
|
kind: 'zigscan',
|
|
102
|
-
url: 'https://zigscan.org',
|
|
103
|
-
txPage: 'https://zigscan.org/tx/${txHash}',
|
|
104
|
-
accountPage: 'https://zigscan.org/address/${accountAddress}'
|
|
105
|
-
}
|
|
144
|
+
url: 'https://www.zigscan.org/',
|
|
145
|
+
txPage: 'https://www.zigscan.org/tx/${txHash}',
|
|
146
|
+
accountPage: 'https://www.zigscan.org/address/${accountAddress}'
|
|
147
|
+
},
|
|
148
|
+
{
|
|
149
|
+
kind: 'nodestake',
|
|
150
|
+
url: 'https://explorer.nodestake.org/zigchain',
|
|
151
|
+
txPage: 'https://explorer.nodestake.org/zigchain/tx/${txHash}',
|
|
152
|
+
accountPage: 'https://explorer.nodestake.org/zigchain/account/${accountAddress}'
|
|
153
|
+
},
|
|
154
|
+
{
|
|
155
|
+
kind: 'stakeandrelax',
|
|
156
|
+
url: 'https://explorer.stakeandrelax.net/zigchain',
|
|
157
|
+
txPage: 'https://explorer.stakeandrelax.net/zigchain/tx/${txHash}',
|
|
158
|
+
accountPage: 'https://explorer.stakeandrelax.net/zigchain/account/${accountAddress}'
|
|
159
|
+
}
|
|
160
|
+
],
|
|
106
161
|
keywords: [
|
|
107
162
|
'zigchain',
|
|
108
163
|
'rwa',
|
|
@@ -27,20 +27,34 @@ const info = {
|
|
|
27
27
|
}]
|
|
28
28
|
},
|
|
29
29
|
apis: {
|
|
30
|
-
rpc: [
|
|
30
|
+
rpc: [
|
|
31
|
+
{
|
|
31
32
|
address: 'https://rpc.republicai.io',
|
|
32
33
|
provider: 'Republic AI'
|
|
33
|
-
},
|
|
34
|
+
},
|
|
35
|
+
{
|
|
34
36
|
address: 'https://rpc-t.republic.vinjan-inc.com',
|
|
35
37
|
provider: 'Vinjan.Inc'
|
|
36
|
-
}
|
|
37
|
-
|
|
38
|
+
},
|
|
39
|
+
{
|
|
40
|
+
address: 'https://rpc-republic.onenov.xyz',
|
|
41
|
+
provider: 'OneNov'
|
|
42
|
+
}
|
|
43
|
+
],
|
|
44
|
+
rest: [
|
|
45
|
+
{
|
|
38
46
|
address: 'https://rest.republicai.io',
|
|
39
47
|
provider: 'Republic AI'
|
|
40
|
-
},
|
|
48
|
+
},
|
|
49
|
+
{
|
|
41
50
|
address: 'https://api-t.republic.vinjan-inc.com',
|
|
42
51
|
provider: 'Vinjan.Inc'
|
|
43
|
-
}
|
|
52
|
+
},
|
|
53
|
+
{
|
|
54
|
+
address: 'https://api-republic.onenov.xyz',
|
|
55
|
+
provider: 'OneNov'
|
|
56
|
+
}
|
|
57
|
+
],
|
|
44
58
|
evmHttpJsonrpc: [{
|
|
45
59
|
address: 'https://evm-rpc.republicai.io',
|
|
46
60
|
provider: 'Republic AI'
|
|
@@ -51,6 +65,11 @@ const info = {
|
|
|
51
65
|
url: 'https://explorer.vinjan-inc.com/republic-testnet',
|
|
52
66
|
txPage: 'https://explorer.vinjan-inc.com/republic-testnet/tx/${txHash}',
|
|
53
67
|
accountPage: 'https://explorer.vinjan-inc.com/republic-testnet/accounts/${accountAddress}'
|
|
68
|
+
}, {
|
|
69
|
+
kind: 'OneNov',
|
|
70
|
+
url: 'https://republicai-explorer.onenov.xyz',
|
|
71
|
+
txPage: 'https://republicai-explorer.onenov.xyz/tx/${txHash}',
|
|
72
|
+
accountPage: 'https://republicai-explorer.onenov.xyz/validator/${accountAddress}'
|
|
54
73
|
}],
|
|
55
74
|
logoURIs: {
|
|
56
75
|
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/testnets/raitestnet/images/rai.png'
|
|
@@ -35,24 +35,56 @@ const info = {
|
|
|
35
35
|
}
|
|
36
36
|
},
|
|
37
37
|
apis: {
|
|
38
|
-
rest: [
|
|
38
|
+
rest: [
|
|
39
|
+
{
|
|
39
40
|
address: 'https://testnet-api.zigchain.com',
|
|
40
41
|
provider: 'ZIGCHAIN'
|
|
41
|
-
},
|
|
42
|
+
},
|
|
43
|
+
{
|
|
42
44
|
address: 'https://public-zigchain-testnet-lcd.numia.xyz/',
|
|
43
45
|
provider: 'Numia'
|
|
44
|
-
}
|
|
45
|
-
|
|
46
|
+
},
|
|
47
|
+
{
|
|
48
|
+
address: 'https://zigchain-testnet-api.polkachu.com',
|
|
49
|
+
provider: 'Polkachu'
|
|
50
|
+
},
|
|
51
|
+
{
|
|
52
|
+
address: 'https://api-t.zigchain.nodestake.org',
|
|
53
|
+
provider: 'NodeStake'
|
|
54
|
+
}
|
|
55
|
+
],
|
|
56
|
+
rpc: [
|
|
57
|
+
{
|
|
46
58
|
address: 'https://testnet-rpc.zigchain.com',
|
|
47
59
|
provider: 'ZIGCHAIN'
|
|
48
|
-
},
|
|
60
|
+
},
|
|
61
|
+
{
|
|
49
62
|
address: 'https://public-zigchain-testnet-rpc.numia.xyz/',
|
|
50
63
|
provider: 'Numia'
|
|
51
|
-
}
|
|
52
|
-
|
|
64
|
+
},
|
|
65
|
+
{
|
|
66
|
+
address: 'https://zigchain-testnet-rpc.polkachu.com:443',
|
|
67
|
+
provider: 'Polkachu'
|
|
68
|
+
},
|
|
69
|
+
{
|
|
70
|
+
address: 'https://rpc-t.zigchain.nodestake.org:443',
|
|
71
|
+
provider: 'NodeStake'
|
|
72
|
+
}
|
|
73
|
+
],
|
|
74
|
+
grpc: [
|
|
75
|
+
{
|
|
53
76
|
address: 'zigchain-grpc.327oz4i6b04df1e27394zieudsh.g.eu.link.numia.xyz:9090',
|
|
54
77
|
provider: 'Numia'
|
|
55
|
-
}
|
|
78
|
+
},
|
|
79
|
+
{
|
|
80
|
+
address: 'zigchain-testnet-grpc.polkachu.com:32890',
|
|
81
|
+
provider: 'Polkachu'
|
|
82
|
+
},
|
|
83
|
+
{
|
|
84
|
+
address: 'grpc-t.zigchain.nodestake.org:443',
|
|
85
|
+
provider: 'NodeStake'
|
|
86
|
+
}
|
|
87
|
+
]
|
|
56
88
|
},
|
|
57
89
|
codebase: {
|
|
58
90
|
gitRepo: 'https://github.com/ZIGChain/zigchain',
|
|
@@ -88,17 +120,26 @@ const info = {
|
|
|
88
120
|
version: '1.25.4'
|
|
89
121
|
}
|
|
90
122
|
},
|
|
91
|
-
explorers: [
|
|
123
|
+
explorers: [
|
|
124
|
+
{
|
|
92
125
|
kind: 'range',
|
|
93
126
|
url: 'https://app.range.org/address/zigchain-testnet/zigchain',
|
|
94
127
|
txPage: 'https://app.range.org/tx/zig-test-2/${txHash}',
|
|
95
128
|
accountPage: 'https://app.range.org/address/zig-test-2/${accountAddress}'
|
|
96
|
-
},
|
|
129
|
+
},
|
|
130
|
+
{
|
|
97
131
|
kind: 'zigscan',
|
|
98
132
|
url: 'https://testnet.zigscan.org',
|
|
99
133
|
txPage: 'https://testnet.zigscan.org/tx/${txHash}',
|
|
100
134
|
accountPage: 'https://testnet.zigscan.org/address/${accountAddress}'
|
|
101
|
-
}
|
|
135
|
+
},
|
|
136
|
+
{
|
|
137
|
+
kind: 'nodestake',
|
|
138
|
+
url: 'https://explorer.nodestake.org/zigchain-testnet',
|
|
139
|
+
txPage: 'https://explorer.nodestake.org/zigchain-testnet/tx/${txHash}',
|
|
140
|
+
accountPage: 'https://explorer.nodestake.org/zigchain-testnet/account/${accountAddress}'
|
|
141
|
+
}
|
|
142
|
+
],
|
|
102
143
|
keywords: [
|
|
103
144
|
'wealth generation',
|
|
104
145
|
'rwa',
|
|
@@ -240,6 +240,33 @@ const info = {
|
|
|
240
240
|
x: 'https://x.com/Cor3_Community'
|
|
241
241
|
},
|
|
242
242
|
typeAsset: 'sdk.coin'
|
|
243
|
+
},
|
|
244
|
+
{
|
|
245
|
+
description: '$COREZ is the chillest coin on Coreum, built for stakers who believe slow and steady wins the race.',
|
|
246
|
+
denomUnits: [{
|
|
247
|
+
denom: 'ucorez-core1astd8pqhs7mslk9rnygy9kzc5s2cqnwftcvmquxr7z9z78szzvzqljlc23',
|
|
248
|
+
exponent: 0
|
|
249
|
+
}, {
|
|
250
|
+
denom: 'COREZ',
|
|
251
|
+
exponent: 6
|
|
252
|
+
}],
|
|
253
|
+
base: 'ucorez-core1astd8pqhs7mslk9rnygy9kzc5s2cqnwftcvmquxr7z9z78szzvzqljlc23',
|
|
254
|
+
name: 'COREZ',
|
|
255
|
+
display: 'COREZ',
|
|
256
|
+
symbol: 'COREZ',
|
|
257
|
+
logoURIs: {
|
|
258
|
+
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/coreum/images/corez.png',
|
|
259
|
+
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/coreum/images/corez.svg'
|
|
260
|
+
},
|
|
261
|
+
images: [{
|
|
262
|
+
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/coreum/images/corez.png',
|
|
263
|
+
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/coreum/images/corez.svg'
|
|
264
|
+
}],
|
|
265
|
+
socials: {
|
|
266
|
+
website: 'https://coreezy.xyz',
|
|
267
|
+
x: 'https://x.com/CoreezyVibes'
|
|
268
|
+
},
|
|
269
|
+
typeAsset: 'sdk.coin'
|
|
243
270
|
}
|
|
244
271
|
]
|
|
245
272
|
};
|
|
@@ -30,17 +30,17 @@ const info = {
|
|
|
30
30
|
},
|
|
31
31
|
codebase: {
|
|
32
32
|
gitRepo: 'https://github.com/cosmos/gaia',
|
|
33
|
-
recommendedVersion: 'v27.
|
|
34
|
-
compatibleVersions: ['v27.
|
|
33
|
+
recommendedVersion: 'v27.1.0',
|
|
34
|
+
compatibleVersions: ['v27.1.0'],
|
|
35
35
|
consensus: {
|
|
36
36
|
type: 'cometbft',
|
|
37
37
|
version: 'v0.38.21'
|
|
38
38
|
},
|
|
39
39
|
binaries: {
|
|
40
|
-
"darwin/amd64": 'https://github.com/cosmos/gaia/releases/download/v27.
|
|
41
|
-
"darwin/arm64": 'https://github.com/cosmos/gaia/releases/download/v27.
|
|
42
|
-
"linux/amd64": 'https://github.com/cosmos/gaia/releases/download/v27.
|
|
43
|
-
"linux/arm64": 'https://github.com/cosmos/gaia/releases/download/v27.
|
|
40
|
+
"darwin/amd64": 'https://github.com/cosmos/gaia/releases/download/v27.1.0/gaiad-v27.1.0-darwin-amd64',
|
|
41
|
+
"darwin/arm64": 'https://github.com/cosmos/gaia/releases/download/v27.1.0/gaiad-v27.1.0-darwin-arm64',
|
|
42
|
+
"linux/amd64": 'https://github.com/cosmos/gaia/releases/download/v27.1.0/gaiad-v27.1.0-linux-amd64',
|
|
43
|
+
"linux/arm64": 'https://github.com/cosmos/gaia/releases/download/v27.1.0/gaiad-v27.1.0-linux-arm64'
|
|
44
44
|
},
|
|
45
45
|
genesis: {
|
|
46
46
|
genesisUrl: 'https://github.com/cosmos/mainnet/raw/master/genesis/genesis.cosmoshub-4.json.gz'
|
|
@@ -55,11 +55,11 @@ const info = {
|
|
|
55
55
|
version: 'v10.5.0'
|
|
56
56
|
},
|
|
57
57
|
cosmwasm: {
|
|
58
|
-
version: 'v0.60.
|
|
58
|
+
version: 'v0.60.5',
|
|
59
59
|
repo: 'https://github.com/CosmWasm/wasmd',
|
|
60
|
-
tag: 'v0.60.
|
|
60
|
+
tag: 'v0.60.5'
|
|
61
61
|
},
|
|
62
|
-
tag: 'v27.
|
|
62
|
+
tag: 'v27.1.0'
|
|
63
63
|
},
|
|
64
64
|
logoURIs: {
|
|
65
65
|
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/cosmoshub/images/atom.png',
|
|
@@ -75,36 +75,91 @@ const info = {
|
|
|
75
75
|
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/zigchain/images/zigchain.svg'
|
|
76
76
|
}],
|
|
77
77
|
apis: {
|
|
78
|
-
rpc: [
|
|
78
|
+
rpc: [
|
|
79
|
+
{
|
|
79
80
|
address: 'https://public-zigchain-rpc.numia.xyz/',
|
|
80
81
|
provider: 'Numia'
|
|
81
|
-
},
|
|
82
|
+
},
|
|
83
|
+
{
|
|
82
84
|
address: 'https://rpc.zigchain.com',
|
|
83
85
|
provider: 'ZIGCHAIN'
|
|
84
|
-
}
|
|
85
|
-
|
|
86
|
+
},
|
|
87
|
+
{
|
|
88
|
+
address: 'https://zigchain-rpc.polkachu.com:443',
|
|
89
|
+
provider: 'Polkachu'
|
|
90
|
+
},
|
|
91
|
+
{
|
|
92
|
+
address: 'https://rpc.zigchain.nodestake.org:443',
|
|
93
|
+
provider: 'NodeStake'
|
|
94
|
+
},
|
|
95
|
+
{
|
|
96
|
+
address: 'https://zigchain-rpc.stakeandrelax.net',
|
|
97
|
+
provider: 'Stake and Relax'
|
|
98
|
+
}
|
|
99
|
+
],
|
|
100
|
+
rest: [
|
|
101
|
+
{
|
|
86
102
|
address: 'https://public-zigchain-lcd.numia.xyz/',
|
|
87
103
|
provider: 'Numia'
|
|
88
|
-
},
|
|
104
|
+
},
|
|
105
|
+
{
|
|
89
106
|
address: 'https://api.zigchain.com',
|
|
90
107
|
provider: 'ZIGCHAIN'
|
|
91
|
-
}
|
|
92
|
-
|
|
108
|
+
},
|
|
109
|
+
{
|
|
110
|
+
address: 'https://zigchain-api.polkachu.com',
|
|
111
|
+
provider: 'Polkachu'
|
|
112
|
+
},
|
|
113
|
+
{
|
|
114
|
+
address: 'https://api.zigchain.nodestake.org',
|
|
115
|
+
provider: 'NodeStake'
|
|
116
|
+
},
|
|
117
|
+
{
|
|
118
|
+
address: 'https://zigchain-api.stakeandrelax.net',
|
|
119
|
+
provider: 'Stake and Relax'
|
|
120
|
+
}
|
|
121
|
+
],
|
|
122
|
+
grpc: [
|
|
123
|
+
{
|
|
93
124
|
address: 'grpc.zigchain.com:9090',
|
|
94
125
|
provider: 'ZIGCHAIN'
|
|
95
|
-
}
|
|
126
|
+
},
|
|
127
|
+
{
|
|
128
|
+
address: 'zigchain-grpc.polkachu.com:32890',
|
|
129
|
+
provider: 'Polkachu'
|
|
130
|
+
},
|
|
131
|
+
{
|
|
132
|
+
address: 'grpc.zigchain.nodestake.org:443',
|
|
133
|
+
provider: 'NodeStake'
|
|
134
|
+
}
|
|
135
|
+
]
|
|
96
136
|
},
|
|
97
|
-
explorers: [
|
|
137
|
+
explorers: [
|
|
138
|
+
{
|
|
98
139
|
kind: 'range',
|
|
99
140
|
url: 'https://app.range.org/address/zigchain/zigchain',
|
|
100
141
|
txPage: 'https://app.range.org/tx/zigchain/${txHash}',
|
|
101
142
|
accountPage: 'https://app.range.org/address/zigchain/${accountAddress}'
|
|
102
|
-
},
|
|
143
|
+
},
|
|
144
|
+
{
|
|
103
145
|
kind: 'zigscan',
|
|
104
|
-
url: 'https://zigscan.org',
|
|
105
|
-
txPage: 'https://zigscan.org/tx/${txHash}',
|
|
106
|
-
accountPage: 'https://zigscan.org/address/${accountAddress}'
|
|
107
|
-
}
|
|
146
|
+
url: 'https://www.zigscan.org/',
|
|
147
|
+
txPage: 'https://www.zigscan.org/tx/${txHash}',
|
|
148
|
+
accountPage: 'https://www.zigscan.org/address/${accountAddress}'
|
|
149
|
+
},
|
|
150
|
+
{
|
|
151
|
+
kind: 'nodestake',
|
|
152
|
+
url: 'https://explorer.nodestake.org/zigchain',
|
|
153
|
+
txPage: 'https://explorer.nodestake.org/zigchain/tx/${txHash}',
|
|
154
|
+
accountPage: 'https://explorer.nodestake.org/zigchain/account/${accountAddress}'
|
|
155
|
+
},
|
|
156
|
+
{
|
|
157
|
+
kind: 'stakeandrelax',
|
|
158
|
+
url: 'https://explorer.stakeandrelax.net/zigchain',
|
|
159
|
+
txPage: 'https://explorer.stakeandrelax.net/zigchain/tx/${txHash}',
|
|
160
|
+
accountPage: 'https://explorer.stakeandrelax.net/zigchain/account/${accountAddress}'
|
|
161
|
+
}
|
|
162
|
+
],
|
|
108
163
|
keywords: [
|
|
109
164
|
'zigchain',
|
|
110
165
|
'rwa',
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "chain-registry",
|
|
3
|
-
"version": "2.0.
|
|
3
|
+
"version": "2.0.182",
|
|
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.182"
|
|
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": "9698923442d1faa0743ba672698b2f052666b3cd"
|
|
43
43
|
}
|
|
@@ -29,20 +29,34 @@ const info = {
|
|
|
29
29
|
}]
|
|
30
30
|
},
|
|
31
31
|
apis: {
|
|
32
|
-
rpc: [
|
|
32
|
+
rpc: [
|
|
33
|
+
{
|
|
33
34
|
address: 'https://rpc.republicai.io',
|
|
34
35
|
provider: 'Republic AI'
|
|
35
|
-
},
|
|
36
|
+
},
|
|
37
|
+
{
|
|
36
38
|
address: 'https://rpc-t.republic.vinjan-inc.com',
|
|
37
39
|
provider: 'Vinjan.Inc'
|
|
38
|
-
}
|
|
39
|
-
|
|
40
|
+
},
|
|
41
|
+
{
|
|
42
|
+
address: 'https://rpc-republic.onenov.xyz',
|
|
43
|
+
provider: 'OneNov'
|
|
44
|
+
}
|
|
45
|
+
],
|
|
46
|
+
rest: [
|
|
47
|
+
{
|
|
40
48
|
address: 'https://rest.republicai.io',
|
|
41
49
|
provider: 'Republic AI'
|
|
42
|
-
},
|
|
50
|
+
},
|
|
51
|
+
{
|
|
43
52
|
address: 'https://api-t.republic.vinjan-inc.com',
|
|
44
53
|
provider: 'Vinjan.Inc'
|
|
45
|
-
}
|
|
54
|
+
},
|
|
55
|
+
{
|
|
56
|
+
address: 'https://api-republic.onenov.xyz',
|
|
57
|
+
provider: 'OneNov'
|
|
58
|
+
}
|
|
59
|
+
],
|
|
46
60
|
evmHttpJsonrpc: [{
|
|
47
61
|
address: 'https://evm-rpc.republicai.io',
|
|
48
62
|
provider: 'Republic AI'
|
|
@@ -53,6 +67,11 @@ const info = {
|
|
|
53
67
|
url: 'https://explorer.vinjan-inc.com/republic-testnet',
|
|
54
68
|
txPage: 'https://explorer.vinjan-inc.com/republic-testnet/tx/${txHash}',
|
|
55
69
|
accountPage: 'https://explorer.vinjan-inc.com/republic-testnet/accounts/${accountAddress}'
|
|
70
|
+
}, {
|
|
71
|
+
kind: 'OneNov',
|
|
72
|
+
url: 'https://republicai-explorer.onenov.xyz',
|
|
73
|
+
txPage: 'https://republicai-explorer.onenov.xyz/tx/${txHash}',
|
|
74
|
+
accountPage: 'https://republicai-explorer.onenov.xyz/validator/${accountAddress}'
|
|
56
75
|
}],
|
|
57
76
|
logoURIs: {
|
|
58
77
|
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/testnets/raitestnet/images/rai.png'
|
|
@@ -37,24 +37,56 @@ const info = {
|
|
|
37
37
|
}
|
|
38
38
|
},
|
|
39
39
|
apis: {
|
|
40
|
-
rest: [
|
|
40
|
+
rest: [
|
|
41
|
+
{
|
|
41
42
|
address: 'https://testnet-api.zigchain.com',
|
|
42
43
|
provider: 'ZIGCHAIN'
|
|
43
|
-
},
|
|
44
|
+
},
|
|
45
|
+
{
|
|
44
46
|
address: 'https://public-zigchain-testnet-lcd.numia.xyz/',
|
|
45
47
|
provider: 'Numia'
|
|
46
|
-
}
|
|
47
|
-
|
|
48
|
+
},
|
|
49
|
+
{
|
|
50
|
+
address: 'https://zigchain-testnet-api.polkachu.com',
|
|
51
|
+
provider: 'Polkachu'
|
|
52
|
+
},
|
|
53
|
+
{
|
|
54
|
+
address: 'https://api-t.zigchain.nodestake.org',
|
|
55
|
+
provider: 'NodeStake'
|
|
56
|
+
}
|
|
57
|
+
],
|
|
58
|
+
rpc: [
|
|
59
|
+
{
|
|
48
60
|
address: 'https://testnet-rpc.zigchain.com',
|
|
49
61
|
provider: 'ZIGCHAIN'
|
|
50
|
-
},
|
|
62
|
+
},
|
|
63
|
+
{
|
|
51
64
|
address: 'https://public-zigchain-testnet-rpc.numia.xyz/',
|
|
52
65
|
provider: 'Numia'
|
|
53
|
-
}
|
|
54
|
-
|
|
66
|
+
},
|
|
67
|
+
{
|
|
68
|
+
address: 'https://zigchain-testnet-rpc.polkachu.com:443',
|
|
69
|
+
provider: 'Polkachu'
|
|
70
|
+
},
|
|
71
|
+
{
|
|
72
|
+
address: 'https://rpc-t.zigchain.nodestake.org:443',
|
|
73
|
+
provider: 'NodeStake'
|
|
74
|
+
}
|
|
75
|
+
],
|
|
76
|
+
grpc: [
|
|
77
|
+
{
|
|
55
78
|
address: 'zigchain-grpc.327oz4i6b04df1e27394zieudsh.g.eu.link.numia.xyz:9090',
|
|
56
79
|
provider: 'Numia'
|
|
57
|
-
}
|
|
80
|
+
},
|
|
81
|
+
{
|
|
82
|
+
address: 'zigchain-testnet-grpc.polkachu.com:32890',
|
|
83
|
+
provider: 'Polkachu'
|
|
84
|
+
},
|
|
85
|
+
{
|
|
86
|
+
address: 'grpc-t.zigchain.nodestake.org:443',
|
|
87
|
+
provider: 'NodeStake'
|
|
88
|
+
}
|
|
89
|
+
]
|
|
58
90
|
},
|
|
59
91
|
codebase: {
|
|
60
92
|
gitRepo: 'https://github.com/ZIGChain/zigchain',
|
|
@@ -90,17 +122,26 @@ const info = {
|
|
|
90
122
|
version: '1.25.4'
|
|
91
123
|
}
|
|
92
124
|
},
|
|
93
|
-
explorers: [
|
|
125
|
+
explorers: [
|
|
126
|
+
{
|
|
94
127
|
kind: 'range',
|
|
95
128
|
url: 'https://app.range.org/address/zigchain-testnet/zigchain',
|
|
96
129
|
txPage: 'https://app.range.org/tx/zig-test-2/${txHash}',
|
|
97
130
|
accountPage: 'https://app.range.org/address/zig-test-2/${accountAddress}'
|
|
98
|
-
},
|
|
131
|
+
},
|
|
132
|
+
{
|
|
99
133
|
kind: 'zigscan',
|
|
100
134
|
url: 'https://testnet.zigscan.org',
|
|
101
135
|
txPage: 'https://testnet.zigscan.org/tx/${txHash}',
|
|
102
136
|
accountPage: 'https://testnet.zigscan.org/address/${accountAddress}'
|
|
103
|
-
}
|
|
137
|
+
},
|
|
138
|
+
{
|
|
139
|
+
kind: 'nodestake',
|
|
140
|
+
url: 'https://explorer.nodestake.org/zigchain-testnet',
|
|
141
|
+
txPage: 'https://explorer.nodestake.org/zigchain-testnet/tx/${txHash}',
|
|
142
|
+
accountPage: 'https://explorer.nodestake.org/zigchain-testnet/account/${accountAddress}'
|
|
143
|
+
}
|
|
144
|
+
],
|
|
104
145
|
keywords: [
|
|
105
146
|
'wealth generation',
|
|
106
147
|
'rwa',
|