We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 9209529 + 83eb56a commit c405ca7Copy full SHA for c405ca7
app/[locale]/staking/deposit-contract/_components/deposit-contract.tsx
@@ -140,7 +140,8 @@ const StyledFakeLink = (props: ButtonProps) => (
140
/>
141
)
142
143
-const CHUNKED_ADDRESS = DEPOSIT_CONTRACT_ADDRESS.match(/.{1,3}/g)?.join(" ")
+const CHUNKED_ADDRESS =
144
+ DEPOSIT_CONTRACT_ADDRESS.match(/(?:^0x|.{4})/g)?.join(" ")
145
146
const blockieSrc = makeBlockie(DEPOSIT_CONTRACT_ADDRESS)
147
0 commit comments