Skip to content

Commit

Permalink
change folder name
Browse files Browse the repository at this point in the history
  • Loading branch information
marshacb committed Nov 14, 2023
1 parent c8e6dfc commit 85e0f2e
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
File renamed without changes.
4 changes: 2 additions & 2 deletions src/createRegistry.ts
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ import {
import type { EndpointOption } from '@polkadot/apps-config/endpoints/types';
import fetch from 'node-fetch';

import FinalRegistry from '../assetTransferAPI/registry.json';
import FinalRegistry from '../docs/registry.json';
import type {
AssetsInfo,
ChainInfoKeys,
Expand Down Expand Up @@ -519,7 +519,7 @@ const main = async () => {
// fetch xcAssets and add them to the registry
await fetchXcAssetsRegistryInfo(registry);

const path = __dirname + '/../assetTransferAPI/registry.json';
const path = __dirname + '/../docs/registry.json';
writeJson(path, registry);
};

Expand Down

0 comments on commit 85e0f2e

Please sign in to comment.