mirror of
https://github.com/Instadapp/trustwallet-assets.git
synced 2024-07-29 22:37:31 +00:00
Add DOT/KSM/CKB logos (#653)
* Add DOT/KSM/CKB logos * remove number check
This commit is contained in:
parent
f51461e7ac
commit
771a213a46
BIN
blockchains/kusama/info/logo.png
Normal file
BIN
blockchains/kusama/info/logo.png
Normal file
Binary file not shown.
After Width: | Height: | Size: 2.2 KiB |
BIN
blockchains/nervos/info/logo.png
Normal file
BIN
blockchains/nervos/info/logo.png
Normal file
Binary file not shown.
After Width: | Height: | Size: 3.1 KiB |
BIN
blockchains/polkadot/info/logo.png
Normal file
BIN
blockchains/polkadot/info/logo.png
Normal file
Binary file not shown.
After Width: | Height: | Size: 5.1 KiB |
|
@ -49,11 +49,6 @@ describe("Check repository root dir", () => {
|
|||
describe(`Test "blockchains" folder`, () => {
|
||||
const foundChains = readDirSync(chainsFolderPath)
|
||||
|
||||
test("Check number of existing chains", () => {
|
||||
const supportedChains = 65
|
||||
expect(supportedChains).toBe(foundChains.length)
|
||||
})
|
||||
|
||||
test(`Chain should have "logo.png" image`, () => {
|
||||
foundChains.forEach(chain => {
|
||||
const chainLogoPath = getChainLogoPath(chain)
|
||||
|
|
Loading…
Reference in New Issue
Block a user