You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository has been archived by the owner on Sep 27, 2022. It is now read-only.
Deploy these files in the migrations/2_deploy.js file if the network is a test network
Write a setup file/function in test/helpers/ that helps set these as the contracts that are used by the protocol. We can use this at the start of most tests
The text was updated successfully, but these errors were encountered:
contracts/test/v1/
set up test contracts for theFunder
,Oracle
,Trader
, andVault
.src/lib/modules/
set up aTesting.ts
file that helps us set the values for these contracts. You can use https://github.com/dydxprotocol/solo/blob/master/src/modules/testing/Testing.ts for inspirationsrc/Perpetual.ts
migrations/2_deploy.js
file if the network is a test networktest/helpers/
that helps set these as the contracts that are used by the protocol. We can use this at the start of most testsThe text was updated successfully, but these errors were encountered: