Skip to content

Commit

Permalink
Rm BNB
Browse files Browse the repository at this point in the history
  • Loading branch information
Sahilgat committed Oct 23, 2023
1 parent 386a880 commit 63b721d
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

0 comments on commit 63b721d

Please sign in to comment.