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

feat: rfox for lpoors #8455

Merged
merged 25 commits into from
Jan 16, 2025
Merged
Changes from 1 commit
Commits
Show all changes
25 commits
Select commit Hold shift + click to select a range
632a9f8
fix: start rfox lpoors
NeOMakinG Jan 2, 2025
c128be9
fix: continue
NeOMakinG Jan 3, 2025
db92d98
fix: continue
NeOMakinG Jan 3, 2025
24e398f
fix: review feedbacks
NeOMakinG Jan 3, 2025
fcbd97e
Merge branch 'develop' into rfox-lpoors
NeOMakinG Jan 7, 2025
a76e5d1
fix: continue
NeOMakinG Jan 7, 2025
ab46a12
updated ipfs data structure checkpoint
kaladinlight Jan 9, 2025
62aa718
naming update
kaladinlight Jan 9, 2025
ae2c21c
parse staking contract
kaladinlight Jan 9, 2025
b01388e
reward transactions
kaladinlight Jan 9, 2025
c9022f0
clean up context
kaladinlight Jan 11, 2025
a1bf3ad
naming updates and starting cleanup of components
kaladinlight Jan 11, 2025
71c413b
hook cleanup
kaladinlight Jan 11, 2025
eb05103
stake sorted
kaladinlight Jan 14, 2025
08ed4cf
feature flag and more cleanup
kaladinlight Jan 14, 2025
81946a3
Merge branch 'develop' into rfox-lpoors
kaladinlight Jan 14, 2025
47732bd
regenerate assets
kaladinlight Jan 15, 2025
6b6067b
supported asset check and fallback
kaladinlight Jan 15, 2025
1ad7505
Merge branch 'develop' into rfox-lpoors
kaladinlight Jan 15, 2025
1f47d16
explicit proxy contract naming
kaladinlight Jan 15, 2025
1c2d78f
tx history migration for updated parser logic
kaladinlight Jan 15, 2025
c209e05
fix test
kaladinlight Jan 15, 2025
e66fba4
Merge branch 'develop' into rfox-lpoors
gomesalexandre Jan 15, 2025
460b851
Merge branch 'develop' into rfox-lpoors
gomesalexandre Jan 15, 2025
d53ae35
Merge branch 'develop' into rfox-lpoors
gomesalexandre Jan 16, 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
Prev Previous commit
Next Next commit
fix: review feedbacks
NeOMakinG committed Jan 3, 2025
commit 24e398f0fd310b440b284f7c8c5ae1c470dc3ef3
4 changes: 2 additions & 2 deletions packages/contracts/src/constants.ts
Original file line number Diff line number Diff line change
@@ -57,10 +57,10 @@ export const TS_AGGREGATOR_TOKEN_TRANSFER_PROXY_CONTRACT_MAINNET =
// RFOX on Arbitrum ERC1967Proxy contract address
// Uncomment me if you want to test RFOX with a shorter cooldown period
// export const RFOX_PROXY_CONTRACT: Address = '0x1094c4a99fce60e69ffe75849309408f1262d304'
export const RFOX_LP_PROXY_CONTRACT: Address = '0x4843373F380aDf80C779cD4dEDC6452E414f7634'
// export const RFOX_LP_PROXY_CONTRACT: Address = '0x4843373F380aDf80C779cD4dEDC6452E414f7634'

export const RFOX_PROXY_CONTRACT: Address = '0xac2a4fd70bcd8bab0662960455c363735f0e2b56'
// export const RFOX_LP_PROXY_CONTRACT: Address = '0x83B51B7605d2E277E03A7D6451B1efc0e5253A2F'
export const RFOX_LP_PROXY_CONTRACT: Address = '0x83B51B7605d2E277E03A7D6451B1efc0e5253A2F'
kaladinlight marked this conversation as resolved.
Show resolved Hide resolved
export const RFOX_REWARD_RATE = 1n * 10n ** 27n
export const RFOX_WAD = 1n * 10n ** 18n