UNPKG

polar-bear-stash-contracts

Version:

Smart contracts for the PolarBearStash (COLD) ERC20 token on the Berachain (test)chain.

29 lines (28 loc) 738 B
{ "name": "polar-bear-stash-contracts", "version": "0.1.1", "description": "Smart contracts for the PolarBearStash (COLD) ERC20 token on the Berachain (test)chain.", "repository": { "type": "git", "url": "https://github.com/baueraj/polar-bear-stash-contracts" }, "homepage": "https://github.com/baueraj/polar-bear-stash-contracts", "main": "index.js", "files": [ "lib/", "src/", "test/", "out/", "foundry.toml" ], "scripts": { "build": "forge build", "test": "forge test" }, "keywords": ["ethereum", "smart-contract", "ERC20", "PolarBearStash", "Berachain"], "author": "the_orthanc_tower", "license": "MIT", "dependencies": { "@openzeppelin/contracts": "^5.0.2" } }