Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
Show all changes
54 commits
Select commit Hold shift + click to select a range
0438689
initial hai-optimism-goerli setup
nedodn Oct 31, 2023
c277fda
accounting engine event changes
nedodn Nov 1, 2023
822c4e2
uniswapv3 sqrt, modifyParameters/events changes
nedodn Nov 2, 2023
6a3945f
pgdata volume
nedodn Nov 7, 2023
e556b62
apiversion update/alchemy script
nedodn Nov 17, 2023
d7759d1
deploykey
nedodn Nov 17, 2023
9516374
fix initialize collateral data, uniswap pricing
nedodn Nov 29, 2023
4037757
proxy factory
nedodn Nov 29, 2023
f7b4b8c
new deployed contracts
nedodn Dec 1, 2023
46db930
add cRatio to safe
nedodn Jan 10, 2024
d830506
some cleanup
nedodn Jan 18, 2024
a9491b1
Merge pull request #1 from hai-on-op/hai-op-goerli
piesrtasty Jan 22, 2024
cda5819
sepolia addresses - missing uni v3 pool
nedodn Jan 29, 2024
6df8c93
uni v3 null
nedodn Jan 30, 2024
ead5622
use earliest contract block
nedodn Jan 30, 2024
85d2e3b
Merge pull request #2 from hai-on-op/sepolia
piesrtasty Feb 3, 2024
1bf6985
add mainnet addresses
nedodn Feb 5, 2024
e4d6066
Merge pull request #3 from hai-on-op/mainnet
piesrtasty Feb 6, 2024
b0802c8
chore: update prod addresses (#5)
piesrtasty Feb 13, 2024
5237676
chore: add uni v3 pool and change network to optimism (#6)
piesrtasty Feb 14, 2024
b342bdd
chore - update sepolia subgraph addresses
piesrtasty Feb 20, 2024
a626df7
chore: update starting block
piesrtasty Feb 20, 2024
ddf6885
safe manager address added/bytes to int fix
nedodn Feb 20, 2024
d16bde1
Merge pull request #7 from hai-on-op/chore-sepolia-subgraph-redeploy
piesrtasty Feb 20, 2024
eb239aa
toUnsignedInt fix
nedodn Feb 20, 2024
35d3731
fix surplus auction bid amounts
nedodn Feb 21, 2024
f4f025d
rename var
nedodn Feb 21, 2024
24cba3d
Merge pull request #8 from hai-on-op/chore-sepolia-subgraph-redeploy
piesrtasty Feb 21, 2024
2e4a0a9
add proxy owner to bid
nedodn Feb 22, 2024
ea882a8
chore: add owner to bids on subgraph
piesrtasty Feb 22, 2024
a21b888
add auction restarts
nedodn Feb 29, 2024
c6ca6af
Merge pull request #10 from hai-on-op/chore-sepolia-subgraph-redeploy
piesrtasty Feb 29, 2024
5943db0
pull marketprice from relayer
nedodn Mar 6, 2024
e94d9fd
feat: pull market price from relayer
piesrtasty Mar 6, 2024
ad06c54
switch market price to pull from uniswap v3 hai/eth pool, also update…
nedodn Mar 11, 2024
d55c30d
Merge pull request #12 from hai-on-op/update-market-price
piesrtasty Mar 12, 2024
9778af8
chore: add license
piesrtasty May 24, 2024
b18cf9c
chore: add funding verification
piesrtasty May 24, 2024
7ed2c0b
chore: temp license update
piesrtasty May 24, 2024
d05c537
chore: temp license update
piesrtasty May 24, 2024
f329a16
chore: revert to proper license
piesrtasty May 24, 2024
0154b81
chore: revert to proper license
piesrtasty May 24, 2024
dbe631f
feat: daily reward subgraph added
aj-maz Dec 9, 2024
e5d05fa
Daily Reward Subgraph Events
piesrtasty Jan 7, 2025
c1ae18e
staking subgraph
aj-maz Jan 27, 2025
7e98577
fixed: sepolia staking contract address fixed
aj-maz Feb 3, 2025
65354d2
fix: staking withdraw bug fixes
aj-maz Feb 11, 2025
76b6b82
feat: hai velo deposits added
aj-maz Apr 4, 2025
9452a24
feat: update mainnet test contracts
piesrtasty Apr 5, 2025
e0ccb3e
feat: fix merge conflicts
piesrtasty Apr 5, 2025
a368ea6
New Subgraph Features
piesrtasty Apr 7, 2025
c0dff68
fix: withdrawal bug fixes
aj-maz Apr 20, 2025
95fbb96
Feat: Staking Fix
piesrtasty Apr 21, 2025
bb7a35b
feat: new daily reward distributor added
aj-maz Jun 6, 2025
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
2 changes: 1 addition & 1 deletion Dockerfile
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
FROM node:12 AS deployer
FROM node:18 AS deployer
WORKDIR /usr/graph/

COPY package.json .
Expand Down
Loading