File tree Expand file tree Collapse file tree 2 files changed +0
-3
lines changed Expand file tree Collapse file tree 2 files changed +0
-3
lines changed Original file line number Diff line number Diff 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 ` )
Original file line number Diff line number Diff 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"
You can’t perform that action at this time.
0 commit comments