File tree 5 files changed +17
-0
lines changed
packages/hardhat-core/sample-projects
javascript/ignition/modules
javascript-esm/ignition/modules
typescript/ignition/modules
typescript-viem/ignition/modules
5 files changed +17
-0
lines changed Original file line number Diff line number Diff line change
1
+ ---
2
+ " hardhat " : patch
3
+ ---
4
+
5
+ Added link to Ignition docs in sample projects
Original file line number Diff line number Diff line change
1
+ // This setup uses Hardhat Ignition to manage smart contract deployments.
2
+ // Learn more about it at https://hardhat.org/ignition
3
+
1
4
import { buildModule } from "@nomicfoundation/hardhat-ignition/modules" ;
2
5
3
6
const JAN_1ST_2030 = 1893456000 ;
Original file line number Diff line number Diff line change
1
+ // This setup uses Hardhat Ignition to manage smart contract deployments.
2
+ // Learn more about it at https://hardhat.org/ignition
3
+
1
4
const { buildModule } = require ( "@nomicfoundation/hardhat-ignition/modules" ) ;
2
5
3
6
const JAN_1ST_2030 = 1893456000 ;
Original file line number Diff line number Diff line change
1
+ // This setup uses Hardhat Ignition to manage smart contract deployments.
2
+ // Learn more about it at https://hardhat.org/ignition
3
+
1
4
import { buildModule } from "@nomicfoundation/hardhat-ignition/modules" ;
2
5
import { parseEther } from "viem" ;
3
6
Original file line number Diff line number Diff line change
1
+ // This setup uses Hardhat Ignition to manage smart contract deployments.
2
+ // Learn more about it at https://hardhat.org/ignition
3
+
1
4
import { buildModule } from "@nomicfoundation/hardhat-ignition/modules" ;
2
5
3
6
const JAN_1ST_2030 = 1893456000 ;
You can’t perform that action at this time.
0 commit comments