Skip to content

Commit

Permalink
Add cat721
Browse files Browse the repository at this point in the history
  • Loading branch information
catdev2024 authored and opcatdev committed Oct 30, 2024
1 parent c5299ef commit be02034
Show file tree
Hide file tree
Showing 63 changed files with 6,342 additions and 260 deletions.
2 changes: 1 addition & 1 deletion packages/cli/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@
"@nestjs/common": "^10.0.0",
"@nestjs/core": "^10.0.0",
"@nestjs/platform-express": "^10.0.0",
"@cat-protocol/cat-smartcontracts": "0.1.2",
"@cat-protocol/cat-smartcontracts": "0.2.1",
"@types/inquirer": "^8.1.3",
"bigi": "^1.4.2",
"bip32": "^4.0.0",
Expand Down
1 change: 1 addition & 0 deletions packages/cli/src/providers/configService.ts
Original file line number Diff line number Diff line change
Expand Up @@ -173,6 +173,7 @@ export class ConfigService {

withProxy(options?: object) {
if (this.getProxy()) {
options = options || {};
Object.assign(options, {
agent: new HttpsProxyAgent(this.getProxy()),
});
Expand Down
Loading

0 comments on commit be02034

Please sign in to comment.