Skip to content

Commit

Permalink
♻️ Fix X Layer Chain ID
Browse files Browse the repository at this point in the history
Signed-off-by: Pascal Marco Caversaccio <[email protected]>
  • Loading branch information
pcaversaccio committed Feb 26, 2025
1 parent 11ab72b commit 3a6f434
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -44,7 +44,7 @@ This Bash [script](./safe_hashes.sh) calculates the Safe transaction hashes by r
- Scroll (identifier: `scroll`, chain ID: `534352`)
- Sepolia (identifier: `sepolia`, chain ID: `11155111`)
- World Chain (identifier: `worldchain`, chain ID: `480`)
- X Layer (identifier: `xlayer`, chain ID: `195`)
- X Layer (identifier: `xlayer`, chain ID: `196`)
- ZKsync Era (identifier: `zksync`, chain ID: `324`)

## Usage
Expand Down
2 changes: 1 addition & 1 deletion safe_hashes.sh
Original file line number Diff line number Diff line change
Expand Up @@ -191,7 +191,7 @@ declare -A -r CHAIN_IDS=(
["scroll"]="534352"
["sepolia"]="11155111"
["worldchain"]="480"
["xlayer"]="195"
["xlayer"]="196"
["zksync"]="324"
)

Expand Down

0 comments on commit 3a6f434

Please sign in to comment.