chain-registry 2.0.12 → 2.0.14
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/asset-lists.js +2 -0
- package/esm/mainnet/bitbadges/asset-list.js +4 -4
- package/esm/mainnet/bitsong/chain.js +7 -7
- package/esm/mainnet/buycex/asset-list.js +28 -0
- package/esm/mainnet/buycex/chain.js +49 -0
- package/esm/mainnet/buycex/index.js +4 -0
- package/esm/mainnet/chains.js +2 -0
- 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/manifest/asset-list.js +2 -1
- package/esm/mainnet/manifest/chain.js +3 -3
- package/esm/mainnet/osmosis/asset-list.js +3 -4
- 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/hippoprotocoltestnet/ibc-data.js +30 -0
- package/esm/testnet/hippoprotocoltestnet/index.js +2 -0
- package/esm/testnet/ibc-data.js +2 -0
- package/esm/testnet/osmosistestnet/ibc-data.js +29 -0
- package/esm/testnet/symphonytestnet/chain.js +26 -6
- package/mainnet/asset-lists.js +2 -0
- package/mainnet/bitbadges/asset-list.js +4 -4
- package/mainnet/bitsong/chain.js +7 -7
- package/mainnet/buycex/asset-list.d.ts +3 -0
- package/mainnet/buycex/asset-list.js +30 -0
- package/mainnet/buycex/chain.d.ts +3 -0
- package/mainnet/buycex/chain.js +51 -0
- package/mainnet/buycex/index.d.ts +2 -0
- package/mainnet/buycex/index.js +10 -0
- package/mainnet/chains.js +2 -0
- 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/manifest/asset-list.js +2 -1
- package/mainnet/manifest/chain.js +3 -3
- package/mainnet/osmosis/asset-list.js +3 -4
- 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/hippoprotocoltestnet/ibc-data.d.ts +3 -0
- package/testnet/hippoprotocoltestnet/ibc-data.js +32 -0
- package/testnet/hippoprotocoltestnet/index.d.ts +1 -0
- package/testnet/hippoprotocoltestnet/index.js +3 -1
- package/testnet/ibc-data.js +2 -0
- package/testnet/osmosistestnet/ibc-data.js +29 -0
- package/testnet/symphonytestnet/chain.js +26 -6
|
@@ -30,6 +30,7 @@ import * as _bluechip from './bluechip';
|
|
|
30
30
|
import * as _bluzelle from './bluzelle';
|
|
31
31
|
import * as _bostrom from './bostrom';
|
|
32
32
|
import * as _bouachain from './bouachain';
|
|
33
|
+
import * as _buycex from './buycex';
|
|
33
34
|
import * as _canto from './canto';
|
|
34
35
|
import * as _carbon from './carbon';
|
|
35
36
|
import * as _celestia from './celestia';
|
|
@@ -238,6 +239,7 @@ const assetList = [
|
|
|
238
239
|
_bluzelle.assetList,
|
|
239
240
|
_bostrom.assetList,
|
|
240
241
|
_bouachain.assetList,
|
|
242
|
+
_buycex.assetList,
|
|
241
243
|
_canto.assetList,
|
|
242
244
|
_carbon.assetList,
|
|
243
245
|
_celestia.assetList,
|
|
@@ -2,7 +2,7 @@ const info = {
|
|
|
2
2
|
$schema: '../assetlist.schema.json',
|
|
3
3
|
chainName: 'bitbadges',
|
|
4
4
|
assets: [{
|
|
5
|
-
description: '$BADGE is the native in-app
|
|
5
|
+
description: '$BADGE is the native in-app token for BitBadges.',
|
|
6
6
|
denomUnits: [{
|
|
7
7
|
denom: 'ubadge',
|
|
8
8
|
exponent: 0
|
|
@@ -11,14 +11,14 @@ const info = {
|
|
|
11
11
|
exponent: 9
|
|
12
12
|
}],
|
|
13
13
|
base: 'ubadge',
|
|
14
|
-
name: 'BitBadges
|
|
14
|
+
name: 'BitBadges',
|
|
15
15
|
display: 'badge',
|
|
16
16
|
symbol: 'BADGE',
|
|
17
17
|
logoURIs: {
|
|
18
|
-
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/bitbadges/images/
|
|
18
|
+
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/bitbadges/images/badge_logo.png'
|
|
19
19
|
},
|
|
20
20
|
images: [{
|
|
21
|
-
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/bitbadges/images/
|
|
21
|
+
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/bitbadges/images/badge_logo.png'
|
|
22
22
|
}],
|
|
23
23
|
socials: {
|
|
24
24
|
website: 'https://bitbadges.io/',
|
|
@@ -13,25 +13,25 @@ const info = {
|
|
|
13
13
|
nodeHome: '$HOME/.bitsongd',
|
|
14
14
|
codebase: {
|
|
15
15
|
gitRepo: 'https://github.com/bitsongofficial/go-bitsong',
|
|
16
|
-
recommendedVersion: 'v0.
|
|
17
|
-
compatibleVersions: ['v0.
|
|
16
|
+
recommendedVersion: 'v0.23.0',
|
|
17
|
+
compatibleVersions: ['v0.23.0'],
|
|
18
18
|
binaries: {
|
|
19
|
-
"linux/amd64": 'https://github.com/bitsongofficial/go-bitsong/releases/download/v0.
|
|
20
|
-
"linux/arm64": 'https://github.com/bitsongofficial/go-bitsong/releases/download/v0.
|
|
19
|
+
"linux/amd64": 'https://github.com/bitsongofficial/go-bitsong/releases/download/v0.23.0/bitsongd-linux-amd64',
|
|
20
|
+
"linux/arm64": 'https://github.com/bitsongofficial/go-bitsong/releases/download/v0.23.0/bitsongd-linux-arm64'
|
|
21
21
|
},
|
|
22
22
|
genesis: {
|
|
23
23
|
genesisUrl: 'https://raw.githubusercontent.com/bitsongofficial/networks/master/bitsong-2b/genesis.json'
|
|
24
24
|
},
|
|
25
25
|
sdk: {
|
|
26
26
|
type: 'cosmos',
|
|
27
|
-
version: '0.
|
|
27
|
+
version: '0.53.0'
|
|
28
28
|
},
|
|
29
29
|
ibc: {
|
|
30
30
|
type: 'go',
|
|
31
|
-
version: '
|
|
31
|
+
version: 'v8.7.0'
|
|
32
32
|
},
|
|
33
33
|
cosmwasm: {
|
|
34
|
-
version: '0.
|
|
34
|
+
version: '0.53.3',
|
|
35
35
|
enabled: true
|
|
36
36
|
}
|
|
37
37
|
},
|
|
@@ -0,0 +1,28 @@
|
|
|
1
|
+
const info = {
|
|
2
|
+
$schema: '../assetlist.schema.json',
|
|
3
|
+
chainName: 'buycex',
|
|
4
|
+
assets: [{
|
|
5
|
+
typeAsset: 'sdk.coin',
|
|
6
|
+
description: 'Buycex is the native token of the BuyCex Infinity Chain.',
|
|
7
|
+
denomUnits: [{
|
|
8
|
+
denom: 'ubcx',
|
|
9
|
+
exponent: 0
|
|
10
|
+
}, {
|
|
11
|
+
denom: 'BCX',
|
|
12
|
+
exponent: 18
|
|
13
|
+
}],
|
|
14
|
+
base: 'ubcx',
|
|
15
|
+
name: 'Buycex',
|
|
16
|
+
display: 'BCX',
|
|
17
|
+
symbol: 'BCX',
|
|
18
|
+
logoURIs: {
|
|
19
|
+
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/buycex/images/bcx.png'
|
|
20
|
+
},
|
|
21
|
+
keywords: [
|
|
22
|
+
'native',
|
|
23
|
+
'staking',
|
|
24
|
+
'utility'
|
|
25
|
+
]
|
|
26
|
+
}]
|
|
27
|
+
};
|
|
28
|
+
export default info;
|
|
@@ -0,0 +1,49 @@
|
|
|
1
|
+
const info = {
|
|
2
|
+
$schema: '../chain.schema.json',
|
|
3
|
+
chainName: 'buycex',
|
|
4
|
+
chainId: 'bcx_323-1',
|
|
5
|
+
prettyName: 'BuyCex Infinity Chain',
|
|
6
|
+
status: 'live',
|
|
7
|
+
networkType: 'mainnet',
|
|
8
|
+
website: 'https://infinity.buycex.com',
|
|
9
|
+
bech32Prefix: 'bcx',
|
|
10
|
+
daemonName: 'bcxd',
|
|
11
|
+
nodeHome: '$HOME/.bcxd',
|
|
12
|
+
chainType: 'cosmos',
|
|
13
|
+
slip44: 60,
|
|
14
|
+
codebase: {
|
|
15
|
+
genesis: {
|
|
16
|
+
genesisUrl: 'https://buycex.net/genesis.json'
|
|
17
|
+
},
|
|
18
|
+
gitRepo: 'https://github.com/cosvmlabs/buycex-chain',
|
|
19
|
+
recommendedVersion: 'v1.0.0',
|
|
20
|
+
compatibleVersions: ['v1.0.0'],
|
|
21
|
+
sdk: {
|
|
22
|
+
type: 'cosmos',
|
|
23
|
+
version: 'v0.45.16'
|
|
24
|
+
}
|
|
25
|
+
},
|
|
26
|
+
apis: {
|
|
27
|
+
rpc: [{
|
|
28
|
+
address: 'https://endpoint.buycex.net',
|
|
29
|
+
provider: 'buycex'
|
|
30
|
+
}],
|
|
31
|
+
rest: [{
|
|
32
|
+
address: 'https://api.buycex.net',
|
|
33
|
+
provider: 'buycex'
|
|
34
|
+
}],
|
|
35
|
+
grpc: [{
|
|
36
|
+
address: 'https://grpc.buycex.net',
|
|
37
|
+
provider: 'buycex'
|
|
38
|
+
}]
|
|
39
|
+
},
|
|
40
|
+
explorers: [{
|
|
41
|
+
kind: 'pingpub',
|
|
42
|
+
url: 'https://cosmos.buycex.net',
|
|
43
|
+
txPage: 'https://cosmos.buycex.net/tx/${txHash}'
|
|
44
|
+
}],
|
|
45
|
+
logoURIs: {
|
|
46
|
+
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/buycex/images/bcx.png'
|
|
47
|
+
}
|
|
48
|
+
};
|
|
49
|
+
export default info;
|
package/esm/mainnet/chains.js
CHANGED
|
@@ -30,6 +30,7 @@ import * as _bluechip from './bluechip';
|
|
|
30
30
|
import * as _bluzelle from './bluzelle';
|
|
31
31
|
import * as _bostrom from './bostrom';
|
|
32
32
|
import * as _bouachain from './bouachain';
|
|
33
|
+
import * as _buycex from './buycex';
|
|
33
34
|
import * as _canto from './canto';
|
|
34
35
|
import * as _carbon from './carbon';
|
|
35
36
|
import * as _celestia from './celestia';
|
|
@@ -238,6 +239,7 @@ const chains = [
|
|
|
238
239
|
_bluzelle.chain,
|
|
239
240
|
_bostrom.chain,
|
|
240
241
|
_bouachain.chain,
|
|
242
|
+
_buycex.chain,
|
|
241
243
|
_canto.chain,
|
|
242
244
|
_carbon.chain,
|
|
243
245
|
_celestia.chain,
|
|
@@ -22,12 +22,13 @@ const info = {
|
|
|
22
22
|
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/cifer/images/cif.png',
|
|
23
23
|
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/cifer/images/cif.svg',
|
|
24
24
|
theme: {
|
|
25
|
-
primaryColorHex: '#
|
|
25
|
+
primaryColorHex: '#5F53C8'
|
|
26
26
|
}
|
|
27
27
|
}],
|
|
28
28
|
socials: {
|
|
29
|
-
website: 'http://cifer.ai
|
|
30
|
-
twitter: 'https://
|
|
29
|
+
website: 'http://cifer.ai',
|
|
30
|
+
twitter: 'https://x.com/cifer_ai',
|
|
31
|
+
github: 'https://github.com/CiferAI'
|
|
31
32
|
},
|
|
32
33
|
typeAsset: 'sdk.coin'
|
|
33
34
|
}]
|
|
@@ -30,7 +30,7 @@ const info = {
|
|
|
30
30
|
recommendedVersion: 'v2.0.0',
|
|
31
31
|
compatibleVersions: ['v2.0.0'],
|
|
32
32
|
genesis: {
|
|
33
|
-
genesisUrl: 'https://
|
|
33
|
+
genesisUrl: 'https://rpc.cifer.ai/genesis'
|
|
34
34
|
}
|
|
35
35
|
},
|
|
36
36
|
logoURIs: {
|
|
@@ -39,10 +39,16 @@ const info = {
|
|
|
39
39
|
},
|
|
40
40
|
apis: {
|
|
41
41
|
rpc: [{
|
|
42
|
-
address: '
|
|
42
|
+
address: 'https://rpc.cifer.ai',
|
|
43
|
+
provider: 'Cifer'
|
|
44
|
+
}, {
|
|
45
|
+
address: 'http://119.59.126.109:26657',
|
|
43
46
|
provider: 'Cifer'
|
|
44
47
|
}],
|
|
45
48
|
rest: [{
|
|
49
|
+
address: 'https://lcd.cifer.ai',
|
|
50
|
+
provider: 'Cifer'
|
|
51
|
+
}, {
|
|
46
52
|
address: 'https://api.cifer.ai',
|
|
47
53
|
provider: 'Cifer'
|
|
48
54
|
}],
|
|
@@ -60,7 +66,7 @@ const info = {
|
|
|
60
66
|
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/cifer/images/cif.png',
|
|
61
67
|
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/cifer/images/cif.svg',
|
|
62
68
|
theme: {
|
|
63
|
-
primaryColorHex: '#
|
|
69
|
+
primaryColorHex: '#5F53C8'
|
|
64
70
|
}
|
|
65
71
|
}]
|
|
66
72
|
};
|
|
@@ -104,10 +104,6 @@ const info = {
|
|
|
104
104
|
{
|
|
105
105
|
address: 'https://humans-mainnet-rpc.autostake.com:443',
|
|
106
106
|
provider: 'AutoStake 🛡️ Slash Protected'
|
|
107
|
-
},
|
|
108
|
-
{
|
|
109
|
-
address: 'https://humans-mainnet-rpc.cosmonautstakes.com',
|
|
110
|
-
provider: 'Cosmonaut Stakes'
|
|
111
107
|
}
|
|
112
108
|
],
|
|
113
109
|
rest: [
|
|
@@ -162,10 +158,6 @@ const info = {
|
|
|
162
158
|
{
|
|
163
159
|
address: 'https://humans-mainnet-lcd.autostake.com:443',
|
|
164
160
|
provider: 'AutoStake 🛡️ Slash Protected'
|
|
165
|
-
},
|
|
166
|
-
{
|
|
167
|
-
address: 'https://humans-mainnet-rest.cosmonautstakes.com',
|
|
168
|
-
provider: 'Cosmonaut Stakes'
|
|
169
161
|
}
|
|
170
162
|
],
|
|
171
163
|
grpc: [
|
|
@@ -208,10 +200,6 @@ const info = {
|
|
|
208
200
|
{
|
|
209
201
|
address: 'humans-mainnet-grpc.autostake.com:443',
|
|
210
202
|
provider: 'AutoStake 🛡️ Slash Protected'
|
|
211
|
-
},
|
|
212
|
-
{
|
|
213
|
-
address: 'humans-mainnet-grpc.cosmonautstakes.com:14890',
|
|
214
|
-
provider: 'Cosmonaut Stakes'
|
|
215
203
|
}
|
|
216
204
|
],
|
|
217
205
|
evmHttpJsonrpc: [
|
|
@@ -242,10 +230,6 @@ const info = {
|
|
|
242
230
|
{
|
|
243
231
|
address: 'https://humans-jsonrpc.noders.services',
|
|
244
232
|
provider: '[NODERS]TEAM'
|
|
245
|
-
},
|
|
246
|
-
{
|
|
247
|
-
address: 'https://humans-mainnet-evm.cosmonautstakes.com',
|
|
248
|
-
provider: 'Cosmonaut Stakes 🤖'
|
|
249
233
|
}
|
|
250
234
|
]
|
|
251
235
|
},
|
|
@@ -27,10 +27,10 @@ const info = {
|
|
|
27
27
|
},
|
|
28
28
|
codebase: {
|
|
29
29
|
gitRepo: 'https://github.com/liftedinit/manifest-ledger',
|
|
30
|
-
recommendedVersion: 'v1.0.
|
|
31
|
-
compatibleVersions: ['v1.0.3'],
|
|
30
|
+
recommendedVersion: 'v1.0.5',
|
|
31
|
+
compatibleVersions: ['v1.0.3', 'v1.0.5'],
|
|
32
32
|
binaries: {
|
|
33
|
-
"linux/amd64": 'https://github.com/liftedinit/manifest-ledger/releases/download/v1.0.
|
|
33
|
+
"linux/amd64": 'https://github.com/liftedinit/manifest-ledger/releases/download/v1.0.5/manifest-ledger-v1.0.5-linux-amd64.tar.gz'
|
|
34
34
|
},
|
|
35
35
|
genesis: {
|
|
36
36
|
genesisUrl: 'https://nodes.liftedinit.app/manifest/rpc/genesis?'
|
|
@@ -24916,14 +24916,13 @@ const info = {
|
|
|
24916
24916
|
exponent: 0,
|
|
24917
24917
|
aliases: ['axrp']
|
|
24918
24918
|
}, {
|
|
24919
|
-
denom: '
|
|
24920
|
-
exponent: 18
|
|
24921
|
-
aliases: []
|
|
24919
|
+
denom: 'XRP',
|
|
24920
|
+
exponent: 18
|
|
24922
24921
|
}],
|
|
24923
24922
|
typeAsset: 'ics20',
|
|
24924
24923
|
base: 'ibc/46EB46DB30D3BBC6F404A9232C09785F36D40DA05C662A8E295712ECBAFF1609',
|
|
24925
24924
|
name: 'Ripple (XRPL EVM)',
|
|
24926
|
-
display: '
|
|
24925
|
+
display: 'XRP',
|
|
24927
24926
|
symbol: 'XRP.xrplevm',
|
|
24928
24927
|
traces: [{
|
|
24929
24928
|
type: 'ibc',
|
|
@@ -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',
|
|
@@ -0,0 +1,30 @@
|
|
|
1
|
+
const info = [{
|
|
2
|
+
$schema: '../../ibc_data.schema.json',
|
|
3
|
+
chain1: {
|
|
4
|
+
chainName: 'hippoprotocoltestnet',
|
|
5
|
+
clientId: '07-tendermint-0',
|
|
6
|
+
connectionId: 'connection-0'
|
|
7
|
+
},
|
|
8
|
+
chain2: {
|
|
9
|
+
chainName: 'osmosistestnet',
|
|
10
|
+
clientId: '07-tendermint-4754',
|
|
11
|
+
connectionId: 'connection-4185'
|
|
12
|
+
},
|
|
13
|
+
channels: [{
|
|
14
|
+
chain1: {
|
|
15
|
+
channelId: 'channel-0',
|
|
16
|
+
portId: 'transfer'
|
|
17
|
+
},
|
|
18
|
+
chain2: {
|
|
19
|
+
channelId: 'channel-10743',
|
|
20
|
+
portId: 'transfer'
|
|
21
|
+
},
|
|
22
|
+
ordering: 'unordered',
|
|
23
|
+
version: 'ics20-1',
|
|
24
|
+
tags: {
|
|
25
|
+
status: 'live',
|
|
26
|
+
preferred: true
|
|
27
|
+
}
|
|
28
|
+
}]
|
|
29
|
+
}];
|
|
30
|
+
export default info;
|
package/esm/testnet/ibc-data.js
CHANGED
|
@@ -13,6 +13,7 @@ import * as _doravotatestnet from './doravotatestnet';
|
|
|
13
13
|
import * as _dydxtestnet from './dydxtestnet';
|
|
14
14
|
import * as _elystestnet from './elystestnet';
|
|
15
15
|
import * as _empowertestnet from './empowertestnet';
|
|
16
|
+
import * as _hippoprotocoltestnet from './hippoprotocoltestnet';
|
|
16
17
|
import * as _impacthubtestnet from './impacthubtestnet';
|
|
17
18
|
import * as _injectivetestnet from './injectivetestnet';
|
|
18
19
|
import * as _int3facetestnet from './int3facetestnet';
|
|
@@ -62,6 +63,7 @@ const ibcData = [
|
|
|
62
63
|
..._dydxtestnet.ibcData,
|
|
63
64
|
..._elystestnet.ibcData,
|
|
64
65
|
..._empowertestnet.ibcData,
|
|
66
|
+
..._hippoprotocoltestnet.ibcData,
|
|
65
67
|
..._impacthubtestnet.ibcData,
|
|
66
68
|
..._injectivetestnet.ibcData,
|
|
67
69
|
..._int3facetestnet.ibcData,
|
|
@@ -430,6 +430,35 @@ const info = [
|
|
|
430
430
|
}
|
|
431
431
|
}]
|
|
432
432
|
},
|
|
433
|
+
{
|
|
434
|
+
$schema: '../../ibc_data.schema.json',
|
|
435
|
+
chain1: {
|
|
436
|
+
chainName: 'hippoprotocoltestnet',
|
|
437
|
+
clientId: '07-tendermint-0',
|
|
438
|
+
connectionId: 'connection-0'
|
|
439
|
+
},
|
|
440
|
+
chain2: {
|
|
441
|
+
chainName: 'osmosistestnet',
|
|
442
|
+
clientId: '07-tendermint-4754',
|
|
443
|
+
connectionId: 'connection-4185'
|
|
444
|
+
},
|
|
445
|
+
channels: [{
|
|
446
|
+
chain1: {
|
|
447
|
+
channelId: 'channel-0',
|
|
448
|
+
portId: 'transfer'
|
|
449
|
+
},
|
|
450
|
+
chain2: {
|
|
451
|
+
channelId: 'channel-10743',
|
|
452
|
+
portId: 'transfer'
|
|
453
|
+
},
|
|
454
|
+
ordering: 'unordered',
|
|
455
|
+
version: 'ics20-1',
|
|
456
|
+
tags: {
|
|
457
|
+
status: 'live',
|
|
458
|
+
preferred: true
|
|
459
|
+
}
|
|
460
|
+
}]
|
|
461
|
+
},
|
|
433
462
|
{
|
|
434
463
|
$schema: '../../ibc_data.schema.json',
|
|
435
464
|
chain1: {
|
|
@@ -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
|
},
|