Skip to content

Commit 30fe1ae

Browse files
authored
Update blast to use tenderly (ourzora#502)
1 parent f21af4c commit 30fe1ae

File tree

4 files changed

+6
-6
lines changed

4 files changed

+6
-6
lines changed

.github/workflows/test.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -48,7 +48,7 @@ jobs:
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

packages/1155-contracts/foundry.toml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,7 @@ pgn = "https://rpc.publicgoods.network"
2929
pgn_sepolia = "https://sepolia.publicgoods.network"
3030
zora = "https://rpc.zora.energy"
3131
zora_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

packages/1155-deployments/.env.example

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
ALCHEMY_KEY=
2-
QUICKNODE_API_KEY_BLAST=
2+
TENDERLY_KEY=
33

44
CONDUIT_KEY=
55

packages/1155-deployments/foundry.toml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -39,7 +39,7 @@ zora = "https://rpc.zora.energy/${CONDUIT_KEY}"
3939
zora_sepolia = "https://sepolia.rpc.zora.energy/${CONDUIT_KEY}"
4040
arbitrum_one = "https://arb-mainnet.g.alchemy.com/v2/${ALCHEMY_KEY}"
4141
arbitrum_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

0 commit comments

Comments
 (0)