hashgraph / hedera-smart-contracts

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

HTS create token methods are failed on testnet, previewnet with response_code=9 #655

Closed quiet-node closed 5 months ago

quiet-node commented 5 months ago

Description

For the context, HTS requires a service fee to create tokens. The more properties set on a token, the more expensive the service fee will be. The main question is, why with a same token with same properties, there are difference in service fee among the networks (localnet requires less service fee than testnet)? That's why it leads to this bug when it fails on testnet.

Steps to reproduce

  1. switch the default network to testnet
  2. run npx hardhat test

Additional context

No response

Hedera network

testnet

Version

0.7

Operating system

None

quiet-node commented 5 months ago

After the testnet is reset, transactions work as expected