chain-registry 1.69.240 → 1.69.242
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/noble/chain.js +3 -3
- package/esm/mainnet/osmosis/assets.js +47 -0
- package/esm/mainnet/osmosis/ibc.js +14 -0
- package/esm/mainnet/pryzm/assets.js +334 -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/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/mainnet/cosmoshub/assets.js +85 -0
- package/mainnet/ethereum/assets.js +20 -0
- package/mainnet/noble/chain.js +3 -3
- package/mainnet/osmosis/assets.js +47 -0
- package/mainnet/osmosis/ibc.js +14 -0
- package/mainnet/pryzm/assets.js +334 -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 -7
- 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
|
@@ -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
|
{
|
|
@@ -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;
|
|
@@ -671,6 +671,91 @@ const info = {
|
|
|
671
671
|
twitter: 'https://x.com/OphirDAO'
|
|
672
672
|
},
|
|
673
673
|
keywords: ['dao']
|
|
674
|
+
},
|
|
675
|
+
{
|
|
676
|
+
description: 'Midas mBTC on the Cosmos Hub',
|
|
677
|
+
denom_units: [{
|
|
678
|
+
denom: 'ibc/62F1A800DCE1AA0FD47B3592DEBB7A8956A383A14A4F756E4881AEA927B21671',
|
|
679
|
+
exponent: 0
|
|
680
|
+
}, {
|
|
681
|
+
denom: 'mBTC',
|
|
682
|
+
exponent: 18
|
|
683
|
+
}],
|
|
684
|
+
type_asset: 'ics20',
|
|
685
|
+
base: 'ibc/62F1A800DCE1AA0FD47B3592DEBB7A8956A383A14A4F756E4881AEA927B21671',
|
|
686
|
+
name: 'Midas BTC Yield Token',
|
|
687
|
+
display: 'mBTC',
|
|
688
|
+
symbol: 'mBTC.midas',
|
|
689
|
+
traces: [{
|
|
690
|
+
type: 'ibc-bridge',
|
|
691
|
+
counterparty: {
|
|
692
|
+
chain_name: 'ethereum',
|
|
693
|
+
base_denom: '0x007115416ab6c266329a03b09a8aa39ac2ef7d9d',
|
|
694
|
+
channel_id: 'channel-0'
|
|
695
|
+
},
|
|
696
|
+
chain: {
|
|
697
|
+
channel_id: '08-wasm-1369',
|
|
698
|
+
path: 'transfer/08-wasm-1369/0x007115416ab6c266329a03b09a8aa39ac2ef7d9d'
|
|
699
|
+
},
|
|
700
|
+
provider: 'Eureka'
|
|
701
|
+
}],
|
|
702
|
+
images: [{
|
|
703
|
+
image_sync: {
|
|
704
|
+
chain_name: 'ethereum',
|
|
705
|
+
base_denom: '0x007115416ab6c266329a03b09a8aa39ac2ef7d9d'
|
|
706
|
+
},
|
|
707
|
+
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/_non-cosmos/ethereum/images/midas-mbtc.png',
|
|
708
|
+
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/_non-cosmos/ethereum/images/midas-mbtc.svg'
|
|
709
|
+
}],
|
|
710
|
+
logo_URIs: {
|
|
711
|
+
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/_non-cosmos/ethereum/images/midas-mbtc.png',
|
|
712
|
+
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/_non-cosmos/ethereum/images/midas-mbtc.svg'
|
|
713
|
+
}
|
|
714
|
+
},
|
|
715
|
+
{
|
|
716
|
+
description: 'Pax Gold on the Cosmos Hub',
|
|
717
|
+
denom_units: [{
|
|
718
|
+
denom: 'ibc/09E95F57939E344EE36109AC41780B8A51F1FE0548A5203C5957674FF64C0F26',
|
|
719
|
+
exponent: 0
|
|
720
|
+
}, {
|
|
721
|
+
denom: 'paxg',
|
|
722
|
+
exponent: 18
|
|
723
|
+
}],
|
|
724
|
+
type_asset: 'ics20',
|
|
725
|
+
base: 'ibc/09E95F57939E344EE36109AC41780B8A51F1FE0548A5203C5957674FF64C0F26',
|
|
726
|
+
name: 'Pax Gold',
|
|
727
|
+
display: 'paxg',
|
|
728
|
+
symbol: 'PAXG',
|
|
729
|
+
traces: [{
|
|
730
|
+
type: 'ibc-bridge',
|
|
731
|
+
counterparty: {
|
|
732
|
+
chain_name: 'ethereum',
|
|
733
|
+
base_denom: '0x45804880De22913dAFE09f4980848ECE6EcbAf78',
|
|
734
|
+
channel_id: 'channel-0'
|
|
735
|
+
},
|
|
736
|
+
chain: {
|
|
737
|
+
channel_id: '08-wasm-1369',
|
|
738
|
+
path: 'transfer/08-wasm-1369/0x45804880de22913dafe09f4980848ece6ecbaf78'
|
|
739
|
+
},
|
|
740
|
+
provider: 'Eureka'
|
|
741
|
+
}],
|
|
742
|
+
images: [{
|
|
743
|
+
image_sync: {
|
|
744
|
+
chain_name: 'ethereum',
|
|
745
|
+
base_denom: '0x45804880De22913dAFE09f4980848ECE6EcbAf78'
|
|
746
|
+
},
|
|
747
|
+
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/_non-cosmos/ethereum/images/paxg.svg',
|
|
748
|
+
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/_non-cosmos/ethereum/images/paxg.png',
|
|
749
|
+
theme: {
|
|
750
|
+
circle: true,
|
|
751
|
+
primary_color_hex: '#D8A24A',
|
|
752
|
+
background_color_hex: '#D8A24A'
|
|
753
|
+
}
|
|
754
|
+
}],
|
|
755
|
+
logo_URIs: {
|
|
756
|
+
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/_non-cosmos/ethereum/images/paxg.png',
|
|
757
|
+
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/_non-cosmos/ethereum/images/paxg.svg'
|
|
758
|
+
}
|
|
674
759
|
}
|
|
675
760
|
]
|
|
676
761
|
};
|
|
@@ -2052,6 +2052,26 @@ const info = {
|
|
|
2052
2052
|
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/_non-cosmos/ethereum/images/susds.svg'
|
|
2053
2053
|
},
|
|
2054
2054
|
coingecko_id: 'susds'
|
|
2055
|
+
},
|
|
2056
|
+
{
|
|
2057
|
+
type_asset: 'erc20',
|
|
2058
|
+
address: '0x007115416ab6c266329a03b09a8aa39ac2ef7d9d',
|
|
2059
|
+
denom_units: [{
|
|
2060
|
+
denom: '0x007115416ab6c266329a03b09a8aa39ac2ef7d9d',
|
|
2061
|
+
exponent: 0
|
|
2062
|
+
}, {
|
|
2063
|
+
denom: 'mBTC',
|
|
2064
|
+
exponent: 18
|
|
2065
|
+
}],
|
|
2066
|
+
base: '0x007115416ab6c266329a03b09a8aa39ac2ef7d9d',
|
|
2067
|
+
name: 'Midas BTC Yield Token',
|
|
2068
|
+
display: 'mBTC',
|
|
2069
|
+
symbol: 'mBTC.midas',
|
|
2070
|
+
logo_URIs: {
|
|
2071
|
+
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/_non-cosmos/ethereum/images/midas-mbtc.png',
|
|
2072
|
+
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/_non-cosmos/ethereum/images/midas-mbtc.svg'
|
|
2073
|
+
},
|
|
2074
|
+
coingecko_id: 'midas-btc-yield-token'
|
|
2055
2075
|
}
|
|
2056
2076
|
]
|
|
2057
2077
|
};
|
package/mainnet/noble/chain.js
CHANGED
|
@@ -23,9 +23,9 @@ const info = {
|
|
|
23
23
|
high_gas_price: 0.2
|
|
24
24
|
}, {
|
|
25
25
|
denom: 'ibc/EF48E6B1A1A19F47ECAEA62F5670C37C0580E86A9E88498B7E393EB6F49F33C0',
|
|
26
|
-
fixed_min_gas_price: 0.
|
|
27
|
-
low_gas_price: 0.
|
|
28
|
-
average_gas_price: 0.
|
|
26
|
+
fixed_min_gas_price: 0.02,
|
|
27
|
+
low_gas_price: 0.02,
|
|
28
|
+
average_gas_price: 0.02,
|
|
29
29
|
high_gas_price: 0.02
|
|
30
30
|
}]
|
|
31
31
|
},
|
|
@@ -24816,6 +24816,53 @@ const info = {
|
|
|
24816
24816
|
twitter: 'https://x.com/OphirDAO'
|
|
24817
24817
|
},
|
|
24818
24818
|
keywords: ['dao']
|
|
24819
|
+
},
|
|
24820
|
+
{
|
|
24821
|
+
description: 'Pax Gold via Eureka',
|
|
24822
|
+
denom_units: [{
|
|
24823
|
+
denom: 'ibc/0EF5630576C66968EF0787868CF09FD866FAD131BC148D24A148358A85F0EB62',
|
|
24824
|
+
exponent: 0
|
|
24825
|
+
}, {
|
|
24826
|
+
denom: 'paxg',
|
|
24827
|
+
exponent: 18
|
|
24828
|
+
}],
|
|
24829
|
+
type_asset: 'ics20',
|
|
24830
|
+
base: 'ibc/0EF5630576C66968EF0787868CF09FD866FAD131BC148D24A148358A85F0EB62',
|
|
24831
|
+
name: 'Pax Gold (Eureka)',
|
|
24832
|
+
display: 'paxg',
|
|
24833
|
+
symbol: 'PAXG.atom',
|
|
24834
|
+
traces: [{
|
|
24835
|
+
type: 'ibc',
|
|
24836
|
+
counterparty: {
|
|
24837
|
+
chain_name: 'cosmoshub',
|
|
24838
|
+
base_denom: 'ibc/09E95F57939E344EE36109AC41780B8A51F1FE0548A5203C5957674FF64C0F26',
|
|
24839
|
+
channel_id: 'channel-141'
|
|
24840
|
+
},
|
|
24841
|
+
chain: {
|
|
24842
|
+
channel_id: 'channel-0',
|
|
24843
|
+
path: 'transfer/channel-0/transfer/08-wasm-1369/0x45804880de22913dafe09f4980848ece6ecbaf78'
|
|
24844
|
+
}
|
|
24845
|
+
}],
|
|
24846
|
+
images: [{
|
|
24847
|
+
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/osmosis/images/paxg.atom.svg',
|
|
24848
|
+
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/osmosis/images/paxg.atom.png'
|
|
24849
|
+
}, {
|
|
24850
|
+
image_sync: {
|
|
24851
|
+
chain_name: 'cosmoshub',
|
|
24852
|
+
base_denom: 'ibc/09E95F57939E344EE36109AC41780B8A51F1FE0548A5203C5957674FF64C0F26'
|
|
24853
|
+
},
|
|
24854
|
+
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/_non-cosmos/ethereum/images/paxg.svg',
|
|
24855
|
+
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/_non-cosmos/ethereum/images/paxg.png',
|
|
24856
|
+
theme: {
|
|
24857
|
+
circle: true,
|
|
24858
|
+
primary_color_hex: '#D8A24A',
|
|
24859
|
+
background_color_hex: '#D8A24A'
|
|
24860
|
+
}
|
|
24861
|
+
}],
|
|
24862
|
+
logo_URIs: {
|
|
24863
|
+
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/osmosis/images/paxg.atom.svg',
|
|
24864
|
+
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/osmosis/images/paxg.atom.png'
|
|
24865
|
+
}
|
|
24819
24866
|
}
|
|
24820
24867
|
]
|
|
24821
24868
|
};
|
package/mainnet/osmosis/ibc.js
CHANGED
|
@@ -4821,6 +4821,20 @@ const info = [
|
|
|
4821
4821
|
status: 'live',
|
|
4822
4822
|
preferred: true
|
|
4823
4823
|
}
|
|
4824
|
+
}, {
|
|
4825
|
+
chain_1: {
|
|
4826
|
+
channel_id: 'channel-98063',
|
|
4827
|
+
port_id: 'icqhost'
|
|
4828
|
+
},
|
|
4829
|
+
chain_2: {
|
|
4830
|
+
channel_id: 'channel-14',
|
|
4831
|
+
port_id: 'feeabs'
|
|
4832
|
+
},
|
|
4833
|
+
ordering: 'unordered',
|
|
4834
|
+
version: 'icq-1',
|
|
4835
|
+
tags: {
|
|
4836
|
+
status: 'live'
|
|
4837
|
+
}
|
|
4824
4838
|
}]
|
|
4825
4839
|
},
|
|
4826
4840
|
{
|