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
blockchains/ethereum/assets
0x27DC43004F0FE65030be5ef809E843e72035c0F1
0x78002d01A35E1098E1DC8f50b8182EE08b632f9F
0xD7C81C98B9E78EAEa4f146Fe24974b7E9866B2B5
0xa59cA48E4799CD1f8e9d251769Bf226F4CAA48eD
0xca9d97c6C7D5a0cE89371880037cc23866e2264d
script/action
Binary file not shown.
After ![]() (image error) Size: 38 KiB |
Binary file not shown.
After ![]() (image error) Size: 18 KiB |
Binary file not shown.
After ![]() (image error) Size: 64 KiB |
Binary file not shown.
After ![]() (image error) Size: 85 KiB |
Binary file not shown.
After ![]() (image error) 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