Skip to content

Instantly share code, notes, and snippets.

@tenuki
tenuki / confirm_on_firefox_autoit.au3
Created August 26, 2021 07:28
Metamask auto confirm with AutoIt 3 for firefox!
#include <MsgBoxConstants.au3>
#include <AutoItConstants.au3>
Local $win = "Extension: (MetaMask) - MetaMask Notification — Mozilla Firefox";
Local $endwin = "Example Domain — Mozilla Firefox";
ConsoleWrite("Ready to go.." & @CRLF)
Do
If WinWait($win, "", 1) > 0 Then
ConsoleWrite("FOUND!!!" & @CRLF)
; Test if the window is activated and display the results.
@tenuki
tenuki / FastBTCBridgeABI.json
Created April 6, 2022 21:29
ABI for FastBTCBridge
[
{
"inputs": [
{
"internalType": "address",
"name": "accessControl",
"type": "address"
},
{
"internalType": "contract IBTCAddressValidator",