chain-registry 1.64.5 → 1.64.7
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/ethereum/assets.js +38 -0
- package/esm/mainnet/genesisl1/chain.js +3 -0
- package/esm/mainnet/ibc.js +2 -0
- package/esm/mainnet/neutron/assets.js +32 -0
- package/esm/mainnet/osmosis/ibc.js +29 -0
- package/esm/mainnet/pryzm/assets.js +169 -0
- package/esm/mainnet/shido/chain.js +5 -13
- package/esm/mainnet/stratos/chain.js +4 -1
- package/esm/mainnet/stratos/ibc.js +30 -0
- package/esm/mainnet/stratos/index.js +2 -0
- package/esm/noncosmos/assets.js +2 -0
- package/esm/noncosmos/mantle/assets.js +44 -0
- package/esm/noncosmos/mantle/index.js +2 -0
- package/esm/noncosmos/named.js +1 -0
- package/esm/noncosmos/optimism/assets.js +46 -0
- package/esm/testnet/neutrontestnet/assets.js +42 -3
- package/mainnet/ethereum/assets.js +38 -0
- package/mainnet/genesisl1/chain.js +3 -0
- package/mainnet/ibc.js +2 -0
- package/mainnet/neutron/assets.js +32 -0
- package/mainnet/osmosis/ibc.js +29 -0
- package/mainnet/pryzm/assets.js +169 -0
- package/mainnet/shido/chain.js +5 -13
- package/mainnet/stratos/chain.js +4 -1
- package/mainnet/stratos/ibc.d.ts +3 -0
- package/mainnet/stratos/ibc.js +32 -0
- package/mainnet/stratos/index.d.ts +1 -0
- package/mainnet/stratos/index.js +3 -1
- package/noncosmos/assets.js +2 -0
- package/noncosmos/mantle/assets.d.ts +3 -0
- package/noncosmos/mantle/assets.js +46 -0
- package/noncosmos/mantle/index.d.ts +1 -0
- package/noncosmos/mantle/index.js +8 -0
- package/noncosmos/named.d.ts +1 -0
- package/noncosmos/named.js +2 -1
- package/noncosmos/optimism/assets.js +46 -0
- package/package.json +4 -4
- package/testnet/neutrontestnet/assets.js +42 -3
|
@@ -1537,6 +1537,44 @@ const info = {
|
|
|
1537
1537
|
website: 'https://monerium.com/',
|
|
1538
1538
|
twitter: 'https://x.com/monerium'
|
|
1539
1539
|
}
|
|
1540
|
+
},
|
|
1541
|
+
{
|
|
1542
|
+
description: 'LBTC is liquid, yield-bearing, natively cross-chain, and 1:1 backed by bitcoin.',
|
|
1543
|
+
extended_description: 'Lombard is dedicated to expanding the digital economy by transforming Bitcoin’s utility from a mere store of value into a productive financial tool. While Bitcoin remains the world’s largest crypto asset, with over $1 trillion worth of Bitcoin often sitting idle, its utility is limited compared to other digital assets. Lombard sees a significant opportunity to change this by connecting Bitcoin to decentralized finance (DeFi).\n\nLombard is driven by the fact that if just 10% of Bitcoin\'s $1.5 trillion market cap flows into DeFi, the total value locked (TVL) in the ecosystem could more than double, catalyzing unprecedented growth and enabling sustainable market dynamics over time. Lombard believes this potential can be unlocked through a security-first liquid Bitcoin primitive—LBTC.\n\nOur flagship product, LBTC, is a secure Bitcoin liquid staked token (LST), designed to empower anyone—from individual holders to large institutions—to amplify the utility of their Bitcoin. It allows users to earn a native yield from providing economic security to networks via Babylon and participate in DeFi, all while maintaining the value of the original asset.\n\nBy building LBTC on top of Babylon, Lombard’s LBTC bridges the gap between Bitcoin’s immense economic value, security capabilities, and the dynamic opportunities within PoS and DeFi ecosystems, marking a transformative phase for Bitcoin in the decentralized economy.',
|
|
1544
|
+
type_asset: 'erc20',
|
|
1545
|
+
address: '0x8236a87084f8B84306f72007F36F2618A5634494',
|
|
1546
|
+
denom_units: [{
|
|
1547
|
+
denom: '0x8236a87084f8B84306f72007F36F2618A5634494',
|
|
1548
|
+
exponent: 0
|
|
1549
|
+
}, {
|
|
1550
|
+
denom: 'lbtc',
|
|
1551
|
+
exponent: 8
|
|
1552
|
+
}],
|
|
1553
|
+
base: '0x8236a87084f8B84306f72007F36F2618A5634494',
|
|
1554
|
+
name: 'Lombard Staked Bitcoin',
|
|
1555
|
+
display: 'lbtc',
|
|
1556
|
+
symbol: 'LBTC',
|
|
1557
|
+
traces: [{
|
|
1558
|
+
type: 'liquid-stake',
|
|
1559
|
+
counterparty: {
|
|
1560
|
+
chain_name: 'bitcoin',
|
|
1561
|
+
base_denom: 'sat'
|
|
1562
|
+
},
|
|
1563
|
+
provider: 'Lombard'
|
|
1564
|
+
}],
|
|
1565
|
+
coingecko_id: 'lombard-staked-btc',
|
|
1566
|
+
images: [{
|
|
1567
|
+
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/_non-cosmos/ethereum/images/lbtc.png',
|
|
1568
|
+
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/_non-cosmos/ethereum/images/lbtc.svg',
|
|
1569
|
+
theme: {
|
|
1570
|
+
circle: true,
|
|
1571
|
+
primary_color_hex: '#162E2F'
|
|
1572
|
+
}
|
|
1573
|
+
}],
|
|
1574
|
+
socials: {
|
|
1575
|
+
website: 'https://lombard.finance',
|
|
1576
|
+
twitter: 'https://x.com/Lombard_Finance'
|
|
1577
|
+
}
|
|
1540
1578
|
}
|
|
1541
1579
|
]
|
|
1542
1580
|
};
|
package/esm/mainnet/ibc.js
CHANGED
|
@@ -132,6 +132,7 @@ import * as _source from './source';
|
|
|
132
132
|
import * as _stafihub from './stafihub';
|
|
133
133
|
import * as _stargaze from './stargaze';
|
|
134
134
|
import * as _starname from './starname';
|
|
135
|
+
import * as _stratos from './stratos';
|
|
135
136
|
import * as _stride from './stride';
|
|
136
137
|
import * as _teritori from './teritori';
|
|
137
138
|
import * as _terra from './terra';
|
|
@@ -278,6 +279,7 @@ const ibc = [
|
|
|
278
279
|
..._stafihub.ibc,
|
|
279
280
|
..._stargaze.ibc,
|
|
280
281
|
..._starname.ibc,
|
|
282
|
+
..._stratos.ibc,
|
|
281
283
|
..._stride.ibc,
|
|
282
284
|
..._teritori.ibc,
|
|
283
285
|
..._terra.ibc,
|
|
@@ -1138,6 +1138,38 @@ const info = {
|
|
|
1138
1138
|
}
|
|
1139
1139
|
}],
|
|
1140
1140
|
type_asset: 'sdk.coin'
|
|
1141
|
+
},
|
|
1142
|
+
{
|
|
1143
|
+
type_asset: 'sdk.coin',
|
|
1144
|
+
denom_units: [{
|
|
1145
|
+
denom: 'factory/neutron129ukd5cwahcjkccujz87rjemjukff7jf6sau72qrhva677xgz9gs4m4jeq/uarena',
|
|
1146
|
+
exponent: 0,
|
|
1147
|
+
aliases: ['uarena']
|
|
1148
|
+
}, {
|
|
1149
|
+
denom: 'arena',
|
|
1150
|
+
exponent: 6
|
|
1151
|
+
}],
|
|
1152
|
+
base: 'factory/neutron129ukd5cwahcjkccujz87rjemjukff7jf6sau72qrhva677xgz9gs4m4jeq/uarena',
|
|
1153
|
+
name: 'Arena Token',
|
|
1154
|
+
display: 'arena',
|
|
1155
|
+
symbol: 'ARENA',
|
|
1156
|
+
logo_URIs: {
|
|
1157
|
+
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/neutron/images/arena_dao.png',
|
|
1158
|
+
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/neutron/images/arena_dao.svg'
|
|
1159
|
+
},
|
|
1160
|
+
images: [{
|
|
1161
|
+
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/neutron/images/arena_dao.png',
|
|
1162
|
+
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/neutron/images/arena_dao.svg',
|
|
1163
|
+
theme: {
|
|
1164
|
+
circle: true,
|
|
1165
|
+
primary_color_hex: '#FF8000'
|
|
1166
|
+
}
|
|
1167
|
+
}],
|
|
1168
|
+
description: 'The governance token of the Arena DAO',
|
|
1169
|
+
socials: {
|
|
1170
|
+
twitter: 'https://x.com/ArenaDAO',
|
|
1171
|
+
website: 'https://arenadao.org/'
|
|
1172
|
+
}
|
|
1141
1173
|
}
|
|
1142
1174
|
]
|
|
1143
1175
|
};
|
|
@@ -3953,6 +3953,35 @@ const info = [
|
|
|
3953
3953
|
}
|
|
3954
3954
|
}]
|
|
3955
3955
|
},
|
|
3956
|
+
{
|
|
3957
|
+
$schema: '../ibc_data.schema.json',
|
|
3958
|
+
chain_1: {
|
|
3959
|
+
chain_name: 'osmosis',
|
|
3960
|
+
client_id: '07-tendermint-3248',
|
|
3961
|
+
connection_id: 'connection-2734'
|
|
3962
|
+
},
|
|
3963
|
+
chain_2: {
|
|
3964
|
+
chain_name: 'stratos',
|
|
3965
|
+
client_id: '07-tendermint-3',
|
|
3966
|
+
connection_id: 'connection-2'
|
|
3967
|
+
},
|
|
3968
|
+
channels: [{
|
|
3969
|
+
chain_1: {
|
|
3970
|
+
channel_id: 'channel-81016',
|
|
3971
|
+
port_id: 'transfer'
|
|
3972
|
+
},
|
|
3973
|
+
chain_2: {
|
|
3974
|
+
channel_id: 'channel-1',
|
|
3975
|
+
port_id: 'transfer'
|
|
3976
|
+
},
|
|
3977
|
+
ordering: 'unordered',
|
|
3978
|
+
version: 'ics20-1',
|
|
3979
|
+
tags: {
|
|
3980
|
+
status: 'live',
|
|
3981
|
+
preferred: true
|
|
3982
|
+
}
|
|
3983
|
+
}]
|
|
3984
|
+
},
|
|
3956
3985
|
{
|
|
3957
3986
|
$schema: '../ibc_data.schema.json',
|
|
3958
3987
|
chain_1: {
|
|
@@ -687,6 +687,37 @@ const info = {
|
|
|
687
687
|
}],
|
|
688
688
|
type_asset: 'sdk.coin'
|
|
689
689
|
},
|
|
690
|
+
{
|
|
691
|
+
description: 'Pryzm\'s native liquid staking token for TIA',
|
|
692
|
+
denom_units: [{
|
|
693
|
+
denom: 'c:utia',
|
|
694
|
+
exponent: 0
|
|
695
|
+
}, {
|
|
696
|
+
denom: 'ctia',
|
|
697
|
+
exponent: 6
|
|
698
|
+
}],
|
|
699
|
+
base: 'c:utia',
|
|
700
|
+
name: 'cTia',
|
|
701
|
+
display: 'ctia',
|
|
702
|
+
symbol: 'cTIA',
|
|
703
|
+
traces: [{
|
|
704
|
+
type: 'liquid-stake',
|
|
705
|
+
counterparty: {
|
|
706
|
+
chain_name: 'celestia',
|
|
707
|
+
base_denom: 'utia'
|
|
708
|
+
},
|
|
709
|
+
provider: 'Pryzm'
|
|
710
|
+
}],
|
|
711
|
+
logo_URIs: {
|
|
712
|
+
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/cTia.png',
|
|
713
|
+
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/cTia.svg'
|
|
714
|
+
},
|
|
715
|
+
images: [{
|
|
716
|
+
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/cTia.png',
|
|
717
|
+
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/cTia.svg'
|
|
718
|
+
}],
|
|
719
|
+
type_asset: 'sdk.coin'
|
|
720
|
+
},
|
|
690
721
|
{
|
|
691
722
|
description: 'Pryzm\'s refracted principal token for ATOM with maturity of 30Sep2024',
|
|
692
723
|
denom_units: [{
|
|
@@ -1239,6 +1270,52 @@ const info = {
|
|
|
1239
1270
|
}],
|
|
1240
1271
|
type_asset: 'sdk.coin'
|
|
1241
1272
|
},
|
|
1273
|
+
{
|
|
1274
|
+
description: 'Pryzm\'s refracted principal token for TIA with maturity of 31Dec2024',
|
|
1275
|
+
denom_units: [{
|
|
1276
|
+
denom: 'p:utia:31Dec2024',
|
|
1277
|
+
exponent: 0
|
|
1278
|
+
}, {
|
|
1279
|
+
denom: 'pTIA31Dec2024',
|
|
1280
|
+
exponent: 6
|
|
1281
|
+
}],
|
|
1282
|
+
base: 'p:utia:31Dec2024',
|
|
1283
|
+
name: 'pTia (31Dec2024)',
|
|
1284
|
+
display: 'pTIA31Dec2024',
|
|
1285
|
+
symbol: 'pTIA-31Dec2024',
|
|
1286
|
+
logo_URIs: {
|
|
1287
|
+
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/pTia.png',
|
|
1288
|
+
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/pTia.svg'
|
|
1289
|
+
},
|
|
1290
|
+
images: [{
|
|
1291
|
+
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/pTia.png',
|
|
1292
|
+
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/pTia.svg'
|
|
1293
|
+
}],
|
|
1294
|
+
type_asset: 'sdk.coin'
|
|
1295
|
+
},
|
|
1296
|
+
{
|
|
1297
|
+
description: 'Pryzm\'s refracted principal token for TIA with maturity of 31Dec2025',
|
|
1298
|
+
denom_units: [{
|
|
1299
|
+
denom: 'p:utia:31Dec2025',
|
|
1300
|
+
exponent: 0
|
|
1301
|
+
}, {
|
|
1302
|
+
denom: 'pTIA31Dec2025',
|
|
1303
|
+
exponent: 6
|
|
1304
|
+
}],
|
|
1305
|
+
base: 'p:utia:31Dec2025',
|
|
1306
|
+
name: 'pTia (31Dec2025)',
|
|
1307
|
+
display: 'pTIA31Dec2025',
|
|
1308
|
+
symbol: 'pTIA-31Dec2025',
|
|
1309
|
+
logo_URIs: {
|
|
1310
|
+
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/pTia.png',
|
|
1311
|
+
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/pTia.svg'
|
|
1312
|
+
},
|
|
1313
|
+
images: [{
|
|
1314
|
+
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/pTia.png',
|
|
1315
|
+
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/pTia.svg'
|
|
1316
|
+
}],
|
|
1317
|
+
type_asset: 'sdk.coin'
|
|
1318
|
+
},
|
|
1242
1319
|
{
|
|
1243
1320
|
description: 'Pryzm\'s refracted yield token for ATOM with maturity of 30Sep2024',
|
|
1244
1321
|
denom_units: [{
|
|
@@ -1791,6 +1868,52 @@ const info = {
|
|
|
1791
1868
|
}],
|
|
1792
1869
|
type_asset: 'sdk.coin'
|
|
1793
1870
|
},
|
|
1871
|
+
{
|
|
1872
|
+
description: 'Pryzm\'s refracted yield token for TIA with maturity of 31Dec2024',
|
|
1873
|
+
denom_units: [{
|
|
1874
|
+
denom: 'y:utia:31Dec2024',
|
|
1875
|
+
exponent: 0
|
|
1876
|
+
}, {
|
|
1877
|
+
denom: 'yTIA31Dec2024',
|
|
1878
|
+
exponent: 6
|
|
1879
|
+
}],
|
|
1880
|
+
base: 'y:utia:31Dec2024',
|
|
1881
|
+
name: 'yTia (31Dec2024)',
|
|
1882
|
+
display: 'yTIA31Dec2024',
|
|
1883
|
+
symbol: 'yTIA-31Dec2024',
|
|
1884
|
+
logo_URIs: {
|
|
1885
|
+
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/yTia.png',
|
|
1886
|
+
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/yTia.svg'
|
|
1887
|
+
},
|
|
1888
|
+
images: [{
|
|
1889
|
+
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/yTia.png',
|
|
1890
|
+
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/yTia.svg'
|
|
1891
|
+
}],
|
|
1892
|
+
type_asset: 'sdk.coin'
|
|
1893
|
+
},
|
|
1894
|
+
{
|
|
1895
|
+
description: 'Pryzm\'s refracted yield token for TIA with maturity of 31Dec2025',
|
|
1896
|
+
denom_units: [{
|
|
1897
|
+
denom: 'y:utia:31Dec2025',
|
|
1898
|
+
exponent: 0
|
|
1899
|
+
}, {
|
|
1900
|
+
denom: 'yTIA31Dec2025',
|
|
1901
|
+
exponent: 6
|
|
1902
|
+
}],
|
|
1903
|
+
base: 'y:utia:31Dec2025',
|
|
1904
|
+
name: 'yTia (31Dec2025)',
|
|
1905
|
+
display: 'yTIA31Dec2025',
|
|
1906
|
+
symbol: 'yTIA-31Dec2025',
|
|
1907
|
+
logo_URIs: {
|
|
1908
|
+
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/yTia.png',
|
|
1909
|
+
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/yTia.svg'
|
|
1910
|
+
},
|
|
1911
|
+
images: [{
|
|
1912
|
+
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/yTia.png',
|
|
1913
|
+
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/yTia.svg'
|
|
1914
|
+
}],
|
|
1915
|
+
type_asset: 'sdk.coin'
|
|
1916
|
+
},
|
|
1794
1917
|
{
|
|
1795
1918
|
description: 'Pryzm\'s LP token for USDC / USDC.axl pool',
|
|
1796
1919
|
denom_units: [{
|
|
@@ -2274,6 +2397,52 @@ const info = {
|
|
|
2274
2397
|
}],
|
|
2275
2398
|
type_asset: 'sdk.coin'
|
|
2276
2399
|
},
|
|
2400
|
+
{
|
|
2401
|
+
description: 'Pryzm\'s LP token for TIA Yield pool',
|
|
2402
|
+
denom_units: [{
|
|
2403
|
+
denom: 'lp:24:utia',
|
|
2404
|
+
exponent: 0
|
|
2405
|
+
}, {
|
|
2406
|
+
denom: 'lp:24:tia',
|
|
2407
|
+
exponent: 6
|
|
2408
|
+
}],
|
|
2409
|
+
base: 'lp:24:utia',
|
|
2410
|
+
name: 'TIA Yield LP',
|
|
2411
|
+
display: 'lp:24:tia',
|
|
2412
|
+
symbol: 'TIA-YIELD-LP',
|
|
2413
|
+
logo_URIs: {
|
|
2414
|
+
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/lp.png',
|
|
2415
|
+
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/lp.svg'
|
|
2416
|
+
},
|
|
2417
|
+
images: [{
|
|
2418
|
+
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/lp.png',
|
|
2419
|
+
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/lp.svg'
|
|
2420
|
+
}],
|
|
2421
|
+
type_asset: 'sdk.coin'
|
|
2422
|
+
},
|
|
2423
|
+
{
|
|
2424
|
+
description: 'Pryzm\'s LP token for TIA Boost pool',
|
|
2425
|
+
denom_units: [{
|
|
2426
|
+
denom: 'lp:25:utiaypt-utia',
|
|
2427
|
+
exponent: 0
|
|
2428
|
+
}, {
|
|
2429
|
+
denom: 'lp:25:tiaypt-tia',
|
|
2430
|
+
exponent: 6
|
|
2431
|
+
}],
|
|
2432
|
+
base: 'lp:25:utiaypt-utia',
|
|
2433
|
+
name: 'TIA Boost LP',
|
|
2434
|
+
display: 'lp:25:tiaypt-tia',
|
|
2435
|
+
symbol: 'TIA-BOOST-LP',
|
|
2436
|
+
logo_URIs: {
|
|
2437
|
+
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/lp.png',
|
|
2438
|
+
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/lp.svg'
|
|
2439
|
+
},
|
|
2440
|
+
images: [{
|
|
2441
|
+
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/lp.png',
|
|
2442
|
+
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/lp.svg'
|
|
2443
|
+
}],
|
|
2444
|
+
type_asset: 'sdk.coin'
|
|
2445
|
+
},
|
|
2277
2446
|
{
|
|
2278
2447
|
description: 'Pryzm\'s LP token for TIA / USDC pool',
|
|
2279
2448
|
denom_units: [{
|
|
@@ -48,8 +48,8 @@ const info = {
|
|
|
48
48
|
provider: '🚀 WHEN MOON 🌕 WHEN LAMBO 🔥'
|
|
49
49
|
},
|
|
50
50
|
{
|
|
51
|
-
address: 'https://
|
|
52
|
-
provider: '
|
|
51
|
+
address: 'https://rest.shido.256x25.tech:443',
|
|
52
|
+
provider: '256x25'
|
|
53
53
|
},
|
|
54
54
|
{
|
|
55
55
|
address: 'https://rpc.shido.indonode.net:443',
|
|
@@ -74,8 +74,8 @@ const info = {
|
|
|
74
74
|
provider: '🚀 WHEN MOON 🌕 WHEN LAMBO 🔥'
|
|
75
75
|
},
|
|
76
76
|
{
|
|
77
|
-
address: 'https://
|
|
78
|
-
provider: '
|
|
77
|
+
address: 'https://rpc.shido.256x25.tech:443',
|
|
78
|
+
provider: '256x25'
|
|
79
79
|
},
|
|
80
80
|
{
|
|
81
81
|
address: 'https://api.shido.indonode.net',
|
|
@@ -99,10 +99,6 @@ const info = {
|
|
|
99
99
|
address: 'https://grpc-web.shidoscan.com',
|
|
100
100
|
provider: 'shido.io'
|
|
101
101
|
},
|
|
102
|
-
{
|
|
103
|
-
address: 'https://s2.shido-grpc.applejuice.256x25.tech',
|
|
104
|
-
provider: 'Apple juice 🧃'
|
|
105
|
-
},
|
|
106
102
|
{
|
|
107
103
|
address: 'https://grpc-maverick.mavnode.io',
|
|
108
104
|
provider: 'MavNode'
|
|
@@ -125,10 +121,6 @@ const info = {
|
|
|
125
121
|
address: 'https://shidochain_mainnet_evm.chain.whenmoonwhenlambo.money',
|
|
126
122
|
provider: '🚀 WHEN MOON 🌕 WHEN LAMBO 🔥'
|
|
127
123
|
},
|
|
128
|
-
{
|
|
129
|
-
address: 'https://s2.shido-evm.applejuice.256x25.tech:443',
|
|
130
|
-
provider: 'Apple juice 🧃'
|
|
131
|
-
},
|
|
132
124
|
{
|
|
133
125
|
address: 'https://evm-maverick.mavnode.io',
|
|
134
126
|
provider: 'MavNode'
|
|
@@ -153,7 +145,7 @@ const info = {
|
|
|
153
145
|
account_page: 'https://explorer.whenmoonwhenlambo.money/shido/account/${accountAddress}'
|
|
154
146
|
},
|
|
155
147
|
{
|
|
156
|
-
kind: '
|
|
148
|
+
kind: '256x25',
|
|
157
149
|
url: 'https://explorer.256x25.tech/shido',
|
|
158
150
|
tx_page: 'https://explorer.256x25.tech/shido/tx/${txHash}',
|
|
159
151
|
account_page: 'https://explorer.256x25.tech//shido/account/${accountAddress}'
|
|
@@ -0,0 +1,30 @@
|
|
|
1
|
+
const info = [{
|
|
2
|
+
$schema: '../ibc_data.schema.json',
|
|
3
|
+
chain_1: {
|
|
4
|
+
chain_name: 'osmosis',
|
|
5
|
+
client_id: '07-tendermint-3248',
|
|
6
|
+
connection_id: 'connection-2734'
|
|
7
|
+
},
|
|
8
|
+
chain_2: {
|
|
9
|
+
chain_name: 'stratos',
|
|
10
|
+
client_id: '07-tendermint-3',
|
|
11
|
+
connection_id: 'connection-2'
|
|
12
|
+
},
|
|
13
|
+
channels: [{
|
|
14
|
+
chain_1: {
|
|
15
|
+
channel_id: 'channel-81016',
|
|
16
|
+
port_id: 'transfer'
|
|
17
|
+
},
|
|
18
|
+
chain_2: {
|
|
19
|
+
channel_id: 'channel-1',
|
|
20
|
+
port_id: 'transfer'
|
|
21
|
+
},
|
|
22
|
+
ordering: 'unordered',
|
|
23
|
+
version: 'ics20-1',
|
|
24
|
+
tags: {
|
|
25
|
+
status: 'live',
|
|
26
|
+
preferred: true
|
|
27
|
+
}
|
|
28
|
+
}]
|
|
29
|
+
}];
|
|
30
|
+
export default info;
|
package/esm/noncosmos/assets.js
CHANGED
|
@@ -16,6 +16,7 @@ import * as _filecoin from './filecoin';
|
|
|
16
16
|
import * as _forex from './forex';
|
|
17
17
|
import * as _internetcomputer from './internetcomputer';
|
|
18
18
|
import * as _kusama from './kusama';
|
|
19
|
+
import * as _mantle from './mantle';
|
|
19
20
|
import * as _moonbeam from './moonbeam';
|
|
20
21
|
import * as _neo from './neo';
|
|
21
22
|
import * as _optimism from './optimism';
|
|
@@ -62,6 +63,7 @@ const assets = [
|
|
|
62
63
|
_forex.assets,
|
|
63
64
|
_internetcomputer.assets,
|
|
64
65
|
_kusama.assets,
|
|
66
|
+
_mantle.assets,
|
|
65
67
|
_moonbeam.assets,
|
|
66
68
|
_neo.assets,
|
|
67
69
|
_optimism.assets,
|
|
@@ -0,0 +1,44 @@
|
|
|
1
|
+
const info = {
|
|
2
|
+
$schema: '../../assetlist.schema.json',
|
|
3
|
+
chain_name: 'mantle',
|
|
4
|
+
assets: [{
|
|
5
|
+
description: 'Ignition introduces $FBTC, an omnichain Bitcoin asset pegged 1:1 to BTC, aimed at elevating Bitcoin�s accessibility and utility, paving the way for a low-friction and interoperable future.',
|
|
6
|
+
extended_description: 'FBTC enhances Bitcoin utility beyond just a store of value, and elevates its power with an asset that commands ultimate liquidity across many chains and various yield enhancement options.\n\n\n\nFBTC uses reputable and trusted multisignature custody solutions, and employs Threshold Signature Scheme (TSS) Network to conduct minting and bridging.\n\nFBTC is seamlessly interoperable to enable a wide range of use cases on L1s and L2s.\n\nFBTC brings an impressive slate of prominent strategic partnerships with industry leading institutions, blockchain ecosystems and infrastructure providers. FBTC will also be supported by many DeFi applications, CEXs and wallets.',
|
|
7
|
+
type_asset: 'erc20',
|
|
8
|
+
address: '0xC96dE26018A54D51c097160568752c4E3BD6C364',
|
|
9
|
+
denom_units: [{
|
|
10
|
+
denom: '0xC96dE26018A54D51c097160568752c4E3BD6C364',
|
|
11
|
+
exponent: 0
|
|
12
|
+
}, {
|
|
13
|
+
denom: 'fbtc',
|
|
14
|
+
exponent: 8
|
|
15
|
+
}],
|
|
16
|
+
base: '0xC96dE26018A54D51c097160568752c4E3BD6C364',
|
|
17
|
+
name: 'Fire Bitcoin',
|
|
18
|
+
display: 'fbtc',
|
|
19
|
+
symbol: 'FBTC',
|
|
20
|
+
traces: [{
|
|
21
|
+
type: 'synthetic',
|
|
22
|
+
counterparty: {
|
|
23
|
+
chain_name: 'bitcoin',
|
|
24
|
+
base_denom: 'sat'
|
|
25
|
+
},
|
|
26
|
+
provider: 'Ignition'
|
|
27
|
+
}],
|
|
28
|
+
coingecko_id: 'ignition-fbtc',
|
|
29
|
+
images: [{
|
|
30
|
+
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/_non-cosmos/mantle/images/fbtc.png',
|
|
31
|
+
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/_non-cosmos/mantle/images/fbtc.svg',
|
|
32
|
+
theme: {
|
|
33
|
+
circle: false,
|
|
34
|
+
primary_color_hex: '#8F00FF',
|
|
35
|
+
background_color_hex: '#00000000'
|
|
36
|
+
}
|
|
37
|
+
}],
|
|
38
|
+
socials: {
|
|
39
|
+
website: 'https://fbtc.com/',
|
|
40
|
+
twitter: 'https://twitter.com/fbtc_official'
|
|
41
|
+
}
|
|
42
|
+
}]
|
|
43
|
+
};
|
|
44
|
+
export default info;
|
package/esm/noncosmos/named.js
CHANGED
|
@@ -16,6 +16,7 @@ export * as filecoin from './filecoin';
|
|
|
16
16
|
export * as forex from './forex';
|
|
17
17
|
export * as internetcomputer from './internetcomputer';
|
|
18
18
|
export * as kusama from './kusama';
|
|
19
|
+
export * as mantle from './mantle';
|
|
19
20
|
export * as moonbeam from './moonbeam';
|
|
20
21
|
export * as neo from './neo';
|
|
21
22
|
export * as optimism from './optimism';
|
|
@@ -176,6 +176,52 @@ const info = {
|
|
|
176
176
|
},
|
|
177
177
|
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/_non-cosmos/ethereum/images/usdc.png'
|
|
178
178
|
}]
|
|
179
|
+
},
|
|
180
|
+
{
|
|
181
|
+
description: 'USDT Bridged from Ethereum via Optimism Bridge.',
|
|
182
|
+
type_asset: 'erc20',
|
|
183
|
+
address: '0x94b008aA00579c1307B0EF2c499aD98a8ce58e58',
|
|
184
|
+
denom_units: [{
|
|
185
|
+
denom: '0x94b008aA00579c1307B0EF2c499aD98a8ce58e58',
|
|
186
|
+
exponent: 0,
|
|
187
|
+
aliases: ['uusdt']
|
|
188
|
+
}, {
|
|
189
|
+
denom: 'usdt',
|
|
190
|
+
exponent: 6
|
|
191
|
+
}],
|
|
192
|
+
base: '0x94b008aA00579c1307B0EF2c499aD98a8ce58e58',
|
|
193
|
+
name: 'Tether USD',
|
|
194
|
+
display: 'usdt',
|
|
195
|
+
symbol: 'USDT',
|
|
196
|
+
traces: [{
|
|
197
|
+
type: 'bridge',
|
|
198
|
+
counterparty: {
|
|
199
|
+
chain_name: 'ethereum',
|
|
200
|
+
base_denom: '0xdac17f958d2ee523a2206206994597c13d831ec7'
|
|
201
|
+
},
|
|
202
|
+
provider: 'Optimism Bridge'
|
|
203
|
+
}],
|
|
204
|
+
images: [{
|
|
205
|
+
image_sync: {
|
|
206
|
+
chain_name: 'ethereum',
|
|
207
|
+
base_denom: '0xdac17f958d2ee523a2206206994597c13d831ec7'
|
|
208
|
+
},
|
|
209
|
+
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/_non-cosmos/ethereum/images/usdt.svg',
|
|
210
|
+
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/_non-cosmos/ethereum/images/usdt.png',
|
|
211
|
+
theme: {
|
|
212
|
+
circle: true,
|
|
213
|
+
primary_color_hex: '#009393',
|
|
214
|
+
background_color_hex: '#009393'
|
|
215
|
+
}
|
|
216
|
+
}, {
|
|
217
|
+
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/_non-cosmos/ethereum/images/usdt_logomark.png',
|
|
218
|
+
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/_non-cosmos/ethereum/images/usdt_logomark.svg',
|
|
219
|
+
theme: {
|
|
220
|
+
circle: false,
|
|
221
|
+
primary_color_hex: '#50AF95',
|
|
222
|
+
background_color_hex: '#00000000'
|
|
223
|
+
}
|
|
224
|
+
}]
|
|
179
225
|
}
|
|
180
226
|
]
|
|
181
227
|
};
|
|
@@ -1,7 +1,8 @@
|
|
|
1
1
|
const info = {
|
|
2
2
|
$schema: '../../assetlist.schema.json',
|
|
3
3
|
chain_name: 'neutrontestnet',
|
|
4
|
-
assets: [
|
|
4
|
+
assets: [
|
|
5
|
+
{
|
|
5
6
|
description: 'The native token of Neutron chain',
|
|
6
7
|
denom_units: [{
|
|
7
8
|
denom: 'untrn',
|
|
@@ -23,7 +24,8 @@ const info = {
|
|
|
23
24
|
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/testnets/neutrontestnet/images/ntrn.svg'
|
|
24
25
|
}],
|
|
25
26
|
type_asset: 'sdk.coin'
|
|
26
|
-
},
|
|
27
|
+
},
|
|
28
|
+
{
|
|
27
29
|
description: 'The yield token for ATOM denominated vaults on Amulet Protocol',
|
|
28
30
|
denom_units: [{
|
|
29
31
|
denom: 'factory/neutron15lku24mqhvy4v4gryrqs4662n9v9q4ux9tayn89cmdzldjcgawushxvm76/amatom',
|
|
@@ -45,6 +47,43 @@ const info = {
|
|
|
45
47
|
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/testnets/neutrontestnet/images/amATOM.svg'
|
|
46
48
|
}],
|
|
47
49
|
type_asset: 'sdk.coin'
|
|
48
|
-
}
|
|
50
|
+
},
|
|
51
|
+
{
|
|
52
|
+
type_asset: 'sdk.coin',
|
|
53
|
+
denom_units: [{
|
|
54
|
+
denom: 'factory/neutron1r3slyjlf7g76mz3na6gh7c8ek62rhssrzf60uh0emyw3x94rppyqfcs0pk/uarena',
|
|
55
|
+
exponent: 0,
|
|
56
|
+
aliases: ['uarena']
|
|
57
|
+
}, {
|
|
58
|
+
denom: 'arena',
|
|
59
|
+
exponent: 6
|
|
60
|
+
}],
|
|
61
|
+
base: 'factory/neutron1r3slyjlf7g76mz3na6gh7c8ek62rhssrzf60uh0emyw3x94rppyqfcs0pk/uarena',
|
|
62
|
+
name: 'Arena Token',
|
|
63
|
+
display: 'arena',
|
|
64
|
+
symbol: 'ARENA',
|
|
65
|
+
logo_URIs: {
|
|
66
|
+
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/neutron/images/arena_dao.png',
|
|
67
|
+
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/neutron/images/arena_dao.svg'
|
|
68
|
+
},
|
|
69
|
+
images: [{
|
|
70
|
+
image_sync: {
|
|
71
|
+
chain_name: 'neutron',
|
|
72
|
+
base_denom: 'factory/neutron129ukd5cwahcjkccujz87rjemjukff7jf6sau72qrhva677xgz9gs4m4jeq/uarena'
|
|
73
|
+
},
|
|
74
|
+
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/neutron/images/arena_dao.png',
|
|
75
|
+
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/neutron/images/arena_dao.svg',
|
|
76
|
+
theme: {
|
|
77
|
+
circle: true,
|
|
78
|
+
primary_color_hex: '#FF8000'
|
|
79
|
+
}
|
|
80
|
+
}],
|
|
81
|
+
description: 'The governance token of the Arena DAO on Neutron testnet',
|
|
82
|
+
socials: {
|
|
83
|
+
twitter: 'https://x.com/ArenaDAO',
|
|
84
|
+
website: 'https://testnet.arenadao.org/'
|
|
85
|
+
}
|
|
86
|
+
}
|
|
87
|
+
]
|
|
49
88
|
};
|
|
50
89
|
export default info;
|