Please Add on Trust Wallet ASAP (#3421)

* Add files via upload

* Image resize

* Image resize

* Image resize

* Allowlist update minor improvement

Co-authored-by: Catenocrypt <catenocrypt@users.noreply.github.com>
This commit is contained in:
SaAtHi1 2020-08-18 12:41:18 +05:30 committed by GitHub
parent 0f1af5846c
commit 004e0184cc
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
6 changed files with 2 additions and 0 deletions

Binary file not shown.

After

Width:  |  Height:  |  Size: 38 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 18 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 64 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 85 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 92 KiB

View File

@ -77,6 +77,8 @@ async function checkUpdateAllowDenyList(chain: string, checkOnly: boolean ): Pro
// update
writeFileSync(allowlistPath, newAllowText);
writeFileSync(denylistPath, newDenyText);
writeFileSync(allowlistPath.replace("allow", "white"), newAllowText); // interim
writeFileSync(denylistPath.replace("deny", "black"), newDenyText); // interim
console.log(`Updated allow and denylists for chain ${chain}`);
}
}