Skip to content

Commit

Permalink
Rm BNB (#722)
Browse files Browse the repository at this point in the history
  • Loading branch information
Sahilgat authored Oct 23, 2023
1 parent 386a880 commit fb48eaf
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion shared/src/constants/constants.ts
Original file line number Diff line number Diff line change
Expand Up @@ -118,7 +118,6 @@ export type VaultVersion = typeof VaultVersionList[number];
export type VaultVersionExcludeV1 = Exclude<VaultVersion, "v1">;

export const EVMVaultList = [
"rBNB-THETA",
"rEARN-stETH",
"rEARN",
"rsAVAX-THETA",
Expand All @@ -129,6 +128,7 @@ export const EVMVaultList = [
"rBTC-THETA",
"rAVAX-THETA",
"rAAVE-THETA",
"rBNB-THETA",
"rUSDC-AVAX-P-THETA",
"rUNI-THETA",
"rAPE-THETA",
Expand Down Expand Up @@ -1486,6 +1486,7 @@ const DISABLED_VAULTS: VaultOptions[] = [
"rUSDC-AVAX-P-THETA",
"rUNI-THETA",
"rSOL-THETA",
"rBNB-THETA",
];

export const isDisabledVault = (vaultOption: VaultOptions) => {
Expand Down

5 comments on commit fb48eaf

@vercel
Copy link

@vercel vercel bot commented on fb48eaf Oct 23, 2023

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Successfully deployed to the following URLs:

ribbon-lend – ./lend

ribbon-lend-git-master-ribbon-finance.vercel.app
ribbon-lend-ribbon-finance.vercel.app
lend.ribbon.finance

@vercel
Copy link

@vercel vercel bot commented on fb48eaf Oct 23, 2023

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Successfully deployed to the following URLs:

ribbon-governance – ./governance

ribbon-governance-git-master-ribbon-finance.vercel.app
ribbon-governance-ribbon-finance.vercel.app
vote.ribbon.finance

@vercel
Copy link

@vercel vercel bot commented on fb48eaf Oct 23, 2023

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Successfully deployed to the following URLs:

ribbon-frontend – ./webapp

app.ribbon.finance
ribbon-frontend-ribbon-finance.vercel.app
ribbon-frontend-git-master-ribbon-finance.vercel.app

@vercel
Copy link

@vercel vercel bot commented on fb48eaf Oct 23, 2023

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

@vercel
Copy link

@vercel vercel bot commented on fb48eaf Oct 23, 2023

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Please sign in to comment.