Skip to content

Commit

Permalink
Merge pull request #30 from Erebos0506/main
Browse files Browse the repository at this point in the history
Update package.json
  • Loading branch information
bobo-k2 committed Oct 10, 2023
2 parents 7586cf1 + ec3951c commit 84278ad
Show file tree
Hide file tree
Showing 3 changed files with 11 additions and 13 deletions.
3 changes: 1 addition & 2 deletions scripts/create_metadata.ts
Original file line number Diff line number Diff line change
Expand Up @@ -2,8 +2,7 @@ import { SubmittableExtrinsic } from '@polkadot/api/types';
import { ISubmittableResult } from '@polkadot/types/types';
import fs from 'fs';
import path from 'path';
import { CollectionConfiguration, Metadata } from 'base';
import { loadConfiguration } from './build_common';
import { loadConfiguration, CollectionConfiguration, Metadata } from './build_common';
import { buildCatalog, IBasePart } from './build_catalog';

export const createMetadata = async (basePath: string): Promise<void> => {
Expand Down
3 changes: 1 addition & 2 deletions scripts/deploy_collection.ts
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,6 @@ import { ISubmittableResult } from '@polkadot/types/types';
import { cryptoWaitReady } from '@polkadot/util-crypto';
import fs from 'fs';
import path from 'path';
import { CollectionConfiguration, Metadata } from 'base';
import { deployProxyContract, deployRmrkContract } from './deploy_contracts';
import {
executeCalls,
Expand All @@ -39,7 +38,7 @@ import {
getSigner,
ALICE_URI,
} from './common_api';
import { loadConfiguration } from './build_common';
import { loadConfiguration, CollectionConfiguration, Metadata } from './build_common';
import { buildCatalog, IBasePart } from './build_catalog';

/**
Expand Down
18 changes: 9 additions & 9 deletions scripts/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -12,15 +12,15 @@
"author": "",
"license": "ISC",
"dependencies": {
"@727-ventures/typechain-polkadot": "^0.6.10",
"@727-ventures/typechain-types": "^0.0.22",
"@polkadot/api": "^9.14.2",
"@polkadot/api-contract": "^9.14.2",
"@types/bn.js": "^5.1.0",
"@types/node": "^18.13.0",
"axios": "^1.3.3",
"is-ipfs": "^6.0.0",
"typescript": "^4.9.5"
"@727-ventures/typechain-polkadot": "^1.1.1",
"@727-ventures/typechain-types": "^1.1.2",
"@polkadot/api": "^10.9.1",
"@polkadot/api-contract": "^10.9.1",
"@types/bn.js": "^5.1.2",
"@types/node": "^20.8.2",
"axios": "^1.5.1",
"is-ipfs": "^8.0.1",
"typescript": "^5.2.2"
},
"devDependencies": {
"ts-node": "^10.9.1"
Expand Down

0 comments on commit 84278ad

Please sign in to comment.