diff --git a/server/bundle.js b/server/bundle.js index 5e7c92f..162cb2f 100644 --- a/server/bundle.js +++ b/server/bundle.js @@ -2,21 +2,7 @@ const { ethers } = require('ethers') const _ = require('lodash') const { keccak256 } = require('ethers/lib/utils') -const BLACKLIST = [ - // OFAC banned addresses - '0x8576acc5c05d6ce88f4e49bf65bdf0c62f91353c', - '0xd882cfc20f52f2599d84b8e8d58c7fb62cfe344b', - '0x901bb9583b24d97e995513c6778dc6888ab6870e', - '0xa7e5d5a720f06526557c513402f2e6b5fa20b00', // this is an invalid address, but is what's listed in the ofac ban list - '0xa7e5d5a720f06526557c513402f2e6b5fa20b008', // the actual valid address - '0x7f367cc41522ce07553e823bf3be79a889debe1b', - // below added 20210810 - '0x1da5821544e25c636c1417ba96ade4cf6d2f9b5a', - '0x7db418b5d567a4e0e8c59ad71be1fce48f3e6107', - '0x72a5843cc08275c8171e582972aa4fda8c397b2a', - '0x7f19720a857f834887fc9a7bc0a0fbe7fc7f8102', - '0x9f4cda013e354b8fc285bf4b9a60460cee7f7ea9' -] +const BLACKLIST = [] function checkBlacklistTx(tx) { return (