Skip to content

Commit

Permalink
updated gauntlet dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
RodrigoAD authored and archseer committed Dec 9, 2021
1 parent 9a569d1 commit 7347b5c
Show file tree
Hide file tree
Showing 3 changed files with 61 additions and 556 deletions.
4 changes: 2 additions & 2 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -20,5 +20,5 @@ flow-report.json
report.json
bin
# Gauntlet artifacts
packages-ts/gauntlet-solana-contracts/artifacts/programId
packages-ts/gauntlet-solana-contracts/artifacts/bin
gauntlet/packages/gauntlet-solana-contracts/artifacts/programId
gauntlet/packages/gauntlet-solana-contracts/artifacts/bin
14 changes: 3 additions & 11 deletions gauntlet/package.json
Original file line number Diff line number Diff line change
@@ -1,8 +1,8 @@
{
"name": "chainlink-solana",
"name": "gauntlet",
"private": true,
"version": "0.0.1",
"description": "Chainlink Solana",
"description": "Gauntlet Solana",
"workspaces": [
"packages/**"
],
Expand All @@ -15,7 +15,7 @@
"scripts": {
"gauntlet": "yarn build && node ./packages/gauntlet-solana-contracts/dist/index.js",
"lint": "tsc -b ./tsconfig.json",
"test-gauntlet": "yarn build && SKIP_PROMPTS=true jest --runInBand ./packages",
"test": "yarn build && SKIP_PROMPTS=true jest --runInBand ./packages",
"test:coverage": "yarn build && yarn test-gauntlet --collectCoverage",
"test:ci": "yarn build && yarn test-gauntlet --ci",
"lint:format": "yarn prettier --check .",
Expand All @@ -35,20 +35,12 @@
],
"outputPath": "bin"
},
"dependencies": {
"@project-serum/anchor": "^0.19.0",
"@solana/spl-token": "^0.1.8",
"@solana/web3.js": "1.30.2",
"bn.js": "^5.2.0"
},
"devDependencies": {
"@changesets/cli": "^2.17.0",
"@types/chai": "^4.2.22",
"@types/jest": "^26.0.15",
"@types/mocha": "^9.0.0",
"@types/node": "^14.11.2",
"@types/secp256k1": "^4.0.3",
"chai": "^4.3.4",
"jest": "^26.6.3",
"pkg": "^5.2.1",
"prettier": "2.1.1",
Expand Down
Loading

0 comments on commit 7347b5c

Please sign in to comment.