Skip to content

Commit

Permalink
feat: add fulcrom contract and upgrade dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
ByFishh committed Dec 29, 2023
1 parent 9ba6ea7 commit 8ab4179
Show file tree
Hide file tree
Showing 3 changed files with 401 additions and 334 deletions.
30 changes: 15 additions & 15 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -11,27 +11,27 @@
"preview": "vite preview"
},
"dependencies": {
"@reduxjs/toolkit": "^1.9.7",
"axios": "^1.6.2",
"prettier": "^3.1.0",
"@reduxjs/toolkit": "^2.0.1",
"axios": "^1.6.3",
"prettier": "^3.1.1",
"react": "^18.2.0",
"react-dom": "^18.2.0",
"react-hook-form": "^7.48.2",
"react-redux": "^8.1.3",
"react-router-dom": "^6.18.0",
"react-hook-form": "^7.49.2",
"react-redux": "^9.0.4",
"react-router-dom": "^6.21.1",
"uuid": "^9.0.1"
},
"devDependencies": {
"@types/react": "^18.2.15",
"@types/react-dom": "^18.2.7",
"@types/react": "^18.2.46",
"@types/react-dom": "^18.2.18",
"@types/uuid": "^9.0.7",
"@typescript-eslint/eslint-plugin": "^6.0.0",
"@typescript-eslint/parser": "^6.0.0",
"@vitejs/plugin-react": "^4.0.3",
"eslint": "^8.45.0",
"@typescript-eslint/eslint-plugin": "^6.16.0",
"@typescript-eslint/parser": "^6.16.0",
"@vitejs/plugin-react": "^4.2.1",
"eslint": "^8.56.0",
"eslint-plugin-react-hooks": "^4.6.0",
"eslint-plugin-react-refresh": "^0.4.3",
"typescript": "^5.0.2",
"vite": "^4.4.5"
"eslint-plugin-react-refresh": "^0.4.5",
"typescript": "^5.3.3",
"vite": "^5.0.10"
}
}
2 changes: 2 additions & 0 deletions src/blockchains/zksync/protocols/fulcrom.ts
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,8 @@ import { countTransactionPeriods } from '../utils.ts';

const addresses: string[] = [
'0x850fe8be964cc5feb3dd00cfe1364590b45e3926',
'0x99819f0e0927718f5fbc73d3327ff7691d0243d6',
'0x76df63db845027965b7f2da9acbd5994f3524c16'
];

const Fulcrom = {
Expand Down
Loading

0 comments on commit 8ab4179

Please sign in to comment.