Skip to content
Open

1.0.5 #189

Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ A PHP API for interacting with the Tron Protocol
## Install

```bash
> composer require iexbase/tron-api --ignore-platform-reqs
> composer require maliuk/tron-api
```
## Requirements

Expand Down Expand Up @@ -65,4 +65,4 @@ $ vendor/bin/phpunit
```

## Donations
**Tron(TRX)**: TRWBqiqoFZysoAeyR1J35ibuyc8EvhUAoY
**Tron(TRX)**: TWygca1CdMMrjrQYuo9wTCkKPyjpPTe1tR
9 changes: 5 additions & 4 deletions composer.json
Original file line number Diff line number Diff line change
@@ -1,13 +1,14 @@
{
"name": "iexbase/tron-api",
"name": "maliuk/tron-api",
"description": "A PHP API for interacting with Tron (Trx)",
"version": "1.0.0",
"license": "MIT",
"type": "library",
"homepage": "https://github.com/iexbase/tron-api",
"authors": [
{
"name": "Shamsudin Serderov",
"email": "steein.shamsudin@gmail.com"
"name": "Oleynikov Dima",
"email": "oleynikov.dima@gmail.com"
}
],
"keywords": [
Expand All @@ -19,7 +20,7 @@
],

"require": {
"php": ">=8.0",
"php": ">=7.4.0",
"comely-io/data-types": "^1.0",
"guzzlehttp/guzzle": "^7.2",
"iexbase/web3.php": "^2.0.1",
Expand Down
2 changes: 1 addition & 1 deletion src/TRC20Contract.php
Original file line number Diff line number Diff line change
Expand Up @@ -54,7 +54,7 @@ class TRC20Contract
*
* @var string
*/
private string $contractAddress;
protected string $contractAddress;

/**
* ABI Data
Expand Down