Check gas price (#494)
* add gas validation option * gas price config for chains * check gas price * add tests * fix txt * make gas price dls * fix config
This commit is contained in:
@@ -191,6 +191,7 @@ chain-settings:
|
||||
grpcId: 1006
|
||||
chain-id: 0x38
|
||||
short-names: [bsc, binance, bnb-smart-chain]
|
||||
gas-price-condition: ne 3000000000
|
||||
- id: Testnet
|
||||
priority: 1
|
||||
code: BSC_TESTNET
|
||||
@@ -609,6 +610,7 @@ chain-settings:
|
||||
short-names: [kava]
|
||||
chain-id: 0x8ae
|
||||
grpcId: 1025
|
||||
gas-price-condition: eq 1000000000
|
||||
- id: Testnet
|
||||
priority: 10
|
||||
code: KAVA_TESTNET
|
||||
|
||||
Reference in New Issue
Block a user