Skip to content

Commit

Permalink
chore(adater-local.test.js): remove unused imports
Browse files Browse the repository at this point in the history
  • Loading branch information
gitmp01 committed Nov 9, 2024
1 parent 029288f commit fe6a69e
Showing 1 changed file with 1 addition and 13 deletions.
14 changes: 1 addition & 13 deletions cpp/test/adapter-local.test.js
Original file line number Diff line number Diff line change
@@ -1,12 +1,7 @@
const R = require('ramda')
const { expect } = require('chai')
const { Asset, Name } = require('@wharfkit/antelope')
const {
Blockchain,
expectToThrow,
nameToBigInt,
logExecutionTrace,
} = require('@eosnetwork/vert')
const { Blockchain, expectToThrow, nameToBigInt } = require('@eosnetwork/vert')
const { deploy } = require('./utils/deploy')
const {
no0x,
Expand All @@ -17,18 +12,11 @@ const {
substract,
getSwapMemo,
prettyTrace,
hexToString,
getXbytesHex,
getEventBytes,
removeNullChars,
getSymbolCodeRaw,
getAccountsBalances,
getSingletonInstance,
_0x,
fromEthersPublicKey,
deserializeEventBytes,
getAccountCodeRaw,
logExecutionTraces,
} = require('./utils')

const { toBeHex } = require('ethers')
Expand Down

0 comments on commit fe6a69e

Please sign in to comment.