hashgraph / hedera-smart-contracts

Contains Hedera Smart Contract Service supporting files
Apache License 2.0
37 stars 51 forks source link

Deprecated SDK APIs needs to be updated #651

Closed quiet-node closed 5 months ago

quiet-node commented 5 months ago

Description

Currently, multiple deprecated SDK APIs are being utilized in the repo which causes problems on testnet, previewnet.

Steps to reproduce

  1. Switch the default network to "testnet" or "previewnet"
  2. run "npx hardhat test"

Additional context

No response

Hedera network

testnet, previewnet

Version

0.7

Operating system

macOS

quiet-node commented 5 months ago

After conducting research on this item, it is not that the API is deprecated. Instead, the issue lies in the incorrect values assigned to the networkNodeUrl and mirrorNode parameters within the testnet and previewnet node configuration.