Skip to content

Commit

Permalink
moved to solarity
Browse files Browse the repository at this point in the history
  • Loading branch information
Arvolear committed Aug 14, 2023
1 parent 4f1de80 commit 0563570
Show file tree
Hide file tree
Showing 6 changed files with 17,490 additions and 13,116 deletions.
2 changes: 1 addition & 1 deletion LICENSE
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
MIT License

Copyright (c) 2022 DLSL
Copyright (c) 2023 Solarity

Permission is hereby granted, free of charge, to any person obtaining a copy
of this software and associated documentation files (the "Software"), to deal
Expand Down
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -43,7 +43,7 @@ npm run generate-types

- Hardhat official `ethers` + `ethers-v5`
- [`Typechain`](https://www.npmjs.com/package/@typechain/hardhat)
- [`hardhat-migrate`](https://www.npmjs.com/package/@dlsl/hardhat-migrate), [`hardhat-gobind`](https://www.npmjs.com/package/@dlsl/hardhat-gobind)
- [`hardhat-migrate`](https://www.npmjs.com/package/@solarity/hardhat-migrate), [`hardhat-gobind`](https://www.npmjs.com/package/@solarity/hardhat-gobind)
- [`hardhat-contract-sizer`](https://www.npmjs.com/package/hardhat-contract-sizer)
- [`hardhat-gas-reporter`](https://www.npmjs.com/package/hardhat-gas-reporter)
- [`solidity-coverage`](https://www.npmjs.com/package/solidity-coverage)
Expand All @@ -52,4 +52,4 @@ npm run generate-types

- The template comes with presetup `prettier` and `solhint` that lint the project via `husky` before compilation hook.
- The `.env.example` file is provided to check what is required as ENVs
- Preinstalled `@openzeppelin/contracts` and `@dlsl/dev-modules`
- Preinstalled `@openzeppelin/contracts` and `@solarity/solidity-lib`
2 changes: 1 addition & 1 deletion deploy/1_token.migration.ts
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
import { Deployer, Logger } from "@dlsl/hardhat-migrate";
import { Deployer, Logger } from "@solarity/hardhat-migrate";
import { artifacts } from "hardhat";

const ERC20Mock = artifacts.require("ERC20Mock");
Expand Down
8 changes: 4 additions & 4 deletions hardhat.config.ts
Original file line number Diff line number Diff line change
@@ -1,11 +1,11 @@
import "@nomiclabs/hardhat-web3";
import "@nomiclabs/hardhat-truffle5";
import "@nomiclabs/hardhat-ethers";
import "@typechain/hardhat";
import "@nomicfoundation/hardhat-chai-matchers";
import "@dlsl/hardhat-migrate";
import "@dlsl/hardhat-gobind";
import "@dlsl/hardhat-markup";
import "@solarity/hardhat-migrate";
import "@solarity/hardhat-gobind";
import "@solarity/hardhat-markup";
import "@typechain/hardhat";
import "hardhat-contract-sizer";
import "hardhat-gas-reporter";
import "solidity-coverage";
Expand Down
Loading

0 comments on commit 0563570

Please sign in to comment.