Skip to content

Commit

Permalink
wip
Browse files Browse the repository at this point in the history
  • Loading branch information
bokkypoobah committed Apr 27, 2024
1 parent eacd20b commit 09ea6f0
Show file tree
Hide file tree
Showing 2 changed files with 227 additions and 222 deletions.
2 changes: 1 addition & 1 deletion docs/offline.html
Original file line number Diff line number Diff line change
Expand Up @@ -601,7 +601,7 @@
{ value: null, text: '(Select)' },
{ value: 'ethtransfer', text: 'Transfer Ethers' },
{ value: 'erc20transfer', text: 'Transfer ERC-20 Tokens' },
{ value: 'erc721safetransferfrom', text: 'Transfer ERC-721 Tokens' },
{ value: 'erc721transfer', text: 'Transfer ERC-721 Token', disabled: true },
// { value: 'sweepwallet', text: 'Sweep ETH To New Wallet', disabled: true }, // TODO: Type 1 with amount = balance - gasLimit * gasPrice
// { value: 'deploycontract', text: 'Deploy Contract', disabled: true }, // TODO: `to` null; data with code
// { value: 'writemessage', text: 'Write Message', disabled: true }, // TODO: `to` to own account, or destination; data with message
Expand Down
Loading

0 comments on commit 09ea6f0

Please sign in to comment.