Skip to content

Commit a98b82e

Browse files
committed
✨ Add Support for Bepolia
Signed-off-by: Pascal Marco Caversaccio <pascal.caversaccio@hotmail.ch>
1 parent 1751954 commit a98b82e

File tree

2 files changed

+3
-0
lines changed

2 files changed

+3
-0
lines changed

README.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -53,6 +53,7 @@ This Bash [script](./safe_hashes.sh) calculates the Safe transaction hashes by r
5353
- Avalanche (identifier: `avalanche`, chain ID: `43114`)
5454
- Base (identifier: `base`, chain ID: `8453`)
5555
- Base Sepolia (identifier: `base-sepolia`, chain ID: `84532`)
56+
- Bepolia (identifier: `bepolia`, chain ID: `80069`)
5657
- Berachain (identifier: `berachain`, chain ID: `80094`)
5758
- Botanix (identifier: `botanix`, chain ID: `3637`)
5859
- BSC (BNB Smart Chain) (identifier: `bsc`, chain ID: `56`)

safe_hashes.sh

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -247,6 +247,7 @@ declare -A -r API_URLS=(
247247
["avalanche"]="${BASE_URL}/avax"
248248
["base"]="${BASE_URL}/base"
249249
["base-sepolia"]="${BASE_URL}/basesep"
250+
["bepolia"]="${BASE_URL}/bep"
250251
["berachain"]="${BASE_URL}/berachain"
251252
["botanix"]="${BASE_URL}/btc"
252253
["bsc"]="${BASE_URL}/bnb"
@@ -286,6 +287,7 @@ declare -A -r CHAIN_IDS=(
286287
["avalanche"]="43114"
287288
["base"]="8453"
288289
["base-sepolia"]="84532"
290+
["bepolia"]="80069"
289291
["berachain"]="80094"
290292
["botanix"]="3637"
291293
["bsc"]="56"

0 commit comments

Comments
 (0)