Skip to content

Commit

Permalink
Merge branch 'main' into xc-setup
Browse files Browse the repository at this point in the history
  • Loading branch information
Szegoo authored Mar 6, 2024
2 parents aaa6669 + e7beefa commit b24d4ee
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions src/contracts/uniques.ts
Original file line number Diff line number Diff line change
Expand Up @@ -24,6 +24,7 @@ export async function createRegionCollection(contractsApi: ApiPromise): Promise<
return new Promise(callTx);
}


Check failure on line 27 in src/contracts/uniques.ts

View workflow job for this annotation

GitHub Actions / build-and-test

Delete `⏎`
export async function registerXcRegionAsset(contractsApi: ApiPromise): Promise<void> {
log(`Registering xc-region asset`);

Expand All @@ -42,6 +43,7 @@ export async function registerXcRegionAsset(contractsApi: ApiPromise): Promise<v
return force(contractsApi, registerCall);
}

Check failure on line 44 in src/contracts/uniques.ts

View workflow job for this annotation

GitHub Actions / build-and-test

Delete `⏎`


export async function mintRegion(contractsApi: ApiPromise, region: Region): Promise<void> {
log(`Minting a region`);

Expand Down

0 comments on commit b24d4ee

Please sign in to comment.