-
Notifications
You must be signed in to change notification settings - Fork 11
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Showing
2 changed files
with
42 additions
and
26 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,21 +1,19 @@ | ||
// Use yarn prepare commands to generate config typescript file per env | ||
|
||
export const poolRegistryAddress = '{{ poolRegistryAddress }}'; | ||
// @ts-ignore When the template is created this will fallback to a null string | ||
export const vBifiAddress = '{{ vBifiAddress }}' || '0x0000000000000000000000000000000000000000' | ||
// @ts-ignore When the template is created this will fallback to a null string | ||
export const vLisUsdAddress = '{{ vLisUsdAddress }}' || '0x0000000000000000000000000000000000000000' | ||
// @ts-ignore When the template is created this will fallback to a null string | ||
export const vagEURAddress = '{{ vagEURAddress }}' || '0x0000000000000000000000000000000000000000' | ||
// @ts-ignore When the template is created this will fallback to a null string | ||
export const vankrBNBLiquidStakedBNBAddress = '{{ vankrBNBLiquidStakedBNBAddress }}' || '0x0000000000000000000000000000000000000000' | ||
// @ts-ignore When the template is created this will fallback to a null string | ||
export const vankrBNBDeFiAddress = '{{ vankrBNBDeFiAddress }}' || '0x0000000000000000000000000000000000000000' | ||
// @ts-ignore When the template is created this will fallback to a null string | ||
export const vSnBNBAddress = '{{ vSnBNBAddress }}' || '0x0000000000000000000000000000000000000000' | ||
// @ts-ignore When the template is created this will fallback to a null string | ||
export const vWETHLiquidStakedETHAddress = '{{ vWETHLiquidStakedETHAddress }}' || '0x0000000000000000000000000000000000000000' | ||
// @ts-ignore When the template is created this will fallback to a null string | ||
export const vWETHCoreAddress = '{{ vWETHCoreAddress }}' || '0x0000000000000000000000000000000000000000' | ||
|
||
export const vBifiAddress = '{{ vBifiAddress }}' | ||
|
||
export const vLisUsdAddress = '{{ vLisUsdAddress }}' | ||
|
||
export const vagEURAddress = '{{ vagEURAddress }}' | ||
|
||
export const vankrBNBLiquidStakedBNBAddress = '{{ vankrBNBLiquidStakedBNBAddress }}' | ||
|
||
export const vankrBNBDeFiAddress = '{{ vankrBNBDeFiAddress }}' | ||
|
||
export const vSnBNBAddress = '{{ vSnBNBAddress }}' | ||
|
||
export const vWETHLiquidStakedETHAddress = '{{ vWETHLiquidStakedETHAddress }}' | ||
|
||
export const vWETHCoreAddress = '{{ vWETHCoreAddress }}' |