File tree Expand file tree Collapse file tree 4 files changed +6
-6
lines changed Expand file tree Collapse file tree 4 files changed +6
-6
lines changed Original file line number Diff line number Diff line change 4848 run : |
4949 cd ${{ inputs.package_folder}} && yarn test
5050 env :
51- QUICKNODE_API_KEY_BLAST : ${{ secrets.QUICKNODE_API_KEY_BLAST }}
51+ TENDERLY_KEY : ${{ secrets.TENDERLY_KEY }}
5252 ALCHEMY_KEY : ${{ secrets.ALCHEMY_KEY }}
5353 CONDUIT_KEY : ${{ secrets.CONDUIT_KEY }}
5454
Original file line number Diff line number Diff line change @@ -29,7 +29,7 @@ pgn = "https://rpc.publicgoods.network"
2929pgn_sepolia = " https://sepolia.publicgoods.network"
3030zora = " https://rpc.zora.energy"
3131zora_sepolia = " https://sepolia.rpc.zora.energy"
32- blast = " https://cool-multi-moon. blast-mainnet.quiknode.pro/${QUICKNODE_API_KEY_BLAST}/ "
33- blast_sepolia = " https://cool-multi-moon .blast-sepolia.quiknode.pro/${QUICKNODE_API_KEY_BLAST} /"
32+ blast = " https://blast.gateway.tenderly.co/{TENDERLY_KEY} "
33+ blast_sepolia = " https://sepolia .blast.io /"
3434
3535# See more config options https://github.com/foundry-rs/foundry/tree/master/config
Original file line number Diff line number Diff line change 11ALCHEMY_KEY =
2- QUICKNODE_API_KEY_BLAST =
2+ TENDERLY_KEY =
33
44CONDUIT_KEY =
55
Original file line number Diff line number Diff line change @@ -39,7 +39,7 @@ zora = "https://rpc.zora.energy/${CONDUIT_KEY}"
3939zora_sepolia = " https://sepolia.rpc.zora.energy/${CONDUIT_KEY}"
4040arbitrum_one = " https://arb-mainnet.g.alchemy.com/v2/${ALCHEMY_KEY}"
4141arbitrum_sepolia = " https://arb-sepolia.g.alchemy.com/v2/${ALCHEMY_KEY}"
42- blast = " https://cool-multi-moon. blast-mainnet.quiknode.pro /${QUICKNODE_API_KEY_BLAST }/"
43- blast_sepolia = " https://cool-multi-moon .blast-sepolia.quiknode.pro/${QUICKNODE_API_KEY_BLAST}/ "
42+ blast = " https://blast.gateway.tenderly.co /${TENDERLY_KEY }/"
43+ blast_sepolia = " https://sepolia .blast.io "
4444
4545# See more config options https://github.com/foundry-rs/foundry/tree/master/config
You can’t perform that action at this time.
0 commit comments