chain-registry 1.69.219 → 1.69.221
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 +40 -0
- package/esm/mainnet/ethereum/assets.js +20 -0
- package/esm/mainnet/pryzm/assets.js +269 -0
- package/esm/mainnet/secretnetwork/assets.js +54 -0
- package/esm/mainnet/xpla/chain.js +2 -2
- package/esm/testnet/atomonetestnet/assets.js +26 -0
- package/esm/testnet/atomonetestnet/chain.js +19 -13
- package/mainnet/cosmoshub/assets.js +40 -0
- package/mainnet/ethereum/assets.js +20 -0
- package/mainnet/pryzm/assets.js +269 -0
- package/mainnet/secretnetwork/assets.js +54 -0
- package/mainnet/xpla/chain.js +2 -2
- package/package.json +4 -4
- package/testnet/atomonetestnet/assets.js +26 -0
- package/testnet/atomonetestnet/chain.js +19 -13
|
@@ -581,6 +581,46 @@ const info = {
|
|
|
581
581
|
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/_non-cosmos/ethereum/images/usdt.png',
|
|
582
582
|
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/_non-cosmos/ethereum/images/usdt.svg'
|
|
583
583
|
}
|
|
584
|
+
},
|
|
585
|
+
{
|
|
586
|
+
description: 'sUSDS on the Cosmos Hub',
|
|
587
|
+
denom_units: [{
|
|
588
|
+
denom: 'ibc/B9B561EB378C9EB8C13CAA11FCBC78E6B865A3C65707972F17B1052CFC39F473',
|
|
589
|
+
exponent: 0
|
|
590
|
+
}, {
|
|
591
|
+
denom: 'susds',
|
|
592
|
+
exponent: 18
|
|
593
|
+
}],
|
|
594
|
+
type_asset: 'ics20',
|
|
595
|
+
base: 'ibc/B9B561EB378C9EB8C13CAA11FCBC78E6B865A3C65707972F17B1052CFC39F473',
|
|
596
|
+
name: 'Savings USDS',
|
|
597
|
+
display: 'susds',
|
|
598
|
+
symbol: 'sUSDS',
|
|
599
|
+
traces: [{
|
|
600
|
+
type: 'ibc-bridge',
|
|
601
|
+
counterparty: {
|
|
602
|
+
chain_name: 'ethereum',
|
|
603
|
+
base_denom: '0xa3931d71877C0E7a3148CB7Eb4463524FEc27fbD',
|
|
604
|
+
channel_id: 'channel-0'
|
|
605
|
+
},
|
|
606
|
+
chain: {
|
|
607
|
+
channel_id: '08-wasm-1369',
|
|
608
|
+
path: 'transfer/08-wasm-1369/0xa3931d71877c0e7a3148cb7eb4463524fec27fbd'
|
|
609
|
+
},
|
|
610
|
+
provider: 'Eureka'
|
|
611
|
+
}],
|
|
612
|
+
images: [{
|
|
613
|
+
image_sync: {
|
|
614
|
+
chain_name: 'ethereum',
|
|
615
|
+
base_denom: '0xa3931d71877C0E7a3148CB7Eb4463524FEc27fbD'
|
|
616
|
+
},
|
|
617
|
+
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/_non-cosmos/ethereum/images/susds.png',
|
|
618
|
+
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/_non-cosmos/ethereum/images/susds.svg'
|
|
619
|
+
}],
|
|
620
|
+
logo_URIs: {
|
|
621
|
+
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/_non-cosmos/ethereum/images/susds.png',
|
|
622
|
+
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/_non-cosmos/ethereum/images/susds.svg'
|
|
623
|
+
}
|
|
584
624
|
}
|
|
585
625
|
]
|
|
586
626
|
};
|
|
@@ -2030,6 +2030,26 @@ const info = {
|
|
|
2030
2030
|
logo_URIs: {
|
|
2031
2031
|
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/_non-cosmos/ethereum/images/stbtc.svg'
|
|
2032
2032
|
}
|
|
2033
|
+
},
|
|
2034
|
+
{
|
|
2035
|
+
type_asset: 'erc20',
|
|
2036
|
+
address: '0xa3931d71877C0E7a3148CB7Eb4463524FEc27fbD',
|
|
2037
|
+
denom_units: [{
|
|
2038
|
+
denom: '0xa3931d71877C0E7a3148CB7Eb4463524FEc27fbD',
|
|
2039
|
+
exponent: 0
|
|
2040
|
+
}, {
|
|
2041
|
+
denom: 'susds',
|
|
2042
|
+
exponent: 18
|
|
2043
|
+
}],
|
|
2044
|
+
base: '0xa3931d71877C0E7a3148CB7Eb4463524FEc27fbD',
|
|
2045
|
+
name: 'Savings USDS',
|
|
2046
|
+
display: 'susds',
|
|
2047
|
+
symbol: 'sUSDS',
|
|
2048
|
+
logo_URIs: {
|
|
2049
|
+
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/_non-cosmos/ethereum/images/susds.png',
|
|
2050
|
+
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/_non-cosmos/ethereum/images/susds.svg'
|
|
2051
|
+
},
|
|
2052
|
+
coingecko_id: 'susds'
|
|
2033
2053
|
}
|
|
2034
2054
|
]
|
|
2035
2055
|
};
|
|
@@ -577,6 +577,45 @@ const info = {
|
|
|
577
577
|
}],
|
|
578
578
|
coingecko_id: 'ondo-us-dollar-yield'
|
|
579
579
|
},
|
|
580
|
+
{
|
|
581
|
+
description: 'Sky Protocol\'s Savings USDS',
|
|
582
|
+
denom_units: [{
|
|
583
|
+
denom: 'ibc/C9D6B804F68F218448D7D2AF5D26C0E6E93CD16F99D1695E77B5BE5CBD7D5ADB',
|
|
584
|
+
exponent: 0
|
|
585
|
+
}, {
|
|
586
|
+
denom: 'susds',
|
|
587
|
+
exponent: 18
|
|
588
|
+
}],
|
|
589
|
+
type_asset: 'ics20',
|
|
590
|
+
base: 'ibc/C9D6B804F68F218448D7D2AF5D26C0E6E93CD16F99D1695E77B5BE5CBD7D5ADB',
|
|
591
|
+
name: 'sUSDS',
|
|
592
|
+
display: 'susds',
|
|
593
|
+
symbol: 'sUSDS',
|
|
594
|
+
traces: [{
|
|
595
|
+
type: 'ibc',
|
|
596
|
+
counterparty: {
|
|
597
|
+
chain_name: 'cosmoshub',
|
|
598
|
+
base_denom: 'ibc/B9B561EB378C9EB8C13CAA11FCBC78E6B865A3C65707972F17B1052CFC39F473',
|
|
599
|
+
channel_id: 'channel-859'
|
|
600
|
+
},
|
|
601
|
+
chain: {
|
|
602
|
+
channel_id: 'channel-0',
|
|
603
|
+
path: 'transfer/channel-0/transfer/08-wasm-1369/0xa3931d71877c0e7a3148cb7eb4463524fec27fbd'
|
|
604
|
+
}
|
|
605
|
+
}],
|
|
606
|
+
logo_URIs: {
|
|
607
|
+
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/_non-cosmos/ethereum/images/susds.png',
|
|
608
|
+
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/_non-cosmos/ethereum/images/susds.svg'
|
|
609
|
+
},
|
|
610
|
+
images: [{
|
|
611
|
+
image_sync: {
|
|
612
|
+
chain_name: 'cosmoshub',
|
|
613
|
+
base_denom: 'ibc/B9B561EB378C9EB8C13CAA11FCBC78E6B865A3C65707972F17B1052CFC39F473'
|
|
614
|
+
},
|
|
615
|
+
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/_non-cosmos/ethereum/images/susds.png',
|
|
616
|
+
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/_non-cosmos/ethereum/images/susds.svg'
|
|
617
|
+
}]
|
|
618
|
+
},
|
|
580
619
|
{
|
|
581
620
|
description: 'Pryzm\'s native liquid staking token for ATOM',
|
|
582
621
|
denom_units: [{
|
|
@@ -1967,6 +2006,98 @@ const info = {
|
|
|
1967
2006
|
}],
|
|
1968
2007
|
type_asset: 'sdk.coin'
|
|
1969
2008
|
},
|
|
2009
|
+
{
|
|
2010
|
+
description: 'Pryzm\'s refracted principal token for sUSDS with maturity of 30Jun2025',
|
|
2011
|
+
denom_units: [{
|
|
2012
|
+
denom: 'p:asusds:30Jun2025',
|
|
2013
|
+
exponent: 0
|
|
2014
|
+
}, {
|
|
2015
|
+
denom: 'psUSDS30Jun2025',
|
|
2016
|
+
exponent: 18
|
|
2017
|
+
}],
|
|
2018
|
+
base: 'p:asusds:30Jun2025',
|
|
2019
|
+
name: 'psUsds (30Jun2025)',
|
|
2020
|
+
display: 'psUSDS30Jun2025',
|
|
2021
|
+
symbol: 'psUSDS-30Jun2025',
|
|
2022
|
+
logo_URIs: {
|
|
2023
|
+
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/psUsds.png',
|
|
2024
|
+
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/psUsds.svg'
|
|
2025
|
+
},
|
|
2026
|
+
images: [{
|
|
2027
|
+
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/psUsds.png',
|
|
2028
|
+
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/psUsds.svg'
|
|
2029
|
+
}],
|
|
2030
|
+
type_asset: 'sdk.coin'
|
|
2031
|
+
},
|
|
2032
|
+
{
|
|
2033
|
+
description: 'Pryzm\'s refracted principal token for sUSDS with maturity of 30Sep2025',
|
|
2034
|
+
denom_units: [{
|
|
2035
|
+
denom: 'p:asusds:30Sep2025',
|
|
2036
|
+
exponent: 0
|
|
2037
|
+
}, {
|
|
2038
|
+
denom: 'psUSDS30Sep2025',
|
|
2039
|
+
exponent: 18
|
|
2040
|
+
}],
|
|
2041
|
+
base: 'p:asusds:30Sep2025',
|
|
2042
|
+
name: 'psUsds (30Sep2025)',
|
|
2043
|
+
display: 'psUSDS30Sep2025',
|
|
2044
|
+
symbol: 'psUSDS-30Sep2025',
|
|
2045
|
+
logo_URIs: {
|
|
2046
|
+
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/psUsds.png',
|
|
2047
|
+
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/psUsds.svg'
|
|
2048
|
+
},
|
|
2049
|
+
images: [{
|
|
2050
|
+
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/psUsds.png',
|
|
2051
|
+
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/psUsds.svg'
|
|
2052
|
+
}],
|
|
2053
|
+
type_asset: 'sdk.coin'
|
|
2054
|
+
},
|
|
2055
|
+
{
|
|
2056
|
+
description: 'Pryzm\'s refracted principal token for sUSDS with maturity of 31Dec2025',
|
|
2057
|
+
denom_units: [{
|
|
2058
|
+
denom: 'p:asusds:31Dec2025',
|
|
2059
|
+
exponent: 0
|
|
2060
|
+
}, {
|
|
2061
|
+
denom: 'psUSDS31Dec2025',
|
|
2062
|
+
exponent: 18
|
|
2063
|
+
}],
|
|
2064
|
+
base: 'p:asusds:31Dec2025',
|
|
2065
|
+
name: 'psUsds (31Dec2025)',
|
|
2066
|
+
display: 'psUSDS31Dec2025',
|
|
2067
|
+
symbol: 'psUSDS-31Dec2025',
|
|
2068
|
+
logo_URIs: {
|
|
2069
|
+
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/psUsds.png',
|
|
2070
|
+
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/psUsds.svg'
|
|
2071
|
+
},
|
|
2072
|
+
images: [{
|
|
2073
|
+
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/psUsds.png',
|
|
2074
|
+
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/psUsds.svg'
|
|
2075
|
+
}],
|
|
2076
|
+
type_asset: 'sdk.coin'
|
|
2077
|
+
},
|
|
2078
|
+
{
|
|
2079
|
+
description: 'Pryzm\'s refracted principal token for sUSDS with maturity of 31Mar2026',
|
|
2080
|
+
denom_units: [{
|
|
2081
|
+
denom: 'p:asusds:31Mar2026',
|
|
2082
|
+
exponent: 0
|
|
2083
|
+
}, {
|
|
2084
|
+
denom: 'psUSDS31Mar2026',
|
|
2085
|
+
exponent: 18
|
|
2086
|
+
}],
|
|
2087
|
+
base: 'p:asusds:31Mar2026',
|
|
2088
|
+
name: 'psUsds (31Mar2026)',
|
|
2089
|
+
display: 'psUSDS31Mar2026',
|
|
2090
|
+
symbol: 'psUSDS-31Mar2026',
|
|
2091
|
+
logo_URIs: {
|
|
2092
|
+
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/psUsds.png',
|
|
2093
|
+
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/psUsds.svg'
|
|
2094
|
+
},
|
|
2095
|
+
images: [{
|
|
2096
|
+
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/psUsds.png',
|
|
2097
|
+
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/psUsds.svg'
|
|
2098
|
+
}],
|
|
2099
|
+
type_asset: 'sdk.coin'
|
|
2100
|
+
},
|
|
1970
2101
|
{
|
|
1971
2102
|
description: 'Pryzm\'s refracted yield token for ATOM with maturity of 30Sep2024',
|
|
1972
2103
|
denom_units: [{
|
|
@@ -3140,6 +3271,98 @@ const info = {
|
|
|
3140
3271
|
}],
|
|
3141
3272
|
type_asset: 'sdk.coin'
|
|
3142
3273
|
},
|
|
3274
|
+
{
|
|
3275
|
+
description: 'Pryzm\'s refracted yield token for sUSDS with maturity of 30Jun2025',
|
|
3276
|
+
denom_units: [{
|
|
3277
|
+
denom: 'y:asusds:30Jun2025',
|
|
3278
|
+
exponent: 0
|
|
3279
|
+
}, {
|
|
3280
|
+
denom: 'ysUSDS30Jun2025',
|
|
3281
|
+
exponent: 18
|
|
3282
|
+
}],
|
|
3283
|
+
base: 'y:asusds:30Jun2025',
|
|
3284
|
+
name: 'ysUsds (30Jun2025)',
|
|
3285
|
+
display: 'ysUSDS30Jun2025',
|
|
3286
|
+
symbol: 'ysUSDS-30Jun2025',
|
|
3287
|
+
logo_URIs: {
|
|
3288
|
+
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/ysUsds.png',
|
|
3289
|
+
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/ysUsds.svg'
|
|
3290
|
+
},
|
|
3291
|
+
images: [{
|
|
3292
|
+
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/ysUsds.png',
|
|
3293
|
+
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/ysUsds.svg'
|
|
3294
|
+
}],
|
|
3295
|
+
type_asset: 'sdk.coin'
|
|
3296
|
+
},
|
|
3297
|
+
{
|
|
3298
|
+
description: 'Pryzm\'s refracted yield token for sUSDS with maturity of 30Sep2025',
|
|
3299
|
+
denom_units: [{
|
|
3300
|
+
denom: 'y:asusds:30Sep2025',
|
|
3301
|
+
exponent: 0
|
|
3302
|
+
}, {
|
|
3303
|
+
denom: 'ysUSDS30Sep2025',
|
|
3304
|
+
exponent: 18
|
|
3305
|
+
}],
|
|
3306
|
+
base: 'y:asusds:30Sep2025',
|
|
3307
|
+
name: 'ysUsds (30Sep2025)',
|
|
3308
|
+
display: 'ysUSDS30Sep2025',
|
|
3309
|
+
symbol: 'ysUSDS-30Sep2025',
|
|
3310
|
+
logo_URIs: {
|
|
3311
|
+
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/ysUsds.png',
|
|
3312
|
+
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/ysUsds.svg'
|
|
3313
|
+
},
|
|
3314
|
+
images: [{
|
|
3315
|
+
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/ysUsds.png',
|
|
3316
|
+
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/ysUsds.svg'
|
|
3317
|
+
}],
|
|
3318
|
+
type_asset: 'sdk.coin'
|
|
3319
|
+
},
|
|
3320
|
+
{
|
|
3321
|
+
description: 'Pryzm\'s refracted yield token for sUSDS with maturity of 31Dec2025',
|
|
3322
|
+
denom_units: [{
|
|
3323
|
+
denom: 'y:asusds:31Dec2025',
|
|
3324
|
+
exponent: 0
|
|
3325
|
+
}, {
|
|
3326
|
+
denom: 'ysUSDS31Dec2025',
|
|
3327
|
+
exponent: 18
|
|
3328
|
+
}],
|
|
3329
|
+
base: 'y:asusds:31Dec2025',
|
|
3330
|
+
name: 'ysUsds (31Dec2025)',
|
|
3331
|
+
display: 'ysUSDS31Dec2025',
|
|
3332
|
+
symbol: 'ysUSDS-31Dec2025',
|
|
3333
|
+
logo_URIs: {
|
|
3334
|
+
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/ysUsds.png',
|
|
3335
|
+
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/ysUsds.svg'
|
|
3336
|
+
},
|
|
3337
|
+
images: [{
|
|
3338
|
+
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/ysUsds.png',
|
|
3339
|
+
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/ysUsds.svg'
|
|
3340
|
+
}],
|
|
3341
|
+
type_asset: 'sdk.coin'
|
|
3342
|
+
},
|
|
3343
|
+
{
|
|
3344
|
+
description: 'Pryzm\'s refracted yield token for sUSDS with maturity of 31Mar2026',
|
|
3345
|
+
denom_units: [{
|
|
3346
|
+
denom: 'y:asusds:31Mar2026',
|
|
3347
|
+
exponent: 0
|
|
3348
|
+
}, {
|
|
3349
|
+
denom: 'ysUSDS31Mar2026',
|
|
3350
|
+
exponent: 18
|
|
3351
|
+
}],
|
|
3352
|
+
base: 'y:asusds:31Mar2026',
|
|
3353
|
+
name: 'ysUsds (31Mar2026)',
|
|
3354
|
+
display: 'ysUSDS31Mar2026',
|
|
3355
|
+
symbol: 'ysUSDS-31Mar2026',
|
|
3356
|
+
logo_URIs: {
|
|
3357
|
+
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/ysUsds.png',
|
|
3358
|
+
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/ysUsds.svg'
|
|
3359
|
+
},
|
|
3360
|
+
images: [{
|
|
3361
|
+
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/ysUsds.png',
|
|
3362
|
+
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/ysUsds.svg'
|
|
3363
|
+
}],
|
|
3364
|
+
type_asset: 'sdk.coin'
|
|
3365
|
+
},
|
|
3143
3366
|
{
|
|
3144
3367
|
description: 'Pryzm\'s LP token for USDC / USDC.axl pool',
|
|
3145
3368
|
denom_units: [{
|
|
@@ -3807,6 +4030,52 @@ const info = {
|
|
|
3807
4030
|
}],
|
|
3808
4031
|
type_asset: 'sdk.coin'
|
|
3809
4032
|
},
|
|
4033
|
+
{
|
|
4034
|
+
description: 'Pryzm\'s LP token for sUSDS Yield pool',
|
|
4035
|
+
denom_units: [{
|
|
4036
|
+
denom: 'lp:36:asusds',
|
|
4037
|
+
exponent: 0
|
|
4038
|
+
}, {
|
|
4039
|
+
denom: 'lp:36:susds',
|
|
4040
|
+
exponent: 18
|
|
4041
|
+
}],
|
|
4042
|
+
base: 'lp:36:asusds',
|
|
4043
|
+
name: 'sUSDS Yield LP',
|
|
4044
|
+
display: 'lp:36:susds',
|
|
4045
|
+
symbol: 'sUSDS-YIELD-LP',
|
|
4046
|
+
logo_URIs: {
|
|
4047
|
+
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/lp.png',
|
|
4048
|
+
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/lp.svg'
|
|
4049
|
+
},
|
|
4050
|
+
images: [{
|
|
4051
|
+
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/lp.png',
|
|
4052
|
+
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/lp.svg'
|
|
4053
|
+
}],
|
|
4054
|
+
type_asset: 'sdk.coin'
|
|
4055
|
+
},
|
|
4056
|
+
{
|
|
4057
|
+
description: 'Pryzm\'s LP token for sUSDS Boost pool',
|
|
4058
|
+
denom_units: [{
|
|
4059
|
+
denom: 'lp:37:asusdsypt-uusdc',
|
|
4060
|
+
exponent: 0
|
|
4061
|
+
}, {
|
|
4062
|
+
denom: 'lp:37:susdsypt-usdc',
|
|
4063
|
+
exponent: 18
|
|
4064
|
+
}],
|
|
4065
|
+
base: 'lp:37:asusdsypt-uusdc',
|
|
4066
|
+
name: 'sUSDS Boost LP',
|
|
4067
|
+
display: 'lp:37:susdsypt-usdc',
|
|
4068
|
+
symbol: 'sUSDS-BOOST-LP',
|
|
4069
|
+
logo_URIs: {
|
|
4070
|
+
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/lp.png',
|
|
4071
|
+
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/lp.svg'
|
|
4072
|
+
},
|
|
4073
|
+
images: [{
|
|
4074
|
+
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/lp.png',
|
|
4075
|
+
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/lp.svg'
|
|
4076
|
+
}],
|
|
4077
|
+
type_asset: 'sdk.coin'
|
|
4078
|
+
},
|
|
3810
4079
|
{
|
|
3811
4080
|
description: 'The non-transferable receipt of PRYZM airdrop for StakeDrop participants',
|
|
3812
4081
|
denom_units: [{
|
|
@@ -137,6 +137,60 @@ const info = {
|
|
|
137
137
|
}
|
|
138
138
|
}]
|
|
139
139
|
},
|
|
140
|
+
{
|
|
141
|
+
description: 'The native token cw20 for dSilk on Secret Network',
|
|
142
|
+
denom_units: [{
|
|
143
|
+
denom: 'cw20:secret1apxywjp2h8vet54xzyfc96htlt9qqgrh7gawhw',
|
|
144
|
+
exponent: 0
|
|
145
|
+
}, {
|
|
146
|
+
denom: 'dsilk',
|
|
147
|
+
exponent: 6
|
|
148
|
+
}],
|
|
149
|
+
type_asset: 'snip25',
|
|
150
|
+
address: 'secret1apxywjp2h8vet54xzyfc96htlt9qqgrh7gawhw',
|
|
151
|
+
base: 'cw20:secret1apxywjp2h8vet54xzyfc96htlt9qqgrh7gawhw',
|
|
152
|
+
name: 'dSilk',
|
|
153
|
+
display: 'dsilk',
|
|
154
|
+
symbol: 'dSILK',
|
|
155
|
+
logo_URIs: {
|
|
156
|
+
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/secretnetwork/images/dsilk.png',
|
|
157
|
+
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/secretnetwork/images/dsilk.svg'
|
|
158
|
+
},
|
|
159
|
+
images: [{
|
|
160
|
+
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/secretnetwork/images/dsilk.png',
|
|
161
|
+
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/secretnetwork/images/dsilk.svg',
|
|
162
|
+
theme: {
|
|
163
|
+
primary_color_hex: '#3142fc'
|
|
164
|
+
}
|
|
165
|
+
}]
|
|
166
|
+
},
|
|
167
|
+
{
|
|
168
|
+
description: 'The native token cw20 for xSilk on Secret Network',
|
|
169
|
+
denom_units: [{
|
|
170
|
+
denom: 'cw20:secret1lqt2u3ntzrkjev8z5m6ennu4n3zl3trx67ck82',
|
|
171
|
+
exponent: 0
|
|
172
|
+
}, {
|
|
173
|
+
denom: 'xsilk',
|
|
174
|
+
exponent: 6
|
|
175
|
+
}],
|
|
176
|
+
type_asset: 'snip25',
|
|
177
|
+
address: 'secret1lqt2u3ntzrkjev8z5m6ennu4n3zl3trx67ck82',
|
|
178
|
+
base: 'cw20:secret1lqt2u3ntzrkjev8z5m6ennu4n3zl3trx67ck82',
|
|
179
|
+
name: 'xSilk',
|
|
180
|
+
display: 'xsilk',
|
|
181
|
+
symbol: 'xSILK',
|
|
182
|
+
logo_URIs: {
|
|
183
|
+
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/secretnetwork/images/silk.png',
|
|
184
|
+
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/secretnetwork/images/silk.svg'
|
|
185
|
+
},
|
|
186
|
+
images: [{
|
|
187
|
+
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/secretnetwork/images/silk.png',
|
|
188
|
+
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/secretnetwork/images/silk.svg',
|
|
189
|
+
theme: {
|
|
190
|
+
primary_color_hex: '#3142fc'
|
|
191
|
+
}
|
|
192
|
+
}]
|
|
193
|
+
},
|
|
140
194
|
{
|
|
141
195
|
description: 'The native token cw20 for SCRT Staking Derivatives on Secret Network',
|
|
142
196
|
denom_units: [{
|
|
@@ -121,8 +121,8 @@ const info = {
|
|
|
121
121
|
},
|
|
122
122
|
explorers: [
|
|
123
123
|
{
|
|
124
|
-
kind: 'explorer.xpla
|
|
125
|
-
url: 'https://explorer.xpla.io',
|
|
124
|
+
kind: 'explorer.xpla',
|
|
125
|
+
url: 'https://explorer.xpla.io/mainnet',
|
|
126
126
|
tx_page: 'https://explorer.xpla.io/mainnet/tx/${txHash}'
|
|
127
127
|
},
|
|
128
128
|
{
|
|
@@ -27,6 +27,32 @@ const info = {
|
|
|
27
27
|
website: 'https://atom.one',
|
|
28
28
|
twitter: 'https://x.com/_atomone'
|
|
29
29
|
}
|
|
30
|
+
}, {
|
|
31
|
+
description: 'The fee token of AtomOne',
|
|
32
|
+
denom_units: [{
|
|
33
|
+
denom: 'uphoton',
|
|
34
|
+
exponent: 0
|
|
35
|
+
}, {
|
|
36
|
+
denom: 'photon',
|
|
37
|
+
exponent: 6
|
|
38
|
+
}],
|
|
39
|
+
base: 'uphoton',
|
|
40
|
+
name: 'Photon',
|
|
41
|
+
display: 'photon',
|
|
42
|
+
symbol: 'PHOTON',
|
|
43
|
+
logo_URIs: {
|
|
44
|
+
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/atomone/images/photon.png',
|
|
45
|
+
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/atomone/images/photon.svg'
|
|
46
|
+
},
|
|
47
|
+
images: [{
|
|
48
|
+
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/atomone/images/photon.png',
|
|
49
|
+
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/atomone/images/photon.svg'
|
|
50
|
+
}],
|
|
51
|
+
type_asset: 'sdk.coin',
|
|
52
|
+
socials: {
|
|
53
|
+
website: 'https://atom.one',
|
|
54
|
+
twitter: 'https://x.com/_atomone'
|
|
55
|
+
}
|
|
30
56
|
}]
|
|
31
57
|
};
|
|
32
58
|
export default info;
|
|
@@ -14,11 +14,17 @@ const info = {
|
|
|
14
14
|
slip44: 118,
|
|
15
15
|
fees: {
|
|
16
16
|
fee_tokens: [{
|
|
17
|
+
denom: 'uphoton',
|
|
18
|
+
fixed_min_gas_price: 0.225,
|
|
19
|
+
low_gas_price: 0.225,
|
|
20
|
+
average_gas_price: 0.3,
|
|
21
|
+
high_gas_price: 0.5
|
|
22
|
+
}, {
|
|
17
23
|
denom: 'uatone',
|
|
18
|
-
fixed_min_gas_price: 0.
|
|
19
|
-
low_gas_price: 0.
|
|
20
|
-
average_gas_price: 0.
|
|
21
|
-
high_gas_price: 0.
|
|
24
|
+
fixed_min_gas_price: 0.025,
|
|
25
|
+
low_gas_price: 0.01,
|
|
26
|
+
average_gas_price: 0.025,
|
|
27
|
+
high_gas_price: 0.05
|
|
22
28
|
}]
|
|
23
29
|
},
|
|
24
30
|
staking: {
|
|
@@ -28,15 +34,15 @@ const info = {
|
|
|
28
34
|
},
|
|
29
35
|
codebase: {
|
|
30
36
|
git_repo: 'https://github.com/atomone-hub/atomone',
|
|
31
|
-
recommended_version: '
|
|
32
|
-
compatible_versions: ['
|
|
37
|
+
recommended_version: 'v2.0.0-rc2',
|
|
38
|
+
compatible_versions: ['v2.0.0-rc2'],
|
|
33
39
|
binaries: {
|
|
34
|
-
"linux/amd64": 'https://github.com/atomone-hub/atomone/releases/download/
|
|
35
|
-
"linux/arm64": 'https://github.com/atomone-hub/atomone/releases/download/
|
|
36
|
-
"darwin/amd64": 'https://github.com/atomone-hub/atomone/releases/download/
|
|
37
|
-
"darwin/arm64": 'https://github.com/atomone-hub/atomone/releases/download/
|
|
38
|
-
"windows/amd64": 'https://github.com/atomone-hub/atomone/releases/download/
|
|
39
|
-
"windows/arm64": 'https://github.com/atomone-hub/atomone/releases/download/
|
|
40
|
+
"linux/amd64": 'https://github.com/atomone-hub/atomone/releases/download/v2.0.0-rc2/atomoned-v2.0.0-rc2-linux-amd64',
|
|
41
|
+
"linux/arm64": 'https://github.com/atomone-hub/atomone/releases/download/v2.0.0-rc2/atomoned-v2.0.0-rc2-linux-arm64',
|
|
42
|
+
"darwin/amd64": 'https://github.com/atomone-hub/atomone/releases/download/v2.0.0-rc2/atomoned-v2.0.0-rc2-darwin-amd64',
|
|
43
|
+
"darwin/arm64": 'https://github.com/atomone-hub/atomone/releases/download/v2.0.0-rc2/atomoned-v2.0.0-rc2-darwin-arm64',
|
|
44
|
+
"windows/amd64": 'https://github.com/atomone-hub/atomone/releases/download/v2.0.0-rc2/atomoned-v2.0.0-rc2-windows-amd64.exe',
|
|
45
|
+
"windows/arm64": 'https://github.com/atomone-hub/atomone/releases/download/v2.0.0-rc2/atomoned-v2.0.0-rc2-windows-arm64.exe'
|
|
40
46
|
},
|
|
41
47
|
genesis: {
|
|
42
48
|
genesis_url: 'https://atomone.fra1.digitaloceanspaces.com/atomone-testnet-1/genesis.json'
|
|
@@ -47,7 +53,7 @@ const info = {
|
|
|
47
53
|
},
|
|
48
54
|
sdk: {
|
|
49
55
|
type: 'cosmos',
|
|
50
|
-
version: 'v0.47.
|
|
56
|
+
version: 'v0.47.17'
|
|
51
57
|
}
|
|
52
58
|
},
|
|
53
59
|
logo_URIs: {
|
|
@@ -583,6 +583,46 @@ const info = {
|
|
|
583
583
|
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/_non-cosmos/ethereum/images/usdt.png',
|
|
584
584
|
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/_non-cosmos/ethereum/images/usdt.svg'
|
|
585
585
|
}
|
|
586
|
+
},
|
|
587
|
+
{
|
|
588
|
+
description: 'sUSDS on the Cosmos Hub',
|
|
589
|
+
denom_units: [{
|
|
590
|
+
denom: 'ibc/B9B561EB378C9EB8C13CAA11FCBC78E6B865A3C65707972F17B1052CFC39F473',
|
|
591
|
+
exponent: 0
|
|
592
|
+
}, {
|
|
593
|
+
denom: 'susds',
|
|
594
|
+
exponent: 18
|
|
595
|
+
}],
|
|
596
|
+
type_asset: 'ics20',
|
|
597
|
+
base: 'ibc/B9B561EB378C9EB8C13CAA11FCBC78E6B865A3C65707972F17B1052CFC39F473',
|
|
598
|
+
name: 'Savings USDS',
|
|
599
|
+
display: 'susds',
|
|
600
|
+
symbol: 'sUSDS',
|
|
601
|
+
traces: [{
|
|
602
|
+
type: 'ibc-bridge',
|
|
603
|
+
counterparty: {
|
|
604
|
+
chain_name: 'ethereum',
|
|
605
|
+
base_denom: '0xa3931d71877C0E7a3148CB7Eb4463524FEc27fbD',
|
|
606
|
+
channel_id: 'channel-0'
|
|
607
|
+
},
|
|
608
|
+
chain: {
|
|
609
|
+
channel_id: '08-wasm-1369',
|
|
610
|
+
path: 'transfer/08-wasm-1369/0xa3931d71877c0e7a3148cb7eb4463524fec27fbd'
|
|
611
|
+
},
|
|
612
|
+
provider: 'Eureka'
|
|
613
|
+
}],
|
|
614
|
+
images: [{
|
|
615
|
+
image_sync: {
|
|
616
|
+
chain_name: 'ethereum',
|
|
617
|
+
base_denom: '0xa3931d71877C0E7a3148CB7Eb4463524FEc27fbD'
|
|
618
|
+
},
|
|
619
|
+
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/_non-cosmos/ethereum/images/susds.png',
|
|
620
|
+
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/_non-cosmos/ethereum/images/susds.svg'
|
|
621
|
+
}],
|
|
622
|
+
logo_URIs: {
|
|
623
|
+
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/_non-cosmos/ethereum/images/susds.png',
|
|
624
|
+
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/_non-cosmos/ethereum/images/susds.svg'
|
|
625
|
+
}
|
|
586
626
|
}
|
|
587
627
|
]
|
|
588
628
|
};
|
|
@@ -2032,6 +2032,26 @@ const info = {
|
|
|
2032
2032
|
logo_URIs: {
|
|
2033
2033
|
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/_non-cosmos/ethereum/images/stbtc.svg'
|
|
2034
2034
|
}
|
|
2035
|
+
},
|
|
2036
|
+
{
|
|
2037
|
+
type_asset: 'erc20',
|
|
2038
|
+
address: '0xa3931d71877C0E7a3148CB7Eb4463524FEc27fbD',
|
|
2039
|
+
denom_units: [{
|
|
2040
|
+
denom: '0xa3931d71877C0E7a3148CB7Eb4463524FEc27fbD',
|
|
2041
|
+
exponent: 0
|
|
2042
|
+
}, {
|
|
2043
|
+
denom: 'susds',
|
|
2044
|
+
exponent: 18
|
|
2045
|
+
}],
|
|
2046
|
+
base: '0xa3931d71877C0E7a3148CB7Eb4463524FEc27fbD',
|
|
2047
|
+
name: 'Savings USDS',
|
|
2048
|
+
display: 'susds',
|
|
2049
|
+
symbol: 'sUSDS',
|
|
2050
|
+
logo_URIs: {
|
|
2051
|
+
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/_non-cosmos/ethereum/images/susds.png',
|
|
2052
|
+
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/_non-cosmos/ethereum/images/susds.svg'
|
|
2053
|
+
},
|
|
2054
|
+
coingecko_id: 'susds'
|
|
2035
2055
|
}
|
|
2036
2056
|
]
|
|
2037
2057
|
};
|
package/mainnet/pryzm/assets.js
CHANGED
|
@@ -579,6 +579,45 @@ const info = {
|
|
|
579
579
|
}],
|
|
580
580
|
coingecko_id: 'ondo-us-dollar-yield'
|
|
581
581
|
},
|
|
582
|
+
{
|
|
583
|
+
description: 'Sky Protocol\'s Savings USDS',
|
|
584
|
+
denom_units: [{
|
|
585
|
+
denom: 'ibc/C9D6B804F68F218448D7D2AF5D26C0E6E93CD16F99D1695E77B5BE5CBD7D5ADB',
|
|
586
|
+
exponent: 0
|
|
587
|
+
}, {
|
|
588
|
+
denom: 'susds',
|
|
589
|
+
exponent: 18
|
|
590
|
+
}],
|
|
591
|
+
type_asset: 'ics20',
|
|
592
|
+
base: 'ibc/C9D6B804F68F218448D7D2AF5D26C0E6E93CD16F99D1695E77B5BE5CBD7D5ADB',
|
|
593
|
+
name: 'sUSDS',
|
|
594
|
+
display: 'susds',
|
|
595
|
+
symbol: 'sUSDS',
|
|
596
|
+
traces: [{
|
|
597
|
+
type: 'ibc',
|
|
598
|
+
counterparty: {
|
|
599
|
+
chain_name: 'cosmoshub',
|
|
600
|
+
base_denom: 'ibc/B9B561EB378C9EB8C13CAA11FCBC78E6B865A3C65707972F17B1052CFC39F473',
|
|
601
|
+
channel_id: 'channel-859'
|
|
602
|
+
},
|
|
603
|
+
chain: {
|
|
604
|
+
channel_id: 'channel-0',
|
|
605
|
+
path: 'transfer/channel-0/transfer/08-wasm-1369/0xa3931d71877c0e7a3148cb7eb4463524fec27fbd'
|
|
606
|
+
}
|
|
607
|
+
}],
|
|
608
|
+
logo_URIs: {
|
|
609
|
+
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/_non-cosmos/ethereum/images/susds.png',
|
|
610
|
+
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/_non-cosmos/ethereum/images/susds.svg'
|
|
611
|
+
},
|
|
612
|
+
images: [{
|
|
613
|
+
image_sync: {
|
|
614
|
+
chain_name: 'cosmoshub',
|
|
615
|
+
base_denom: 'ibc/B9B561EB378C9EB8C13CAA11FCBC78E6B865A3C65707972F17B1052CFC39F473'
|
|
616
|
+
},
|
|
617
|
+
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/_non-cosmos/ethereum/images/susds.png',
|
|
618
|
+
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/_non-cosmos/ethereum/images/susds.svg'
|
|
619
|
+
}]
|
|
620
|
+
},
|
|
582
621
|
{
|
|
583
622
|
description: 'Pryzm\'s native liquid staking token for ATOM',
|
|
584
623
|
denom_units: [{
|
|
@@ -1969,6 +2008,98 @@ const info = {
|
|
|
1969
2008
|
}],
|
|
1970
2009
|
type_asset: 'sdk.coin'
|
|
1971
2010
|
},
|
|
2011
|
+
{
|
|
2012
|
+
description: 'Pryzm\'s refracted principal token for sUSDS with maturity of 30Jun2025',
|
|
2013
|
+
denom_units: [{
|
|
2014
|
+
denom: 'p:asusds:30Jun2025',
|
|
2015
|
+
exponent: 0
|
|
2016
|
+
}, {
|
|
2017
|
+
denom: 'psUSDS30Jun2025',
|
|
2018
|
+
exponent: 18
|
|
2019
|
+
}],
|
|
2020
|
+
base: 'p:asusds:30Jun2025',
|
|
2021
|
+
name: 'psUsds (30Jun2025)',
|
|
2022
|
+
display: 'psUSDS30Jun2025',
|
|
2023
|
+
symbol: 'psUSDS-30Jun2025',
|
|
2024
|
+
logo_URIs: {
|
|
2025
|
+
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/psUsds.png',
|
|
2026
|
+
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/psUsds.svg'
|
|
2027
|
+
},
|
|
2028
|
+
images: [{
|
|
2029
|
+
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/psUsds.png',
|
|
2030
|
+
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/psUsds.svg'
|
|
2031
|
+
}],
|
|
2032
|
+
type_asset: 'sdk.coin'
|
|
2033
|
+
},
|
|
2034
|
+
{
|
|
2035
|
+
description: 'Pryzm\'s refracted principal token for sUSDS with maturity of 30Sep2025',
|
|
2036
|
+
denom_units: [{
|
|
2037
|
+
denom: 'p:asusds:30Sep2025',
|
|
2038
|
+
exponent: 0
|
|
2039
|
+
}, {
|
|
2040
|
+
denom: 'psUSDS30Sep2025',
|
|
2041
|
+
exponent: 18
|
|
2042
|
+
}],
|
|
2043
|
+
base: 'p:asusds:30Sep2025',
|
|
2044
|
+
name: 'psUsds (30Sep2025)',
|
|
2045
|
+
display: 'psUSDS30Sep2025',
|
|
2046
|
+
symbol: 'psUSDS-30Sep2025',
|
|
2047
|
+
logo_URIs: {
|
|
2048
|
+
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/psUsds.png',
|
|
2049
|
+
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/psUsds.svg'
|
|
2050
|
+
},
|
|
2051
|
+
images: [{
|
|
2052
|
+
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/psUsds.png',
|
|
2053
|
+
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/psUsds.svg'
|
|
2054
|
+
}],
|
|
2055
|
+
type_asset: 'sdk.coin'
|
|
2056
|
+
},
|
|
2057
|
+
{
|
|
2058
|
+
description: 'Pryzm\'s refracted principal token for sUSDS with maturity of 31Dec2025',
|
|
2059
|
+
denom_units: [{
|
|
2060
|
+
denom: 'p:asusds:31Dec2025',
|
|
2061
|
+
exponent: 0
|
|
2062
|
+
}, {
|
|
2063
|
+
denom: 'psUSDS31Dec2025',
|
|
2064
|
+
exponent: 18
|
|
2065
|
+
}],
|
|
2066
|
+
base: 'p:asusds:31Dec2025',
|
|
2067
|
+
name: 'psUsds (31Dec2025)',
|
|
2068
|
+
display: 'psUSDS31Dec2025',
|
|
2069
|
+
symbol: 'psUSDS-31Dec2025',
|
|
2070
|
+
logo_URIs: {
|
|
2071
|
+
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/psUsds.png',
|
|
2072
|
+
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/psUsds.svg'
|
|
2073
|
+
},
|
|
2074
|
+
images: [{
|
|
2075
|
+
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/psUsds.png',
|
|
2076
|
+
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/psUsds.svg'
|
|
2077
|
+
}],
|
|
2078
|
+
type_asset: 'sdk.coin'
|
|
2079
|
+
},
|
|
2080
|
+
{
|
|
2081
|
+
description: 'Pryzm\'s refracted principal token for sUSDS with maturity of 31Mar2026',
|
|
2082
|
+
denom_units: [{
|
|
2083
|
+
denom: 'p:asusds:31Mar2026',
|
|
2084
|
+
exponent: 0
|
|
2085
|
+
}, {
|
|
2086
|
+
denom: 'psUSDS31Mar2026',
|
|
2087
|
+
exponent: 18
|
|
2088
|
+
}],
|
|
2089
|
+
base: 'p:asusds:31Mar2026',
|
|
2090
|
+
name: 'psUsds (31Mar2026)',
|
|
2091
|
+
display: 'psUSDS31Mar2026',
|
|
2092
|
+
symbol: 'psUSDS-31Mar2026',
|
|
2093
|
+
logo_URIs: {
|
|
2094
|
+
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/psUsds.png',
|
|
2095
|
+
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/psUsds.svg'
|
|
2096
|
+
},
|
|
2097
|
+
images: [{
|
|
2098
|
+
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/psUsds.png',
|
|
2099
|
+
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/psUsds.svg'
|
|
2100
|
+
}],
|
|
2101
|
+
type_asset: 'sdk.coin'
|
|
2102
|
+
},
|
|
1972
2103
|
{
|
|
1973
2104
|
description: 'Pryzm\'s refracted yield token for ATOM with maturity of 30Sep2024',
|
|
1974
2105
|
denom_units: [{
|
|
@@ -3142,6 +3273,98 @@ const info = {
|
|
|
3142
3273
|
}],
|
|
3143
3274
|
type_asset: 'sdk.coin'
|
|
3144
3275
|
},
|
|
3276
|
+
{
|
|
3277
|
+
description: 'Pryzm\'s refracted yield token for sUSDS with maturity of 30Jun2025',
|
|
3278
|
+
denom_units: [{
|
|
3279
|
+
denom: 'y:asusds:30Jun2025',
|
|
3280
|
+
exponent: 0
|
|
3281
|
+
}, {
|
|
3282
|
+
denom: 'ysUSDS30Jun2025',
|
|
3283
|
+
exponent: 18
|
|
3284
|
+
}],
|
|
3285
|
+
base: 'y:asusds:30Jun2025',
|
|
3286
|
+
name: 'ysUsds (30Jun2025)',
|
|
3287
|
+
display: 'ysUSDS30Jun2025',
|
|
3288
|
+
symbol: 'ysUSDS-30Jun2025',
|
|
3289
|
+
logo_URIs: {
|
|
3290
|
+
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/ysUsds.png',
|
|
3291
|
+
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/ysUsds.svg'
|
|
3292
|
+
},
|
|
3293
|
+
images: [{
|
|
3294
|
+
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/ysUsds.png',
|
|
3295
|
+
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/ysUsds.svg'
|
|
3296
|
+
}],
|
|
3297
|
+
type_asset: 'sdk.coin'
|
|
3298
|
+
},
|
|
3299
|
+
{
|
|
3300
|
+
description: 'Pryzm\'s refracted yield token for sUSDS with maturity of 30Sep2025',
|
|
3301
|
+
denom_units: [{
|
|
3302
|
+
denom: 'y:asusds:30Sep2025',
|
|
3303
|
+
exponent: 0
|
|
3304
|
+
}, {
|
|
3305
|
+
denom: 'ysUSDS30Sep2025',
|
|
3306
|
+
exponent: 18
|
|
3307
|
+
}],
|
|
3308
|
+
base: 'y:asusds:30Sep2025',
|
|
3309
|
+
name: 'ysUsds (30Sep2025)',
|
|
3310
|
+
display: 'ysUSDS30Sep2025',
|
|
3311
|
+
symbol: 'ysUSDS-30Sep2025',
|
|
3312
|
+
logo_URIs: {
|
|
3313
|
+
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/ysUsds.png',
|
|
3314
|
+
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/ysUsds.svg'
|
|
3315
|
+
},
|
|
3316
|
+
images: [{
|
|
3317
|
+
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/ysUsds.png',
|
|
3318
|
+
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/ysUsds.svg'
|
|
3319
|
+
}],
|
|
3320
|
+
type_asset: 'sdk.coin'
|
|
3321
|
+
},
|
|
3322
|
+
{
|
|
3323
|
+
description: 'Pryzm\'s refracted yield token for sUSDS with maturity of 31Dec2025',
|
|
3324
|
+
denom_units: [{
|
|
3325
|
+
denom: 'y:asusds:31Dec2025',
|
|
3326
|
+
exponent: 0
|
|
3327
|
+
}, {
|
|
3328
|
+
denom: 'ysUSDS31Dec2025',
|
|
3329
|
+
exponent: 18
|
|
3330
|
+
}],
|
|
3331
|
+
base: 'y:asusds:31Dec2025',
|
|
3332
|
+
name: 'ysUsds (31Dec2025)',
|
|
3333
|
+
display: 'ysUSDS31Dec2025',
|
|
3334
|
+
symbol: 'ysUSDS-31Dec2025',
|
|
3335
|
+
logo_URIs: {
|
|
3336
|
+
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/ysUsds.png',
|
|
3337
|
+
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/ysUsds.svg'
|
|
3338
|
+
},
|
|
3339
|
+
images: [{
|
|
3340
|
+
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/ysUsds.png',
|
|
3341
|
+
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/ysUsds.svg'
|
|
3342
|
+
}],
|
|
3343
|
+
type_asset: 'sdk.coin'
|
|
3344
|
+
},
|
|
3345
|
+
{
|
|
3346
|
+
description: 'Pryzm\'s refracted yield token for sUSDS with maturity of 31Mar2026',
|
|
3347
|
+
denom_units: [{
|
|
3348
|
+
denom: 'y:asusds:31Mar2026',
|
|
3349
|
+
exponent: 0
|
|
3350
|
+
}, {
|
|
3351
|
+
denom: 'ysUSDS31Mar2026',
|
|
3352
|
+
exponent: 18
|
|
3353
|
+
}],
|
|
3354
|
+
base: 'y:asusds:31Mar2026',
|
|
3355
|
+
name: 'ysUsds (31Mar2026)',
|
|
3356
|
+
display: 'ysUSDS31Mar2026',
|
|
3357
|
+
symbol: 'ysUSDS-31Mar2026',
|
|
3358
|
+
logo_URIs: {
|
|
3359
|
+
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/ysUsds.png',
|
|
3360
|
+
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/ysUsds.svg'
|
|
3361
|
+
},
|
|
3362
|
+
images: [{
|
|
3363
|
+
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/ysUsds.png',
|
|
3364
|
+
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/ysUsds.svg'
|
|
3365
|
+
}],
|
|
3366
|
+
type_asset: 'sdk.coin'
|
|
3367
|
+
},
|
|
3145
3368
|
{
|
|
3146
3369
|
description: 'Pryzm\'s LP token for USDC / USDC.axl pool',
|
|
3147
3370
|
denom_units: [{
|
|
@@ -3809,6 +4032,52 @@ const info = {
|
|
|
3809
4032
|
}],
|
|
3810
4033
|
type_asset: 'sdk.coin'
|
|
3811
4034
|
},
|
|
4035
|
+
{
|
|
4036
|
+
description: 'Pryzm\'s LP token for sUSDS Yield pool',
|
|
4037
|
+
denom_units: [{
|
|
4038
|
+
denom: 'lp:36:asusds',
|
|
4039
|
+
exponent: 0
|
|
4040
|
+
}, {
|
|
4041
|
+
denom: 'lp:36:susds',
|
|
4042
|
+
exponent: 18
|
|
4043
|
+
}],
|
|
4044
|
+
base: 'lp:36:asusds',
|
|
4045
|
+
name: 'sUSDS Yield LP',
|
|
4046
|
+
display: 'lp:36:susds',
|
|
4047
|
+
symbol: 'sUSDS-YIELD-LP',
|
|
4048
|
+
logo_URIs: {
|
|
4049
|
+
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/lp.png',
|
|
4050
|
+
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/lp.svg'
|
|
4051
|
+
},
|
|
4052
|
+
images: [{
|
|
4053
|
+
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/lp.png',
|
|
4054
|
+
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/lp.svg'
|
|
4055
|
+
}],
|
|
4056
|
+
type_asset: 'sdk.coin'
|
|
4057
|
+
},
|
|
4058
|
+
{
|
|
4059
|
+
description: 'Pryzm\'s LP token for sUSDS Boost pool',
|
|
4060
|
+
denom_units: [{
|
|
4061
|
+
denom: 'lp:37:asusdsypt-uusdc',
|
|
4062
|
+
exponent: 0
|
|
4063
|
+
}, {
|
|
4064
|
+
denom: 'lp:37:susdsypt-usdc',
|
|
4065
|
+
exponent: 18
|
|
4066
|
+
}],
|
|
4067
|
+
base: 'lp:37:asusdsypt-uusdc',
|
|
4068
|
+
name: 'sUSDS Boost LP',
|
|
4069
|
+
display: 'lp:37:susdsypt-usdc',
|
|
4070
|
+
symbol: 'sUSDS-BOOST-LP',
|
|
4071
|
+
logo_URIs: {
|
|
4072
|
+
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/lp.png',
|
|
4073
|
+
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/lp.svg'
|
|
4074
|
+
},
|
|
4075
|
+
images: [{
|
|
4076
|
+
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/lp.png',
|
|
4077
|
+
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/lp.svg'
|
|
4078
|
+
}],
|
|
4079
|
+
type_asset: 'sdk.coin'
|
|
4080
|
+
},
|
|
3812
4081
|
{
|
|
3813
4082
|
description: 'The non-transferable receipt of PRYZM airdrop for StakeDrop participants',
|
|
3814
4083
|
denom_units: [{
|
|
@@ -139,6 +139,60 @@ const info = {
|
|
|
139
139
|
}
|
|
140
140
|
}]
|
|
141
141
|
},
|
|
142
|
+
{
|
|
143
|
+
description: 'The native token cw20 for dSilk on Secret Network',
|
|
144
|
+
denom_units: [{
|
|
145
|
+
denom: 'cw20:secret1apxywjp2h8vet54xzyfc96htlt9qqgrh7gawhw',
|
|
146
|
+
exponent: 0
|
|
147
|
+
}, {
|
|
148
|
+
denom: 'dsilk',
|
|
149
|
+
exponent: 6
|
|
150
|
+
}],
|
|
151
|
+
type_asset: 'snip25',
|
|
152
|
+
address: 'secret1apxywjp2h8vet54xzyfc96htlt9qqgrh7gawhw',
|
|
153
|
+
base: 'cw20:secret1apxywjp2h8vet54xzyfc96htlt9qqgrh7gawhw',
|
|
154
|
+
name: 'dSilk',
|
|
155
|
+
display: 'dsilk',
|
|
156
|
+
symbol: 'dSILK',
|
|
157
|
+
logo_URIs: {
|
|
158
|
+
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/secretnetwork/images/dsilk.png',
|
|
159
|
+
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/secretnetwork/images/dsilk.svg'
|
|
160
|
+
},
|
|
161
|
+
images: [{
|
|
162
|
+
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/secretnetwork/images/dsilk.png',
|
|
163
|
+
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/secretnetwork/images/dsilk.svg',
|
|
164
|
+
theme: {
|
|
165
|
+
primary_color_hex: '#3142fc'
|
|
166
|
+
}
|
|
167
|
+
}]
|
|
168
|
+
},
|
|
169
|
+
{
|
|
170
|
+
description: 'The native token cw20 for xSilk on Secret Network',
|
|
171
|
+
denom_units: [{
|
|
172
|
+
denom: 'cw20:secret1lqt2u3ntzrkjev8z5m6ennu4n3zl3trx67ck82',
|
|
173
|
+
exponent: 0
|
|
174
|
+
}, {
|
|
175
|
+
denom: 'xsilk',
|
|
176
|
+
exponent: 6
|
|
177
|
+
}],
|
|
178
|
+
type_asset: 'snip25',
|
|
179
|
+
address: 'secret1lqt2u3ntzrkjev8z5m6ennu4n3zl3trx67ck82',
|
|
180
|
+
base: 'cw20:secret1lqt2u3ntzrkjev8z5m6ennu4n3zl3trx67ck82',
|
|
181
|
+
name: 'xSilk',
|
|
182
|
+
display: 'xsilk',
|
|
183
|
+
symbol: 'xSILK',
|
|
184
|
+
logo_URIs: {
|
|
185
|
+
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/secretnetwork/images/silk.png',
|
|
186
|
+
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/secretnetwork/images/silk.svg'
|
|
187
|
+
},
|
|
188
|
+
images: [{
|
|
189
|
+
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/secretnetwork/images/silk.png',
|
|
190
|
+
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/secretnetwork/images/silk.svg',
|
|
191
|
+
theme: {
|
|
192
|
+
primary_color_hex: '#3142fc'
|
|
193
|
+
}
|
|
194
|
+
}]
|
|
195
|
+
},
|
|
142
196
|
{
|
|
143
197
|
description: 'The native token cw20 for SCRT Staking Derivatives on Secret Network',
|
|
144
198
|
denom_units: [{
|
package/mainnet/xpla/chain.js
CHANGED
|
@@ -123,8 +123,8 @@ const info = {
|
|
|
123
123
|
},
|
|
124
124
|
explorers: [
|
|
125
125
|
{
|
|
126
|
-
kind: 'explorer.xpla
|
|
127
|
-
url: 'https://explorer.xpla.io',
|
|
126
|
+
kind: 'explorer.xpla',
|
|
127
|
+
url: 'https://explorer.xpla.io/mainnet',
|
|
128
128
|
tx_page: 'https://explorer.xpla.io/mainnet/tx/${txHash}'
|
|
129
129
|
},
|
|
130
130
|
{
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "chain-registry",
|
|
3
|
-
"version": "1.69.
|
|
3
|
+
"version": "1.69.221",
|
|
4
4
|
"description": "Cosmos chain registry ⚛️",
|
|
5
5
|
"author": "Dan Lynch <pyramation@gmail.com>",
|
|
6
6
|
"homepage": "https://github.com/hyperweb-io/chain-registry/tree/master/packages/chain-registry#readme",
|
|
@@ -29,11 +29,11 @@
|
|
|
29
29
|
"test:watch": "jest --watch"
|
|
30
30
|
},
|
|
31
31
|
"devDependencies": {
|
|
32
|
-
"@chain-registry/utils": "^1.51.
|
|
32
|
+
"@chain-registry/utils": "^1.51.136",
|
|
33
33
|
"deepmerge": "^4.2.2"
|
|
34
34
|
},
|
|
35
35
|
"dependencies": {
|
|
36
|
-
"@chain-registry/types": "^0.50.
|
|
36
|
+
"@chain-registry/types": "^0.50.136"
|
|
37
37
|
},
|
|
38
38
|
"keywords": [
|
|
39
39
|
"chain-registry",
|
|
@@ -43,5 +43,5 @@
|
|
|
43
43
|
"interchain",
|
|
44
44
|
"tokens"
|
|
45
45
|
],
|
|
46
|
-
"gitHead": "
|
|
46
|
+
"gitHead": "b06c864f261882dd859e3799550927ec17e8c442"
|
|
47
47
|
}
|
|
@@ -29,6 +29,32 @@ const info = {
|
|
|
29
29
|
website: 'https://atom.one',
|
|
30
30
|
twitter: 'https://x.com/_atomone'
|
|
31
31
|
}
|
|
32
|
+
}, {
|
|
33
|
+
description: 'The fee token of AtomOne',
|
|
34
|
+
denom_units: [{
|
|
35
|
+
denom: 'uphoton',
|
|
36
|
+
exponent: 0
|
|
37
|
+
}, {
|
|
38
|
+
denom: 'photon',
|
|
39
|
+
exponent: 6
|
|
40
|
+
}],
|
|
41
|
+
base: 'uphoton',
|
|
42
|
+
name: 'Photon',
|
|
43
|
+
display: 'photon',
|
|
44
|
+
symbol: 'PHOTON',
|
|
45
|
+
logo_URIs: {
|
|
46
|
+
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/atomone/images/photon.png',
|
|
47
|
+
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/atomone/images/photon.svg'
|
|
48
|
+
},
|
|
49
|
+
images: [{
|
|
50
|
+
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/atomone/images/photon.png',
|
|
51
|
+
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/atomone/images/photon.svg'
|
|
52
|
+
}],
|
|
53
|
+
type_asset: 'sdk.coin',
|
|
54
|
+
socials: {
|
|
55
|
+
website: 'https://atom.one',
|
|
56
|
+
twitter: 'https://x.com/_atomone'
|
|
57
|
+
}
|
|
32
58
|
}]
|
|
33
59
|
};
|
|
34
60
|
exports.default = info;
|
|
@@ -16,11 +16,17 @@ const info = {
|
|
|
16
16
|
slip44: 118,
|
|
17
17
|
fees: {
|
|
18
18
|
fee_tokens: [{
|
|
19
|
+
denom: 'uphoton',
|
|
20
|
+
fixed_min_gas_price: 0.225,
|
|
21
|
+
low_gas_price: 0.225,
|
|
22
|
+
average_gas_price: 0.3,
|
|
23
|
+
high_gas_price: 0.5
|
|
24
|
+
}, {
|
|
19
25
|
denom: 'uatone',
|
|
20
|
-
fixed_min_gas_price: 0.
|
|
21
|
-
low_gas_price: 0.
|
|
22
|
-
average_gas_price: 0.
|
|
23
|
-
high_gas_price: 0.
|
|
26
|
+
fixed_min_gas_price: 0.025,
|
|
27
|
+
low_gas_price: 0.01,
|
|
28
|
+
average_gas_price: 0.025,
|
|
29
|
+
high_gas_price: 0.05
|
|
24
30
|
}]
|
|
25
31
|
},
|
|
26
32
|
staking: {
|
|
@@ -30,15 +36,15 @@ const info = {
|
|
|
30
36
|
},
|
|
31
37
|
codebase: {
|
|
32
38
|
git_repo: 'https://github.com/atomone-hub/atomone',
|
|
33
|
-
recommended_version: '
|
|
34
|
-
compatible_versions: ['
|
|
39
|
+
recommended_version: 'v2.0.0-rc2',
|
|
40
|
+
compatible_versions: ['v2.0.0-rc2'],
|
|
35
41
|
binaries: {
|
|
36
|
-
"linux/amd64": 'https://github.com/atomone-hub/atomone/releases/download/
|
|
37
|
-
"linux/arm64": 'https://github.com/atomone-hub/atomone/releases/download/
|
|
38
|
-
"darwin/amd64": 'https://github.com/atomone-hub/atomone/releases/download/
|
|
39
|
-
"darwin/arm64": 'https://github.com/atomone-hub/atomone/releases/download/
|
|
40
|
-
"windows/amd64": 'https://github.com/atomone-hub/atomone/releases/download/
|
|
41
|
-
"windows/arm64": 'https://github.com/atomone-hub/atomone/releases/download/
|
|
42
|
+
"linux/amd64": 'https://github.com/atomone-hub/atomone/releases/download/v2.0.0-rc2/atomoned-v2.0.0-rc2-linux-amd64',
|
|
43
|
+
"linux/arm64": 'https://github.com/atomone-hub/atomone/releases/download/v2.0.0-rc2/atomoned-v2.0.0-rc2-linux-arm64',
|
|
44
|
+
"darwin/amd64": 'https://github.com/atomone-hub/atomone/releases/download/v2.0.0-rc2/atomoned-v2.0.0-rc2-darwin-amd64',
|
|
45
|
+
"darwin/arm64": 'https://github.com/atomone-hub/atomone/releases/download/v2.0.0-rc2/atomoned-v2.0.0-rc2-darwin-arm64',
|
|
46
|
+
"windows/amd64": 'https://github.com/atomone-hub/atomone/releases/download/v2.0.0-rc2/atomoned-v2.0.0-rc2-windows-amd64.exe',
|
|
47
|
+
"windows/arm64": 'https://github.com/atomone-hub/atomone/releases/download/v2.0.0-rc2/atomoned-v2.0.0-rc2-windows-arm64.exe'
|
|
42
48
|
},
|
|
43
49
|
genesis: {
|
|
44
50
|
genesis_url: 'https://atomone.fra1.digitaloceanspaces.com/atomone-testnet-1/genesis.json'
|
|
@@ -49,7 +55,7 @@ const info = {
|
|
|
49
55
|
},
|
|
50
56
|
sdk: {
|
|
51
57
|
type: 'cosmos',
|
|
52
|
-
version: 'v0.47.
|
|
58
|
+
version: 'v0.47.17'
|
|
53
59
|
}
|
|
54
60
|
},
|
|
55
61
|
logo_URIs: {
|