mirror of
https://github.com/pezkuwichain/pwap.git
synced 2026-04-22 02:07:55 +00:00
Rebrand: polkadot → pezkuwi build fixes
- Fixed TypeScript type assertion issues - Updated imports from api-augment/substrate to api-augment/bizinikiwi - Fixed imgConvert.mjs header and imports - Added @ts-expect-error for runtime-converted types - Fixed all @polkadot copyright headers to @pezkuwi
This commit is contained in:
@@ -9,7 +9,7 @@
|
||||
* node scripts/create_collection_42.js [ws://127.0.0.1:9944]
|
||||
*/
|
||||
|
||||
const { ApiPromise, WsProvider, Keyring } = require('@polkadot/api');
|
||||
const { ApiPromise, WsProvider, Keyring } = require('@pezkuwi/api');
|
||||
|
||||
async function createCollection42() {
|
||||
// Get WebSocket endpoint from args or use default
|
||||
|
||||
@@ -1,6 +1,6 @@
|
||||
#!/usr/bin/env node
|
||||
|
||||
const { ApiPromise, WsProvider, Keyring } = require('@polkadot/api');
|
||||
const { ApiPromise, WsProvider, Keyring } = require('@pezkuwi/api');
|
||||
const fs = require('fs');
|
||||
|
||||
async function main() {
|
||||
|
||||
Reference in New Issue
Block a user