Step 1: Go to https://claim.zknation.io/ and connect your wallet
Step 2: Right click on the page, and select "inspect"
Step 3: Choose the "network" tab and refresh the page by clicking the refresh button.
Step 4: In the filter box search "eligibility"
Step 5: Then, click one of the eligibility files and click “Response”
Step 6: Note down the value for "token amount", "merkleIndex", "merkleProof"
In this example:
token amount = 6882000000000000000000
merkleIndex = 262327
merkleProof =
"0xb667ca8f44570ac2b6543584f82879a28c27e2b9dbbaf075eb25b5228fda9763",
"0xb820639a43d842ba488c4838349261693869df3cd5c29ae3cd1cb699b8db2362",
"0x62c82221c12cfcf32b8a0b3fa09581fc982247e8df8367255746d7ddada86759",
"0x2763f88a5b81f5861054ff87dc76349794e80bc373c2d2d4202ea877df7da374",
"0x4016b8f0729ae0c6b997cf1e16da1c40babd6342a6ae83d8289762bd2717d66c",
"0x613e2a73291203d950827be8db8a0cd367e54f9fd9260f5f890eaed0a12344e9",
"0x8f1db6aaf42d637f04603146c20bd86f0818c10427172dc0c2657af731efd599",
"0x1c731cd433b31ed5d2cf61791a89977a6fecaf10d0e648aa8e558eeaedc0b911",
"0x4214e08fd0a116cd6e157881ef97e1ef7d71ab2725ac3dce73dd4ee4179b336f",
"0x31fb9dcdba38ef811893ec372db58663823d0c9c23b9ffc3cb73892299acb5b6",
"0x3f8da2826d2152586fee09433864fc8d8e5bae3e6e5bf0bd4f3d30dcea7be6e3",
"0x0b449cfe5836a02d857401d12e47343d682196e247047089ffbb51aaf209dc9d",
"0x4a8ca31d42a1d8fb970ae89882f5e75ccd35c1ccbc0d9b0e1a87383d9caefd60",
"0xb873fb8e5aa4831f73296086c02b96fcbee7c3c0ef1db2f8dda537b541930c9a",
"0x3600c3c5275e746307393f4d690a89743222119dd63f91a7b37ccfc3980c55c1",
"0x804d6e3b9406314f01163608c2630da7b7c0a3504ec8d5be4da24de3830b9220",
"0x83ac8ac3fbca79f18268d4ce0096f25bfbf12f1954fe538a075bfa793fb89957",
"0x510933c8234aea23efa7ee605057e8ff2972de23f3f3369b7017387c78ad4104",
"0x226cff90d6b82409d4714cbba720aa0c11330c8763ff07093c8cf05f5034b64e",
"0x74e8aa65670c322311dbc3a190daeba1b30b221ec0a2731cda27785942070bd9"
Step 7: Go to the contract page on zksync explorer
https://era.zksync.network/address/0x66Fd4FC8FA52c9bec2AbA368047A0b27e24ecfe4#writeContract
Step 8: Under "contract" click "write contract", expand the first one named "claim"
Step 9: Enter the merkle index in the _index field and token amount in the _amount field.
Step 10: For _mekleProof, you need to enter the values in the format [a,b,c,d,e,f,g,h].
Take the merkle values you copied earlier and remove all quotation marks (“) as well as all spaces and return characters. (an easy way to do this is to paste the values into a word document and use find and replace with the replace value empty)
Then add square brackets around the proof.
For example:
[0xb667ca8f44570ac2b6543584f82879a28c27e2b9dbbaf075eb25b5228fda9763,0xb820639a43d842ba488c4838349261693869df3cd5c29ae3cd1cb699b8db2362,0x62c82221c12cfcf32b8a0b3fa09581fc982247e8df8367255746d7ddada86759,0x2763f88a5b81f5861054ff87dc76349794e80bc373c2d2d4202ea877df7da374,0x4016b8f0729ae0c6b997cf1e16da1c40babd6342a6ae83d8289762bd2717d66c,0x613e2a73291203d950827be8db8a0cd367e54f9fd9260f5f890eaed0a12344e9,0x8f1db6aaf42d637f04603146c20bd86f0818c10427172dc0c2657af731efd599,0x1c731cd433b31ed5d2cf61791a89977a6fecaf10d0e648aa8e558eeaedc0b911,0x4214e08fd0a116cd6e157881ef97e1ef7d71ab2725ac3dce73dd4ee4179b336f,0x31fb9dcdba38ef811893ec372db58663823d0c9c23b9ffc3cb73892299acb5b6,0x3f8da2826d2152586fee09433864fc8d8e5bae3e6e5bf0bd4f3d30dcea7be6e3,0x0b449cfe5836a02d857401d12e47343d682196e247047089ffbb51aaf209dc9d,0x4a8ca31d42a1d8fb970ae89882f5e75ccd35c1ccbc0d9b0e1a87383d9caefd60,0xb873fb8e5aa4831f73296086c02b96fcbee7c3c0ef1db2f8dda537b541930c9a,0x3600c3c5275e746307393f4d690a89743222119dd63f91a7b37ccfc3980c55c1,0x804d6e3b9406314f01163608c2630da7b7c0a3504ec8d5be4da24de3830b9220,0x83ac8ac3fbca79f18268d4ce0096f25bfbf12f1954fe538a075bfa793fb89957,0x510933c8234aea23efa7ee605057e8ff2972de23f3f3369b7017387c78ad4104,0x226cff90d6b82409d4714cbba720aa0c11330c8763ff07093c8cf05f5034b64e,0x74e8aa65670c322311dbc3a190daeba1b30b221ec0a2731cda27785942070bd9]
Paste this value into the _merkleProof field
Step 11: Press Connect to Web3 and connect your zksync Era address.
Step 12: Press “Write” and sign the transaction to complete the claim.