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
|
@@ -48,28 +48,55 @@ const info = {
|
|
|
48
48
|
}
|
|
49
49
|
},
|
|
50
50
|
apis: {
|
|
51
|
-
rpc: [
|
|
51
|
+
rpc: [
|
|
52
|
+
{
|
|
52
53
|
address: 'https://symphony.rpc.nodeshub.online/',
|
|
53
54
|
provider: 'Nodes Hub'
|
|
54
|
-
},
|
|
55
|
+
},
|
|
56
|
+
{
|
|
55
57
|
address: 'https://symphony-rpc.cogwheel.zone/',
|
|
56
58
|
provider: 'Cogwheel ⚙️'
|
|
57
|
-
}
|
|
58
|
-
|
|
59
|
+
},
|
|
60
|
+
{
|
|
61
|
+
address: 'https://rpc-main-symphony.vinjan.xyz',
|
|
62
|
+
provider: 'Vinjan.Inc'
|
|
63
|
+
}
|
|
64
|
+
],
|
|
65
|
+
rest: [
|
|
66
|
+
{
|
|
59
67
|
address: 'https://symphony.api.nodeshub.online/',
|
|
60
68
|
provider: 'Nodes Hub'
|
|
61
|
-
},
|
|
69
|
+
},
|
|
70
|
+
{
|
|
62
71
|
address: 'https://symphony-api.cogwheel.zone/',
|
|
63
72
|
provider: 'Cogwheel ⚙️'
|
|
64
|
-
}
|
|
65
|
-
|
|
73
|
+
},
|
|
74
|
+
{
|
|
75
|
+
address: 'https://api-main-symphony.vinjan.xyz',
|
|
76
|
+
provider: 'Vinjan.Inc'
|
|
77
|
+
}
|
|
78
|
+
],
|
|
79
|
+
grpc: [
|
|
80
|
+
{
|
|
66
81
|
address: 'https://symphony.grpc.nodeshub.online/',
|
|
67
82
|
provider: 'Nodes Hub'
|
|
68
|
-
},
|
|
83
|
+
},
|
|
84
|
+
{
|
|
69
85
|
address: 'https://symphony-grpc.cogwheel.zone:443',
|
|
70
86
|
provider: 'Cogwheel ⚙️'
|
|
71
|
-
}
|
|
87
|
+
},
|
|
88
|
+
{
|
|
89
|
+
address: 'grpc-main-symphony.vinjan.xyz:21090',
|
|
90
|
+
provider: 'Vinjan.Inc'
|
|
91
|
+
}
|
|
92
|
+
]
|
|
72
93
|
},
|
|
94
|
+
explorers: [{
|
|
95
|
+
kind: 'VinjanXplorer',
|
|
96
|
+
url: 'https://xplorer.vinjan.xyz/symphony',
|
|
97
|
+
txPage: 'https://xplorer.vinjan.xyz/symphony/tx/${txHash}',
|
|
98
|
+
accountPage: 'https://xplorer.vinjan.xyz/symphony/account/${accountAddress}'
|
|
99
|
+
}],
|
|
73
100
|
logoURIs: {
|
|
74
101
|
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/symphony/images/symphony_logo.png'
|
|
75
102
|
},
|
package/mainnet/umee/chain.js
CHANGED
|
@@ -276,12 +276,6 @@ const info = {
|
|
|
276
276
|
]
|
|
277
277
|
},
|
|
278
278
|
explorers: [
|
|
279
|
-
{
|
|
280
|
-
kind: 'mintscan',
|
|
281
|
-
url: 'https://www.mintscan.io/umee/',
|
|
282
|
-
txPage: 'https://www.mintscan.io/umee/transactions/${txHash}',
|
|
283
|
-
accountPage: 'https://www.mintscan.io/umee/accounts/${accountAddress}'
|
|
284
|
-
},
|
|
285
279
|
{
|
|
286
280
|
kind: 'ping.pub',
|
|
287
281
|
url: 'https://ping.pub/umee',
|
|
@@ -81,10 +81,6 @@ const info = {
|
|
|
81
81
|
address: 'https://zeta.rpc.m.stavr.tech:443',
|
|
82
82
|
provider: '🔥STAVR🔥'
|
|
83
83
|
},
|
|
84
|
-
{
|
|
85
|
-
address: 'https://zetachain-mainnet-rpc.cosmonautstakes.com',
|
|
86
|
-
provider: 'Cosmonaut Stakes'
|
|
87
|
-
},
|
|
88
84
|
{
|
|
89
85
|
address: 'https://zetachain-mainnet-tendermint.reliableninjas.com',
|
|
90
86
|
provider: 'Reliable Ninjas'
|
|
@@ -119,10 +115,6 @@ const info = {
|
|
|
119
115
|
address: 'https://zeta.api.m.stavr.tech',
|
|
120
116
|
provider: '🔥STAVR🔥'
|
|
121
117
|
},
|
|
122
|
-
{
|
|
123
|
-
address: 'https://zetachain-mainnet-rest.cosmonautstakes.com',
|
|
124
|
-
provider: 'Cosmonaut Stakes'
|
|
125
|
-
},
|
|
126
118
|
{
|
|
127
119
|
address: 'https://zetachain-mainnet-cosmos.reliableninjas.com',
|
|
128
120
|
provider: 'Reliable Ninjas'
|
|
@@ -145,10 +137,6 @@ const info = {
|
|
|
145
137
|
address: 'https://zetachain.grpc.nodeshub.online',
|
|
146
138
|
provider: 'Nodes Hub'
|
|
147
139
|
},
|
|
148
|
-
{
|
|
149
|
-
address: 'zeta.grpc.m.stavr.tech',
|
|
150
|
-
provider: '🔥STAVR🔥'
|
|
151
|
-
},
|
|
152
140
|
{
|
|
153
141
|
address: 'zetachain-mainnet-grpc.cosmonautstakes.com:15190',
|
|
154
142
|
provider: 'Cosmonaut Stakes'
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "chain-registry",
|
|
3
|
-
"version": "2.0.
|
|
3
|
+
"version": "2.0.15",
|
|
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.15"
|
|
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": "87ef1fab622f75e61c4b8dc703d5148880467b09"
|
|
43
43
|
}
|
|
@@ -5,21 +5,21 @@ const info = [
|
|
|
5
5
|
$schema: '../../ibc_data.schema.json',
|
|
6
6
|
chain1: {
|
|
7
7
|
chainName: 'agoricdevnet',
|
|
8
|
-
clientId: '07-tendermint-
|
|
9
|
-
connectionId: 'connection-
|
|
8
|
+
clientId: '07-tendermint-22',
|
|
9
|
+
connectionId: 'connection-19'
|
|
10
10
|
},
|
|
11
11
|
chain2: {
|
|
12
12
|
chainName: 'axelartestnet',
|
|
13
|
-
clientId: '07-tendermint-
|
|
14
|
-
connectionId: 'connection-
|
|
13
|
+
clientId: '07-tendermint-1193',
|
|
14
|
+
connectionId: 'connection-942'
|
|
15
15
|
},
|
|
16
16
|
channels: [{
|
|
17
17
|
chain1: {
|
|
18
|
-
channelId: 'channel-
|
|
18
|
+
channelId: 'channel-315',
|
|
19
19
|
portId: 'transfer'
|
|
20
20
|
},
|
|
21
21
|
chain2: {
|
|
22
|
-
channelId: 'channel-
|
|
22
|
+
channelId: 'channel-623',
|
|
23
23
|
portId: 'transfer'
|
|
24
24
|
},
|
|
25
25
|
ordering: 'unordered',
|
|
@@ -5,21 +5,21 @@ const info = [
|
|
|
5
5
|
$schema: '../../ibc_data.schema.json',
|
|
6
6
|
chain1: {
|
|
7
7
|
chainName: 'agoricdevnet',
|
|
8
|
-
clientId: '07-tendermint-
|
|
9
|
-
connectionId: 'connection-
|
|
8
|
+
clientId: '07-tendermint-22',
|
|
9
|
+
connectionId: 'connection-19'
|
|
10
10
|
},
|
|
11
11
|
chain2: {
|
|
12
12
|
chainName: 'axelartestnet',
|
|
13
|
-
clientId: '07-tendermint-
|
|
14
|
-
connectionId: 'connection-
|
|
13
|
+
clientId: '07-tendermint-1193',
|
|
14
|
+
connectionId: 'connection-942'
|
|
15
15
|
},
|
|
16
16
|
channels: [{
|
|
17
17
|
chain1: {
|
|
18
|
-
channelId: 'channel-
|
|
18
|
+
channelId: 'channel-315',
|
|
19
19
|
portId: 'transfer'
|
|
20
20
|
},
|
|
21
21
|
chain2: {
|
|
22
|
-
channelId: 'channel-
|
|
22
|
+
channelId: 'channel-623',
|
|
23
23
|
portId: 'transfer'
|
|
24
24
|
},
|
|
25
25
|
ordering: 'unordered',
|
|
@@ -48,20 +48,34 @@ const info = {
|
|
|
48
48
|
}
|
|
49
49
|
},
|
|
50
50
|
apis: {
|
|
51
|
-
rpc: [
|
|
51
|
+
rpc: [
|
|
52
|
+
{
|
|
52
53
|
address: 'https://symphony.test.rpc.nodeshub.online/',
|
|
53
54
|
provider: 'Nodes Hub'
|
|
54
|
-
},
|
|
55
|
+
},
|
|
56
|
+
{
|
|
55
57
|
address: 'https://symphony-testnet-rpc.cogwheel.zone/',
|
|
56
58
|
provider: 'Cogwheel ⚙️'
|
|
57
|
-
}
|
|
58
|
-
|
|
59
|
+
},
|
|
60
|
+
{
|
|
61
|
+
address: 'https://rpc-symphonyd.vinjan.xyz',
|
|
62
|
+
provider: 'Vinjan.Inc'
|
|
63
|
+
}
|
|
64
|
+
],
|
|
65
|
+
rest: [
|
|
66
|
+
{
|
|
59
67
|
address: 'https://symphony.test.api.nodeshub.online/',
|
|
60
68
|
provider: 'Nodes Hub'
|
|
61
|
-
},
|
|
69
|
+
},
|
|
70
|
+
{
|
|
62
71
|
address: 'https://symphony-testnet-api.cogwheel.zone/',
|
|
63
72
|
provider: 'Cogwheel ⚙️'
|
|
64
|
-
}
|
|
73
|
+
},
|
|
74
|
+
{
|
|
75
|
+
address: 'https://api-symphonyd.vinjan.xyz',
|
|
76
|
+
provider: 'Vinjan.Inc'
|
|
77
|
+
}
|
|
78
|
+
],
|
|
65
79
|
grpc: [{
|
|
66
80
|
address: 'https://symphony.test.grpc.nodeshub.online/',
|
|
67
81
|
provider: 'Nodes Hub'
|
|
@@ -70,6 +84,12 @@ const info = {
|
|
|
70
84
|
provider: 'Cogwheel ⚙️'
|
|
71
85
|
}]
|
|
72
86
|
},
|
|
87
|
+
explorers: [{
|
|
88
|
+
kind: 'VinjanXplorer',
|
|
89
|
+
url: 'https://xplorer.vinjan.xyz/symphony-testnet',
|
|
90
|
+
txPage: 'https://xplorer.vinjan.xyz/symphony-testnet/tx/${txHash}',
|
|
91
|
+
accountPage: 'https://xplorer.vinjan.xyz/symphony-testnet/account/${accountAddress}'
|
|
92
|
+
}],
|
|
73
93
|
logoURIs: {
|
|
74
94
|
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/symphony/images/symphony_logo.png'
|
|
75
95
|
},
|