mirror of
https://github.com/kremalicious/metamask-extension.git
synced 2024-12-23 09:52:26 +01:00
blacklist - recipient blacklist as js for inline comments
This commit is contained in:
parent
753743e746
commit
83c02f90cf
@ -1,4 +1,4 @@
|
|||||||
const Config = require('./recipient-blacklist-config.json')
|
const Config = require('./recipient-blacklist.js')
|
||||||
|
|
||||||
/** @module*/
|
/** @module*/
|
||||||
module.exports = {
|
module.exports = {
|
||||||
|
@ -1,4 +1,4 @@
|
|||||||
{
|
module.exports = {
|
||||||
"blacklist": [
|
"blacklist": [
|
||||||
// IDEX phisher
|
// IDEX phisher
|
||||||
"0x9bcb0A9d99d815Bb87ee3191b1399b1Bcc46dc77",
|
"0x9bcb0A9d99d815Bb87ee3191b1399b1Bcc46dc77",
|
Loading…
x
Reference in New Issue
Block a user