mirror of
https://github.com/Instadapp/trustwallet-assets.git
synced 2024-07-29 22:37:31 +00:00
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:
parent
0f1af5846c
commit
004e0184cc
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 |
|
@ -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}`);
|
||||
}
|
||||
}
|
||||
|
|
Loading…
Reference in New Issue
Block a user