import contracts from submodule

This commit is contained in:
hueso
2026-03-05 21:59:10 -03:00
parent 6cfe478177
commit 7cda8d5573
2 changed files with 4 additions and 1 deletions
+3
View File
@@ -0,0 +1,3 @@
[submodule "p2pix-smart-contracts"]
path = p2pix-smart-contracts
url = https://git.p2pix.co/doiim/p2pix-smart-contracts
+1 -1
View File
@@ -6,6 +6,6 @@ export default defineConfig({
contracts: [],
plugins: [
hardhat({
project: '../p2pix-smart-contracts',
project: 'p2pix-smart-contracts',
}),],
})