Skip to content

Commit

Permalink
deployed new geyser spot-usd
Browse files Browse the repository at this point in the history
  • Loading branch information
aalavandhan committed May 4, 2024
1 parent 14cf664 commit 31a8f1b
Show file tree
Hide file tree
Showing 6 changed files with 1,625 additions and 20 deletions.
7 changes: 5 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -18,8 +18,11 @@ ethereum:
- poolRef: "UNI-ETH-AMPL-V2 (Beehive V7)"
deployment: 0x5Ec6f02D0b657E4a56d6020Bc21F19f2Ca13EcA9

- poolRef: "Arrakis Vault V1 USDC/SPOT (RAKIS-35) (Fly V2)"
deployment: 0x392b58F407Efe1681a2EBB470600Bc2146D231a2
- poolRef: "CHARM-SPOT-USDC (Great geyser V1)"
deployment: 0x7B2e9353D3Bf71d9f9246B1291eE29DFB11B32C7

# - poolRef: "Arrakis Vault V1 USDC/SPOT (RAKIS-35) (Fly V2)"
# deployment: 0x392b58F407Efe1681a2EBB470600Bc2146D231a2

# - poolRef: "UNI-ETH-AMPL-V2 (Beehive V6)"
# deployment: 0xfa3A1B55f77D0cEd6706283c16296F8317c70e52
Expand Down
10 changes: 10 additions & 0 deletions frontend/src/config/app.ts
Original file line number Diff line number Diff line change
Expand Up @@ -68,6 +68,16 @@ const geyserList: AppGeysersList = {
// staked pool address: 0xc5be99A02C6857f9Eac67BbCE58DF5572498F40c
},

{
name: 'ETH Great Geyser V1 (Charm USDC/SPOT)',
address: '0x7B2e9353D3Bf71d9f9246B1291eE29DFB11B32C7',
stakingToken: StakingToken.CHARM_V1,
rewardToken: RewardToken.FORTH,
isWrapped: false,
poolAddress: 'https://alpha.charm.fi/vault/0x2dcaff0f75765d7867887fc402b71c841b3a4bfb-1',
// staked pool address: 0x898adc9aa0c23dce3fed6456c34dbe2b57784325
},

{
name: 'ETH Fly V2 (ArrakisV1 USDC/SPOT)',
address: '0x392b58F407Efe1681a2EBB470600Bc2146D231a2',
Expand Down
1 change: 1 addition & 0 deletions frontend/src/constants.ts
Original file line number Diff line number Diff line change
Expand Up @@ -56,6 +56,7 @@ export enum StakingToken {
PANGOLIN,
BALANCER_WEIGHTED_POOL_V2,
ARRAKIS_V1,
CHARM_V1
}

// Reward tokens
Expand Down
Loading

0 comments on commit 31a8f1b

Please sign in to comment.