Skip to content

Commit 8ab4179

Browse files
committed
feat: add fulcrom contract and upgrade dependencies
1 parent 9ba6ea7 commit 8ab4179

File tree

3 files changed

+401
-334
lines changed

3 files changed

+401
-334
lines changed

package.json

+15-15
Original file line numberDiff line numberDiff line change
@@ -11,27 +11,27 @@
1111
"preview": "vite preview"
1212
},
1313
"dependencies": {
14-
"@reduxjs/toolkit": "^1.9.7",
15-
"axios": "^1.6.2",
16-
"prettier": "^3.1.0",
14+
"@reduxjs/toolkit": "^2.0.1",
15+
"axios": "^1.6.3",
16+
"prettier": "^3.1.1",
1717
"react": "^18.2.0",
1818
"react-dom": "^18.2.0",
19-
"react-hook-form": "^7.48.2",
20-
"react-redux": "^8.1.3",
21-
"react-router-dom": "^6.18.0",
19+
"react-hook-form": "^7.49.2",
20+
"react-redux": "^9.0.4",
21+
"react-router-dom": "^6.21.1",
2222
"uuid": "^9.0.1"
2323
},
2424
"devDependencies": {
25-
"@types/react": "^18.2.15",
26-
"@types/react-dom": "^18.2.7",
25+
"@types/react": "^18.2.46",
26+
"@types/react-dom": "^18.2.18",
2727
"@types/uuid": "^9.0.7",
28-
"@typescript-eslint/eslint-plugin": "^6.0.0",
29-
"@typescript-eslint/parser": "^6.0.0",
30-
"@vitejs/plugin-react": "^4.0.3",
31-
"eslint": "^8.45.0",
28+
"@typescript-eslint/eslint-plugin": "^6.16.0",
29+
"@typescript-eslint/parser": "^6.16.0",
30+
"@vitejs/plugin-react": "^4.2.1",
31+
"eslint": "^8.56.0",
3232
"eslint-plugin-react-hooks": "^4.6.0",
33-
"eslint-plugin-react-refresh": "^0.4.3",
34-
"typescript": "^5.0.2",
35-
"vite": "^4.4.5"
33+
"eslint-plugin-react-refresh": "^0.4.5",
34+
"typescript": "^5.3.3",
35+
"vite": "^5.0.10"
3636
}
3737
}

src/blockchains/zksync/protocols/fulcrom.ts

+2
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,8 @@ import { countTransactionPeriods } from '../utils.ts';
44

55
const addresses: string[] = [
66
'0x850fe8be964cc5feb3dd00cfe1364590b45e3926',
7+
'0x99819f0e0927718f5fbc73d3327ff7691d0243d6',
8+
'0x76df63db845027965b7f2da9acbd5994f3524c16'
79
];
810

911
const Fulcrom = {

0 commit comments

Comments
 (0)