This code adds tickers for BTC, ETH, ONE, XYA, and JEWEL to your MacBook's Touch Bar
Download and install BetterTouchTool
This file contains 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
<?php | |
/* | |
* LotDrawer::draw([ | |
* 'Frank' => '[email protected]', | |
* 'John' => '[email protected]', | |
* 'Nathan' => '[email protected]', | |
* 'Jane' => '[email protected]', | |
* ]); | |
*/ |
This file contains 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
{ | |
"name": "Tipper", | |
"address": "0xb356b4ff874e5a6402e485b0c1b19a60d5a21ba2", | |
"abi": [ | |
{ | |
"inputs": [ | |
{ | |
"internalType": "contract TipBank", | |
"name": "_bank", | |
"type": "address" |