-
Notifications
You must be signed in to change notification settings - Fork 13
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge pull request #114 from VenusProtocol/add-xvs-vault-event-tests
test: add integration tests for xvs vault
- Loading branch information
Showing
35 changed files
with
380 additions
and
1,644 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
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,3 +1,3 @@ | ||
import deployPoolLens from '@venusprotocol/isolated-pools/dist/deploy/004-swap-router'; | ||
import swapRouter from '@venusprotocol/isolated-pools/dist/deploy/004-swap-router'; | ||
|
||
export default deployPoolLens; | ||
export default swapRouter; |
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,3 +1,3 @@ | ||
import deployPoolLens from '@venusprotocol/isolated-pools/dist/deploy/006-deploy-pool-registry'; | ||
import deployPoolRegistry from '@venusprotocol/isolated-pools/dist/deploy/006-deploy-pool-registry'; | ||
|
||
export default deployPoolLens; | ||
export default deployPoolRegistry; |
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,3 +1,3 @@ | ||
import accessControlConfigure from '@venusprotocol/isolated-pools/dist/deploy/008-deploy-comptrollers'; | ||
import deployComptrollers from '@venusprotocol/isolated-pools/dist/deploy/008-deploy-comptrollers'; | ||
|
||
export default accessControlConfigure; | ||
export default deployComptrollers; |
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,3 +1,3 @@ | ||
import deployPoolLens from '@venusprotocol/isolated-pools/dist/deploy/009-deploy-vtokens'; | ||
import deployVTokens from '@venusprotocol/isolated-pools/dist/deploy/009-deploy-vtokens'; | ||
|
||
export default deployPoolLens; | ||
export default deployVTokens; |
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,3 +1,3 @@ | ||
import deployPoolLens from '@venusprotocol/isolated-pools/dist/deploy/010-deploy-reward-distributors'; | ||
import deployRewardDistributors from '@venusprotocol/isolated-pools/dist/deploy/010-deploy-reward-distributors'; | ||
|
||
export default deployPoolLens; | ||
export default deployRewardDistributors; |
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,3 +1,3 @@ | ||
import upgradeComptroller from '@venusprotocol/isolated-pools/dist/deploy/011-initial-liquidity'; | ||
import initialLiquidity from '@venusprotocol/isolated-pools/dist/deploy/011-initial-liquidity'; | ||
|
||
export default upgradeComptroller; | ||
export default initialLiquidity; |
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,3 +1,3 @@ | ||
import upgradeComptroller from '@venusprotocol/isolated-pools/dist/deploy/012-transfer-pools-ownership'; | ||
import transferPoolsOwnership from '@venusprotocol/isolated-pools/dist/deploy/012-transfer-pools-ownership'; | ||
|
||
export default upgradeComptroller; | ||
export default transferPoolsOwnership; |
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,3 +1,3 @@ | ||
import upgradeComptroller from '@venusprotocol/isolated-pools/dist/deploy/013-vip-based-config'; | ||
import vipBasedConfig from '@venusprotocol/isolated-pools/dist/deploy/013-vip-based-config'; | ||
|
||
export default upgradeComptroller; | ||
export default vipBasedConfig; |
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,3 +1,3 @@ | ||
import upgradeComptroller from '@venusprotocol/isolated-pools/dist/deploy/014-riskfund-protocolshare'; | ||
import riskFundProtocolShare from '@venusprotocol/isolated-pools/dist/deploy/014-riskfund-protocolshare'; | ||
|
||
export default upgradeComptroller; | ||
export default riskFundProtocolShare; |
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,3 +1,3 @@ | ||
import upgradeComptroller from '@venusprotocol/isolated-pools/dist/deploy/015-funds-config'; | ||
import fundsConfig from '@venusprotocol/isolated-pools/dist/deploy/015-funds-config'; | ||
|
||
export default upgradeComptroller; | ||
export default fundsConfig; |
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
Oops, something went wrong.