Original photo from Unsplash: https://unsplash.com/photos/C8Q_zR8PDlA
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
| # Copy the ABI of a contract from the out directory to the clipboard | |
| # Example: foundry_copy_abi SablierLockup out-optimized | |
| function foundry_copy_abi() { | |
| if [ -z "$1" ]; then | |
| echo "Please provide a contract name" | |
| echo "Usage: foundry_copy_abi <ContractName> [outDir]" | |
| return 1 | |
| fi | |
| local contract_name=$1 |
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
| { | |
| "address": "0:09fdfd0ca422e39bf8d2101a641518c8df0a41e10cdc5a9a1f6c6fddd98615fc", | |
| "name": "Tonkeeper Wallet", | |
| "symbol": "TONS", | |
| "decimals": 9, | |
| "image": "https://ton.org/icons/custom/ton_logo.svg", | |
| "description": "Tonkeeper Wallet" | |
| } |