Skip to content

Commit

Permalink
chore: Update package.json order, and touch files for CI (#379)
Browse files Browse the repository at this point in the history
  • Loading branch information
CryptoFewka authored Oct 9, 2024
1 parent 874f1cc commit 475acfa
Show file tree
Hide file tree
Showing 4 changed files with 3 additions and 5 deletions.
1 change: 1 addition & 0 deletions v1/data/addresses.json
Original file line number Diff line number Diff line change
Expand Up @@ -172,3 +172,4 @@
}
}
}

1 change: 1 addition & 0 deletions v1/data/addresses.mainnet.json
Original file line number Diff line number Diff line change
Expand Up @@ -421,3 +421,4 @@
"type": "tss"
}
]

1 change: 0 additions & 1 deletion v1/hardhat.config.ts
Original file line number Diff line number Diff line change
Expand Up @@ -89,5 +89,4 @@ const config: HardhatUserConfig = {
],
},
};

export default config;
5 changes: 1 addition & 4 deletions v1/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -89,8 +89,5 @@
"tsc:watch": "npx tsc --watch"
},
"types": "./dist/lib/index.d.ts",
"version": "0.0.8",
"dependencies": {
"chokidar": "^4.0.1"
}
"version": "0.0.8"
}

0 comments on commit 475acfa

Please sign in to comment.