This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| import { encode } from '@ethereumjs/rlp'; | |
| import { ecrecover } from '@ethereumjs/util'; | |
| import { keccak256 } from 'ethereum-cryptography/keccak'; | |
| // tx: 0xb00b758da7b97dbeedd1ef62592b2c1427c70ca042dc51a63f3a39d8d31ebbcc | |
| const chainId = 0x1n; | |
| const nonce = 0x3n; | |
| const maxPriorityFeePerGas = 0xf4240n; | |
| const maxFeePerGas = 0x73323c225n; | |
| const gasLimit = 0xdd9cn; |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| # Wii U / Cemu Xbox controller profile | |
| # Located at: cemu\controllerProfiles | |
| [General] | |
| emulate = Wii U GamePad | |
| api = XInput | |
| controller = 0 | |
| [Controller] | |
| rumble = 0 |