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
package/mainnet/asset-lists.js
CHANGED
|
@@ -55,6 +55,7 @@ const _bluechip = __importStar(require("./bluechip"));
|
|
|
55
55
|
const _bluzelle = __importStar(require("./bluzelle"));
|
|
56
56
|
const _bostrom = __importStar(require("./bostrom"));
|
|
57
57
|
const _bouachain = __importStar(require("./bouachain"));
|
|
58
|
+
const _buycex = __importStar(require("./buycex"));
|
|
58
59
|
const _canto = __importStar(require("./canto"));
|
|
59
60
|
const _carbon = __importStar(require("./carbon"));
|
|
60
61
|
const _celestia = __importStar(require("./celestia"));
|
|
@@ -263,6 +264,7 @@ const assetList = [
|
|
|
263
264
|
_bluzelle.assetList,
|
|
264
265
|
_bostrom.assetList,
|
|
265
266
|
_bouachain.assetList,
|
|
267
|
+
_buycex.assetList,
|
|
266
268
|
_canto.assetList,
|
|
267
269
|
_carbon.assetList,
|
|
268
270
|
_celestia.assetList,
|
|
@@ -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/',
|
package/mainnet/bitsong/chain.js
CHANGED
|
@@ -15,25 +15,25 @@ const info = {
|
|
|
15
15
|
nodeHome: '$HOME/.bitsongd',
|
|
16
16
|
codebase: {
|
|
17
17
|
gitRepo: 'https://github.com/bitsongofficial/go-bitsong',
|
|
18
|
-
recommendedVersion: 'v0.
|
|
19
|
-
compatibleVersions: ['v0.
|
|
18
|
+
recommendedVersion: 'v0.23.0',
|
|
19
|
+
compatibleVersions: ['v0.23.0'],
|
|
20
20
|
binaries: {
|
|
21
|
-
"linux/amd64": 'https://github.com/bitsongofficial/go-bitsong/releases/download/v0.
|
|
22
|
-
"linux/arm64": 'https://github.com/bitsongofficial/go-bitsong/releases/download/v0.
|
|
21
|
+
"linux/amd64": 'https://github.com/bitsongofficial/go-bitsong/releases/download/v0.23.0/bitsongd-linux-amd64',
|
|
22
|
+
"linux/arm64": 'https://github.com/bitsongofficial/go-bitsong/releases/download/v0.23.0/bitsongd-linux-arm64'
|
|
23
23
|
},
|
|
24
24
|
genesis: {
|
|
25
25
|
genesisUrl: 'https://raw.githubusercontent.com/bitsongofficial/networks/master/bitsong-2b/genesis.json'
|
|
26
26
|
},
|
|
27
27
|
sdk: {
|
|
28
28
|
type: 'cosmos',
|
|
29
|
-
version: '0.
|
|
29
|
+
version: '0.53.0'
|
|
30
30
|
},
|
|
31
31
|
ibc: {
|
|
32
32
|
type: 'go',
|
|
33
|
-
version: '
|
|
33
|
+
version: 'v8.7.0'
|
|
34
34
|
},
|
|
35
35
|
cosmwasm: {
|
|
36
|
-
version: '0.
|
|
36
|
+
version: '0.53.3',
|
|
37
37
|
enabled: true
|
|
38
38
|
}
|
|
39
39
|
},
|
|
@@ -0,0 +1,30 @@
|
|
|
1
|
+
"use strict";
|
|
2
|
+
Object.defineProperty(exports, "__esModule", { value: true });
|
|
3
|
+
const info = {
|
|
4
|
+
$schema: '../assetlist.schema.json',
|
|
5
|
+
chainName: 'buycex',
|
|
6
|
+
assets: [{
|
|
7
|
+
typeAsset: 'sdk.coin',
|
|
8
|
+
description: 'Buycex is the native token of the BuyCex Infinity Chain.',
|
|
9
|
+
denomUnits: [{
|
|
10
|
+
denom: 'ubcx',
|
|
11
|
+
exponent: 0
|
|
12
|
+
}, {
|
|
13
|
+
denom: 'BCX',
|
|
14
|
+
exponent: 18
|
|
15
|
+
}],
|
|
16
|
+
base: 'ubcx',
|
|
17
|
+
name: 'Buycex',
|
|
18
|
+
display: 'BCX',
|
|
19
|
+
symbol: 'BCX',
|
|
20
|
+
logoURIs: {
|
|
21
|
+
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/buycex/images/bcx.png'
|
|
22
|
+
},
|
|
23
|
+
keywords: [
|
|
24
|
+
'native',
|
|
25
|
+
'staking',
|
|
26
|
+
'utility'
|
|
27
|
+
]
|
|
28
|
+
}]
|
|
29
|
+
};
|
|
30
|
+
exports.default = info;
|
|
@@ -0,0 +1,51 @@
|
|
|
1
|
+
"use strict";
|
|
2
|
+
Object.defineProperty(exports, "__esModule", { value: true });
|
|
3
|
+
const info = {
|
|
4
|
+
$schema: '../chain.schema.json',
|
|
5
|
+
chainName: 'buycex',
|
|
6
|
+
chainId: 'bcx_323-1',
|
|
7
|
+
prettyName: 'BuyCex Infinity Chain',
|
|
8
|
+
status: 'live',
|
|
9
|
+
networkType: 'mainnet',
|
|
10
|
+
website: 'https://infinity.buycex.com',
|
|
11
|
+
bech32Prefix: 'bcx',
|
|
12
|
+
daemonName: 'bcxd',
|
|
13
|
+
nodeHome: '$HOME/.bcxd',
|
|
14
|
+
chainType: 'cosmos',
|
|
15
|
+
slip44: 60,
|
|
16
|
+
codebase: {
|
|
17
|
+
genesis: {
|
|
18
|
+
genesisUrl: 'https://buycex.net/genesis.json'
|
|
19
|
+
},
|
|
20
|
+
gitRepo: 'https://github.com/cosvmlabs/buycex-chain',
|
|
21
|
+
recommendedVersion: 'v1.0.0',
|
|
22
|
+
compatibleVersions: ['v1.0.0'],
|
|
23
|
+
sdk: {
|
|
24
|
+
type: 'cosmos',
|
|
25
|
+
version: 'v0.45.16'
|
|
26
|
+
}
|
|
27
|
+
},
|
|
28
|
+
apis: {
|
|
29
|
+
rpc: [{
|
|
30
|
+
address: 'https://endpoint.buycex.net',
|
|
31
|
+
provider: 'buycex'
|
|
32
|
+
}],
|
|
33
|
+
rest: [{
|
|
34
|
+
address: 'https://api.buycex.net',
|
|
35
|
+
provider: 'buycex'
|
|
36
|
+
}],
|
|
37
|
+
grpc: [{
|
|
38
|
+
address: 'https://grpc.buycex.net',
|
|
39
|
+
provider: 'buycex'
|
|
40
|
+
}]
|
|
41
|
+
},
|
|
42
|
+
explorers: [{
|
|
43
|
+
kind: 'pingpub',
|
|
44
|
+
url: 'https://cosmos.buycex.net',
|
|
45
|
+
txPage: 'https://cosmos.buycex.net/tx/${txHash}'
|
|
46
|
+
}],
|
|
47
|
+
logoURIs: {
|
|
48
|
+
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/buycex/images/bcx.png'
|
|
49
|
+
}
|
|
50
|
+
};
|
|
51
|
+
exports.default = info;
|
|
@@ -0,0 +1,10 @@
|
|
|
1
|
+
"use strict";
|
|
2
|
+
var __importDefault = (this && this.__importDefault) || function (mod) {
|
|
3
|
+
return (mod && mod.__esModule) ? mod : { "default": mod };
|
|
4
|
+
};
|
|
5
|
+
Object.defineProperty(exports, "__esModule", { value: true });
|
|
6
|
+
exports.chain = exports.assetList = void 0;
|
|
7
|
+
const asset_list_1 = __importDefault(require("./asset-list"));
|
|
8
|
+
const chain_1 = __importDefault(require("./chain"));
|
|
9
|
+
exports.assetList = asset_list_1.default;
|
|
10
|
+
exports.chain = chain_1.default;
|
package/mainnet/chains.js
CHANGED
|
@@ -55,6 +55,7 @@ const _bluechip = __importStar(require("./bluechip"));
|
|
|
55
55
|
const _bluzelle = __importStar(require("./bluzelle"));
|
|
56
56
|
const _bostrom = __importStar(require("./bostrom"));
|
|
57
57
|
const _bouachain = __importStar(require("./bouachain"));
|
|
58
|
+
const _buycex = __importStar(require("./buycex"));
|
|
58
59
|
const _canto = __importStar(require("./canto"));
|
|
59
60
|
const _carbon = __importStar(require("./carbon"));
|
|
60
61
|
const _celestia = __importStar(require("./celestia"));
|
|
@@ -263,6 +264,7 @@ const chains = [
|
|
|
263
264
|
_bluzelle.chain,
|
|
264
265
|
_bostrom.chain,
|
|
265
266
|
_bouachain.chain,
|
|
267
|
+
_buycex.chain,
|
|
266
268
|
_canto.chain,
|
|
267
269
|
_carbon.chain,
|
|
268
270
|
_celestia.chain,
|
|
@@ -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
|
},
|
|
@@ -29,10 +29,10 @@ const info = {
|
|
|
29
29
|
},
|
|
30
30
|
codebase: {
|
|
31
31
|
gitRepo: 'https://github.com/liftedinit/manifest-ledger',
|
|
32
|
-
recommendedVersion: 'v1.0.
|
|
33
|
-
compatibleVersions: ['v1.0.3'],
|
|
32
|
+
recommendedVersion: 'v1.0.5',
|
|
33
|
+
compatibleVersions: ['v1.0.3', 'v1.0.5'],
|
|
34
34
|
binaries: {
|
|
35
|
-
"linux/amd64": 'https://github.com/liftedinit/manifest-ledger/releases/download/v1.0.
|
|
35
|
+
"linux/amd64": 'https://github.com/liftedinit/manifest-ledger/releases/download/v1.0.5/manifest-ledger-v1.0.5-linux-amd64.tar.gz'
|
|
36
36
|
},
|
|
37
37
|
genesis: {
|
|
38
38
|
genesisUrl: 'https://nodes.liftedinit.app/manifest/rpc/genesis?'
|
|
@@ -24918,14 +24918,13 @@ const info = {
|
|
|
24918
24918
|
exponent: 0,
|
|
24919
24919
|
aliases: ['axrp']
|
|
24920
24920
|
}, {
|
|
24921
|
-
denom: '
|
|
24922
|
-
exponent: 18
|
|
24923
|
-
aliases: []
|
|
24921
|
+
denom: 'XRP',
|
|
24922
|
+
exponent: 18
|
|
24924
24923
|
}],
|
|
24925
24924
|
typeAsset: 'ics20',
|
|
24926
24925
|
base: 'ibc/46EB46DB30D3BBC6F404A9232C09785F36D40DA05C662A8E295712ECBAFF1609',
|
|
24927
24926
|
name: 'Ripple (XRPL EVM)',
|
|
24928
|
-
display: '
|
|
24927
|
+
display: 'XRP',
|
|
24929
24928
|
symbol: 'XRP.xrplevm',
|
|
24930
24929
|
traces: [{
|
|
24931
24930
|
type: 'ibc',
|
|
@@ -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.14",
|
|
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.14"
|
|
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": "067086fd4b5813b13a4aa38a81eec8ce421c4dd3"
|
|
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',
|
|
@@ -0,0 +1,32 @@
|
|
|
1
|
+
"use strict";
|
|
2
|
+
Object.defineProperty(exports, "__esModule", { value: true });
|
|
3
|
+
const info = [{
|
|
4
|
+
$schema: '../../ibc_data.schema.json',
|
|
5
|
+
chain1: {
|
|
6
|
+
chainName: 'hippoprotocoltestnet',
|
|
7
|
+
clientId: '07-tendermint-0',
|
|
8
|
+
connectionId: 'connection-0'
|
|
9
|
+
},
|
|
10
|
+
chain2: {
|
|
11
|
+
chainName: 'osmosistestnet',
|
|
12
|
+
clientId: '07-tendermint-4754',
|
|
13
|
+
connectionId: 'connection-4185'
|
|
14
|
+
},
|
|
15
|
+
channels: [{
|
|
16
|
+
chain1: {
|
|
17
|
+
channelId: 'channel-0',
|
|
18
|
+
portId: 'transfer'
|
|
19
|
+
},
|
|
20
|
+
chain2: {
|
|
21
|
+
channelId: 'channel-10743',
|
|
22
|
+
portId: 'transfer'
|
|
23
|
+
},
|
|
24
|
+
ordering: 'unordered',
|
|
25
|
+
version: 'ics20-1',
|
|
26
|
+
tags: {
|
|
27
|
+
status: 'live',
|
|
28
|
+
preferred: true
|
|
29
|
+
}
|
|
30
|
+
}]
|
|
31
|
+
}];
|
|
32
|
+
exports.default = info;
|
|
@@ -3,8 +3,10 @@ var __importDefault = (this && this.__importDefault) || function (mod) {
|
|
|
3
3
|
return (mod && mod.__esModule) ? mod : { "default": mod };
|
|
4
4
|
};
|
|
5
5
|
Object.defineProperty(exports, "__esModule", { value: true });
|
|
6
|
-
exports.chain = exports.assetList = void 0;
|
|
6
|
+
exports.ibcData = exports.chain = exports.assetList = void 0;
|
|
7
7
|
const asset_list_1 = __importDefault(require("./asset-list"));
|
|
8
8
|
const chain_1 = __importDefault(require("./chain"));
|
|
9
|
+
const ibc_data_1 = __importDefault(require("./ibc-data"));
|
|
9
10
|
exports.assetList = asset_list_1.default;
|
|
10
11
|
exports.chain = chain_1.default;
|
|
12
|
+
exports.ibcData = ibc_data_1.default;
|
package/testnet/ibc-data.js
CHANGED
|
@@ -38,6 +38,7 @@ const _doravotatestnet = __importStar(require("./doravotatestnet"));
|
|
|
38
38
|
const _dydxtestnet = __importStar(require("./dydxtestnet"));
|
|
39
39
|
const _elystestnet = __importStar(require("./elystestnet"));
|
|
40
40
|
const _empowertestnet = __importStar(require("./empowertestnet"));
|
|
41
|
+
const _hippoprotocoltestnet = __importStar(require("./hippoprotocoltestnet"));
|
|
41
42
|
const _impacthubtestnet = __importStar(require("./impacthubtestnet"));
|
|
42
43
|
const _injectivetestnet = __importStar(require("./injectivetestnet"));
|
|
43
44
|
const _int3facetestnet = __importStar(require("./int3facetestnet"));
|
|
@@ -87,6 +88,7 @@ const ibcData = [
|
|
|
87
88
|
..._dydxtestnet.ibcData,
|
|
88
89
|
..._elystestnet.ibcData,
|
|
89
90
|
..._empowertestnet.ibcData,
|
|
91
|
+
..._hippoprotocoltestnet.ibcData,
|
|
90
92
|
..._impacthubtestnet.ibcData,
|
|
91
93
|
..._injectivetestnet.ibcData,
|
|
92
94
|
..._int3facetestnet.ibcData,
|