git.delta.rocks / unique-network / refs/commits / fe4617cbbb0b

difftreelog

source

js-packages/evm-abi/package.json257 Bsourcehistory
1{2  "author": "Unique Network",3  "license": "Apache 2.0",4  "description": "EVM interfaces for Unique Network chains",5  "engines": {6    "node": ">=18"7  },8  "name": "@unique-nft/evm-abi",9  "type": "module",10  "version": "1.0.0",11  "main": "index.js"12}