From 7ef9504363e5a83d4dafe9b530d920743b75cbaa Mon Sep 17 00:00:00 2001 From: Viki Val Date: Fri, 4 Oct 2024 15:42:55 +0200 Subject: [PATCH] :test_tube: remove rmrk, ksm is ahk now --- test/index.test.ts | 14 ++------------ 1 file changed, 2 insertions(+), 12 deletions(-) diff --git a/test/index.test.ts b/test/index.test.ts index 5247409..de048a7 100644 --- a/test/index.test.ts +++ b/test/index.test.ts @@ -5,16 +5,6 @@ import { SquidNFT } from '../src/types' describe('UNIQUERY UTILS', () => { describe('getURL', () => { - it('should return default kusama indexer', () => { - const url = getUrl('rmrk') - expect(url).eq('https://squid.subsquid.io/rubick/graphql') - }) - - it('should return subsquid kusama indexer', () => { - const url = getUrl('rmrk', 'subsquid') - expect(url).eq('https://squid.subsquid.io/rubick/graphql') - }) - it('should throw on subquery kusama indexer', () => { // eslint-disable-next-line unicorn/consistent-function-scoping const fn = () => getUrl('ksm', 'subquery') @@ -23,12 +13,12 @@ describe('UNIQUERY UTILS', () => { it('should return default kusama indexer', () => { const url = getUrl('ksm') - expect(url).eq('https://ksm.gql.api.kodadot.xyz/') + expect(url).eq('https://ahk.gql.api.kodadot.xyz/') }) it('should return default base indexer', () => { const url = getUrl('base') - expect(url).eq('https://squid.subsquid.io/basick/graphql') + expect(url).eq('https://kodadot.squids.live/basick/graphql') }) it('should return default Kusama Asset Hub indexer', () => {