chain-registry 1.69.241 → 1.69.243
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/cosmoshub/assets.js +85 -0
- package/esm/mainnet/ethereum/assets.js +20 -0
- package/esm/mainnet/juno/assets.js +1 -1
- package/esm/mainnet/noble/chain.js +3 -3
- package/esm/mainnet/omniflixhub/assets.js +6 -0
- package/esm/mainnet/osmosis/assets.js +53 -1
- package/esm/mainnet/osmosis/ibc.js +14 -0
- package/esm/mainnet/pryzm/assets.js +334 -0
- package/esm/mainnet/stargaze/assets.js +1 -0
- package/esm/mainnet/terra2/assets.js +94 -57
- package/esm/mainnet/terra2/chain.js +18 -12
- package/esm/mainnet/xion/chain.js +8 -8
- package/esm/mainnet/xion/ibc.js +14 -0
- package/esm/testnet/assets.js +2 -0
- package/esm/testnet/chains.js +2 -0
- package/esm/testnet/hippoprotocoltestnet/assets.js +28 -0
- package/esm/testnet/hippoprotocoltestnet/chain.js +86 -0
- package/esm/testnet/hippoprotocoltestnet/index.js +4 -0
- package/esm/testnet/named.js +1 -0
- package/esm/testnet/osmosistestnet/ibc.js +14 -0
- package/esm/testnet/xarchaintestnet/chain.js +2 -2
- package/esm/testnet/xiontestnet2/chain.js +8 -8
- package/esm/testnet/xiontestnet2/ibc.js +14 -0
- package/esm/testnet/zenrocktestnet/chain.js +1 -1
- package/mainnet/cosmoshub/assets.js +85 -0
- package/mainnet/ethereum/assets.js +20 -0
- package/mainnet/juno/assets.js +1 -1
- package/mainnet/noble/chain.js +3 -3
- package/mainnet/omniflixhub/assets.js +6 -0
- package/mainnet/osmosis/assets.js +53 -1
- package/mainnet/osmosis/ibc.js +14 -0
- package/mainnet/pryzm/assets.js +334 -0
- package/mainnet/stargaze/assets.js +1 -0
- package/mainnet/terra2/assets.js +94 -57
- package/mainnet/terra2/chain.js +18 -12
- package/mainnet/xion/chain.js +8 -8
- package/mainnet/xion/ibc.js +14 -0
- package/package.json +3 -3
- package/testnet/assets.js +2 -0
- package/testnet/chains.js +2 -0
- package/testnet/hippoprotocoltestnet/assets.d.ts +3 -0
- package/testnet/hippoprotocoltestnet/assets.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/named.d.ts +1 -0
- package/testnet/named.js +4 -3
- package/testnet/osmosistestnet/ibc.js +14 -0
- package/testnet/xarchaintestnet/chain.js +2 -2
- package/testnet/xiontestnet2/chain.js +8 -8
- package/testnet/xiontestnet2/ibc.js +14 -0
- package/testnet/zenrocktestnet/chain.js +1 -1
|
@@ -3,7 +3,7 @@ const info = {
|
|
|
3
3
|
chain_name: 'terra2',
|
|
4
4
|
assets: [
|
|
5
5
|
{
|
|
6
|
-
description: 'The native staking token of Terra.',
|
|
6
|
+
description: 'The native staking token of Terra Phoenix.',
|
|
7
7
|
denom_units: [{
|
|
8
8
|
denom: 'uluna',
|
|
9
9
|
exponent: 0
|
|
@@ -28,8 +28,8 @@ const info = {
|
|
|
28
28
|
}
|
|
29
29
|
}],
|
|
30
30
|
socials: {
|
|
31
|
-
website: 'https://www.
|
|
32
|
-
twitter: 'https://twitter.com/
|
|
31
|
+
website: 'https://www.phoenix.money/',
|
|
32
|
+
twitter: 'https://twitter.com/phoenix_dir'
|
|
33
33
|
},
|
|
34
34
|
type_asset: 'sdk.coin'
|
|
35
35
|
},
|
|
@@ -1141,60 +1141,6 @@ const info = {
|
|
|
1141
1141
|
},
|
|
1142
1142
|
coingecko_id: 'tether'
|
|
1143
1143
|
},
|
|
1144
|
-
{
|
|
1145
|
-
description: 'ATOM-LUNA liquidity pool token on URA',
|
|
1146
|
-
denom_units: [{
|
|
1147
|
-
denom: 'factory/terra1djk2zl83dspt696ex5crhfacu8vm6934576t4zdd2592fzyahr2qma6guq/ULUN-IBC/-LP',
|
|
1148
|
-
exponent: 0
|
|
1149
|
-
}, {
|
|
1150
|
-
denom: 'atom-luna-lp',
|
|
1151
|
-
exponent: 6
|
|
1152
|
-
}],
|
|
1153
|
-
base: 'factory/terra1djk2zl83dspt696ex5crhfacu8vm6934576t4zdd2592fzyahr2qma6guq/ULUN-IBC/-LP',
|
|
1154
|
-
name: 'ATOM-LUNA LP Token URA',
|
|
1155
|
-
display: 'atom-luna-lp',
|
|
1156
|
-
symbol: 'ATOM-LUNA-LP',
|
|
1157
|
-
images: [{
|
|
1158
|
-
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/terra2/images/ura.svg'
|
|
1159
|
-
}],
|
|
1160
|
-
type_asset: 'sdk.coin'
|
|
1161
|
-
},
|
|
1162
|
-
{
|
|
1163
|
-
description: 'LUNA-USDC liquidity pool token on URA',
|
|
1164
|
-
denom_units: [{
|
|
1165
|
-
denom: 'factory/terra12jxfw2vg4cu6mxlgf39dp5ccxtuwm468w8eh9cnh2qsxc9t0sffs7ekhft/ULUN-IBC/-LP',
|
|
1166
|
-
exponent: 0
|
|
1167
|
-
}, {
|
|
1168
|
-
denom: 'luna-usdc-lp',
|
|
1169
|
-
exponent: 6
|
|
1170
|
-
}],
|
|
1171
|
-
base: 'factory/terra12jxfw2vg4cu6mxlgf39dp5ccxtuwm468w8eh9cnh2qsxc9t0sffs7ekhft/ULUN-IBC/-LP',
|
|
1172
|
-
name: 'LUNA-USDC LP Token URA',
|
|
1173
|
-
display: 'luna-usdc-lp',
|
|
1174
|
-
symbol: 'LUNA-USDC-LP',
|
|
1175
|
-
images: [{
|
|
1176
|
-
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/terra2/images/ura.svg'
|
|
1177
|
-
}],
|
|
1178
|
-
type_asset: 'sdk.coin'
|
|
1179
|
-
},
|
|
1180
|
-
{
|
|
1181
|
-
description: 'LUNA-USDT liquidity pool token on URA',
|
|
1182
|
-
denom_units: [{
|
|
1183
|
-
denom: 'factory/terra1w9spejtuac5dt0gympq576uhwde39exhh7hdxwl99rjvaphfukkq6y4cv7/ULUN-IBC/-LP',
|
|
1184
|
-
exponent: 0
|
|
1185
|
-
}, {
|
|
1186
|
-
denom: 'luna-usdt-lp',
|
|
1187
|
-
exponent: 6
|
|
1188
|
-
}],
|
|
1189
|
-
base: 'factory/terra1w9spejtuac5dt0gympq576uhwde39exhh7hdxwl99rjvaphfukkq6y4cv7/ULUN-IBC/-LP',
|
|
1190
|
-
name: 'LUNA-USDT LP Token URA',
|
|
1191
|
-
display: 'luna-usdt-lp',
|
|
1192
|
-
symbol: 'LUNA-USDT-LP',
|
|
1193
|
-
images: [{
|
|
1194
|
-
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/terra2/images/ura.svg'
|
|
1195
|
-
}],
|
|
1196
|
-
type_asset: 'sdk.coin'
|
|
1197
|
-
},
|
|
1198
1144
|
{
|
|
1199
1145
|
description: 'ashLUNA',
|
|
1200
1146
|
denom_units: [{
|
|
@@ -1465,6 +1411,97 @@ const info = {
|
|
|
1465
1411
|
name: 'Eris Protocol LUNA/USDC ampLP',
|
|
1466
1412
|
display: 'amplp',
|
|
1467
1413
|
symbol: 'LUNA-USDC-ampLP'
|
|
1414
|
+
},
|
|
1415
|
+
{
|
|
1416
|
+
description: 'EURe is a Euro-backed stablecoin issued by Monerium on Noble.',
|
|
1417
|
+
denom_units: [{
|
|
1418
|
+
denom: 'ibc/8D52B251B447B7160421ACFBD50F6B0ABE5F98D2C404B03701130F12044439A1',
|
|
1419
|
+
exponent: 0,
|
|
1420
|
+
aliases: ['ueure']
|
|
1421
|
+
}, {
|
|
1422
|
+
denom: 'eure',
|
|
1423
|
+
exponent: 6
|
|
1424
|
+
}],
|
|
1425
|
+
type_asset: 'ics20',
|
|
1426
|
+
base: 'ibc/8D52B251B447B7160421ACFBD50F6B0ABE5F98D2C404B03701130F12044439A1',
|
|
1427
|
+
name: 'Monerium EUR emoney',
|
|
1428
|
+
display: 'eure',
|
|
1429
|
+
symbol: 'EURe',
|
|
1430
|
+
traces: [
|
|
1431
|
+
{
|
|
1432
|
+
type: 'synthetic',
|
|
1433
|
+
counterparty: {
|
|
1434
|
+
chain_name: 'forex',
|
|
1435
|
+
base_denom: 'EUR'
|
|
1436
|
+
},
|
|
1437
|
+
provider: 'Monerium'
|
|
1438
|
+
},
|
|
1439
|
+
{
|
|
1440
|
+
type: 'additional-mintage',
|
|
1441
|
+
counterparty: {
|
|
1442
|
+
chain_name: 'ethereum',
|
|
1443
|
+
base_denom: '0x3231Cb76718CDeF2155FC47b5286d82e6eDA273f'
|
|
1444
|
+
},
|
|
1445
|
+
provider: 'Monerium'
|
|
1446
|
+
},
|
|
1447
|
+
{
|
|
1448
|
+
type: 'ibc',
|
|
1449
|
+
counterparty: {
|
|
1450
|
+
chain_name: 'noble',
|
|
1451
|
+
base_denom: 'ueure',
|
|
1452
|
+
channel_id: 'channel-30'
|
|
1453
|
+
},
|
|
1454
|
+
chain: {
|
|
1455
|
+
channel_id: 'channel-253',
|
|
1456
|
+
path: 'transfer/channel-253/ueure'
|
|
1457
|
+
}
|
|
1458
|
+
}
|
|
1459
|
+
],
|
|
1460
|
+
logo_URIs: {
|
|
1461
|
+
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/_non-cosmos/ethereum/images/eure.png',
|
|
1462
|
+
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/_non-cosmos/ethereum/images/eure.svg'
|
|
1463
|
+
},
|
|
1464
|
+
images: [{
|
|
1465
|
+
image_sync: {
|
|
1466
|
+
chain_name: 'ethereum',
|
|
1467
|
+
base_denom: '0x3231Cb76718CDeF2155FC47b5286d82e6eDA273f'
|
|
1468
|
+
},
|
|
1469
|
+
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/_non-cosmos/ethereum/images/eure.png',
|
|
1470
|
+
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/_non-cosmos/ethereum/images/eure.svg',
|
|
1471
|
+
theme: {
|
|
1472
|
+
circle: true,
|
|
1473
|
+
primary_color_hex: '#0095D7',
|
|
1474
|
+
background_color_hex: '#FFFFFF'
|
|
1475
|
+
}
|
|
1476
|
+
}],
|
|
1477
|
+
coingecko_id: 'monerium-eur-money'
|
|
1478
|
+
},
|
|
1479
|
+
{
|
|
1480
|
+
description: 'A Terra native overcollateralized USD stablecoin, powered by Capapult Finance.',
|
|
1481
|
+
denom_units: [{
|
|
1482
|
+
denom: 'cw20:terra10aa3zdkrc7jwuf8ekl3zq7e7m42vmzqehcmu74e4egc7xkm5kr2s0muyst',
|
|
1483
|
+
exponent: 0
|
|
1484
|
+
}, {
|
|
1485
|
+
denom: 'solid',
|
|
1486
|
+
exponent: 6
|
|
1487
|
+
}],
|
|
1488
|
+
type_asset: 'cw20',
|
|
1489
|
+
address: 'terra10aa3zdkrc7jwuf8ekl3zq7e7m42vmzqehcmu74e4egc7xkm5kr2s0muyst',
|
|
1490
|
+
base: 'cw20:terra10aa3zdkrc7jwuf8ekl3zq7e7m42vmzqehcmu74e4egc7xkm5kr2s0muyst',
|
|
1491
|
+
name: 'Solid USD',
|
|
1492
|
+
display: 'solid',
|
|
1493
|
+
symbol: 'SOLID',
|
|
1494
|
+
logo_URIs: {
|
|
1495
|
+
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/terra2/images/solid.png',
|
|
1496
|
+
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/terra2/images/solid.svg'
|
|
1497
|
+
},
|
|
1498
|
+
images: [{
|
|
1499
|
+
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/terra2/images/solid.png',
|
|
1500
|
+
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/terra2/images/solid.svg',
|
|
1501
|
+
theme: {
|
|
1502
|
+
primary_color_hex: '#040404'
|
|
1503
|
+
}
|
|
1504
|
+
}]
|
|
1468
1505
|
}
|
|
1469
1506
|
]
|
|
1470
1507
|
};
|
|
@@ -3,7 +3,7 @@ const info = {
|
|
|
3
3
|
chain_name: 'terra2',
|
|
4
4
|
status: 'live',
|
|
5
5
|
network_type: 'mainnet',
|
|
6
|
-
website: 'https://www.
|
|
6
|
+
website: 'https://www.phoenix.money/',
|
|
7
7
|
pretty_name: 'Terra',
|
|
8
8
|
chain_type: 'cosmos',
|
|
9
9
|
chain_id: 'phoenix-1',
|
|
@@ -26,12 +26,12 @@ const info = {
|
|
|
26
26
|
}]
|
|
27
27
|
},
|
|
28
28
|
codebase: {
|
|
29
|
-
git_repo: 'https://github.com/
|
|
30
|
-
recommended_version: 'v2.
|
|
31
|
-
compatible_versions: ['v2.
|
|
29
|
+
git_repo: 'https://github.com/phoenix-directive/core/',
|
|
30
|
+
recommended_version: 'v2.16.0',
|
|
31
|
+
compatible_versions: ['v2.16.0'],
|
|
32
32
|
binaries: {
|
|
33
|
-
"linux/arm64": 'https://github.com/
|
|
34
|
-
"linux/amd64": 'https://github.com/
|
|
33
|
+
"linux/arm64": 'https://github.com/phoenix-directive/core/releases/download/v2.16.0/terra_2.16.0_Linux_arm64.tar.gz',
|
|
34
|
+
"linux/amd64": 'https://github.com/phoenix-directive/core/releases/download/v2.16.0/terra_2.16.0_Linux_x86_64.tar.gz'
|
|
35
35
|
},
|
|
36
36
|
genesis: {
|
|
37
37
|
name: 'v2.0',
|
|
@@ -188,6 +188,18 @@ const info = {
|
|
|
188
188
|
]
|
|
189
189
|
},
|
|
190
190
|
explorers: [
|
|
191
|
+
{
|
|
192
|
+
kind: 'mintscan',
|
|
193
|
+
url: 'https://www.mintscan.io/terra',
|
|
194
|
+
tx_page: 'https://www.mintscan.io/terra/transactions/${txHash}',
|
|
195
|
+
account_page: 'https://www.mintscan.io/terra/accounts/${accountAddress}'
|
|
196
|
+
},
|
|
197
|
+
{
|
|
198
|
+
kind: 'Chainscope',
|
|
199
|
+
url: 'https://chainsco.pe/terra2',
|
|
200
|
+
tx_page: 'https://chainsco.pe/terra2/tx/${txHash}',
|
|
201
|
+
account_page: 'https://chainsco.pe/terra2/address/${accountAddress}'
|
|
202
|
+
},
|
|
191
203
|
{
|
|
192
204
|
kind: 'atomscan',
|
|
193
205
|
url: 'https://atomscan.com/terra2',
|
|
@@ -211,12 +223,6 @@ const info = {
|
|
|
211
223
|
url: 'https://stakeflow.io/terra',
|
|
212
224
|
account_page: 'https://stakeflow.io/terra/accounts/${accountAddress}'
|
|
213
225
|
},
|
|
214
|
-
{
|
|
215
|
-
kind: 'mintscan',
|
|
216
|
-
url: 'https://www.mintscan.io/terra',
|
|
217
|
-
tx_page: 'https://www.mintscan.io/terra/transactions/${txHash}',
|
|
218
|
-
account_page: 'https://www.mintscan.io/terra/accounts/${accountAddress}'
|
|
219
|
-
},
|
|
220
226
|
{
|
|
221
227
|
kind: 'Chainroot',
|
|
222
228
|
url: 'https://explorer.chainroot.io/terra',
|
|
@@ -36,21 +36,21 @@ const info = {
|
|
|
36
36
|
},
|
|
37
37
|
codebase: {
|
|
38
38
|
git_repo: 'https://github.com/burnt-labs/xion',
|
|
39
|
-
tag: '
|
|
40
|
-
recommended_version: '
|
|
39
|
+
tag: 'v19.0.1',
|
|
40
|
+
recommended_version: 'v19.0.1',
|
|
41
41
|
language: {
|
|
42
42
|
type: 'go',
|
|
43
43
|
version: 'v1.23'
|
|
44
44
|
},
|
|
45
45
|
binaries: {
|
|
46
|
-
"darwin/amd64": 'https://github.com/burnt-labs/xion/releases/download/
|
|
47
|
-
"darwin/arm64": 'https://github.com/burnt-labs/xion/releases/download/
|
|
48
|
-
"linux/amd64": 'https://github.com/burnt-labs/xion/releases/download/
|
|
49
|
-
"linux/arm64": 'https://github.com/burnt-labs/xion/releases/download/
|
|
46
|
+
"darwin/amd64": 'https://github.com/burnt-labs/xion/releases/download/v19.0.1/xiond_19.0.1_darwin_amd64.tar.gz?checksum=sha256:f350e2ab0cc08c18acce0d6518bd4f29ac88f1c331eb10d3ca43ec3e74103521',
|
|
47
|
+
"darwin/arm64": 'https://github.com/burnt-labs/xion/releases/download/v19.0.1/xiond_19.0.1_darwin_arm64.tar.gz?checksum=sha256:9c2944de98c54f4e8517259d0782daca4c43900887b7d7c19044ba75b6e2976d',
|
|
48
|
+
"linux/amd64": 'https://github.com/burnt-labs/xion/releases/download/v19.0.1/xiond_19.0.1_linux_amd64.tar.gz?checksum=sha256:5350ccf4fb83f086f772ceebd8a1c3788c2fa64ad1976d92052842e23a1977c3',
|
|
49
|
+
"linux/arm64": 'https://github.com/burnt-labs/xion/releases/download/v19.0.1/xiond_19.0.1_linux_arm64.tar.gz?checksum=sha256:efed79d4b240c6edaa4488b54e7efcbff89313c0f0ed6e1682dab0f1d97315c2'
|
|
50
50
|
},
|
|
51
51
|
sdk: {
|
|
52
52
|
type: 'cosmos',
|
|
53
|
-
version: 'v0.
|
|
53
|
+
version: 'v0.53.0'
|
|
54
54
|
},
|
|
55
55
|
consensus: {
|
|
56
56
|
type: 'cometbft',
|
|
@@ -65,7 +65,7 @@ const info = {
|
|
|
65
65
|
version: 'v8.7.0'
|
|
66
66
|
},
|
|
67
67
|
genesis: {
|
|
68
|
-
genesis_url: 'https://raw.githubusercontent.com/burnt-labs/xion-mainnet-1/
|
|
68
|
+
genesis_url: 'https://raw.githubusercontent.com/burnt-labs/xion-mainnet-1/main/config/genesis.json'
|
|
69
69
|
}
|
|
70
70
|
},
|
|
71
71
|
apis: {
|
package/esm/mainnet/xion/ibc.js
CHANGED
|
@@ -171,6 +171,20 @@ const info = [
|
|
|
171
171
|
status: 'live',
|
|
172
172
|
preferred: true
|
|
173
173
|
}
|
|
174
|
+
}, {
|
|
175
|
+
chain_1: {
|
|
176
|
+
channel_id: 'channel-98063',
|
|
177
|
+
port_id: 'icqhost'
|
|
178
|
+
},
|
|
179
|
+
chain_2: {
|
|
180
|
+
channel_id: 'channel-14',
|
|
181
|
+
port_id: 'feeabs'
|
|
182
|
+
},
|
|
183
|
+
ordering: 'unordered',
|
|
184
|
+
version: 'icq-1',
|
|
185
|
+
tags: {
|
|
186
|
+
status: 'live'
|
|
187
|
+
}
|
|
174
188
|
}]
|
|
175
189
|
},
|
|
176
190
|
{
|
package/esm/testnet/assets.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 assets = [
|
|
|
180
181
|
_galacticatestnet.assets,
|
|
181
182
|
_gitopiatestnet.assets,
|
|
182
183
|
_hedgetestnet.assets,
|
|
184
|
+
_hippoprotocoltestnet.assets,
|
|
183
185
|
_humanstestnet.assets,
|
|
184
186
|
_hypersigntestnet.assets,
|
|
185
187
|
_impacthubtestnet.assets,
|
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
|
+
chain_name: 'hippoprotocoltestnet',
|
|
4
|
+
assets: [{
|
|
5
|
+
description: 'The native token of Hippo Protocol.',
|
|
6
|
+
denom_units: [{
|
|
7
|
+
denom: 'ahp',
|
|
8
|
+
exponent: 0
|
|
9
|
+
}],
|
|
10
|
+
type_asset: 'sdk.coin',
|
|
11
|
+
base: 'ahp',
|
|
12
|
+
name: 'Hippo',
|
|
13
|
+
display: 'ahp',
|
|
14
|
+
symbol: 'HP',
|
|
15
|
+
logo_URIs: {
|
|
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
|
+
coingecko_id: '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
|
+
chain_name: 'hippoprotocoltestnet',
|
|
4
|
+
status: 'live',
|
|
5
|
+
website: 'https://hippoprotocol.ai/',
|
|
6
|
+
network_type: 'testnet',
|
|
7
|
+
pretty_name: 'Hippo Protocol Testnet',
|
|
8
|
+
chain_type: 'cosmos',
|
|
9
|
+
chain_id: 'hippo-protocol-testnet-1',
|
|
10
|
+
bech32_prefix: 'hippo',
|
|
11
|
+
slip44: 118,
|
|
12
|
+
daemon_name: 'hippod',
|
|
13
|
+
node_home: '$HOME/.hippod',
|
|
14
|
+
key_algos: ['secp256k1'],
|
|
15
|
+
fees: {
|
|
16
|
+
fee_tokens: [{
|
|
17
|
+
denom: 'ahp',
|
|
18
|
+
low_gas_price: 4000000000000,
|
|
19
|
+
average_gas_price: 5000000000000,
|
|
20
|
+
high_gas_price: 10000000000000
|
|
21
|
+
}]
|
|
22
|
+
},
|
|
23
|
+
staking: {
|
|
24
|
+
staking_tokens: [{
|
|
25
|
+
denom: 'ahp'
|
|
26
|
+
}],
|
|
27
|
+
lock_duration: {
|
|
28
|
+
time: '1814400s'
|
|
29
|
+
}
|
|
30
|
+
},
|
|
31
|
+
codebase: {
|
|
32
|
+
git_repo: 'https://github.com/hippo-protocol/hippo-protocol',
|
|
33
|
+
recommended_version: 'v1.0.0',
|
|
34
|
+
compatible_versions: ['v1.0.0'],
|
|
35
|
+
genesis: {
|
|
36
|
+
genesis_url: '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
|
+
logo_URIs: {
|
|
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
|
+
tx_page: 'https://river-testnet.hippoprotocol.ai/hippo-protocol/tx/${txHash}',
|
|
79
|
+
account_page: '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;
|
package/esm/testnet/named.js
CHANGED
|
@@ -44,6 +44,7 @@ export * as finschiatestnet from './finschiatestnet';
|
|
|
44
44
|
export * as galacticatestnet from './galacticatestnet';
|
|
45
45
|
export * as gitopiatestnet from './gitopiatestnet';
|
|
46
46
|
export * as hedgetestnet from './hedgetestnet';
|
|
47
|
+
export * as hippoprotocoltestnet from './hippoprotocoltestnet';
|
|
47
48
|
export * as humanstestnet from './humanstestnet';
|
|
48
49
|
export * as hypersigntestnet from './hypersigntestnet';
|
|
49
50
|
export * as impacthubtestnet from './impacthubtestnet';
|
|
@@ -1308,6 +1308,20 @@ const info = [
|
|
|
1308
1308
|
status: 'live',
|
|
1309
1309
|
preferred: true
|
|
1310
1310
|
}
|
|
1311
|
+
}, {
|
|
1312
|
+
chain_1: {
|
|
1313
|
+
channel_id: 'channel-10381',
|
|
1314
|
+
port_id: 'icqhost'
|
|
1315
|
+
},
|
|
1316
|
+
chain_2: {
|
|
1317
|
+
channel_id: 'channel-10',
|
|
1318
|
+
port_id: 'feeabs'
|
|
1319
|
+
},
|
|
1320
|
+
ordering: 'unordered',
|
|
1321
|
+
version: 'icq-1',
|
|
1322
|
+
tags: {
|
|
1323
|
+
status: 'live'
|
|
1324
|
+
}
|
|
1311
1325
|
}]
|
|
1312
1326
|
},
|
|
1313
1327
|
{
|
|
@@ -62,11 +62,11 @@ const info = {
|
|
|
62
62
|
description: 'Arcana\'s Chain Abstraction provides a unified balance on apps to spend on any chain, without swapping, bridging, or refuelling gas',
|
|
63
63
|
apis: {
|
|
64
64
|
rpc: [{
|
|
65
|
-
address: 'https://cosmos01-dev.arcana.network',
|
|
65
|
+
address: 'https://cosmos01-dev.arcana.network:26650',
|
|
66
66
|
provider: 'arcana'
|
|
67
67
|
}],
|
|
68
68
|
rest: [{
|
|
69
|
-
address: 'https://cosmos01-dev.arcana.network
|
|
69
|
+
address: 'https://cosmos01-dev.arcana.network',
|
|
70
70
|
provider: 'arcana'
|
|
71
71
|
}],
|
|
72
72
|
grpc: [{
|
|
@@ -36,21 +36,21 @@ const info = {
|
|
|
36
36
|
},
|
|
37
37
|
codebase: {
|
|
38
38
|
git_repo: 'https://github.com/burnt-labs/xion',
|
|
39
|
-
tag: '
|
|
40
|
-
recommended_version: '
|
|
39
|
+
tag: 'v19.0.1',
|
|
40
|
+
recommended_version: 'v19.0.1',
|
|
41
41
|
language: {
|
|
42
42
|
type: 'go',
|
|
43
43
|
version: 'v1.23'
|
|
44
44
|
},
|
|
45
45
|
binaries: {
|
|
46
|
-
"darwin/amd64": 'https://github.com/burnt-labs/xion/releases/download/
|
|
47
|
-
"darwin/arm64": 'https://github.com/burnt-labs/xion/releases/download/
|
|
48
|
-
"linux/amd64": 'https://github.com/burnt-labs/xion/releases/download/
|
|
49
|
-
"linux/arm64": 'https://github.com/burnt-labs/xion/releases/download/
|
|
46
|
+
"darwin/amd64": 'https://github.com/burnt-labs/xion/releases/download/v19.0.1/xiond_19.0.1_darwin_amd64.tar.gz?checksum=sha256:f350e2ab0cc08c18acce0d6518bd4f29ac88f1c331eb10d3ca43ec3e74103521',
|
|
47
|
+
"darwin/arm64": 'https://github.com/burnt-labs/xion/releases/download/v19.0.1/xiond_19.0.1_darwin_arm64.tar.gz?checksum=sha256:9c2944de98c54f4e8517259d0782daca4c43900887b7d7c19044ba75b6e2976d',
|
|
48
|
+
"linux/amd64": 'https://github.com/burnt-labs/xion/releases/download/v19.0.1/xiond_19.0.1_linux_amd64.tar.gz?checksum=sha256:5350ccf4fb83f086f772ceebd8a1c3788c2fa64ad1976d92052842e23a1977c3',
|
|
49
|
+
"linux/arm64": 'https://github.com/burnt-labs/xion/releases/download/v19.0.1/xiond_19.0.1_linux_arm64.tar.gz?checksum=sha256:efed79d4b240c6edaa4488b54e7efcbff89313c0f0ed6e1682dab0f1d97315c2'
|
|
50
50
|
},
|
|
51
51
|
sdk: {
|
|
52
52
|
type: 'cosmos',
|
|
53
|
-
version: 'v0.
|
|
53
|
+
version: 'v0.53.0'
|
|
54
54
|
},
|
|
55
55
|
consensus: {
|
|
56
56
|
type: 'cometbft',
|
|
@@ -65,7 +65,7 @@ const info = {
|
|
|
65
65
|
version: 'v8.7.0'
|
|
66
66
|
},
|
|
67
67
|
genesis: {
|
|
68
|
-
genesis_url: 'https://raw.githubusercontent.com/burnt-labs/xion-testnet-2/config/genesis.json'
|
|
68
|
+
genesis_url: 'https://raw.githubusercontent.com/burnt-labs/xion-testnet-2/main/config/genesis.json'
|
|
69
69
|
}
|
|
70
70
|
},
|
|
71
71
|
apis: {
|
|
@@ -53,6 +53,20 @@ const info = [{
|
|
|
53
53
|
status: 'live',
|
|
54
54
|
preferred: true
|
|
55
55
|
}
|
|
56
|
+
}, {
|
|
57
|
+
chain_1: {
|
|
58
|
+
channel_id: 'channel-10381',
|
|
59
|
+
port_id: 'icqhost'
|
|
60
|
+
},
|
|
61
|
+
chain_2: {
|
|
62
|
+
channel_id: 'channel-10',
|
|
63
|
+
port_id: 'feeabs'
|
|
64
|
+
},
|
|
65
|
+
ordering: 'unordered',
|
|
66
|
+
version: 'icq-1',
|
|
67
|
+
tags: {
|
|
68
|
+
status: 'live'
|
|
69
|
+
}
|
|
56
70
|
}]
|
|
57
71
|
}];
|
|
58
72
|
export default info;
|