Travis Richardson
Generate Access Token
button. Create your Token and record the value for later use when we set up GitHub Actions and Continuous Integration.Mini Multisig
.Mini Multisig Tests
. (Devnets -> Create Template) If you need help, here is a link.packages/hardhat/hardhat.config.ts
and add your username
and project
slug (mini-multisig
) to the config.tenderly
object.packages/hardhat/contracts/MultiSigWallet.sol
and locate line 159 where we have: transaction.numConfirmations > signaturesRequired
.transaction.numConfirmations >= signaturesRequired
(changes the > to >=)..github/workflows
.tests.yaml
.tests.yaml
file, and fill in the TENDERLY_ACCOUNT_ID
with your username, replacing the "PASTE_YOUR_USERNAME" field:New repository secret
. Make sure the Name
field is set to the following: TENDERLY_ACCESS_TOKEN.
Then for the Secret
field, supply any secret you like.