Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

hyperdrive #1

Open
wants to merge 26 commits into
base: main
Choose a base branch
from
Open
Show file tree
Hide file tree
Changes from all commits
Commits
Show all changes
26 commits
Select commit Hold shift + click to select a range
cb81d8a
Add derive exchange balances
paulvaden Oct 23, 2024
e7cd074
Merge branch 'main' into derive-exchange-balacnes
paulvaden Oct 23, 2024
7d28c1c
naming fixes
paulvaden Oct 23, 2024
c60d51d
Merge branch 'derive-exchange-balacnes' of https://github.com/paulvad…
paulvaden Oct 23, 2024
a5dcf43
typo
paulvaden Oct 23, 2024
77e9ef6
initial commit
wakamex Sep 26, 2024
37c4357
remove debug from get_pool_details
wakamex Oct 2, 2024
07c6d13
remove silly function
wakamex Oct 2, 2024
17c9bc7
update
wakamex Oct 17, 2024
ef31d11
make a class
wakamex Oct 20, 2024
e20400f
remove debug, add start block, simplify test
wakamex Oct 20, 2024
e1e3795
move test into test
wakamex Oct 20, 2024
ca4a491
return fewer things
wakamex Oct 22, 2024
eb54179
don't cache
wakamex Oct 24, 2024
00fbc61
fuck parameters and types when inheriting
wakamex Oct 24, 2024
3c69bf0
test more
wakamex Oct 24, 2024
3b21516
fewer tests
wakamex Oct 24, 2024
4dc185a
remove unnecessary imports
wakamex Oct 24, 2024
7389991
fix duplicate in Enum
wakamex Oct 24, 2024
4149e5b
fix duplicate in enum
wakamex Oct 24, 2024
a317bbe
remove test file
wakamex Oct 24, 2024
2391990
Merge pull request #39 from wakamex/patch-1
FJ-Riveros Oct 25, 2024
fcca491
Merge branch 'main' into derive-exchange-balacnes
FJ-Riveros Oct 25, 2024
a4e9485
Merge branch 'main' into hyperdrive
FJ-Riveros Oct 28, 2024
481ca1c
Merge pull request #37 from paulvaden/derive-exchange-balacnes
FJ-Riveros Oct 30, 2024
72b5fea
Merge branch 'main' into hyperdrive
FJ-Riveros Oct 30, 2024
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
3 changes: 3 additions & 0 deletions .env.example
Original file line number Diff line number Diff line change
Expand Up @@ -4,3 +4,6 @@ ARBITRUM_NODE_URL='https://arb1.arbitrum.io/rpc'
SCROLL_NODE_URL='https://rpc.scroll.io'
MODE_NODE_URL='https://mainnet.mode.network'
FRAXTAL_NODE_URL='https://rpc.frax.com'
LYRA_NODE_URL='https://rpc.derive.xyz'

DERIVE_SUBGRAPH_API_KEY=''
Loading