Skip to content

Commit 0cb9e72

Browse files
committed
♻️ Remove Deprecated blast Network
Signed-off-by: Pascal Marco Caversaccio <pascal.caversaccio@hotmail.ch>
1 parent 4415d2b commit 0cb9e72

File tree

2 files changed

+0
-3
lines changed

2 files changed

+0
-3
lines changed

README.md

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -44,7 +44,6 @@ This Bash [script](./safe_hashes.sh) calculates the Safe transaction hashes by r
4444
- Base (identifier: `base`, chain ID: `8453`)
4545
- Base Sepolia (identifier: `base-sepolia`, chain ID: `84532`)
4646
- Berachain (identifier: `berachain`, chain ID: `80094`)
47-
- Blast (identifier: `blast`, chain ID: `81457`)
4847
- BSC (BNB Smart Chain) (identifier: `bsc`, chain ID: `56`)
4948
- Celo (identifier: `celo`, chain ID: `42220`)
5049
- Ethereum (identifier: `ethereum`, chain ID: `1`)

safe_hashes.sh

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -172,7 +172,6 @@ declare -A -r API_URLS=(
172172
["base"]="https://safe-transaction-base.safe.global"
173173
["base-sepolia"]="https://safe-transaction-base-sepolia.safe.global"
174174
["berachain"]="https://safe-transaction-berachain.safe.global"
175-
["blast"]="https://safe-transaction-blast.safe.global"
176175
["bsc"]="https://safe-transaction-bsc.safe.global"
177176
["celo"]="https://safe-transaction-celo.safe.global"
178177
["ethereum"]="https://safe-transaction-mainnet.safe.global"
@@ -203,7 +202,6 @@ declare -A -r CHAIN_IDS=(
203202
["base"]="8453"
204203
["base-sepolia"]="84532"
205204
["berachain"]="80094"
206-
["blast"]="81457"
207205
["bsc"]="56"
208206
["celo"]="42220"
209207
["ethereum"]="1"

0 commit comments

Comments
 (0)