Please Add on Trust Wallet ASAP ()

* 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
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

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}`);
}
}