Skip to content

Latest commit

 

History

History
23 lines (15 loc) · 377 Bytes

File metadata and controls

23 lines (15 loc) · 377 Bytes

L2 Protocol Token

This project contains the contract and deployment script for L2 Protocol Token

Installing dependencies

npm install

Testing the contract

npm test

Deploying the contract

You can target any network from your Hardhat config using:

npx hardhat ignition deploy ignition/modules/L2ProtocolToken.ts --network <network-name>