Skip to content

Commit

Permalink
wip
Browse files Browse the repository at this point in the history
  • Loading branch information
bokkypoobah committed Apr 24, 2024
1 parent d43099c commit fdbb4ee
Showing 1 changed file with 14 additions and 2 deletions.
16 changes: 14 additions & 2 deletions docs/online.html
Original file line number Diff line number Diff line change
Expand Up @@ -290,8 +290,14 @@
</b-form-group>
</b-form-group>
</b-card>

<!-- :COMPAREETHTX -->
<b-card sub-title="Compare Simulated vs Signed Transaction" bg-variant="light" class="p-0 m-1" style="max-width: 900px;">

</b-card>

<!-- :Gas -->
<b-card sub-title="Latest Gas (gwei)" bg-variant="light" class="p-0 m-1" style="max-width: 400px;">
<b-card v-if="false" sub-title="Latest Gas (gwei)" bg-variant="light" class="p-0 m-1" style="max-width: 400px;">
<b-form-group label="Last Base Fee Per Gas:" label-for="gas-lastbasefeepergas" label-size="sm" label-cols-sm="6" label-align-sm="right" class="mx-0 my-1 p-0">
<b-form-input type="text" size="sm" readonly id="gas-lastbasefeepergas" :value="formatGas(feeData.lastBaseFeePerGas)" style="max-width: 150px;"></b-form-input>
</b-form-group>
Expand All @@ -305,6 +311,7 @@
<b-form-input type="text" size="sm" readonly id="gas-gasprice" :value="formatGas(feeData.gasPrice)" style="max-width: 150px;"></b-form-input>
</b-form-group>
</b-card>

</b-card-group>
</b-card>

Expand Down Expand Up @@ -687,6 +694,11 @@ <h5 class="mt-3">Troubleshooting</h5>
error: null,
},

compareEthTx: {
signedTx: null,
decodedSignedTx: null,
},

showInfo: false,
reportingDateTime: 0,
searchAttachedAccount: true,
Expand All @@ -711,7 +723,7 @@ <h5 class="mt-3">Troubleshooting</h5>
pageSize: 100,
sortOption: 'typenameasc',
},
version: 0,
version: 2,
},
sync: {
section: null,
Expand Down

0 comments on commit fdbb4ee

Please sign in to comment.