Closed artemengineer closed 1 year ago
Example: client = Tron(conf={"api_key": "11111-1111-1111-11111-11111"})
add in the file tron.py: self.provider = HTTPProvider(conf_for_name(network), self.conf["timeout"], self.conf["api_key"])
Trongrid is just one centralised service. I don't see much reason to add api keys specifically for it
Example: client = Tron(conf={"api_key": "11111-1111-1111-11111-11111"})
add in the file tron.py: self.provider = HTTPProvider(conf_for_name(network), self.conf["timeout"], self.conf["api_key"])