chain-registry 2.0.2 → 2.0.3
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/juno/asset-list.js +1 -1
- package/esm/mainnet/omniflixhub/asset-list.js +6 -0
- package/esm/mainnet/osmosis/asset-list.js +6 -1
- package/esm/mainnet/stargaze/asset-list.js +1 -0
- package/esm/testnet/asset-lists.js +2 -0
- package/esm/testnet/chains.js +2 -0
- package/esm/testnet/hippoprotocoltestnet/asset-list.js +28 -0
- package/esm/testnet/hippoprotocoltestnet/chain.js +86 -0
- package/esm/testnet/hippoprotocoltestnet/index.js +4 -0
- package/esm/testnet/zenrocktestnet/chain.js +1 -1
- package/mainnet/juno/asset-list.js +1 -1
- package/mainnet/omniflixhub/asset-list.js +6 -0
- package/mainnet/osmosis/asset-list.js +6 -1
- package/mainnet/stargaze/asset-list.js +1 -0
- package/package.json +3 -3
- package/testnet/asset-lists.js +2 -0
- package/testnet/chains.js +2 -0
- package/testnet/hippoprotocoltestnet/asset-list.d.ts +3 -0
- package/testnet/hippoprotocoltestnet/asset-list.js +30 -0
- package/testnet/hippoprotocoltestnet/chain.d.ts +3 -0
- package/testnet/hippoprotocoltestnet/chain.js +88 -0
- package/testnet/hippoprotocoltestnet/index.d.ts +2 -0
- package/testnet/hippoprotocoltestnet/index.js +10 -0
- package/testnet/zenrocktestnet/chain.js +1 -1
|
@@ -299,6 +299,7 @@ const info = {
|
|
|
299
299
|
},
|
|
300
300
|
{
|
|
301
301
|
description: 'GATA Yield DAO Governance Token powered by OmniFlixHub',
|
|
302
|
+
extendedDescription: 'GATA Yield DAO is a decentralized, community-governed organization focused on sustainable yield generation and resource allocation. Governed by YGATA stakers, GATA Yield DAO is committed to long-term value growth and to support aligned projects in Cosmos/IBC, with decisions made through open and verifiable governance. Designed for equitable participation, GATA Yield DAO prioritizes community benefits and financial sustainability.',
|
|
302
303
|
denomUnits: [{
|
|
303
304
|
denom: 'factory/omniflix1fwphj5p6qd8gtkehkzfgac38eur4uqzgz97uwvf6hsc0vjl004gqfj0xnv/ygata',
|
|
304
305
|
exponent: 0
|
|
@@ -321,6 +322,11 @@ const info = {
|
|
|
321
322
|
primaryColorHex: '#7b5aff'
|
|
322
323
|
}
|
|
323
324
|
}],
|
|
325
|
+
coingeckoId: 'yield-gata',
|
|
326
|
+
socials: {
|
|
327
|
+
website: 'https://gatahub.zone',
|
|
328
|
+
twitter: 'https://x.com/GataHubZone'
|
|
329
|
+
},
|
|
324
330
|
typeAsset: 'sdk.coin'
|
|
325
331
|
},
|
|
326
332
|
{
|
|
@@ -21478,7 +21478,12 @@ const info = {
|
|
|
21478
21478
|
theme: {
|
|
21479
21479
|
primaryColorHex: '#7b5aff'
|
|
21480
21480
|
}
|
|
21481
|
-
}]
|
|
21481
|
+
}],
|
|
21482
|
+
coingeckoId: 'yield-gata',
|
|
21483
|
+
socials: {
|
|
21484
|
+
website: 'https://gatahub.zone',
|
|
21485
|
+
twitter: 'https://x.com/GataHubZone'
|
|
21486
|
+
}
|
|
21482
21487
|
},
|
|
21483
21488
|
{
|
|
21484
21489
|
description: 'Deprecated after hard fork: Dragon Token is the native staking and governance token of Dungeon Chain, serving as the backbone of the ecosystem. Its primary roles include staking, where users stake Dragon Tokens to secure the network, enhance its functionality, and earn rewards in return; governance, granting token holders voting rights to influence key decisions such as game onboarding, protocol updates, and community-driven initiatives; and ecosystem growth, facilitating transactions, incentivizing developers, and promoting the creation of new interchain games. Dragon Token ensures a decentralized, fair, and community-driven ecosystem, fostering the evolution of blockchain-based gaming. It plays a crucial role in driving the growth of Dungeon Chain by empowering both developers and players to participate actively in the ecosystem\'s governance and success.',
|
|
@@ -44,6 +44,7 @@ import * as _finschiatestnet from './finschiatestnet';
|
|
|
44
44
|
import * as _galacticatestnet from './galacticatestnet';
|
|
45
45
|
import * as _gitopiatestnet from './gitopiatestnet';
|
|
46
46
|
import * as _hedgetestnet from './hedgetestnet';
|
|
47
|
+
import * as _hippoprotocoltestnet from './hippoprotocoltestnet';
|
|
47
48
|
import * as _humanstestnet from './humanstestnet';
|
|
48
49
|
import * as _hypersigntestnet from './hypersigntestnet';
|
|
49
50
|
import * as _impacthubtestnet from './impacthubtestnet';
|
|
@@ -180,6 +181,7 @@ const assetList = [
|
|
|
180
181
|
_galacticatestnet.assetList,
|
|
181
182
|
_gitopiatestnet.assetList,
|
|
182
183
|
_hedgetestnet.assetList,
|
|
184
|
+
_hippoprotocoltestnet.assetList,
|
|
183
185
|
_humanstestnet.assetList,
|
|
184
186
|
_hypersigntestnet.assetList,
|
|
185
187
|
_impacthubtestnet.assetList,
|
package/esm/testnet/chains.js
CHANGED
|
@@ -44,6 +44,7 @@ import * as _finschiatestnet from './finschiatestnet';
|
|
|
44
44
|
import * as _galacticatestnet from './galacticatestnet';
|
|
45
45
|
import * as _gitopiatestnet from './gitopiatestnet';
|
|
46
46
|
import * as _hedgetestnet from './hedgetestnet';
|
|
47
|
+
import * as _hippoprotocoltestnet from './hippoprotocoltestnet';
|
|
47
48
|
import * as _humanstestnet from './humanstestnet';
|
|
48
49
|
import * as _hypersigntestnet from './hypersigntestnet';
|
|
49
50
|
import * as _impacthubtestnet from './impacthubtestnet';
|
|
@@ -180,6 +181,7 @@ const chains = [
|
|
|
180
181
|
_galacticatestnet.chain,
|
|
181
182
|
_gitopiatestnet.chain,
|
|
182
183
|
_hedgetestnet.chain,
|
|
184
|
+
_hippoprotocoltestnet.chain,
|
|
183
185
|
_humanstestnet.chain,
|
|
184
186
|
_hypersigntestnet.chain,
|
|
185
187
|
_impacthubtestnet.chain,
|
|
@@ -0,0 +1,28 @@
|
|
|
1
|
+
const info = {
|
|
2
|
+
$schema: '../../assetlist.schema.json',
|
|
3
|
+
chainName: 'hippoprotocoltestnet',
|
|
4
|
+
assets: [{
|
|
5
|
+
description: 'The native token of Hippo Protocol.',
|
|
6
|
+
denomUnits: [{
|
|
7
|
+
denom: 'ahp',
|
|
8
|
+
exponent: 0
|
|
9
|
+
}],
|
|
10
|
+
typeAsset: 'sdk.coin',
|
|
11
|
+
base: 'ahp',
|
|
12
|
+
name: 'Hippo',
|
|
13
|
+
display: 'ahp',
|
|
14
|
+
symbol: 'HP',
|
|
15
|
+
logoURIs: {
|
|
16
|
+
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/hippoprotocol/images/logo.svg'
|
|
17
|
+
},
|
|
18
|
+
images: [{
|
|
19
|
+
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/hippoprotocol/images/logo.svg'
|
|
20
|
+
}],
|
|
21
|
+
coingeckoId: 'hippo-protocol',
|
|
22
|
+
socials: {
|
|
23
|
+
website: 'https://hippoprotocol.ai/',
|
|
24
|
+
twitter: 'https://x.com/Hippo_Protocol'
|
|
25
|
+
}
|
|
26
|
+
}]
|
|
27
|
+
};
|
|
28
|
+
export default info;
|
|
@@ -0,0 +1,86 @@
|
|
|
1
|
+
const info = {
|
|
2
|
+
$schema: '../../chain.schema.json',
|
|
3
|
+
chainName: 'hippoprotocoltestnet',
|
|
4
|
+
status: 'live',
|
|
5
|
+
website: 'https://hippoprotocol.ai/',
|
|
6
|
+
networkType: 'testnet',
|
|
7
|
+
prettyName: 'Hippo Protocol Testnet',
|
|
8
|
+
chainType: 'cosmos',
|
|
9
|
+
chainId: 'hippo-protocol-testnet-1',
|
|
10
|
+
bech32Prefix: 'hippo',
|
|
11
|
+
slip44: 118,
|
|
12
|
+
daemonName: 'hippod',
|
|
13
|
+
nodeHome: '$HOME/.hippod',
|
|
14
|
+
keyAlgos: ['secp256k1'],
|
|
15
|
+
fees: {
|
|
16
|
+
feeTokens: [{
|
|
17
|
+
denom: 'ahp',
|
|
18
|
+
lowGasPrice: 4000000000000,
|
|
19
|
+
averageGasPrice: 5000000000000,
|
|
20
|
+
highGasPrice: 10000000000000
|
|
21
|
+
}]
|
|
22
|
+
},
|
|
23
|
+
staking: {
|
|
24
|
+
stakingTokens: [{
|
|
25
|
+
denom: 'ahp'
|
|
26
|
+
}],
|
|
27
|
+
lockDuration: {
|
|
28
|
+
time: '1814400s'
|
|
29
|
+
}
|
|
30
|
+
},
|
|
31
|
+
codebase: {
|
|
32
|
+
gitRepo: 'https://github.com/hippo-protocol/hippo-protocol',
|
|
33
|
+
recommendedVersion: 'v1.0.0',
|
|
34
|
+
compatibleVersions: ['v1.0.0'],
|
|
35
|
+
genesis: {
|
|
36
|
+
genesisUrl: 'https://github.com/hippo-protocol/hippo-protocol-hub/blob/main/hippo-protocol-testnet-1/genesis.json'
|
|
37
|
+
},
|
|
38
|
+
consensus: {
|
|
39
|
+
type: 'cometbft',
|
|
40
|
+
repo: 'https://github.com/cometbft/cometbft',
|
|
41
|
+
version: 'v0.38.17',
|
|
42
|
+
tag: 'v0.38.17'
|
|
43
|
+
},
|
|
44
|
+
sdk: {
|
|
45
|
+
type: 'cosmos',
|
|
46
|
+
repo: 'https://github.com/cosmos/cosmos-sdk',
|
|
47
|
+
version: 'v0.50.13',
|
|
48
|
+
tag: 'v0.50.13'
|
|
49
|
+
},
|
|
50
|
+
ibc: {
|
|
51
|
+
type: 'go',
|
|
52
|
+
repo: 'https://github.com/cosmos/ibc-go',
|
|
53
|
+
version: 'v8.7.0',
|
|
54
|
+
tag: 'v8.7.0'
|
|
55
|
+
},
|
|
56
|
+
language: {
|
|
57
|
+
type: 'go',
|
|
58
|
+
version: '1.23.0'
|
|
59
|
+
}
|
|
60
|
+
},
|
|
61
|
+
logoURIs: {
|
|
62
|
+
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/hippoprotocol/images/logo.svg'
|
|
63
|
+
},
|
|
64
|
+
apis: {
|
|
65
|
+
rpc: [{
|
|
66
|
+
address: 'https://rpc.testnet.hippo-protocol.com/',
|
|
67
|
+
provider: 'Hippo Protocol'
|
|
68
|
+
}],
|
|
69
|
+
rest: [{
|
|
70
|
+
address: 'https://api.testnet.hippo-protocol.com/',
|
|
71
|
+
provider: 'Hippo Protocol'
|
|
72
|
+
}],
|
|
73
|
+
grpc: []
|
|
74
|
+
},
|
|
75
|
+
explorers: [{
|
|
76
|
+
kind: 'Hippo River Testnet',
|
|
77
|
+
url: 'https://river-testnet.hippoprotocol.ai/',
|
|
78
|
+
txPage: 'https://river-testnet.hippoprotocol.ai/hippo-protocol/tx/${txHash}',
|
|
79
|
+
accountPage: 'https://river-testnet.hippoprotocol.ai/hippo-protocol/account/${accountAddress}'
|
|
80
|
+
}],
|
|
81
|
+
images: [{
|
|
82
|
+
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/hippoprotocol/images/logo.svg'
|
|
83
|
+
}],
|
|
84
|
+
description: 'One Protocol. Every Patient. Infinite Possibility.'
|
|
85
|
+
};
|
|
86
|
+
export default info;
|
|
@@ -301,6 +301,7 @@ const info = {
|
|
|
301
301
|
},
|
|
302
302
|
{
|
|
303
303
|
description: 'GATA Yield DAO Governance Token powered by OmniFlixHub',
|
|
304
|
+
extendedDescription: 'GATA Yield DAO is a decentralized, community-governed organization focused on sustainable yield generation and resource allocation. Governed by YGATA stakers, GATA Yield DAO is committed to long-term value growth and to support aligned projects in Cosmos/IBC, with decisions made through open and verifiable governance. Designed for equitable participation, GATA Yield DAO prioritizes community benefits and financial sustainability.',
|
|
304
305
|
denomUnits: [{
|
|
305
306
|
denom: 'factory/omniflix1fwphj5p6qd8gtkehkzfgac38eur4uqzgz97uwvf6hsc0vjl004gqfj0xnv/ygata',
|
|
306
307
|
exponent: 0
|
|
@@ -323,6 +324,11 @@ const info = {
|
|
|
323
324
|
primaryColorHex: '#7b5aff'
|
|
324
325
|
}
|
|
325
326
|
}],
|
|
327
|
+
coingeckoId: 'yield-gata',
|
|
328
|
+
socials: {
|
|
329
|
+
website: 'https://gatahub.zone',
|
|
330
|
+
twitter: 'https://x.com/GataHubZone'
|
|
331
|
+
},
|
|
326
332
|
typeAsset: 'sdk.coin'
|
|
327
333
|
},
|
|
328
334
|
{
|
|
@@ -21480,7 +21480,12 @@ const info = {
|
|
|
21480
21480
|
theme: {
|
|
21481
21481
|
primaryColorHex: '#7b5aff'
|
|
21482
21482
|
}
|
|
21483
|
-
}]
|
|
21483
|
+
}],
|
|
21484
|
+
coingeckoId: 'yield-gata',
|
|
21485
|
+
socials: {
|
|
21486
|
+
website: 'https://gatahub.zone',
|
|
21487
|
+
twitter: 'https://x.com/GataHubZone'
|
|
21488
|
+
}
|
|
21484
21489
|
},
|
|
21485
21490
|
{
|
|
21486
21491
|
description: 'Deprecated after hard fork: Dragon Token is the native staking and governance token of Dungeon Chain, serving as the backbone of the ecosystem. Its primary roles include staking, where users stake Dragon Tokens to secure the network, enhance its functionality, and earn rewards in return; governance, granting token holders voting rights to influence key decisions such as game onboarding, protocol updates, and community-driven initiatives; and ecosystem growth, facilitating transactions, incentivizing developers, and promoting the creation of new interchain games. Dragon Token ensures a decentralized, fair, and community-driven ecosystem, fostering the evolution of blockchain-based gaming. It plays a crucial role in driving the growth of Dungeon Chain by empowering both developers and players to participate actively in the ecosystem\'s governance and success.',
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "chain-registry",
|
|
3
|
-
"version": "2.0.
|
|
3
|
+
"version": "2.0.3",
|
|
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.3"
|
|
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": "4975fbb0b7340e960f93e5eb25294b04357cc660"
|
|
43
43
|
}
|
package/testnet/asset-lists.js
CHANGED
|
@@ -69,6 +69,7 @@ const _finschiatestnet = __importStar(require("./finschiatestnet"));
|
|
|
69
69
|
const _galacticatestnet = __importStar(require("./galacticatestnet"));
|
|
70
70
|
const _gitopiatestnet = __importStar(require("./gitopiatestnet"));
|
|
71
71
|
const _hedgetestnet = __importStar(require("./hedgetestnet"));
|
|
72
|
+
const _hippoprotocoltestnet = __importStar(require("./hippoprotocoltestnet"));
|
|
72
73
|
const _humanstestnet = __importStar(require("./humanstestnet"));
|
|
73
74
|
const _hypersigntestnet = __importStar(require("./hypersigntestnet"));
|
|
74
75
|
const _impacthubtestnet = __importStar(require("./impacthubtestnet"));
|
|
@@ -205,6 +206,7 @@ const assetList = [
|
|
|
205
206
|
_galacticatestnet.assetList,
|
|
206
207
|
_gitopiatestnet.assetList,
|
|
207
208
|
_hedgetestnet.assetList,
|
|
209
|
+
_hippoprotocoltestnet.assetList,
|
|
208
210
|
_humanstestnet.assetList,
|
|
209
211
|
_hypersigntestnet.assetList,
|
|
210
212
|
_impacthubtestnet.assetList,
|
package/testnet/chains.js
CHANGED
|
@@ -69,6 +69,7 @@ const _finschiatestnet = __importStar(require("./finschiatestnet"));
|
|
|
69
69
|
const _galacticatestnet = __importStar(require("./galacticatestnet"));
|
|
70
70
|
const _gitopiatestnet = __importStar(require("./gitopiatestnet"));
|
|
71
71
|
const _hedgetestnet = __importStar(require("./hedgetestnet"));
|
|
72
|
+
const _hippoprotocoltestnet = __importStar(require("./hippoprotocoltestnet"));
|
|
72
73
|
const _humanstestnet = __importStar(require("./humanstestnet"));
|
|
73
74
|
const _hypersigntestnet = __importStar(require("./hypersigntestnet"));
|
|
74
75
|
const _impacthubtestnet = __importStar(require("./impacthubtestnet"));
|
|
@@ -205,6 +206,7 @@ const chains = [
|
|
|
205
206
|
_galacticatestnet.chain,
|
|
206
207
|
_gitopiatestnet.chain,
|
|
207
208
|
_hedgetestnet.chain,
|
|
209
|
+
_hippoprotocoltestnet.chain,
|
|
208
210
|
_humanstestnet.chain,
|
|
209
211
|
_hypersigntestnet.chain,
|
|
210
212
|
_impacthubtestnet.chain,
|
|
@@ -0,0 +1,30 @@
|
|
|
1
|
+
"use strict";
|
|
2
|
+
Object.defineProperty(exports, "__esModule", { value: true });
|
|
3
|
+
const info = {
|
|
4
|
+
$schema: '../../assetlist.schema.json',
|
|
5
|
+
chainName: 'hippoprotocoltestnet',
|
|
6
|
+
assets: [{
|
|
7
|
+
description: 'The native token of Hippo Protocol.',
|
|
8
|
+
denomUnits: [{
|
|
9
|
+
denom: 'ahp',
|
|
10
|
+
exponent: 0
|
|
11
|
+
}],
|
|
12
|
+
typeAsset: 'sdk.coin',
|
|
13
|
+
base: 'ahp',
|
|
14
|
+
name: 'Hippo',
|
|
15
|
+
display: 'ahp',
|
|
16
|
+
symbol: 'HP',
|
|
17
|
+
logoURIs: {
|
|
18
|
+
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/hippoprotocol/images/logo.svg'
|
|
19
|
+
},
|
|
20
|
+
images: [{
|
|
21
|
+
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/hippoprotocol/images/logo.svg'
|
|
22
|
+
}],
|
|
23
|
+
coingeckoId: 'hippo-protocol',
|
|
24
|
+
socials: {
|
|
25
|
+
website: 'https://hippoprotocol.ai/',
|
|
26
|
+
twitter: 'https://x.com/Hippo_Protocol'
|
|
27
|
+
}
|
|
28
|
+
}]
|
|
29
|
+
};
|
|
30
|
+
exports.default = info;
|
|
@@ -0,0 +1,88 @@
|
|
|
1
|
+
"use strict";
|
|
2
|
+
Object.defineProperty(exports, "__esModule", { value: true });
|
|
3
|
+
const info = {
|
|
4
|
+
$schema: '../../chain.schema.json',
|
|
5
|
+
chainName: 'hippoprotocoltestnet',
|
|
6
|
+
status: 'live',
|
|
7
|
+
website: 'https://hippoprotocol.ai/',
|
|
8
|
+
networkType: 'testnet',
|
|
9
|
+
prettyName: 'Hippo Protocol Testnet',
|
|
10
|
+
chainType: 'cosmos',
|
|
11
|
+
chainId: 'hippo-protocol-testnet-1',
|
|
12
|
+
bech32Prefix: 'hippo',
|
|
13
|
+
slip44: 118,
|
|
14
|
+
daemonName: 'hippod',
|
|
15
|
+
nodeHome: '$HOME/.hippod',
|
|
16
|
+
keyAlgos: ['secp256k1'],
|
|
17
|
+
fees: {
|
|
18
|
+
feeTokens: [{
|
|
19
|
+
denom: 'ahp',
|
|
20
|
+
lowGasPrice: 4000000000000,
|
|
21
|
+
averageGasPrice: 5000000000000,
|
|
22
|
+
highGasPrice: 10000000000000
|
|
23
|
+
}]
|
|
24
|
+
},
|
|
25
|
+
staking: {
|
|
26
|
+
stakingTokens: [{
|
|
27
|
+
denom: 'ahp'
|
|
28
|
+
}],
|
|
29
|
+
lockDuration: {
|
|
30
|
+
time: '1814400s'
|
|
31
|
+
}
|
|
32
|
+
},
|
|
33
|
+
codebase: {
|
|
34
|
+
gitRepo: 'https://github.com/hippo-protocol/hippo-protocol',
|
|
35
|
+
recommendedVersion: 'v1.0.0',
|
|
36
|
+
compatibleVersions: ['v1.0.0'],
|
|
37
|
+
genesis: {
|
|
38
|
+
genesisUrl: 'https://github.com/hippo-protocol/hippo-protocol-hub/blob/main/hippo-protocol-testnet-1/genesis.json'
|
|
39
|
+
},
|
|
40
|
+
consensus: {
|
|
41
|
+
type: 'cometbft',
|
|
42
|
+
repo: 'https://github.com/cometbft/cometbft',
|
|
43
|
+
version: 'v0.38.17',
|
|
44
|
+
tag: 'v0.38.17'
|
|
45
|
+
},
|
|
46
|
+
sdk: {
|
|
47
|
+
type: 'cosmos',
|
|
48
|
+
repo: 'https://github.com/cosmos/cosmos-sdk',
|
|
49
|
+
version: 'v0.50.13',
|
|
50
|
+
tag: 'v0.50.13'
|
|
51
|
+
},
|
|
52
|
+
ibc: {
|
|
53
|
+
type: 'go',
|
|
54
|
+
repo: 'https://github.com/cosmos/ibc-go',
|
|
55
|
+
version: 'v8.7.0',
|
|
56
|
+
tag: 'v8.7.0'
|
|
57
|
+
},
|
|
58
|
+
language: {
|
|
59
|
+
type: 'go',
|
|
60
|
+
version: '1.23.0'
|
|
61
|
+
}
|
|
62
|
+
},
|
|
63
|
+
logoURIs: {
|
|
64
|
+
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/hippoprotocol/images/logo.svg'
|
|
65
|
+
},
|
|
66
|
+
apis: {
|
|
67
|
+
rpc: [{
|
|
68
|
+
address: 'https://rpc.testnet.hippo-protocol.com/',
|
|
69
|
+
provider: 'Hippo Protocol'
|
|
70
|
+
}],
|
|
71
|
+
rest: [{
|
|
72
|
+
address: 'https://api.testnet.hippo-protocol.com/',
|
|
73
|
+
provider: 'Hippo Protocol'
|
|
74
|
+
}],
|
|
75
|
+
grpc: []
|
|
76
|
+
},
|
|
77
|
+
explorers: [{
|
|
78
|
+
kind: 'Hippo River Testnet',
|
|
79
|
+
url: 'https://river-testnet.hippoprotocol.ai/',
|
|
80
|
+
txPage: 'https://river-testnet.hippoprotocol.ai/hippo-protocol/tx/${txHash}',
|
|
81
|
+
accountPage: 'https://river-testnet.hippoprotocol.ai/hippo-protocol/account/${accountAddress}'
|
|
82
|
+
}],
|
|
83
|
+
images: [{
|
|
84
|
+
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/hippoprotocol/images/logo.svg'
|
|
85
|
+
}],
|
|
86
|
+
description: 'One Protocol. Every Patient. Infinite Possibility.'
|
|
87
|
+
};
|
|
88
|
+
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;
|