diff --git a/blockchains/bitcoingold/info/logo.png b/blockchains/bitcoingold/info/logo.png new file mode 100644 index 000000000..031daca40 Binary files /dev/null and b/blockchains/bitcoingold/info/logo.png differ diff --git a/src/test/index.test.ts b/src/test/index.test.ts index ca17f665e..0da13ba4c 100644 --- a/src/test/index.test.ts +++ b/src/test/index.test.ts @@ -49,7 +49,7 @@ describe(`Test "blockchains" folder`, () => { const foundChains = readDirSync(chainsFolderPath) test("Check number of existing chains", () => { - const supportedChains = 64 + const supportedChains = 65 expect(supportedChains).toBe(foundChains.length) })