chain-registry 1.69.66 → 1.69.68
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/akash/ibc.js +29 -0
- package/esm/mainnet/axelar/ibc.js +29 -0
- package/esm/mainnet/beezee/assets.js +37 -0
- package/esm/mainnet/celestia/ibc.js +29 -0
- package/esm/mainnet/chihuahua/assets.js +31 -0
- package/esm/mainnet/composable/chain.js +8 -3
- package/esm/mainnet/cosmoshub/chain.js +8 -0
- package/esm/mainnet/cosmoshub/ibc.js +44 -0
- package/esm/mainnet/dungeon/chain.js +0 -8
- package/esm/mainnet/elys/chain.js +84 -0
- package/esm/mainnet/elys/ibc.js +192 -0
- package/esm/mainnet/elys/index.js +2 -0
- package/esm/mainnet/empowerchain/chain.js +18 -0
- package/esm/mainnet/fetchhub/assets.js +6 -0
- package/esm/mainnet/gitopia/chain.js +6 -6
- package/esm/mainnet/ibc.js +2 -0
- package/esm/mainnet/jackal/chain.js +4 -0
- package/esm/mainnet/kopi/chain.js +6 -6
- package/esm/mainnet/neutron/chain.js +8 -0
- package/esm/mainnet/noble/ibc.js +29 -0
- package/esm/mainnet/osmosis/ibc.js +29 -0
- package/esm/mainnet/pryzm/assets.js +375 -7
- package/esm/mainnet/realio/chain.js +14 -0
- package/esm/mainnet/source/chain.js +12 -8
- package/esm/mainnet/titan/chain.js +2 -2
- package/esm/mainnet/xion/chain.js +0 -14
- package/esm/mainnet/zetachain/chain.js +12 -0
- package/esm/testnet/assets.js +2 -0
- package/esm/testnet/chains.js +2 -0
- package/esm/testnet/cosmoshubtestnet/ibc.js +19 -47
- package/esm/testnet/dymensiontestnet1/assets.js +62 -0
- package/esm/testnet/dymensiontestnet1/chain.js +46 -0
- package/esm/testnet/dymensiontestnet1/index.js +4 -0
- package/esm/testnet/elystestnet/ibc.js +2 -2
- package/esm/testnet/manifesttestnet/chain.js +9 -15
- package/esm/testnet/named.js +1 -0
- package/esm/testnet/nobletestnet/ibc.js +1 -1
- package/esm/testnet/sourcetestnet/chain.js +0 -11
- package/esm/testnet/symphonytestnet/ibc.js +0 -28
- package/esm/testnet/titantestnet/assets.js +42 -3
- package/mainnet/akash/ibc.js +29 -0
- package/mainnet/axelar/ibc.js +29 -0
- package/mainnet/beezee/assets.js +37 -0
- package/mainnet/celestia/ibc.js +29 -0
- package/mainnet/chihuahua/assets.js +31 -0
- package/mainnet/composable/chain.js +8 -3
- package/mainnet/cosmoshub/chain.js +8 -0
- package/mainnet/cosmoshub/ibc.js +44 -0
- package/mainnet/dungeon/chain.js +0 -8
- package/mainnet/elys/chain.js +84 -0
- package/mainnet/elys/ibc.d.ts +3 -0
- package/mainnet/elys/ibc.js +194 -0
- package/mainnet/elys/index.d.ts +1 -0
- package/mainnet/elys/index.js +3 -1
- package/mainnet/empowerchain/chain.js +18 -0
- package/mainnet/fetchhub/assets.js +6 -0
- package/mainnet/gitopia/chain.js +6 -6
- package/mainnet/ibc.js +2 -0
- package/mainnet/jackal/chain.js +4 -0
- package/mainnet/kopi/chain.js +6 -6
- package/mainnet/neutron/chain.js +8 -0
- package/mainnet/noble/ibc.js +29 -0
- package/mainnet/osmosis/ibc.js +29 -0
- package/mainnet/pryzm/assets.js +375 -7
- package/mainnet/realio/chain.js +14 -0
- package/mainnet/source/chain.js +12 -8
- package/mainnet/titan/chain.js +2 -2
- package/mainnet/xion/chain.js +0 -14
- package/mainnet/zetachain/chain.js +12 -0
- package/package.json +4 -4
- package/testnet/assets.js +2 -0
- package/testnet/chains.js +2 -0
- package/testnet/cosmoshubtestnet/ibc.js +19 -47
- package/testnet/dymensiontestnet1/assets.d.ts +3 -0
- package/testnet/dymensiontestnet1/assets.js +64 -0
- package/testnet/dymensiontestnet1/chain.d.ts +3 -0
- package/testnet/dymensiontestnet1/chain.js +48 -0
- package/testnet/dymensiontestnet1/index.d.ts +2 -0
- package/testnet/dymensiontestnet1/index.js +10 -0
- package/testnet/elystestnet/ibc.js +2 -2
- package/testnet/manifesttestnet/chain.js +9 -15
- package/testnet/named.d.ts +1 -0
- package/testnet/named.js +4 -3
- package/testnet/nobletestnet/ibc.js +1 -1
- package/testnet/sourcetestnet/chain.js +0 -11
- package/testnet/symphonytestnet/ibc.js +0 -28
- package/testnet/titantestnet/assets.js +42 -3
package/mainnet/noble/ibc.js
CHANGED
|
@@ -290,6 +290,35 @@ const info = [
|
|
|
290
290
|
}
|
|
291
291
|
}]
|
|
292
292
|
},
|
|
293
|
+
{
|
|
294
|
+
$schema: '../ibc_data.schema.json',
|
|
295
|
+
chain_1: {
|
|
296
|
+
chain_name: 'elys',
|
|
297
|
+
client_id: '07-tendermint-3',
|
|
298
|
+
connection_id: 'connection-2'
|
|
299
|
+
},
|
|
300
|
+
chain_2: {
|
|
301
|
+
chain_name: 'noble',
|
|
302
|
+
client_id: '07-tendermint-133',
|
|
303
|
+
connection_id: 'connection-130'
|
|
304
|
+
},
|
|
305
|
+
channels: [{
|
|
306
|
+
chain_1: {
|
|
307
|
+
channel_id: 'channel-2',
|
|
308
|
+
port_id: 'transfer'
|
|
309
|
+
},
|
|
310
|
+
chain_2: {
|
|
311
|
+
channel_id: 'channel-117',
|
|
312
|
+
port_id: 'transfer'
|
|
313
|
+
},
|
|
314
|
+
ordering: 'unordered',
|
|
315
|
+
version: 'ics20-1',
|
|
316
|
+
tags: {
|
|
317
|
+
status: 'live',
|
|
318
|
+
preferred: true
|
|
319
|
+
}
|
|
320
|
+
}]
|
|
321
|
+
},
|
|
293
322
|
{
|
|
294
323
|
$schema: '../ibc_data.schema.json',
|
|
295
324
|
chain_1: {
|
package/mainnet/osmosis/ibc.js
CHANGED
|
@@ -1357,6 +1357,35 @@ const info = [
|
|
|
1357
1357
|
}
|
|
1358
1358
|
}]
|
|
1359
1359
|
},
|
|
1360
|
+
{
|
|
1361
|
+
$schema: '../ibc_data.schema.json',
|
|
1362
|
+
chain_1: {
|
|
1363
|
+
chain_name: 'elys',
|
|
1364
|
+
client_id: '07-tendermint-9',
|
|
1365
|
+
connection_id: 'connection-9'
|
|
1366
|
+
},
|
|
1367
|
+
chain_2: {
|
|
1368
|
+
chain_name: 'osmosis',
|
|
1369
|
+
client_id: '07-tendermint-3385',
|
|
1370
|
+
connection_id: 'connection-2839'
|
|
1371
|
+
},
|
|
1372
|
+
channels: [{
|
|
1373
|
+
chain_1: {
|
|
1374
|
+
channel_id: 'channel-6',
|
|
1375
|
+
port_id: 'transfer'
|
|
1376
|
+
},
|
|
1377
|
+
chain_2: {
|
|
1378
|
+
channel_id: 'channel-91017',
|
|
1379
|
+
port_id: 'transfer'
|
|
1380
|
+
},
|
|
1381
|
+
ordering: 'unordered',
|
|
1382
|
+
version: 'ics20-1',
|
|
1383
|
+
tags: {
|
|
1384
|
+
status: 'live',
|
|
1385
|
+
preferred: true
|
|
1386
|
+
}
|
|
1387
|
+
}]
|
|
1388
|
+
},
|
|
1360
1389
|
{
|
|
1361
1390
|
$schema: '../ibc_data.schema.json',
|
|
1362
1391
|
chain_1: {
|
package/mainnet/pryzm/assets.js
CHANGED
|
@@ -766,6 +766,29 @@ const info = {
|
|
|
766
766
|
}],
|
|
767
767
|
type_asset: 'sdk.coin'
|
|
768
768
|
},
|
|
769
|
+
{
|
|
770
|
+
description: 'Pryzm\'s refracted principal token for ATOM with maturity of 31Mar2025',
|
|
771
|
+
denom_units: [{
|
|
772
|
+
denom: 'p:uatom:31Mar2025',
|
|
773
|
+
exponent: 0
|
|
774
|
+
}, {
|
|
775
|
+
denom: 'pATOM31Mar2025',
|
|
776
|
+
exponent: 6
|
|
777
|
+
}],
|
|
778
|
+
base: 'p:uatom:31Mar2025',
|
|
779
|
+
name: 'pAtom (31Mar2025)',
|
|
780
|
+
display: 'pATOM31Mar2025',
|
|
781
|
+
symbol: 'pATOM-31Mar2025',
|
|
782
|
+
logo_URIs: {
|
|
783
|
+
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/pAtom.png',
|
|
784
|
+
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/pAtom.svg'
|
|
785
|
+
},
|
|
786
|
+
images: [{
|
|
787
|
+
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/pAtom.png',
|
|
788
|
+
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/pAtom.svg'
|
|
789
|
+
}],
|
|
790
|
+
type_asset: 'sdk.coin'
|
|
791
|
+
},
|
|
769
792
|
{
|
|
770
793
|
description: 'Pryzm\'s refracted principal token for ATOM with maturity of 31Dec2025',
|
|
771
794
|
denom_units: [{
|
|
@@ -858,6 +881,29 @@ const info = {
|
|
|
858
881
|
}],
|
|
859
882
|
type_asset: 'sdk.coin'
|
|
860
883
|
},
|
|
884
|
+
{
|
|
885
|
+
description: 'Pryzm\'s refracted principal token for OSMO with maturity of 31Mar2025',
|
|
886
|
+
denom_units: [{
|
|
887
|
+
denom: 'p:uosmo:31Mar2025',
|
|
888
|
+
exponent: 0
|
|
889
|
+
}, {
|
|
890
|
+
denom: 'pOSMO31Mar2025',
|
|
891
|
+
exponent: 6
|
|
892
|
+
}],
|
|
893
|
+
base: 'p:uosmo:31Mar2025',
|
|
894
|
+
name: 'pOsmo (31Mar2025)',
|
|
895
|
+
display: 'pOSMO31Mar2025',
|
|
896
|
+
symbol: 'pOSMO-31Mar2025',
|
|
897
|
+
logo_URIs: {
|
|
898
|
+
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/pOsmo.png',
|
|
899
|
+
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/pOsmo.svg'
|
|
900
|
+
},
|
|
901
|
+
images: [{
|
|
902
|
+
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/pOsmo.png',
|
|
903
|
+
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/pOsmo.svg'
|
|
904
|
+
}],
|
|
905
|
+
type_asset: 'sdk.coin'
|
|
906
|
+
},
|
|
861
907
|
{
|
|
862
908
|
description: 'Pryzm\'s refracted principal token for OSMO with maturity of 31Dec2025',
|
|
863
909
|
denom_units: [{
|
|
@@ -950,6 +996,29 @@ const info = {
|
|
|
950
996
|
}],
|
|
951
997
|
type_asset: 'sdk.coin'
|
|
952
998
|
},
|
|
999
|
+
{
|
|
1000
|
+
description: 'Pryzm\'s refracted principal token for INJ with maturity of 31Mar2025',
|
|
1001
|
+
denom_units: [{
|
|
1002
|
+
denom: 'p:inj:31Mar2025',
|
|
1003
|
+
exponent: 0
|
|
1004
|
+
}, {
|
|
1005
|
+
denom: 'pINJ31Mar2025',
|
|
1006
|
+
exponent: 18
|
|
1007
|
+
}],
|
|
1008
|
+
base: 'p:inj:31Mar2025',
|
|
1009
|
+
name: 'pInj (31Mar2025)',
|
|
1010
|
+
display: 'pINJ31Mar2025',
|
|
1011
|
+
symbol: 'pINJ-31Mar2025',
|
|
1012
|
+
logo_URIs: {
|
|
1013
|
+
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/pInj.png',
|
|
1014
|
+
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/pInj.svg'
|
|
1015
|
+
},
|
|
1016
|
+
images: [{
|
|
1017
|
+
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/pInj.png',
|
|
1018
|
+
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/pInj.svg'
|
|
1019
|
+
}],
|
|
1020
|
+
type_asset: 'sdk.coin'
|
|
1021
|
+
},
|
|
953
1022
|
{
|
|
954
1023
|
description: 'Pryzm\'s refracted principal token for INJ with maturity of 31Dec2025',
|
|
955
1024
|
denom_units: [{
|
|
@@ -1043,18 +1112,18 @@ const info = {
|
|
|
1043
1112
|
type_asset: 'sdk.coin'
|
|
1044
1113
|
},
|
|
1045
1114
|
{
|
|
1046
|
-
description: 'Pryzm\'s refracted principal token for LUNA with maturity of
|
|
1115
|
+
description: 'Pryzm\'s refracted principal token for LUNA with maturity of 31Mar2025',
|
|
1047
1116
|
denom_units: [{
|
|
1048
|
-
denom: 'p:uluna:
|
|
1117
|
+
denom: 'p:uluna:31Mar2025',
|
|
1049
1118
|
exponent: 0
|
|
1050
1119
|
}, {
|
|
1051
|
-
denom: '
|
|
1120
|
+
denom: 'pLUNA31Mar2025',
|
|
1052
1121
|
exponent: 6
|
|
1053
1122
|
}],
|
|
1054
|
-
base: 'p:uluna:
|
|
1055
|
-
name: 'pLuna (
|
|
1056
|
-
display: '
|
|
1057
|
-
symbol: 'pLUNA-
|
|
1123
|
+
base: 'p:uluna:31Mar2025',
|
|
1124
|
+
name: 'pLuna (31Mar2025)',
|
|
1125
|
+
display: 'pLUNA31Mar2025',
|
|
1126
|
+
symbol: 'pLUNA-31Mar2025',
|
|
1058
1127
|
logo_URIs: {
|
|
1059
1128
|
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/pLuna.png',
|
|
1060
1129
|
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/pLuna.svg'
|
|
@@ -1088,6 +1157,29 @@ const info = {
|
|
|
1088
1157
|
}],
|
|
1089
1158
|
type_asset: 'sdk.coin'
|
|
1090
1159
|
},
|
|
1160
|
+
{
|
|
1161
|
+
description: 'Pryzm\'s refracted principal token for LUNA with maturity of 31Dec2026',
|
|
1162
|
+
denom_units: [{
|
|
1163
|
+
denom: 'p:uluna:31Dec2026',
|
|
1164
|
+
exponent: 0
|
|
1165
|
+
}, {
|
|
1166
|
+
denom: 'pLUNA31Dec2026',
|
|
1167
|
+
exponent: 6
|
|
1168
|
+
}],
|
|
1169
|
+
base: 'p:uluna:31Dec2026',
|
|
1170
|
+
name: 'pLuna (31Dec2026)',
|
|
1171
|
+
display: 'pLUNA31Dec2026',
|
|
1172
|
+
symbol: 'pLUNA-31Dec2026',
|
|
1173
|
+
logo_URIs: {
|
|
1174
|
+
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/pLuna.png',
|
|
1175
|
+
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/pLuna.svg'
|
|
1176
|
+
},
|
|
1177
|
+
images: [{
|
|
1178
|
+
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/pLuna.png',
|
|
1179
|
+
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/pLuna.svg'
|
|
1180
|
+
}],
|
|
1181
|
+
type_asset: 'sdk.coin'
|
|
1182
|
+
},
|
|
1091
1183
|
{
|
|
1092
1184
|
description: 'Pryzm\'s refracted principal token for AUUU with maturity of 30Sep2024',
|
|
1093
1185
|
denom_units: [{
|
|
@@ -1226,6 +1318,29 @@ const info = {
|
|
|
1226
1318
|
}],
|
|
1227
1319
|
type_asset: 'sdk.coin'
|
|
1228
1320
|
},
|
|
1321
|
+
{
|
|
1322
|
+
description: 'Pryzm\'s refracted principal token for stTIA with maturity of 31Mar2025',
|
|
1323
|
+
denom_units: [{
|
|
1324
|
+
denom: 'p:stutia:31Mar2025',
|
|
1325
|
+
exponent: 0
|
|
1326
|
+
}, {
|
|
1327
|
+
denom: 'pstTIA31Mar2025',
|
|
1328
|
+
exponent: 6
|
|
1329
|
+
}],
|
|
1330
|
+
base: 'p:stutia:31Mar2025',
|
|
1331
|
+
name: 'pstTia (31Mar2025)',
|
|
1332
|
+
display: 'pstTIA31Mar2025',
|
|
1333
|
+
symbol: 'pstTIA-31Mar2025',
|
|
1334
|
+
logo_URIs: {
|
|
1335
|
+
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/pstTia.png',
|
|
1336
|
+
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/pstTia.svg'
|
|
1337
|
+
},
|
|
1338
|
+
images: [{
|
|
1339
|
+
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/pstTia.png',
|
|
1340
|
+
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/pstTia.svg'
|
|
1341
|
+
}],
|
|
1342
|
+
type_asset: 'sdk.coin'
|
|
1343
|
+
},
|
|
1229
1344
|
{
|
|
1230
1345
|
description: 'Pryzm\'s refracted principal token for stTIA with maturity of 31Dec2025',
|
|
1231
1346
|
denom_units: [{
|
|
@@ -1318,6 +1433,29 @@ const info = {
|
|
|
1318
1433
|
}],
|
|
1319
1434
|
type_asset: 'sdk.coin'
|
|
1320
1435
|
},
|
|
1436
|
+
{
|
|
1437
|
+
description: 'Pryzm\'s refracted principal token for stDYDX with maturity of 31Mar2025',
|
|
1438
|
+
denom_units: [{
|
|
1439
|
+
denom: 'p:stadydx:31Mar2025',
|
|
1440
|
+
exponent: 0
|
|
1441
|
+
}, {
|
|
1442
|
+
denom: 'pstDYDX31Mar2025',
|
|
1443
|
+
exponent: 18
|
|
1444
|
+
}],
|
|
1445
|
+
base: 'p:stadydx:31Mar2025',
|
|
1446
|
+
name: 'pstDydx (31Mar2025)',
|
|
1447
|
+
display: 'pstDYDX31Mar2025',
|
|
1448
|
+
symbol: 'pstDYDX-31Mar2025',
|
|
1449
|
+
logo_URIs: {
|
|
1450
|
+
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/pstDydx.png',
|
|
1451
|
+
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/pstDydx.svg'
|
|
1452
|
+
},
|
|
1453
|
+
images: [{
|
|
1454
|
+
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/pstDydx.png',
|
|
1455
|
+
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/pstDydx.svg'
|
|
1456
|
+
}],
|
|
1457
|
+
type_asset: 'sdk.coin'
|
|
1458
|
+
},
|
|
1321
1459
|
{
|
|
1322
1460
|
description: 'Pryzm\'s refracted principal token for stDYDX with maturity of 31Dec2025',
|
|
1323
1461
|
denom_units: [{
|
|
@@ -1387,6 +1525,29 @@ const info = {
|
|
|
1387
1525
|
}],
|
|
1388
1526
|
type_asset: 'sdk.coin'
|
|
1389
1527
|
},
|
|
1528
|
+
{
|
|
1529
|
+
description: 'Pryzm\'s refracted principal token for dATOM with maturity of 31Mar2025',
|
|
1530
|
+
denom_units: [{
|
|
1531
|
+
denom: 'p:udatom:31Mar2025',
|
|
1532
|
+
exponent: 0
|
|
1533
|
+
}, {
|
|
1534
|
+
denom: 'pdATOM31Mar2025',
|
|
1535
|
+
exponent: 6
|
|
1536
|
+
}],
|
|
1537
|
+
base: 'p:udatom:31Mar2025',
|
|
1538
|
+
name: 'pdAtom (31Mar2025)',
|
|
1539
|
+
display: 'pdATOM31Mar2025',
|
|
1540
|
+
symbol: 'pdATOM-31Mar2025',
|
|
1541
|
+
logo_URIs: {
|
|
1542
|
+
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/pdAtom.png',
|
|
1543
|
+
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/pdAtom.svg'
|
|
1544
|
+
},
|
|
1545
|
+
images: [{
|
|
1546
|
+
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/pdAtom.png',
|
|
1547
|
+
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/pdAtom.svg'
|
|
1548
|
+
}],
|
|
1549
|
+
type_asset: 'sdk.coin'
|
|
1550
|
+
},
|
|
1390
1551
|
{
|
|
1391
1552
|
description: 'Pryzm\'s refracted principal token for dATOM with maturity of 30Jun2025',
|
|
1392
1553
|
denom_units: [{
|
|
@@ -1479,6 +1640,29 @@ const info = {
|
|
|
1479
1640
|
}],
|
|
1480
1641
|
type_asset: 'sdk.coin'
|
|
1481
1642
|
},
|
|
1643
|
+
{
|
|
1644
|
+
description: 'Pryzm\'s refracted principal token for TIA with maturity of 31Mar2025',
|
|
1645
|
+
denom_units: [{
|
|
1646
|
+
denom: 'p:utia:31Mar2025',
|
|
1647
|
+
exponent: 0
|
|
1648
|
+
}, {
|
|
1649
|
+
denom: 'pTIA31Mar2025',
|
|
1650
|
+
exponent: 6
|
|
1651
|
+
}],
|
|
1652
|
+
base: 'p:utia:31Mar2025',
|
|
1653
|
+
name: 'pTia (31Mar2025)',
|
|
1654
|
+
display: 'pTIA31Mar2025',
|
|
1655
|
+
symbol: 'pTIA-31Mar2025',
|
|
1656
|
+
logo_URIs: {
|
|
1657
|
+
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/pTia.png',
|
|
1658
|
+
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/pTia.svg'
|
|
1659
|
+
},
|
|
1660
|
+
images: [{
|
|
1661
|
+
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/pTia.png',
|
|
1662
|
+
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/pTia.svg'
|
|
1663
|
+
}],
|
|
1664
|
+
type_asset: 'sdk.coin'
|
|
1665
|
+
},
|
|
1482
1666
|
{
|
|
1483
1667
|
description: 'Pryzm\'s refracted principal token for TIA with maturity of 31Dec2025',
|
|
1484
1668
|
denom_units: [{
|
|
@@ -1571,6 +1755,29 @@ const info = {
|
|
|
1571
1755
|
}],
|
|
1572
1756
|
type_asset: 'sdk.coin'
|
|
1573
1757
|
},
|
|
1758
|
+
{
|
|
1759
|
+
description: 'Pryzm\'s refracted yield token for ATOM with maturity of 31Mar2025',
|
|
1760
|
+
denom_units: [{
|
|
1761
|
+
denom: 'y:uatom:31Mar2025',
|
|
1762
|
+
exponent: 0
|
|
1763
|
+
}, {
|
|
1764
|
+
denom: 'yATOM31Mar2025',
|
|
1765
|
+
exponent: 6
|
|
1766
|
+
}],
|
|
1767
|
+
base: 'y:uatom:31Mar2025',
|
|
1768
|
+
name: 'yAtom (31Mar2025)',
|
|
1769
|
+
display: 'yATOM31Mar2025',
|
|
1770
|
+
symbol: 'yATOM-31Mar2025',
|
|
1771
|
+
logo_URIs: {
|
|
1772
|
+
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/yAtom.png',
|
|
1773
|
+
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/yAtom.svg'
|
|
1774
|
+
},
|
|
1775
|
+
images: [{
|
|
1776
|
+
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/yAtom.png',
|
|
1777
|
+
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/yAtom.svg'
|
|
1778
|
+
}],
|
|
1779
|
+
type_asset: 'sdk.coin'
|
|
1780
|
+
},
|
|
1574
1781
|
{
|
|
1575
1782
|
description: 'Pryzm\'s refracted yield token for ATOM with maturity of 31Dec2025',
|
|
1576
1783
|
denom_units: [{
|
|
@@ -1663,6 +1870,29 @@ const info = {
|
|
|
1663
1870
|
}],
|
|
1664
1871
|
type_asset: 'sdk.coin'
|
|
1665
1872
|
},
|
|
1873
|
+
{
|
|
1874
|
+
description: 'Pryzm\'s refracted yield token for OSMO with maturity of 31Mar2025',
|
|
1875
|
+
denom_units: [{
|
|
1876
|
+
denom: 'y:uosmo:31Mar2025',
|
|
1877
|
+
exponent: 0
|
|
1878
|
+
}, {
|
|
1879
|
+
denom: 'yOSMO31Mar2025',
|
|
1880
|
+
exponent: 6
|
|
1881
|
+
}],
|
|
1882
|
+
base: 'y:uosmo:31Mar2025',
|
|
1883
|
+
name: 'yOsmo (31Mar2025)',
|
|
1884
|
+
display: 'yOSMO31Mar2025',
|
|
1885
|
+
symbol: 'yOSMO-31Mar2025',
|
|
1886
|
+
logo_URIs: {
|
|
1887
|
+
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/yOsmo.png',
|
|
1888
|
+
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/yOsmo.svg'
|
|
1889
|
+
},
|
|
1890
|
+
images: [{
|
|
1891
|
+
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/yOsmo.png',
|
|
1892
|
+
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/yOsmo.svg'
|
|
1893
|
+
}],
|
|
1894
|
+
type_asset: 'sdk.coin'
|
|
1895
|
+
},
|
|
1666
1896
|
{
|
|
1667
1897
|
description: 'Pryzm\'s refracted yield token for OSMO with maturity of 31Dec2025',
|
|
1668
1898
|
denom_units: [{
|
|
@@ -1755,6 +1985,29 @@ const info = {
|
|
|
1755
1985
|
}],
|
|
1756
1986
|
type_asset: 'sdk.coin'
|
|
1757
1987
|
},
|
|
1988
|
+
{
|
|
1989
|
+
description: 'Pryzm\'s refracted yield token for INJ with maturity of 31Mar2025',
|
|
1990
|
+
denom_units: [{
|
|
1991
|
+
denom: 'y:inj:31Mar2025',
|
|
1992
|
+
exponent: 0
|
|
1993
|
+
}, {
|
|
1994
|
+
denom: 'yINJ31Mar2025',
|
|
1995
|
+
exponent: 18
|
|
1996
|
+
}],
|
|
1997
|
+
base: 'y:inj:31Mar2025',
|
|
1998
|
+
name: 'yInj (31Mar2025)',
|
|
1999
|
+
display: 'yINJ31Mar2025',
|
|
2000
|
+
symbol: 'yINJ-31Mar2025',
|
|
2001
|
+
logo_URIs: {
|
|
2002
|
+
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/yInj.png',
|
|
2003
|
+
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/yInj.svg'
|
|
2004
|
+
},
|
|
2005
|
+
images: [{
|
|
2006
|
+
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/yInj.png',
|
|
2007
|
+
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/yInj.svg'
|
|
2008
|
+
}],
|
|
2009
|
+
type_asset: 'sdk.coin'
|
|
2010
|
+
},
|
|
1758
2011
|
{
|
|
1759
2012
|
description: 'Pryzm\'s refracted yield token for INJ with maturity of 31Dec2025',
|
|
1760
2013
|
denom_units: [{
|
|
@@ -1847,6 +2100,29 @@ const info = {
|
|
|
1847
2100
|
}],
|
|
1848
2101
|
type_asset: 'sdk.coin'
|
|
1849
2102
|
},
|
|
2103
|
+
{
|
|
2104
|
+
description: 'Pryzm\'s refracted yield token for LUNA with maturity of 31Mar2025',
|
|
2105
|
+
denom_units: [{
|
|
2106
|
+
denom: 'y:uluna:31Mar2025',
|
|
2107
|
+
exponent: 0
|
|
2108
|
+
}, {
|
|
2109
|
+
denom: 'yLUNA31Mar2025',
|
|
2110
|
+
exponent: 6
|
|
2111
|
+
}],
|
|
2112
|
+
base: 'y:uluna:31Mar2025',
|
|
2113
|
+
name: 'yLuna (31Mar2025)',
|
|
2114
|
+
display: 'yLUNA31Mar2025',
|
|
2115
|
+
symbol: 'yLUNA-31Mar2025',
|
|
2116
|
+
logo_URIs: {
|
|
2117
|
+
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/yLuna.png',
|
|
2118
|
+
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/yLuna.svg'
|
|
2119
|
+
},
|
|
2120
|
+
images: [{
|
|
2121
|
+
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/yLuna.png',
|
|
2122
|
+
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/yLuna.svg'
|
|
2123
|
+
}],
|
|
2124
|
+
type_asset: 'sdk.coin'
|
|
2125
|
+
},
|
|
1850
2126
|
{
|
|
1851
2127
|
description: 'Pryzm\'s refracted yield token for LUNA with maturity of 31Dec2025',
|
|
1852
2128
|
denom_units: [{
|
|
@@ -2031,6 +2307,29 @@ const info = {
|
|
|
2031
2307
|
}],
|
|
2032
2308
|
type_asset: 'sdk.coin'
|
|
2033
2309
|
},
|
|
2310
|
+
{
|
|
2311
|
+
description: 'Pryzm\'s refracted yield token for stTIA with maturity of 31Mar2025',
|
|
2312
|
+
denom_units: [{
|
|
2313
|
+
denom: 'y:stutia:31Mar2025',
|
|
2314
|
+
exponent: 0
|
|
2315
|
+
}, {
|
|
2316
|
+
denom: 'ystTIA31Mar2025',
|
|
2317
|
+
exponent: 6
|
|
2318
|
+
}],
|
|
2319
|
+
base: 'y:stutia:31Mar2025',
|
|
2320
|
+
name: 'ystTia (31Mar2025)',
|
|
2321
|
+
display: 'ystTIA31Mar2025',
|
|
2322
|
+
symbol: 'ystTIA-31Mar2025',
|
|
2323
|
+
logo_URIs: {
|
|
2324
|
+
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/ystTia.png',
|
|
2325
|
+
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/ystTia.svg'
|
|
2326
|
+
},
|
|
2327
|
+
images: [{
|
|
2328
|
+
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/ystTia.png',
|
|
2329
|
+
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/ystTia.svg'
|
|
2330
|
+
}],
|
|
2331
|
+
type_asset: 'sdk.coin'
|
|
2332
|
+
},
|
|
2034
2333
|
{
|
|
2035
2334
|
description: 'Pryzm\'s refracted yield token for stTIA with maturity of 31Dec2025',
|
|
2036
2335
|
denom_units: [{
|
|
@@ -2123,6 +2422,29 @@ const info = {
|
|
|
2123
2422
|
}],
|
|
2124
2423
|
type_asset: 'sdk.coin'
|
|
2125
2424
|
},
|
|
2425
|
+
{
|
|
2426
|
+
description: 'Pryzm\'s refracted yield token for stDYDX with maturity of 31Mar2025',
|
|
2427
|
+
denom_units: [{
|
|
2428
|
+
denom: 'y:stadydx:31Mar2025',
|
|
2429
|
+
exponent: 0
|
|
2430
|
+
}, {
|
|
2431
|
+
denom: 'ystDYDX31Mar2025',
|
|
2432
|
+
exponent: 6
|
|
2433
|
+
}],
|
|
2434
|
+
base: 'y:stadydx:31Mar2025',
|
|
2435
|
+
name: 'ystDydx (31Mar2025)',
|
|
2436
|
+
display: 'ystDYDX31Mar2025',
|
|
2437
|
+
symbol: 'ystDYDX-31Mar2025',
|
|
2438
|
+
logo_URIs: {
|
|
2439
|
+
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/ystDydx.png',
|
|
2440
|
+
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/ystDydx.svg'
|
|
2441
|
+
},
|
|
2442
|
+
images: [{
|
|
2443
|
+
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/ystDydx.png',
|
|
2444
|
+
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/ystDydx.svg'
|
|
2445
|
+
}],
|
|
2446
|
+
type_asset: 'sdk.coin'
|
|
2447
|
+
},
|
|
2126
2448
|
{
|
|
2127
2449
|
description: 'Pryzm\'s refracted yield token for stDYDX with maturity of 31Dec2025',
|
|
2128
2450
|
denom_units: [{
|
|
@@ -2192,6 +2514,29 @@ const info = {
|
|
|
2192
2514
|
}],
|
|
2193
2515
|
type_asset: 'sdk.coin'
|
|
2194
2516
|
},
|
|
2517
|
+
{
|
|
2518
|
+
description: 'Pryzm\'s refracted yield token for dATOM with maturity of 31Mar2025',
|
|
2519
|
+
denom_units: [{
|
|
2520
|
+
denom: 'y:udatom:31Mar2025',
|
|
2521
|
+
exponent: 0
|
|
2522
|
+
}, {
|
|
2523
|
+
denom: 'ydATOM31Mar2025',
|
|
2524
|
+
exponent: 6
|
|
2525
|
+
}],
|
|
2526
|
+
base: 'y:udatom:31Mar2025',
|
|
2527
|
+
name: 'ydAtom (31Mar2025)',
|
|
2528
|
+
display: 'ydATOM31Mar2025',
|
|
2529
|
+
symbol: 'ydATOM-31Mar2025',
|
|
2530
|
+
logo_URIs: {
|
|
2531
|
+
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/ydAtom.png',
|
|
2532
|
+
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/ydAtom.svg'
|
|
2533
|
+
},
|
|
2534
|
+
images: [{
|
|
2535
|
+
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/ydAtom.png',
|
|
2536
|
+
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/ydAtom.svg'
|
|
2537
|
+
}],
|
|
2538
|
+
type_asset: 'sdk.coin'
|
|
2539
|
+
},
|
|
2195
2540
|
{
|
|
2196
2541
|
description: 'Pryzm\'s refracted yield token for dATOM with maturity of 30Jun2025',
|
|
2197
2542
|
denom_units: [{
|
|
@@ -2284,6 +2629,29 @@ const info = {
|
|
|
2284
2629
|
}],
|
|
2285
2630
|
type_asset: 'sdk.coin'
|
|
2286
2631
|
},
|
|
2632
|
+
{
|
|
2633
|
+
description: 'Pryzm\'s refracted yield token for TIA with maturity of 31Mar2025',
|
|
2634
|
+
denom_units: [{
|
|
2635
|
+
denom: 'y:utia:31Mar2025',
|
|
2636
|
+
exponent: 0
|
|
2637
|
+
}, {
|
|
2638
|
+
denom: 'yTIA31Mar2025',
|
|
2639
|
+
exponent: 6
|
|
2640
|
+
}],
|
|
2641
|
+
base: 'y:utia:31Mar2025',
|
|
2642
|
+
name: 'yTia (31Mar2025)',
|
|
2643
|
+
display: 'yTIA31Mar2025',
|
|
2644
|
+
symbol: 'yTIA-31Mar2025',
|
|
2645
|
+
logo_URIs: {
|
|
2646
|
+
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/yTia.png',
|
|
2647
|
+
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/yTia.svg'
|
|
2648
|
+
},
|
|
2649
|
+
images: [{
|
|
2650
|
+
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/yTia.png',
|
|
2651
|
+
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/yTia.svg'
|
|
2652
|
+
}],
|
|
2653
|
+
type_asset: 'sdk.coin'
|
|
2654
|
+
},
|
|
2287
2655
|
{
|
|
2288
2656
|
description: 'Pryzm\'s refracted yield token for TIA with maturity of 31Dec2025',
|
|
2289
2657
|
denom_units: [{
|
package/mainnet/realio/chain.js
CHANGED
|
@@ -83,6 +83,10 @@ const info = {
|
|
|
83
83
|
{
|
|
84
84
|
address: 'https://realio_rio_mainnet_rpc.chain.whenmoonwhenlambo.money',
|
|
85
85
|
provider: '🚀 WHEN MOON 🌕 WHEN LAMBO 🔥'
|
|
86
|
+
},
|
|
87
|
+
{
|
|
88
|
+
address: 'https://realio-rpc.moonbridge.org',
|
|
89
|
+
provider: 'Moonbridge'
|
|
86
90
|
}
|
|
87
91
|
],
|
|
88
92
|
rest: [
|
|
@@ -133,6 +137,10 @@ const info = {
|
|
|
133
137
|
{
|
|
134
138
|
address: 'https://realio_rio_mainnet_api.chain.whenmoonwhenlambo.money',
|
|
135
139
|
provider: '🚀 WHEN MOON 🌕 WHEN LAMBO 🔥'
|
|
140
|
+
},
|
|
141
|
+
{
|
|
142
|
+
address: 'https://realio-api.moonbridge.org',
|
|
143
|
+
provider: 'Moonbridge'
|
|
136
144
|
}
|
|
137
145
|
],
|
|
138
146
|
grpc: [
|
|
@@ -250,6 +258,12 @@ const info = {
|
|
|
250
258
|
url: 'https://explorer.whenmoonwhenlambo.money/realio',
|
|
251
259
|
tx_page: 'https://explorer.whenmoonwhenlambo.money/realio/tx/${txHash}',
|
|
252
260
|
account_page: 'https://explorer.whenmoonwhenlambo.money/realio/account/${accountAddress}'
|
|
261
|
+
},
|
|
262
|
+
{
|
|
263
|
+
kind: 'Moonbridge',
|
|
264
|
+
url: 'https://explorer.moonbridge.org/realio',
|
|
265
|
+
tx_page: 'https://explorer.moonbridge.org/realio/tx/${txHash}',
|
|
266
|
+
account_page: 'https://explorer.moonbridge.org/realio/account/${accountAddress}'
|
|
253
267
|
}
|
|
254
268
|
],
|
|
255
269
|
images: [{
|
package/mainnet/source/chain.js
CHANGED
|
@@ -40,8 +40,8 @@ const info = {
|
|
|
40
40
|
provider: 'BccNodes'
|
|
41
41
|
},
|
|
42
42
|
{
|
|
43
|
-
address: 'https://source
|
|
44
|
-
provider: '
|
|
43
|
+
address: 'https://source-rpc.moonbridge.org',
|
|
44
|
+
provider: 'Moonbridge'
|
|
45
45
|
},
|
|
46
46
|
{
|
|
47
47
|
address: 'https://source.rpc.m.stavr.tech',
|
|
@@ -134,8 +134,8 @@ const info = {
|
|
|
134
134
|
provider: 'AutoStake 🛡️ Slash Protected'
|
|
135
135
|
},
|
|
136
136
|
{
|
|
137
|
-
address: 'https://source
|
|
138
|
-
provider: '
|
|
137
|
+
address: 'https://source-api.moonbridge.org',
|
|
138
|
+
provider: 'Moonbridge'
|
|
139
139
|
},
|
|
140
140
|
{
|
|
141
141
|
address: 'https://api-source.sr20de.xyz',
|
|
@@ -242,6 +242,10 @@ const info = {
|
|
|
242
242
|
{
|
|
243
243
|
address: 'https://source.declab.pro:9003',
|
|
244
244
|
provider: 'Decloud Nodes Lab'
|
|
245
|
+
},
|
|
246
|
+
{
|
|
247
|
+
address: 'source-grpc.moonbridge.org:443',
|
|
248
|
+
provider: 'Moonbridge'
|
|
245
249
|
}
|
|
246
250
|
]
|
|
247
251
|
},
|
|
@@ -259,10 +263,10 @@ const info = {
|
|
|
259
263
|
account_page: 'https://exp.nodeist.net/source/accounts/${accountAddress}'
|
|
260
264
|
},
|
|
261
265
|
{
|
|
262
|
-
kind: '
|
|
263
|
-
url: 'https://explorer.moonbridge.
|
|
264
|
-
tx_page: 'https://explorer.moonbridge.
|
|
265
|
-
account_page: 'https://explorer.moonbridge.
|
|
266
|
+
kind: 'Moonbridge',
|
|
267
|
+
url: 'https://explorer.moonbridge.org/source',
|
|
268
|
+
tx_page: 'https://explorer.moonbridge.org/source/tx/${txHash}',
|
|
269
|
+
account_page: 'https://explorer.moonbridge.org/source/accounts/${accountAddress}'
|
|
266
270
|
},
|
|
267
271
|
{
|
|
268
272
|
kind: 'NodeStake',
|
package/mainnet/titan/chain.js
CHANGED
|
@@ -57,7 +57,7 @@ const info = {
|
|
|
57
57
|
},
|
|
58
58
|
{
|
|
59
59
|
address: 'https://titan-rpc.ibs.team',
|
|
60
|
-
provider: '
|
|
60
|
+
provider: 'Inter Blockchain Services'
|
|
61
61
|
}
|
|
62
62
|
],
|
|
63
63
|
rest: [
|
|
@@ -79,7 +79,7 @@ const info = {
|
|
|
79
79
|
},
|
|
80
80
|
{
|
|
81
81
|
address: 'https://titan-api.ibs.team',
|
|
82
|
-
provider: '
|
|
82
|
+
provider: 'Inter Blockchain Services'
|
|
83
83
|
}
|
|
84
84
|
],
|
|
85
85
|
grpc: [
|