Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
311 changes: 183 additions & 128 deletions contracts/examples/hello-world/pnpm-lock.yaml

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion contracts/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@
"mocha": "^11.0.0",
"prettier": "^2.5.1",
"rpc-websockets": "<=7.10.0",
"secp256k1": "^4.0.2",
"secp256k1": "^4.0.4",
"ts-mocha": "^8.0.0",
"typescript": "^4.5.4"
},
Expand Down
481 changes: 327 additions & 154 deletions contracts/pnpm-lock.yaml

Large diffs are not rendered by default.

4 changes: 2 additions & 2 deletions gauntlet/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -54,9 +54,9 @@
"@typescript-eslint/parser": "^6.7.2",
"eslint": "^8.49.0",
"jest": "^26.6.3",
"pkg": "^5.2.1",
"pkg": "^5.8.1",
"prettier": "2.1.1",
"secp256k1": "^4.0.2",
"secp256k1": "^4.0.4",
"ts-jest": "^26.4.3",
"ts-node": "^8.3.0",
"typescript": "4.3.5"
Expand Down
2 changes: 1 addition & 1 deletion gauntlet/packages/gauntlet-serum-multisig/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -28,6 +28,6 @@
"@chainlink/gauntlet-core": "0.1.2",
"@chainlink/gauntlet-solana": "*",
"@coral-xyz/anchor": "^0.29.0",
"@solana/web3.js": "^1.50.1"
"@solana/web3.js": "^1.50.2"
}
}
4 changes: 2 additions & 2 deletions gauntlet/packages/gauntlet-solana-contracts/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@
"@chainlink/gauntlet-serum-multisig": "*",
"@ethersproject/keccak256": "^5.5.0",
"@solana/spl-token": "^0.2.0",
"@solana/web3.js": "^1.50.1",
"protobufjs": "^6.11.2"
"@solana/web3.js": "^1.50.2",
"protobufjs": "^6.11.4"
}
}
2 changes: 1 addition & 1 deletion gauntlet/packages/gauntlet-solana/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -30,6 +30,6 @@
"@ledgerhq/hw-transport-node-hid": "^6.20.0",
"@coral-xyz/anchor": "^0.29.0",
"@coral-xyz/borsh": "^0.29.0",
"@solana/web3.js": "^1.50.1"
"@solana/web3.js": "^1.50.2"
}
}
927 changes: 569 additions & 358 deletions gauntlet/yarn.lock

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion ts/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@
},
"dependencies": {
"@coral-xyz/anchor": "^0.29.0",
"@solana/web3.js": "^1.50.1"
"@solana/web3.js": "^1.91.3"
},
"devDependencies": {
"@types/eslint": "^8.2.1",
Expand Down
930 changes: 483 additions & 447 deletions ts/pnpm-lock.yaml

Large diffs are not rendered by default.

Loading