Skip to content

Commit

Permalink
Merge pull request #23 from defilytica/feature/incentive-calculator
Browse files Browse the repository at this point in the history
MVP: Aura Incentive Calculator
  • Loading branch information
Xeonus authored Feb 20, 2024
2 parents 77ef587 + bd20d60 commit 9c1baeb
Show file tree
Hide file tree
Showing 66 changed files with 13,881 additions and 997 deletions.
1 change: 1 addition & 0 deletions .github/workflows/firebase-hosting-merge.yml
Original file line number Diff line number Diff line change
Expand Up @@ -35,6 +35,7 @@ jobs:
REACT_APP_INFURA_KEY: '${{ secrets.REACT_APP_INFURA_KEY }}'
REACT_APP_ALCHEMY_KEY: '${{ secrets.REACT_APP_ALCHEMY_KEY }}'
REACT_APP_ALCHEMY_URL: '${{ secrets.REACT_APP_ALCHEMY_URL }}'
REACT_APP_CG_KEY: '${{ secrets.REACT_APP_CG_KEY }}'
strategy:
matrix:
node-version: [ 16.x ]
Expand Down
1 change: 1 addition & 0 deletions .github/workflows/firebase-hosting-pull-request.yml
Original file line number Diff line number Diff line change
Expand Up @@ -33,6 +33,7 @@ jobs:
REACT_APP_INFURA_KEY: '${{ secrets.REACT_APP_INFURA_KEY }}'
REACT_APP_ALCHEMY_KEY: '${{ secrets.REACT_APP_ALCHEMY_KEY }}'
REACT_APP_ALCHEMY_URL: '${{ secrets.REACT_APP_ALCHEMY_URL }}'
REACT_APP_CG_KEY: '${{ secrets.REACT_APP_CG_KEY }}'
strategy:
matrix:
node-version: [ 16.x ]
Expand Down
1 change: 1 addition & 0 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -4,3 +4,4 @@ node_modules
.firebase
build
.env
*.DS_Store
Binary file added src/.DS_Store
Binary file not shown.
21 changes: 13 additions & 8 deletions src/apollo/generated/fragmentMetadata.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,41 +2,46 @@
"possibleTypes": {
"GqlPoolAprValue": ["GqlPoolAprRange", "GqlPoolAprTotal"],
"GqlPoolBase": [
"GqlPoolComposableStable",
"GqlPoolElement",
"GqlPoolFx",
"GqlPoolGyro",
"GqlPoolLinear",
"GqlPoolLiquidityBootstrapping",
"GqlPoolMetaStable",
"GqlPoolPhantomStable",
"GqlPoolStable",
"GqlPoolWeighted"
],
"GqlPoolFeaturedPoolGroupItem": [
"GqlFeaturePoolGroupItemExternalLink",
"GqlPoolMinimal"
],
"GqlPoolNestedUnion": ["GqlPoolLinearNested", "GqlPoolPhantomStableNested"],
"GqlPoolNestedUnion": [
"GqlPoolComposableStableNested",
"GqlPoolLinearNested"
],
"GqlPoolTokenBase": [
"GqlPoolToken",
"GqlPoolTokenLinear",
"GqlPoolTokenPhantomStable"
"GqlPoolTokenComposableStable",
"GqlPoolTokenLinear"
],
"GqlPoolTokenPhantomStableNestedUnion": [
"GqlPoolTokenComposableStableNestedUnion": [
"GqlPoolToken",
"GqlPoolTokenLinear"
],
"GqlPoolTokenUnion": [
"GqlPoolToken",
"GqlPoolTokenLinear",
"GqlPoolTokenPhantomStable"
"GqlPoolTokenComposableStable",
"GqlPoolTokenLinear"
],
"GqlPoolUnion": [
"GqlPoolComposableStable",
"GqlPoolElement",
"GqlPoolFx",
"GqlPoolGyro",
"GqlPoolLinear",
"GqlPoolLiquidityBootstrapping",
"GqlPoolMetaStable",
"GqlPoolPhantomStable",
"GqlPoolStable",
"GqlPoolWeighted"
],
Expand Down
Loading

0 comments on commit 9c1baeb

Please sign in to comment.