chain-registry 2.0.214 → 2.0.215
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/hippoprotocol/asset-list.js +4 -1
- package/esm/mainnet/hippoprotocol/ibc-data.js +6 -6
- package/esm/mainnet/osmosis/asset-list.js +9 -6
- package/esm/mainnet/osmosis/ibc-data.js +6 -6
- package/esm/mainnet/stoc/chain.js +1 -1
- package/esm/testnet/hippoprotocoltestnet/asset-list.js +12 -2
- package/esm/testnet/tstoctestnet/chain.js +2 -2
- package/mainnet/hippoprotocol/asset-list.js +4 -1
- package/mainnet/hippoprotocol/ibc-data.js +6 -6
- package/mainnet/osmosis/asset-list.js +9 -6
- package/mainnet/osmosis/ibc-data.js +6 -6
- package/mainnet/stoc/chain.js +1 -1
- package/package.json +3 -3
- package/testnet/hippoprotocoltestnet/asset-list.js +12 -2
- package/testnet/tstoctestnet/chain.js +2 -2
|
@@ -6,11 +6,14 @@ const info = {
|
|
|
6
6
|
denomUnits: [{
|
|
7
7
|
denom: 'ahp',
|
|
8
8
|
exponent: 0
|
|
9
|
+
}, {
|
|
10
|
+
denom: 'hp',
|
|
11
|
+
exponent: 18
|
|
9
12
|
}],
|
|
10
13
|
typeAsset: 'sdk.coin',
|
|
11
14
|
base: 'ahp',
|
|
12
15
|
name: 'Hippo',
|
|
13
|
-
display: '
|
|
16
|
+
display: 'hp',
|
|
14
17
|
symbol: 'HP',
|
|
15
18
|
logoURIs: {
|
|
16
19
|
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/hippoprotocol/images/logo.svg'
|
|
@@ -3,22 +3,22 @@ const info = [{
|
|
|
3
3
|
chain1: {
|
|
4
4
|
chainName: 'hippoprotocol',
|
|
5
5
|
chainId: 'hippo-protocol-1',
|
|
6
|
-
clientId: '07-tendermint-
|
|
7
|
-
connectionId: 'connection-
|
|
6
|
+
clientId: '07-tendermint-1',
|
|
7
|
+
connectionId: 'connection-2'
|
|
8
8
|
},
|
|
9
9
|
chain2: {
|
|
10
10
|
chainName: 'osmosis',
|
|
11
11
|
chainId: 'osmosis-1',
|
|
12
|
-
clientId: '07-tendermint-
|
|
13
|
-
connectionId: 'connection-
|
|
12
|
+
clientId: '07-tendermint-3711',
|
|
13
|
+
connectionId: 'connection-11064'
|
|
14
14
|
},
|
|
15
15
|
channels: [{
|
|
16
16
|
chain1: {
|
|
17
|
-
channelId: 'channel-
|
|
17
|
+
channelId: 'channel-1',
|
|
18
18
|
portId: 'transfer'
|
|
19
19
|
},
|
|
20
20
|
chain2: {
|
|
21
|
-
channelId: 'channel-
|
|
21
|
+
channelId: 'channel-110277',
|
|
22
22
|
portId: 'transfer'
|
|
23
23
|
},
|
|
24
24
|
ordering: 'unordered',
|
|
@@ -21602,25 +21602,28 @@ const info = {
|
|
|
21602
21602
|
{
|
|
21603
21603
|
description: 'The native token of Hippo Protocol.',
|
|
21604
21604
|
denomUnits: [{
|
|
21605
|
-
denom: 'ibc/
|
|
21605
|
+
denom: 'ibc/24C3429B835A84801EFEFC28C8CBDF787C4067D971CB6E510BB525FA462CCE1C',
|
|
21606
21606
|
exponent: 0,
|
|
21607
21607
|
aliases: ['ahp']
|
|
21608
|
+
}, {
|
|
21609
|
+
denom: 'hp',
|
|
21610
|
+
exponent: 18
|
|
21608
21611
|
}],
|
|
21609
21612
|
typeAsset: 'ics20',
|
|
21610
|
-
base: 'ibc/
|
|
21613
|
+
base: 'ibc/24C3429B835A84801EFEFC28C8CBDF787C4067D971CB6E510BB525FA462CCE1C',
|
|
21611
21614
|
name: 'Hippo Protocol',
|
|
21612
|
-
display: '
|
|
21615
|
+
display: 'hp',
|
|
21613
21616
|
symbol: 'HP',
|
|
21614
21617
|
traces: [{
|
|
21615
21618
|
type: 'ibc',
|
|
21616
21619
|
counterparty: {
|
|
21617
21620
|
chainName: 'hippoprotocol',
|
|
21618
21621
|
baseDenom: 'ahp',
|
|
21619
|
-
channelId: 'channel-
|
|
21622
|
+
channelId: 'channel-1'
|
|
21620
21623
|
},
|
|
21621
21624
|
chain: {
|
|
21622
|
-
channelId: 'channel-
|
|
21623
|
-
path: 'transfer/channel-
|
|
21625
|
+
channelId: 'channel-110277',
|
|
21626
|
+
path: 'transfer/channel-110277/ahp'
|
|
21624
21627
|
}
|
|
21625
21628
|
}],
|
|
21626
21629
|
logoURIs: {
|
|
@@ -2202,22 +2202,22 @@ const info = [
|
|
|
2202
2202
|
chain1: {
|
|
2203
2203
|
chainName: 'hippoprotocol',
|
|
2204
2204
|
chainId: 'hippo-protocol-1',
|
|
2205
|
-
clientId: '07-tendermint-
|
|
2206
|
-
connectionId: 'connection-
|
|
2205
|
+
clientId: '07-tendermint-1',
|
|
2206
|
+
connectionId: 'connection-2'
|
|
2207
2207
|
},
|
|
2208
2208
|
chain2: {
|
|
2209
2209
|
chainName: 'osmosis',
|
|
2210
2210
|
chainId: 'osmosis-1',
|
|
2211
|
-
clientId: '07-tendermint-
|
|
2212
|
-
connectionId: 'connection-
|
|
2211
|
+
clientId: '07-tendermint-3711',
|
|
2212
|
+
connectionId: 'connection-11064'
|
|
2213
2213
|
},
|
|
2214
2214
|
channels: [{
|
|
2215
2215
|
chain1: {
|
|
2216
|
-
channelId: 'channel-
|
|
2216
|
+
channelId: 'channel-1',
|
|
2217
2217
|
portId: 'transfer'
|
|
2218
2218
|
},
|
|
2219
2219
|
chain2: {
|
|
2220
|
-
channelId: 'channel-
|
|
2220
|
+
channelId: 'channel-110277',
|
|
2221
2221
|
portId: 'transfer'
|
|
2222
2222
|
},
|
|
2223
2223
|
ordering: 'unordered',
|
|
@@ -72,7 +72,7 @@ const info = {
|
|
|
72
72
|
explorers: [{
|
|
73
73
|
kind: 'stochainscan',
|
|
74
74
|
url: 'https://stochainscan.io/en',
|
|
75
|
-
txPage: 'https://stochainscan.io/en/
|
|
75
|
+
txPage: 'https://stochainscan.io/en/tx/${txHash}',
|
|
76
76
|
accountPage: 'https://stochainscan.io/en/address/${accountAddress}'
|
|
77
77
|
}],
|
|
78
78
|
images: [{
|
|
@@ -6,19 +6,29 @@ const info = {
|
|
|
6
6
|
denomUnits: [{
|
|
7
7
|
denom: 'ahp',
|
|
8
8
|
exponent: 0
|
|
9
|
+
}, {
|
|
10
|
+
denom: 'hp',
|
|
11
|
+
exponent: 18
|
|
9
12
|
}],
|
|
10
13
|
typeAsset: 'sdk.coin',
|
|
11
14
|
base: 'ahp',
|
|
12
15
|
name: 'Hippo',
|
|
13
|
-
display: '
|
|
16
|
+
display: 'hp',
|
|
14
17
|
symbol: 'HP',
|
|
18
|
+
traces: [{
|
|
19
|
+
type: 'test-mintage',
|
|
20
|
+
counterparty: {
|
|
21
|
+
chainName: 'hippoprotocol',
|
|
22
|
+
baseDenom: 'ahp'
|
|
23
|
+
},
|
|
24
|
+
provider: 'Hippo Protocol'
|
|
25
|
+
}],
|
|
15
26
|
logoURIs: {
|
|
16
27
|
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/hippoprotocol/images/logo.svg'
|
|
17
28
|
},
|
|
18
29
|
images: [{
|
|
19
30
|
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/hippoprotocol/images/logo.svg'
|
|
20
31
|
}],
|
|
21
|
-
coingeckoId: 'hippo-protocol',
|
|
22
32
|
socials: {
|
|
23
33
|
website: 'https://hippoprotocol.ai/',
|
|
24
34
|
x: 'https://x.com/Hippo_Protocol'
|
|
@@ -6,7 +6,7 @@ const info = {
|
|
|
6
6
|
website: 'https://www.stochain.io/',
|
|
7
7
|
prettyName: 'STO Chain Testnet',
|
|
8
8
|
chainType: 'cosmos',
|
|
9
|
-
chainId: '
|
|
9
|
+
chainId: 'tstoc_1999-1',
|
|
10
10
|
bech32Prefix: 'stoc',
|
|
11
11
|
daemonName: 'stocd',
|
|
12
12
|
nodeHome: '$HOME/.stoc',
|
|
@@ -67,7 +67,7 @@ const info = {
|
|
|
67
67
|
explorers: [{
|
|
68
68
|
kind: 'stochainscan',
|
|
69
69
|
url: 'https://stochainscan.io/en',
|
|
70
|
-
txPage: 'https://stochainscan.io/en/
|
|
70
|
+
txPage: 'https://stochainscan.io/en/tx/${txHash}',
|
|
71
71
|
accountPage: 'https://stochainscan.io/en/address/${accountAddress}'
|
|
72
72
|
}],
|
|
73
73
|
images: [{
|
|
@@ -8,11 +8,14 @@ const info = {
|
|
|
8
8
|
denomUnits: [{
|
|
9
9
|
denom: 'ahp',
|
|
10
10
|
exponent: 0
|
|
11
|
+
}, {
|
|
12
|
+
denom: 'hp',
|
|
13
|
+
exponent: 18
|
|
11
14
|
}],
|
|
12
15
|
typeAsset: 'sdk.coin',
|
|
13
16
|
base: 'ahp',
|
|
14
17
|
name: 'Hippo',
|
|
15
|
-
display: '
|
|
18
|
+
display: 'hp',
|
|
16
19
|
symbol: 'HP',
|
|
17
20
|
logoURIs: {
|
|
18
21
|
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/hippoprotocol/images/logo.svg'
|
|
@@ -5,22 +5,22 @@ const info = [{
|
|
|
5
5
|
chain1: {
|
|
6
6
|
chainName: 'hippoprotocol',
|
|
7
7
|
chainId: 'hippo-protocol-1',
|
|
8
|
-
clientId: '07-tendermint-
|
|
9
|
-
connectionId: 'connection-
|
|
8
|
+
clientId: '07-tendermint-1',
|
|
9
|
+
connectionId: 'connection-2'
|
|
10
10
|
},
|
|
11
11
|
chain2: {
|
|
12
12
|
chainName: 'osmosis',
|
|
13
13
|
chainId: 'osmosis-1',
|
|
14
|
-
clientId: '07-tendermint-
|
|
15
|
-
connectionId: 'connection-
|
|
14
|
+
clientId: '07-tendermint-3711',
|
|
15
|
+
connectionId: 'connection-11064'
|
|
16
16
|
},
|
|
17
17
|
channels: [{
|
|
18
18
|
chain1: {
|
|
19
|
-
channelId: 'channel-
|
|
19
|
+
channelId: 'channel-1',
|
|
20
20
|
portId: 'transfer'
|
|
21
21
|
},
|
|
22
22
|
chain2: {
|
|
23
|
-
channelId: 'channel-
|
|
23
|
+
channelId: 'channel-110277',
|
|
24
24
|
portId: 'transfer'
|
|
25
25
|
},
|
|
26
26
|
ordering: 'unordered',
|
|
@@ -21604,25 +21604,28 @@ const info = {
|
|
|
21604
21604
|
{
|
|
21605
21605
|
description: 'The native token of Hippo Protocol.',
|
|
21606
21606
|
denomUnits: [{
|
|
21607
|
-
denom: 'ibc/
|
|
21607
|
+
denom: 'ibc/24C3429B835A84801EFEFC28C8CBDF787C4067D971CB6E510BB525FA462CCE1C',
|
|
21608
21608
|
exponent: 0,
|
|
21609
21609
|
aliases: ['ahp']
|
|
21610
|
+
}, {
|
|
21611
|
+
denom: 'hp',
|
|
21612
|
+
exponent: 18
|
|
21610
21613
|
}],
|
|
21611
21614
|
typeAsset: 'ics20',
|
|
21612
|
-
base: 'ibc/
|
|
21615
|
+
base: 'ibc/24C3429B835A84801EFEFC28C8CBDF787C4067D971CB6E510BB525FA462CCE1C',
|
|
21613
21616
|
name: 'Hippo Protocol',
|
|
21614
|
-
display: '
|
|
21617
|
+
display: 'hp',
|
|
21615
21618
|
symbol: 'HP',
|
|
21616
21619
|
traces: [{
|
|
21617
21620
|
type: 'ibc',
|
|
21618
21621
|
counterparty: {
|
|
21619
21622
|
chainName: 'hippoprotocol',
|
|
21620
21623
|
baseDenom: 'ahp',
|
|
21621
|
-
channelId: 'channel-
|
|
21624
|
+
channelId: 'channel-1'
|
|
21622
21625
|
},
|
|
21623
21626
|
chain: {
|
|
21624
|
-
channelId: 'channel-
|
|
21625
|
-
path: 'transfer/channel-
|
|
21627
|
+
channelId: 'channel-110277',
|
|
21628
|
+
path: 'transfer/channel-110277/ahp'
|
|
21626
21629
|
}
|
|
21627
21630
|
}],
|
|
21628
21631
|
logoURIs: {
|
|
@@ -2204,22 +2204,22 @@ const info = [
|
|
|
2204
2204
|
chain1: {
|
|
2205
2205
|
chainName: 'hippoprotocol',
|
|
2206
2206
|
chainId: 'hippo-protocol-1',
|
|
2207
|
-
clientId: '07-tendermint-
|
|
2208
|
-
connectionId: 'connection-
|
|
2207
|
+
clientId: '07-tendermint-1',
|
|
2208
|
+
connectionId: 'connection-2'
|
|
2209
2209
|
},
|
|
2210
2210
|
chain2: {
|
|
2211
2211
|
chainName: 'osmosis',
|
|
2212
2212
|
chainId: 'osmosis-1',
|
|
2213
|
-
clientId: '07-tendermint-
|
|
2214
|
-
connectionId: 'connection-
|
|
2213
|
+
clientId: '07-tendermint-3711',
|
|
2214
|
+
connectionId: 'connection-11064'
|
|
2215
2215
|
},
|
|
2216
2216
|
channels: [{
|
|
2217
2217
|
chain1: {
|
|
2218
|
-
channelId: 'channel-
|
|
2218
|
+
channelId: 'channel-1',
|
|
2219
2219
|
portId: 'transfer'
|
|
2220
2220
|
},
|
|
2221
2221
|
chain2: {
|
|
2222
|
-
channelId: 'channel-
|
|
2222
|
+
channelId: 'channel-110277',
|
|
2223
2223
|
portId: 'transfer'
|
|
2224
2224
|
},
|
|
2225
2225
|
ordering: 'unordered',
|
package/mainnet/stoc/chain.js
CHANGED
|
@@ -74,7 +74,7 @@ const info = {
|
|
|
74
74
|
explorers: [{
|
|
75
75
|
kind: 'stochainscan',
|
|
76
76
|
url: 'https://stochainscan.io/en',
|
|
77
|
-
txPage: 'https://stochainscan.io/en/
|
|
77
|
+
txPage: 'https://stochainscan.io/en/tx/${txHash}',
|
|
78
78
|
accountPage: 'https://stochainscan.io/en/address/${accountAddress}'
|
|
79
79
|
}],
|
|
80
80
|
images: [{
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "chain-registry",
|
|
3
|
-
"version": "2.0.
|
|
3
|
+
"version": "2.0.215",
|
|
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.215"
|
|
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": "e2767394ef7a135b0c5ad4bf06f452370f1b8003"
|
|
43
43
|
}
|
|
@@ -8,19 +8,29 @@ const info = {
|
|
|
8
8
|
denomUnits: [{
|
|
9
9
|
denom: 'ahp',
|
|
10
10
|
exponent: 0
|
|
11
|
+
}, {
|
|
12
|
+
denom: 'hp',
|
|
13
|
+
exponent: 18
|
|
11
14
|
}],
|
|
12
15
|
typeAsset: 'sdk.coin',
|
|
13
16
|
base: 'ahp',
|
|
14
17
|
name: 'Hippo',
|
|
15
|
-
display: '
|
|
18
|
+
display: 'hp',
|
|
16
19
|
symbol: 'HP',
|
|
20
|
+
traces: [{
|
|
21
|
+
type: 'test-mintage',
|
|
22
|
+
counterparty: {
|
|
23
|
+
chainName: 'hippoprotocol',
|
|
24
|
+
baseDenom: 'ahp'
|
|
25
|
+
},
|
|
26
|
+
provider: 'Hippo Protocol'
|
|
27
|
+
}],
|
|
17
28
|
logoURIs: {
|
|
18
29
|
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/hippoprotocol/images/logo.svg'
|
|
19
30
|
},
|
|
20
31
|
images: [{
|
|
21
32
|
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/hippoprotocol/images/logo.svg'
|
|
22
33
|
}],
|
|
23
|
-
coingeckoId: 'hippo-protocol',
|
|
24
34
|
socials: {
|
|
25
35
|
website: 'https://hippoprotocol.ai/',
|
|
26
36
|
x: 'https://x.com/Hippo_Protocol'
|
|
@@ -8,7 +8,7 @@ const info = {
|
|
|
8
8
|
website: 'https://www.stochain.io/',
|
|
9
9
|
prettyName: 'STO Chain Testnet',
|
|
10
10
|
chainType: 'cosmos',
|
|
11
|
-
chainId: '
|
|
11
|
+
chainId: 'tstoc_1999-1',
|
|
12
12
|
bech32Prefix: 'stoc',
|
|
13
13
|
daemonName: 'stocd',
|
|
14
14
|
nodeHome: '$HOME/.stoc',
|
|
@@ -69,7 +69,7 @@ const info = {
|
|
|
69
69
|
explorers: [{
|
|
70
70
|
kind: 'stochainscan',
|
|
71
71
|
url: 'https://stochainscan.io/en',
|
|
72
|
-
txPage: 'https://stochainscan.io/en/
|
|
72
|
+
txPage: 'https://stochainscan.io/en/tx/${txHash}',
|
|
73
73
|
accountPage: 'https://stochainscan.io/en/address/${accountAddress}'
|
|
74
74
|
}],
|
|
75
75
|
images: [{
|