Skip to content

Commit

Permalink
ALL-4358 Fix Flare Tests (#1059)
Browse files Browse the repository at this point in the history
  • Loading branch information
Hathoriel authored Feb 12, 2024
1 parent 21cc26f commit c676f38
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "tatumio",
"version": "2.2.46",
"version": "2.2.47",
"license": "MIT",
"repository": "https://github.com/tatumio/tatum-js",
"scripts": {
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@ describe('<%= firstLetterUpperCaseName %>SDK - blockchain', () => {
getBlock: [api.<%= name %>GetBlock, testData.BLOCK_HASH],
getBlockchainAccountBalance: [api.<%= name %>GetBalance, testData.TESTNET.ADDRESS_0],
getTransaction: [api.<%= name %>GetTransaction, testData.TX_HASH],
smartContractGetAddress: [BlockchainUtilsService.scGetContractAddress, 'BSC', testData.TX_HASH],
smartContractGetAddress: [BlockchainUtilsService.scGetContractAddress, '<%= currency %>', testData.TX_HASH],
getAccountTransactions: [api.<%= name %>GetTransactionByAddress, testData.TESTNET.ADDRESS_0, 50],
getInternalTransaction: [api.<%= name %>GetInternalTransactionByAddress, testData.TESTNET.ADDRESS_0, 50],
estimateGas: [
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@ describe('FlareSDK - blockchain', () => {
getBlock: [api.flareGetBlock, testData.BLOCK_HASH],
getBlockchainAccountBalance: [api.flareGetBalance, testData.TESTNET.ADDRESS_0],
getTransaction: [api.flareGetTransaction, testData.TX_HASH],
smartContractGetAddress: [BlockchainUtilsService.scGetContractAddress, 'BSC', testData.TX_HASH],
smartContractGetAddress: [BlockchainUtilsService.scGetContractAddress, 'FLR', testData.TX_HASH],
getInternalTransaction: [api.flareGetInternalTransactionByAddress, testData.TESTNET.ADDRESS_0, 50],
estimateGas: [
blockchain.estimateGas,
Expand Down

0 comments on commit c676f38

Please sign in to comment.