We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent ee44102 commit 7c38af1Copy full SHA for 7c38af1
test/gns.test.ts
@@ -203,14 +203,7 @@ describe('GNS', () => {
203
totalAdjustedUp,
204
)
205
206
- console.log('taxOnOriginal: ', taxOnOriginal.toString())
207
- console.log('totalWithoutOwnerTax: ', totalWithoutOwnerTax.toString())
208
- console.log('ownerTax: ', ownerTax.toString())
209
- console.log('totalWithOwnerTax: ', totalWithOwnerTax.toString())
210
- console.log('total adj up: ', totalAdjustedUp.toString())
211
-
212
213
+ // Send transaction
214
const tx = gns
215
.connect(account.signer)
216
.publishNewVersion(
0 commit comments