Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
25 changes: 25 additions & 0 deletions src/app/(sidebar)/transaction/components/SimulateStepContent.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -527,6 +527,31 @@ export const SimulateStepContent = ({
}}
/>
)}

{simulate.assembledXdr && (
<Box gap="xxl">
<Box gap="xs">
<Text
size="xs"
weight="medium"
as="div"
addlClassName="SignStepContent__label"
>
Simulated transaction (Base64 XDR)
</Text>

<div className="SignStepContent__xdrBox">
<Text
size="sm"
as="div"
addlClassName="SignStepContent__xdrText"
>
{simulate.assembledXdr}
</Text>
</div>
</Box>
</Box>
)}
</Box>
</Card>
)}
Expand Down
184 changes: 92 additions & 92 deletions src/constants/networkLimits.ts
Original file line number Diff line number Diff line change
Expand Up @@ -85,36 +85,36 @@ export const MAINNET_LIMITS: NetworkLimits = {
"persistent_rent_rate_denominator": "1215",
"temp_rent_rate_denominator": "2430",
"live_soroban_state_size_window": [
"1589710826",
"1590855414",
"1592181134",
"1593447070",
"1594562598",
"1595621861",
"1596883469",
"1598063929",
"1599180033",
"1600300093",
"1601172529",
"1602590741",
"1603818105",
"1604903473",
"1605676629",
"1606365101",
"1607115565",
"1607738661",
"1608044221",
"1608286797",
"1609171757",
"1610091117",
"1611055581",
"1611504401",
"1612018113",
"1612834121",
"1613864969",
"1614660853",
"1615286025",
"1615572513"
"1368888783",
"1369846899",
"1370564891",
"1371642707",
"1372784719",
"1373987135",
"1374703947",
"1375333247",
"1376571547",
"1377630447",
"1378800591",
"1379550007",
"1380372495",
"1381626675",
"1382791575",
"1383651891",
"1384487295",
"1385625067",
"1386840407",
"1387866959",
"1388711003",
"1389600011",
"1390864555",
"1391923883",
"1392215427",
"1393030615",
"1394027251",
"1395234167",
"1396366875",
"1397102967"
],
"state_target_size_bytes": "3000000000",
"rent_fee_1kb_state_size_low": "-17000",
Expand Down Expand Up @@ -154,38 +154,38 @@ export const TESTNET_LIMITS: NetworkLimits = {
"persistent_rent_rate_denominator": "1215",
"temp_rent_rate_denominator": "2430",
"live_soroban_state_size_window": [
"2926608405",
"2926636877",
"2926668349",
"2926693025",
"2926477604",
"2927761212",
"2927803340",
"2929165954",
"2930856875",
"2930891647",
"2930890811",
"2932375901",
"2934400536",
"2934078159",
"2933863551",
"2934635802",
"2934662818",
"2936028592",
"2936072844",
"2937288423",
"2937326135",
"2939312328",
"2939240815",
"2938459753",
"2939886642",
"2940343638",
"2940540863",
"2940563819",
"2943724644",
"2944194395"
"2656792125",
"2657747458",
"2657824554",
"2658513071",
"2658301023",
"2658477623",
"2660286453",
"2662571526",
"2662605062",
"2664646318",
"2665623572",
"2667282619",
"2670388222",
"2672272530",
"2672448580",
"2676332083",
"2679118195",
"2680087120",
"2680795773",
"2681083488",
"2681567926",
"2684065445",
"2686159932",
"2688758476",
"2690208313",
"2691777980",
"2692584174",
"2694090243",
"2694176465",
"2695550459"
],
"state_target_size_bytes": "3000000000",
"state_target_size_bytes": "4000000000",
"rent_fee_1kb_state_size_low": "-17000",
"rent_fee_1kb_state_size_high": "10000",
"state_size_rent_fee_growth_factor": 5000
Expand Down Expand Up @@ -223,36 +223,36 @@ export const FUTURENET_LIMITS: NetworkLimits = {
"persistent_rent_rate_denominator": "1215",
"temp_rent_rate_denominator": "2430",
"live_soroban_state_size_window": [
"45570439",
"45570439",
"45570439",
"45570439",
"45570439",
"45570439",
"45570439",
"45570439",
"45570439",
"45570439",
"45570439",
"45570439",
"45570439",
"45570439",
"45570439",
"45570439",
"45570439",
"45570439",
"45570439",
"45570439",
"45570439",
"45570439",
"45570439",
"45570439",
"45570439",
"45570439",
"45570439",
"45570439",
"45570439",
"45570439"
"26644554",
"26644554",
"26644554",
"26644554",
"26645130",
"26645130",
"26645130",
"26645130",
"26645130",
"26645130",
"26645130",
"26645130",
"26645130",
"26645130",
"26645130",
"26645130",
"26645130",
"26645130",
"26645130",
"26645130",
"26645130",
"26645130",
"26645130",
"26645130",
"26645130",
"26645130",
"26645130",
"26645130",
"26645130",
"26645130"
],
"state_target_size_bytes": "3000000000",
"rent_fee_1kb_state_size_low": "-17000",
Expand Down Expand Up @@ -1258,7 +1258,7 @@ export const TESTNET_LIMITS_JSON: NetworkLimitsJson = {
"fee_disk_read_ledger_entry": "1563",
"fee_write_ledger_entry": "2500",
"fee_disk_read1_kb": "447",
"soroban_state_target_size_bytes": "3000000000",
"soroban_state_target_size_bytes": "4000000000",
"rent_fee1_kb_soroban_state_size_low": "-17000",
"rent_fee1_kb_soroban_state_size_high": "10000",
"soroban_state_rent_fee_growth_factor": 5000
Expand Down
Loading