Closed dahof1 closed 2 months ago
Thank you for reporting this @dahof1, we will look into it. In the meantime you can use tenderly forks to to play around with the current setup we have.
Hi @MilGard91 thanks for the tip. Sorry for asking again. but do you have more details how to use the tenderly fork?
@dahof1 sorry for late reply. On tenderly when you create an account, you will have a tab Virtual TestNets, there you can create a new virtual testnet from mainnet. It will have the state of the chain on the latest block then you can use it's RPC URL for the provider and play around with the contracts and methods on them.
For more info you can check their documentation.
I wanted to play around with the nexus mutual codebase, but it seems the
deploy.js
script is outdated.Here a some things i recognized so far:
const products = require('../v2-migration/output/migratableProducts.json')
which is not in the repoDisposableGateway
is deprecated and not in the latest version anymoreProductsV1
is not in the latest version anymoreCoverMigrator
usesProductsV1
and is therefore not workingSwapOperator
is passing outdated constructor arguments (in script 7, contract needs 10)I tried the latest commit from
release-candidate
branch and runnpm run deploy-local
(after npm i, and npm test).It would be awesome if you can have a look or maybe point me to the right direction. Thanks!