Skip to content

Commit

Permalink
feat: added support for Cyber, Mode, Blast, Degen
Browse files Browse the repository at this point in the history
  • Loading branch information
Hugo0 committed May 11, 2024
1 parent 64da11f commit be81d32
Show file tree
Hide file tree
Showing 6 changed files with 6,481 additions and 8,120 deletions.
48 changes: 24 additions & 24 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@squirrel-labs/peanut-sdk",
"version": "0.4.34",
"version": "0.4.35",
"description": "The Peanut Protocol SDK! Check out the documentation at https://docs.peanut.to",
"main": "dist/index.js",
"types": "dist/index.d.ts",
Expand Down Expand Up @@ -45,43 +45,43 @@
},
"homepage": "https://github.com/ProphetFund/peanut-sdk#readme",
"dependencies": {
"ethersv5": "npm:ethers@^5"
"ethersv5": "npm:ethers@^5.7.2"
},
"publishConfig": {
"access": "public"
},
"devDependencies": {
"@ethersproject/abstract-provider": "^5.7.0",
"@jest/globals": "^29.6.2",
"@jest/transform": "^29.6.2",
"@types/jest": "^29.5.4",
"@typescript-eslint/eslint-plugin": "^6.3.0",
"@typescript-eslint/parser": "^6.3.0",
"bufferutil": "^4.0.7",
"@jest/globals": "^29.7.0",
"@jest/transform": "^29.7.0",
"@types/jest": "^29.5.12",
"@typescript-eslint/eslint-plugin": "^6.21.0",
"@typescript-eslint/parser": "^6.21.0",
"bufferutil": "^4.0.8",
"crypto-browserify": "latest",
"dotenv": "^16.0.3",
"eslint": "^8.46.0",
"eslint-config-prettier": "^9.0.0",
"eslint-plugin-prettier": "^5.0.0",
"eslint-plugin-react": "^7.33.1",
"eslint-plugin-react-hooks": "^4.6.0",
"eslint-plugin-react-refresh": "^0.4.3",
"dotenv": "^16.4.5",
"eslint": "^8.57.0",
"eslint-config-prettier": "^9.1.0",
"eslint-plugin-prettier": "^5.1.3",
"eslint-plugin-react": "^7.34.1",
"eslint-plugin-react-hooks": "^4.6.2",
"eslint-plugin-react-refresh": "^0.4.7",
"esm": "^3.2.25",
"jest": "^29.6.2",
"jest": "^29.7.0",
"json-loader": "^0.5.7",
"mocha": "^10.2.0",
"mocha": "^10.4.0",
"npm-packlist": "^7.0.4",
"prettier": "^3.0.2",
"prettier": "^3.2.5",
"raw-loader": "^4.0.2",
"registry.npmjs.org": "^1.0.1",
"source-map-support": "^0.5.21",
"ts-jest": "^29.1.1",
"ts-loader": "^9.4.4",
"typescript": "^5.2.2",
"url": "^0.11.1",
"ts-jest": "^29.1.2",
"ts-loader": "^9.5.1",
"typescript": "^5.4.5",
"url": "^0.11.3",
"utf-8-validate": "^5.0.10",
"vite": "^4.5.0",
"vite": "^4.5.3",
"vite-bundle-visualizer": "^0.10.1",
"vite-plugin-dts": "^3.6.3"
"vite-plugin-dts": "^3.9.1"
}
}
Loading

0 comments on commit be81d32

Please sign in to comment.