Skip to content

Instantly share code, notes, and snippets.

@cuizps
cuizps / .deps....raw_paths.json
Created April 25, 2026 14:57
Created using remix-ide: Realtime Ethereum Contract Compiler and Runtime. Load this file by pasting this gists URL or ID at https://remix.ethereum.org/#version=soljson-v0.8.34+commit.80d5c536.js&optimize=undefined&runs=200&gist=
{
"hardhat@3.4.1/console.sol": ".deps/npm/hardhat@3.4.1/console.sol",
"@openzeppelin/contracts@5.6.1/interfaces/IERC20.sol": ".deps/npm/@openzeppelin/contracts@5.6.1/interfaces/IERC20.sol",
"@openzeppelin/contracts@5.6.1/token/ERC20/IERC20.sol": ".deps/npm/@openzeppelin/contracts@5.6.1/token/ERC20/IERC20.sol"
}
@cuizps
cuizps / .prettierrc.json
Created April 25, 2026 13:12
Created using remix-ide: Realtime Ethereum Contract Compiler and Runtime. Load this file by pasting this gists URL or ID at https://remix.ethereum.org/#version=soljson-v0.8.34+commit.80d5c536.js&optimize=undefined&runs=200&gist=
{
"overrides": [
{
"files": "*.sol",
"options": {
"printWidth": 80,
"tabWidth": 4,
"useTabs": false,
"singleQuote": false,
"bracketSpacing": false