Skip to content

Commit

Permalink
Merge pull request #37 from CristianNitu/main
Browse files Browse the repository at this point in the history
Add new World of Dypians Contracts
  • Loading branch information
bennettyong authored Aug 19, 2024
2 parents 141699c + 4aaeae2 commit 8fea967
Show file tree
Hide file tree
Showing 2 changed files with 29 additions and 1 deletion.
14 changes: 14 additions & 0 deletions adapters/projects/gaming/whitelist.go
Original file line number Diff line number Diff line change
Expand Up @@ -70,6 +70,20 @@ var (
common.HexToAddress("0xCb2Eb4ba62346751F36bA652010b553759141AEE"),
common.HexToAddress("0xaf33f679be47733bd3abb5b0b977b6ba3ed8d01e"),
common.HexToAddress("0x620655Ee8320bA51cf4cc06bf6a7C14022271764"),
common.HexToAddress("0xc24728996C974788027871C4b1902d9ac70dBCDd"),
common.HexToAddress("0xf394504D9B224923C2b569B719EE99640fd585dA"),
common.HexToAddress("0x02E857a5F93F531aAC2bAD56113B81155DbcF236"),
common.HexToAddress("0x810C42A71358dc1e0Ecc32815DadD90c586AfD1c"),
common.HexToAddress("0xdb2E1287AAC9974AB28a66fABF9bCB34C5f37712"),
common.HexToAddress("0xE026FB242D9523dc8E8d8833F7309dbdbED59d3d"),
common.HexToAddress("0x94d266D7f7F0548282439c0c62962B048ad86d1a"),
common.HexToAddress("0x2b7DcAeAe477B3Bb4b8a3a043611fE06804F6f9F"),
common.HexToAddress("0x67C620BbA764b2a45DF5369E7A03d6bD7A210D47"),
common.HexToAddress("0xd1aFA3A14572cBb11d9aAb0E6D9b3F7780689fd0"),
common.HexToAddress("0x842856460c527d37D4B5fbBDc3a0a2c20DAF3281"),
common.HexToAddress("0x5baDC9630a34aC5Af3BBa448A23C681dAEDA679B"),
common.HexToAddress("0x565571650491C471F31eEfF60e382D3022ccB717"),
common.HexToAddress("0xeE80b4711c316D66bE0A0865838a8A45e71618E7"),
},
}
)
Expand Down
16 changes: 15 additions & 1 deletion whitelist/whitelist.go
Original file line number Diff line number Diff line change
Expand Up @@ -409,7 +409,21 @@ var (
"contracts": [
"0xaf33f679be47733bD3aBb5b0b977B6ba3eD8d01E",
"0x620655Ee8320bA51cf4cc06bf6a7C14022271764",
"0xCb2Eb4ba62346751F36bA652010b553759141AEE"
"0xCb2Eb4ba62346751F36bA652010b553759141AEE",
"0xc24728996C974788027871C4b1902d9ac70dBCDd",
"0xf394504D9B224923C2b569B719EE99640fd585dA",
"0x02E857a5F93F531aAC2bAD56113B81155DbcF236",
"0x810C42A71358dc1e0Ecc32815DadD90c586AfD1c",
"0xdb2E1287AAC9974AB28a66fABF9bCB34C5f37712",
"0xE026FB242D9523dc8E8d8833F7309dbdbED59d3d",
"0x94d266D7f7F0548282439c0c62962B048ad86d1a",
"0x2b7DcAeAe477B3Bb4b8a3a043611fE06804F6f9F",
"0x67C620BbA764b2a45DF5369E7A03d6bD7A210D47",
"0xd1aFA3A14572cBb11d9aAb0E6D9b3F7780689fd0",
"0x842856460c527d37D4B5fbBDc3a0a2c20DAF3281",
"0x5baDC9630a34aC5Af3BBa448A23C681dAEDA679B",
"0x565571650491C471F31eEfF60e382D3022ccB717",
"0xeE80b4711c316D66bE0A0865838a8A45e71618E7"
]
}
]`
Expand Down

0 comments on commit 8fea967

Please sign in to comment.