Skip to content

Commit

Permalink
fix: sso config address format (#261)
Browse files Browse the repository at this point in the history
  • Loading branch information
JackHamer09 authored Nov 20, 2024
1 parent 1a25aa5 commit 75fc958
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions content/00.build/30.zksync-sso/5.getting-started.md
Original file line number Diff line number Diff line change
Expand Up @@ -79,7 +79,7 @@ Just 2 steps:
{
index: 0,
condition: "Equal",
refValue: "0x6cC8cf7f6b488C58AA909B77E6e65c631c204784",
refValue: pad("0x6cC8cf7f6b488C58AA909B77E6e65c631c204784", { size: 32 }),
},
// Transfer up to 0.2 tokens
Expand Down Expand Up @@ -147,7 +147,7 @@ Just 2 steps:
{
index: 0,
condition: "Equal",
refValue: "0x6cC8cf7f6b488C58AA909B77E6e65c631c204784",
refValue: pad("0x6cC8cf7f6b488C58AA909B77E6e65c631c204784", { size: 32 }),
},
// Transfer up to 0.2 tokens
Expand Down

0 comments on commit 75fc958

Please sign in to comment.