File tree Expand file tree Collapse file tree 2 files changed +3
-3
lines changed Expand file tree Collapse file tree 2 files changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -68,8 +68,8 @@ This Bash [script](./safe_hashes.sh) calculates the Safe transaction hashes by r
6868- Sonic (identifier: ` sonic ` , chain ID: ` 146 ` )
6969- Unichain (identifier: ` unichain ` , chain ID: ` 130 ` )
7070- World Chain (identifier: ` worldchain ` , chain ID: ` 480 ` )
71- - X Layer (identifier: ` xlayer ` , chain ID: ` 196 ` )
7271- XDC Network (identifier: ` xdc ` , chain ID: ` 50 ` )
72+ - X Layer (identifier: ` xlayer ` , chain ID: ` 196 ` )
7373- ZKsync Era (identifier: ` zksync ` , chain ID: ` 324 ` )
7474
7575## Usage
Original file line number Diff line number Diff line change @@ -250,8 +250,8 @@ declare -A -r API_URLS=(
250250 [" sonic" ]=" https://safe-transaction-sonic.safe.global"
251251 [" unichain" ]=" https://safe-transaction-unichain.safe.global"
252252 [" worldchain" ]=" https://safe-transaction-worldchain.safe.global"
253- [" xlayer" ]=" https://safe-transaction-xlayer.safe.global"
254253 [" xdc" ]=" https://safe-transaction-xdc.safe.global"
254+ [" xlayer" ]=" https://safe-transaction-xlayer.safe.global"
255255 [" zksync" ]=" https://safe-transaction-zksync.safe.global"
256256)
257257
@@ -286,8 +286,8 @@ declare -A -r CHAIN_IDS=(
286286 [" sonic" ]=" 146"
287287 [" unichain" ]=" 130"
288288 [" worldchain" ]=" 480"
289- [" xlayer" ]=" 196"
290289 [" xdc" ]=" 50"
290+ [" xlayer" ]=" 196"
291291 [" zksync" ]=" 324"
292292)
293293
You can’t perform that action at this time.
0 commit comments