chain-registry 2.0.13 → 2.0.15
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/bitbadges/asset-list.js +4 -4
- package/esm/mainnet/cifer/asset-list.js +4 -3
- package/esm/mainnet/cifer/chain.js +9 -3
- package/esm/mainnet/humans/chain.js +0 -16
- package/esm/mainnet/injective/chain.js +1 -0
- package/esm/mainnet/osmosis/asset-list.js +184 -493
- package/esm/mainnet/symphony/chain.js +36 -9
- package/esm/mainnet/umee/chain.js +0 -6
- package/esm/mainnet/zetachain/chain.js +0 -12
- package/esm/testnet/agoricdevnet/ibc-data.js +6 -6
- package/esm/testnet/axelartestnet/ibc-data.js +6 -6
- package/esm/testnet/symphonytestnet/chain.js +26 -6
- package/mainnet/bitbadges/asset-list.js +4 -4
- package/mainnet/cifer/asset-list.js +4 -3
- package/mainnet/cifer/chain.js +9 -3
- package/mainnet/humans/chain.js +0 -16
- package/mainnet/injective/chain.js +1 -0
- package/mainnet/osmosis/asset-list.js +184 -493
- package/mainnet/symphony/chain.js +36 -9
- package/mainnet/umee/chain.js +0 -6
- package/mainnet/zetachain/chain.js +0 -12
- package/package.json +3 -3
- package/testnet/agoricdevnet/ibc-data.js +6 -6
- package/testnet/axelartestnet/ibc-data.js +6 -6
- package/testnet/symphonytestnet/chain.js +26 -6
|
@@ -46,28 +46,55 @@ const info = {
|
|
|
46
46
|
}
|
|
47
47
|
},
|
|
48
48
|
apis: {
|
|
49
|
-
rpc: [
|
|
49
|
+
rpc: [
|
|
50
|
+
{
|
|
50
51
|
address: 'https://symphony.rpc.nodeshub.online/',
|
|
51
52
|
provider: 'Nodes Hub'
|
|
52
|
-
},
|
|
53
|
+
},
|
|
54
|
+
{
|
|
53
55
|
address: 'https://symphony-rpc.cogwheel.zone/',
|
|
54
56
|
provider: 'Cogwheel ⚙️'
|
|
55
|
-
}
|
|
56
|
-
|
|
57
|
+
},
|
|
58
|
+
{
|
|
59
|
+
address: 'https://rpc-main-symphony.vinjan.xyz',
|
|
60
|
+
provider: 'Vinjan.Inc'
|
|
61
|
+
}
|
|
62
|
+
],
|
|
63
|
+
rest: [
|
|
64
|
+
{
|
|
57
65
|
address: 'https://symphony.api.nodeshub.online/',
|
|
58
66
|
provider: 'Nodes Hub'
|
|
59
|
-
},
|
|
67
|
+
},
|
|
68
|
+
{
|
|
60
69
|
address: 'https://symphony-api.cogwheel.zone/',
|
|
61
70
|
provider: 'Cogwheel ⚙️'
|
|
62
|
-
}
|
|
63
|
-
|
|
71
|
+
},
|
|
72
|
+
{
|
|
73
|
+
address: 'https://api-main-symphony.vinjan.xyz',
|
|
74
|
+
provider: 'Vinjan.Inc'
|
|
75
|
+
}
|
|
76
|
+
],
|
|
77
|
+
grpc: [
|
|
78
|
+
{
|
|
64
79
|
address: 'https://symphony.grpc.nodeshub.online/',
|
|
65
80
|
provider: 'Nodes Hub'
|
|
66
|
-
},
|
|
81
|
+
},
|
|
82
|
+
{
|
|
67
83
|
address: 'https://symphony-grpc.cogwheel.zone:443',
|
|
68
84
|
provider: 'Cogwheel ⚙️'
|
|
69
|
-
}
|
|
85
|
+
},
|
|
86
|
+
{
|
|
87
|
+
address: 'grpc-main-symphony.vinjan.xyz:21090',
|
|
88
|
+
provider: 'Vinjan.Inc'
|
|
89
|
+
}
|
|
90
|
+
]
|
|
70
91
|
},
|
|
92
|
+
explorers: [{
|
|
93
|
+
kind: 'VinjanXplorer',
|
|
94
|
+
url: 'https://xplorer.vinjan.xyz/symphony',
|
|
95
|
+
txPage: 'https://xplorer.vinjan.xyz/symphony/tx/${txHash}',
|
|
96
|
+
accountPage: 'https://xplorer.vinjan.xyz/symphony/account/${accountAddress}'
|
|
97
|
+
}],
|
|
71
98
|
logoURIs: {
|
|
72
99
|
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/symphony/images/symphony_logo.png'
|
|
73
100
|
},
|
|
@@ -274,12 +274,6 @@ const info = {
|
|
|
274
274
|
]
|
|
275
275
|
},
|
|
276
276
|
explorers: [
|
|
277
|
-
{
|
|
278
|
-
kind: 'mintscan',
|
|
279
|
-
url: 'https://www.mintscan.io/umee/',
|
|
280
|
-
txPage: 'https://www.mintscan.io/umee/transactions/${txHash}',
|
|
281
|
-
accountPage: 'https://www.mintscan.io/umee/accounts/${accountAddress}'
|
|
282
|
-
},
|
|
283
277
|
{
|
|
284
278
|
kind: 'ping.pub',
|
|
285
279
|
url: 'https://ping.pub/umee',
|
|
@@ -79,10 +79,6 @@ const info = {
|
|
|
79
79
|
address: 'https://zeta.rpc.m.stavr.tech:443',
|
|
80
80
|
provider: '🔥STAVR🔥'
|
|
81
81
|
},
|
|
82
|
-
{
|
|
83
|
-
address: 'https://zetachain-mainnet-rpc.cosmonautstakes.com',
|
|
84
|
-
provider: 'Cosmonaut Stakes'
|
|
85
|
-
},
|
|
86
82
|
{
|
|
87
83
|
address: 'https://zetachain-mainnet-tendermint.reliableninjas.com',
|
|
88
84
|
provider: 'Reliable Ninjas'
|
|
@@ -117,10 +113,6 @@ const info = {
|
|
|
117
113
|
address: 'https://zeta.api.m.stavr.tech',
|
|
118
114
|
provider: '🔥STAVR🔥'
|
|
119
115
|
},
|
|
120
|
-
{
|
|
121
|
-
address: 'https://zetachain-mainnet-rest.cosmonautstakes.com',
|
|
122
|
-
provider: 'Cosmonaut Stakes'
|
|
123
|
-
},
|
|
124
116
|
{
|
|
125
117
|
address: 'https://zetachain-mainnet-cosmos.reliableninjas.com',
|
|
126
118
|
provider: 'Reliable Ninjas'
|
|
@@ -143,10 +135,6 @@ const info = {
|
|
|
143
135
|
address: 'https://zetachain.grpc.nodeshub.online',
|
|
144
136
|
provider: 'Nodes Hub'
|
|
145
137
|
},
|
|
146
|
-
{
|
|
147
|
-
address: 'zeta.grpc.m.stavr.tech',
|
|
148
|
-
provider: '🔥STAVR🔥'
|
|
149
|
-
},
|
|
150
138
|
{
|
|
151
139
|
address: 'zetachain-mainnet-grpc.cosmonautstakes.com:15190',
|
|
152
140
|
provider: 'Cosmonaut Stakes'
|
|
@@ -3,21 +3,21 @@ const info = [
|
|
|
3
3
|
$schema: '../../ibc_data.schema.json',
|
|
4
4
|
chain1: {
|
|
5
5
|
chainName: 'agoricdevnet',
|
|
6
|
-
clientId: '07-tendermint-
|
|
7
|
-
connectionId: 'connection-
|
|
6
|
+
clientId: '07-tendermint-22',
|
|
7
|
+
connectionId: 'connection-19'
|
|
8
8
|
},
|
|
9
9
|
chain2: {
|
|
10
10
|
chainName: 'axelartestnet',
|
|
11
|
-
clientId: '07-tendermint-
|
|
12
|
-
connectionId: 'connection-
|
|
11
|
+
clientId: '07-tendermint-1193',
|
|
12
|
+
connectionId: 'connection-942'
|
|
13
13
|
},
|
|
14
14
|
channels: [{
|
|
15
15
|
chain1: {
|
|
16
|
-
channelId: 'channel-
|
|
16
|
+
channelId: 'channel-315',
|
|
17
17
|
portId: 'transfer'
|
|
18
18
|
},
|
|
19
19
|
chain2: {
|
|
20
|
-
channelId: 'channel-
|
|
20
|
+
channelId: 'channel-623',
|
|
21
21
|
portId: 'transfer'
|
|
22
22
|
},
|
|
23
23
|
ordering: 'unordered',
|
|
@@ -3,21 +3,21 @@ const info = [
|
|
|
3
3
|
$schema: '../../ibc_data.schema.json',
|
|
4
4
|
chain1: {
|
|
5
5
|
chainName: 'agoricdevnet',
|
|
6
|
-
clientId: '07-tendermint-
|
|
7
|
-
connectionId: 'connection-
|
|
6
|
+
clientId: '07-tendermint-22',
|
|
7
|
+
connectionId: 'connection-19'
|
|
8
8
|
},
|
|
9
9
|
chain2: {
|
|
10
10
|
chainName: 'axelartestnet',
|
|
11
|
-
clientId: '07-tendermint-
|
|
12
|
-
connectionId: 'connection-
|
|
11
|
+
clientId: '07-tendermint-1193',
|
|
12
|
+
connectionId: 'connection-942'
|
|
13
13
|
},
|
|
14
14
|
channels: [{
|
|
15
15
|
chain1: {
|
|
16
|
-
channelId: 'channel-
|
|
16
|
+
channelId: 'channel-315',
|
|
17
17
|
portId: 'transfer'
|
|
18
18
|
},
|
|
19
19
|
chain2: {
|
|
20
|
-
channelId: 'channel-
|
|
20
|
+
channelId: 'channel-623',
|
|
21
21
|
portId: 'transfer'
|
|
22
22
|
},
|
|
23
23
|
ordering: 'unordered',
|
|
@@ -46,20 +46,34 @@ const info = {
|
|
|
46
46
|
}
|
|
47
47
|
},
|
|
48
48
|
apis: {
|
|
49
|
-
rpc: [
|
|
49
|
+
rpc: [
|
|
50
|
+
{
|
|
50
51
|
address: 'https://symphony.test.rpc.nodeshub.online/',
|
|
51
52
|
provider: 'Nodes Hub'
|
|
52
|
-
},
|
|
53
|
+
},
|
|
54
|
+
{
|
|
53
55
|
address: 'https://symphony-testnet-rpc.cogwheel.zone/',
|
|
54
56
|
provider: 'Cogwheel ⚙️'
|
|
55
|
-
}
|
|
56
|
-
|
|
57
|
+
},
|
|
58
|
+
{
|
|
59
|
+
address: 'https://rpc-symphonyd.vinjan.xyz',
|
|
60
|
+
provider: 'Vinjan.Inc'
|
|
61
|
+
}
|
|
62
|
+
],
|
|
63
|
+
rest: [
|
|
64
|
+
{
|
|
57
65
|
address: 'https://symphony.test.api.nodeshub.online/',
|
|
58
66
|
provider: 'Nodes Hub'
|
|
59
|
-
},
|
|
67
|
+
},
|
|
68
|
+
{
|
|
60
69
|
address: 'https://symphony-testnet-api.cogwheel.zone/',
|
|
61
70
|
provider: 'Cogwheel ⚙️'
|
|
62
|
-
}
|
|
71
|
+
},
|
|
72
|
+
{
|
|
73
|
+
address: 'https://api-symphonyd.vinjan.xyz',
|
|
74
|
+
provider: 'Vinjan.Inc'
|
|
75
|
+
}
|
|
76
|
+
],
|
|
63
77
|
grpc: [{
|
|
64
78
|
address: 'https://symphony.test.grpc.nodeshub.online/',
|
|
65
79
|
provider: 'Nodes Hub'
|
|
@@ -68,6 +82,12 @@ const info = {
|
|
|
68
82
|
provider: 'Cogwheel ⚙️'
|
|
69
83
|
}]
|
|
70
84
|
},
|
|
85
|
+
explorers: [{
|
|
86
|
+
kind: 'VinjanXplorer',
|
|
87
|
+
url: 'https://xplorer.vinjan.xyz/symphony-testnet',
|
|
88
|
+
txPage: 'https://xplorer.vinjan.xyz/symphony-testnet/tx/${txHash}',
|
|
89
|
+
accountPage: 'https://xplorer.vinjan.xyz/symphony-testnet/account/${accountAddress}'
|
|
90
|
+
}],
|
|
71
91
|
logoURIs: {
|
|
72
92
|
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/symphony/images/symphony_logo.png'
|
|
73
93
|
},
|
|
@@ -4,7 +4,7 @@ const info = {
|
|
|
4
4
|
$schema: '../assetlist.schema.json',
|
|
5
5
|
chainName: 'bitbadges',
|
|
6
6
|
assets: [{
|
|
7
|
-
description: '$BADGE is the native in-app
|
|
7
|
+
description: '$BADGE is the native in-app token for BitBadges.',
|
|
8
8
|
denomUnits: [{
|
|
9
9
|
denom: 'ubadge',
|
|
10
10
|
exponent: 0
|
|
@@ -13,14 +13,14 @@ const info = {
|
|
|
13
13
|
exponent: 9
|
|
14
14
|
}],
|
|
15
15
|
base: 'ubadge',
|
|
16
|
-
name: 'BitBadges
|
|
16
|
+
name: 'BitBadges',
|
|
17
17
|
display: 'badge',
|
|
18
18
|
symbol: 'BADGE',
|
|
19
19
|
logoURIs: {
|
|
20
|
-
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/bitbadges/images/
|
|
20
|
+
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/bitbadges/images/badge_logo.png'
|
|
21
21
|
},
|
|
22
22
|
images: [{
|
|
23
|
-
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/bitbadges/images/
|
|
23
|
+
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/bitbadges/images/badge_logo.png'
|
|
24
24
|
}],
|
|
25
25
|
socials: {
|
|
26
26
|
website: 'https://bitbadges.io/',
|
|
@@ -24,12 +24,13 @@ const info = {
|
|
|
24
24
|
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/cifer/images/cif.png',
|
|
25
25
|
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/cifer/images/cif.svg',
|
|
26
26
|
theme: {
|
|
27
|
-
primaryColorHex: '#
|
|
27
|
+
primaryColorHex: '#5F53C8'
|
|
28
28
|
}
|
|
29
29
|
}],
|
|
30
30
|
socials: {
|
|
31
|
-
website: 'http://cifer.ai
|
|
32
|
-
twitter: 'https://
|
|
31
|
+
website: 'http://cifer.ai',
|
|
32
|
+
twitter: 'https://x.com/cifer_ai',
|
|
33
|
+
github: 'https://github.com/CiferAI'
|
|
33
34
|
},
|
|
34
35
|
typeAsset: 'sdk.coin'
|
|
35
36
|
}]
|
package/mainnet/cifer/chain.js
CHANGED
|
@@ -32,7 +32,7 @@ const info = {
|
|
|
32
32
|
recommendedVersion: 'v2.0.0',
|
|
33
33
|
compatibleVersions: ['v2.0.0'],
|
|
34
34
|
genesis: {
|
|
35
|
-
genesisUrl: 'https://
|
|
35
|
+
genesisUrl: 'https://rpc.cifer.ai/genesis'
|
|
36
36
|
}
|
|
37
37
|
},
|
|
38
38
|
logoURIs: {
|
|
@@ -41,10 +41,16 @@ const info = {
|
|
|
41
41
|
},
|
|
42
42
|
apis: {
|
|
43
43
|
rpc: [{
|
|
44
|
-
address: '
|
|
44
|
+
address: 'https://rpc.cifer.ai',
|
|
45
|
+
provider: 'Cifer'
|
|
46
|
+
}, {
|
|
47
|
+
address: 'http://119.59.126.109:26657',
|
|
45
48
|
provider: 'Cifer'
|
|
46
49
|
}],
|
|
47
50
|
rest: [{
|
|
51
|
+
address: 'https://lcd.cifer.ai',
|
|
52
|
+
provider: 'Cifer'
|
|
53
|
+
}, {
|
|
48
54
|
address: 'https://api.cifer.ai',
|
|
49
55
|
provider: 'Cifer'
|
|
50
56
|
}],
|
|
@@ -62,7 +68,7 @@ const info = {
|
|
|
62
68
|
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/cifer/images/cif.png',
|
|
63
69
|
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/cifer/images/cif.svg',
|
|
64
70
|
theme: {
|
|
65
|
-
primaryColorHex: '#
|
|
71
|
+
primaryColorHex: '#5F53C8'
|
|
66
72
|
}
|
|
67
73
|
}]
|
|
68
74
|
};
|
package/mainnet/humans/chain.js
CHANGED
|
@@ -106,10 +106,6 @@ const info = {
|
|
|
106
106
|
{
|
|
107
107
|
address: 'https://humans-mainnet-rpc.autostake.com:443',
|
|
108
108
|
provider: 'AutoStake 🛡️ Slash Protected'
|
|
109
|
-
},
|
|
110
|
-
{
|
|
111
|
-
address: 'https://humans-mainnet-rpc.cosmonautstakes.com',
|
|
112
|
-
provider: 'Cosmonaut Stakes'
|
|
113
109
|
}
|
|
114
110
|
],
|
|
115
111
|
rest: [
|
|
@@ -164,10 +160,6 @@ const info = {
|
|
|
164
160
|
{
|
|
165
161
|
address: 'https://humans-mainnet-lcd.autostake.com:443',
|
|
166
162
|
provider: 'AutoStake 🛡️ Slash Protected'
|
|
167
|
-
},
|
|
168
|
-
{
|
|
169
|
-
address: 'https://humans-mainnet-rest.cosmonautstakes.com',
|
|
170
|
-
provider: 'Cosmonaut Stakes'
|
|
171
163
|
}
|
|
172
164
|
],
|
|
173
165
|
grpc: [
|
|
@@ -210,10 +202,6 @@ const info = {
|
|
|
210
202
|
{
|
|
211
203
|
address: 'humans-mainnet-grpc.autostake.com:443',
|
|
212
204
|
provider: 'AutoStake 🛡️ Slash Protected'
|
|
213
|
-
},
|
|
214
|
-
{
|
|
215
|
-
address: 'humans-mainnet-grpc.cosmonautstakes.com:14890',
|
|
216
|
-
provider: 'Cosmonaut Stakes'
|
|
217
205
|
}
|
|
218
206
|
],
|
|
219
207
|
evmHttpJsonrpc: [
|
|
@@ -244,10 +232,6 @@ const info = {
|
|
|
244
232
|
{
|
|
245
233
|
address: 'https://humans-jsonrpc.noders.services',
|
|
246
234
|
provider: '[NODERS]TEAM'
|
|
247
|
-
},
|
|
248
|
-
{
|
|
249
|
-
address: 'https://humans-mainnet-evm.cosmonautstakes.com',
|
|
250
|
-
provider: 'Cosmonaut Stakes 🤖'
|
|
251
235
|
}
|
|
252
236
|
]
|
|
253
237
|
},
|