From 55d9a9bd6fd415febe1904593a959dbd2451a0b4 Mon Sep 17 00:00:00 2001 From: oddaf <106770775+oddaf@users.noreply.github.com> Date: Wed, 26 Jun 2024 20:09:24 -0300 Subject: [PATCH] Add Tenderly Env vars to spell crafter checklist --- spell/spell-crafter-mainnet-workflow.md | 3 +++ 1 file changed, 3 insertions(+) diff --git a/spell/spell-crafter-mainnet-workflow.md b/spell/spell-crafter-mainnet-workflow.md index 88494c9a..2a40ab82 100644 --- a/spell/spell-crafter-mainnet-workflow.md +++ b/spell/spell-crafter-mainnet-workflow.md @@ -189,6 +189,9 @@ Repo: https://github.com/makerdao/spells-mainnet * [ ] Ensure local tests PASS against deployed spell run via the deploy script * [ ] Push auto-generated `add deployed spell info` commit * Cast spell on a newly created Tenderly Testnet + * [ ] `export TENDERLY_USER=''` (e.g.: dewiz-xyz) + * [ ] `export TENDERLY_PROJECT='makerdao'` + * [ ] `export TENDERLY_ACCESS_KEY=''` (from the **account level**, not from the organization level) * [ ] Create testnet and cast deployed spell there using `make cast-on-tenderly spell=0x...` command * [ ] Check that returned `public explorer url` is publicly accessible (e.g. using incognito browser mode) * [ ] IF `cast-on-tenderly` command is executed several times for the same spell, delete all testnets of the same name except the last one