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