zeta-chain / node

ZetaChain’s blockchain node and an observer validator client
https://zetachain.com
MIT License
164 stars 105 forks source link

Change testnet gas prices to match mainnet #1920

Open fadeev opened 6 months ago

fadeev commented 6 months ago

There is significant difference in gasPrices when zeta Testnet and mainnet are compared. It would be really helpful for us to estimate our trx costs, if you could shed some light about this diffenence. Is this difference temporary? Which metric to consider for more realistic gasCosts and other details. image

As far as I understand the primary factor for gas prices are the values set by validators as min gas price.

https://github.com/zeta-chain/network-config/blob/0b2e2583464622f3eaa12b13865f6618b38a7a51/athens3/app.toml#L1

https://github.com/zeta-chain/network-config/blob/0b2e2583464622f3eaa12b13865f6618b38a7a51/mainnet/app.toml#L1C1-L2C1

I propose we ask validators to set their min gas price on testnet to 10000000000azeta (mainnet value).

ronaldoguedess commented 6 months ago

Brilhant!