git.delta.rocks / unique-network / refs/commits / 2c2e9d0721a6

difftreelog

chore fix eslint

Grigoriy Simonov2022-11-15parent: #0f00097.patch.diff
in: master

2 files changed

modifiedtests/src/eth/nonFungible.test.tsdiffbeforeafterboth
--- a/tests/src/eth/nonFungible.test.ts
+++ b/tests/src/eth/nonFungible.test.ts
@@ -102,7 +102,7 @@
 
     if (propertyKey && propertyValue) {
       // Set URL or suffix
-      await contract.methods.setProperties(tokenId, [{ key: propertyKey, value: Buffer.from(propertyValue)}]).send();
+      await contract.methods.setProperties(tokenId, [{key: propertyKey, value: Buffer.from(propertyValue)}]).send();
     }
 
     const event = result.events.Transfer;
modifiedtests/src/eth/util/playgrounds/unique.dev.tsdiffbeforeafterboth
111 return new web3.eth.Contract(collectionHelpersAbi as any, '0x6c4e9fe1ae37a41e93cee429e8e1881abdcbb54f', {from: caller, gas: this.helper.eth.DEFAULT_GAS});111 return new web3.eth.Contract(collectionHelpersAbi as any, '0x6c4e9fe1ae37a41e93cee429e8e1881abdcbb54f', {from: caller, gas: this.helper.eth.DEFAULT_GAS});
112 }112 }
113113
114 collection(address: string, mode: TCollectionMode, caller?: string, mergeDeprecated: boolean = false): Contract {114 collection(address: string, mode: TCollectionMode, caller?: string, mergeDeprecated = false): Contract {
115 let abi = {115 let abi = {
116 'nft': nonFungibleAbi,116 'nft': nonFungibleAbi,
117 'rft': refungibleAbi,117 'rft': refungibleAbi,