simple-nfterc721
Version:
Simple ERC721 NFT with Merkle Proof for WhiteList, using Hardhat and Foundry
47 lines (46 loc) • 2.31 kB
JavaScript
module.exports = {
WhiteList: [
'0x0000000000000000000000000000000000000001',
'0x0000000000000000000000000000000000000002',
'0x0000000000000000000000000000000000000003',
'0x0000000000000000000000000000000000000004',
'0x0000000000000000000000000000000000000005',
'0x0000000000000000000000000000000000000006',
'0x0000000000000000000000000000000000000007',
'0x0000000000000000000000000000000000000008',
'0x0000000000000000000000000000000000000009',
'0x0000000000000000000000000000000000000010',
'0x0000000000000000000000000000000000000011',
'0x0000000000000000000000000000000000000012',
'0x0000000000000000000000000000000000000013',
'0x0000000000000000000000000000000000000014',
'0x0000000000000000000000000000000000000015',
'0x0000000000000000000000000000000000000016',
'0x0000000000000000000000000000000000000017',
'0x0000000000000000000000000000000000000018',
'0x0000000000000000000000000000000000000019',
'0x0000000000000000000000000000000000000020',
'0x0000000000000000000000000000000000000021',
'0x0000000000000000000000000000000000000022',
'0x0000000000000000000000000000000000000023',
'0x0000000000000000000000000000000000000024',
'0x0000000000000000000000000000000000000025',
'0x0000000000000000000000000000000000000026',
'0x0000000000000000000000000000000000000027',
'0x0000000000000000000000000000000000000028',
'0x0000000000000000000000000000000000000029',
'0x0000000000000000000000000000000000000030',
'0x0000000000000000000000000000000000000031',
'0x0000000000000000000000000000000000000032',
'0x0000000000000000000000000000000000000033',
'0x0000000000000000000000000000000000000034',
'0x0000000000000000000000000000000000000035',
'0x0000000000000000000000000000000000000036',
'0x0000000000000000000000000000000000000037',
'0x0000000000000000000000000000000000000038',
'0x0000000000000000000000000000000000000039',
'0x0000000000000000000000000000000000000040',
'0x0000000000000000000000000000000000000041',
'0x0000000000000000000000000000000000000042'
]
};