| Conditions | 1 |
| Paths | 1 |
| Total Lines | 20 |
| Code Lines | 14 |
| Lines | 0 |
| Ratio | 0 % |
| Changes | 0 | ||
| 1 | <?php |
||
| 35 | public function build() |
||
| 36 | { |
||
| 37 | $this->id = 2469; |
||
| 38 | $this->name = 'Zilliqa'; |
||
| 39 | $this->symbol = 'ZIL'; |
||
| 40 | $this->type = 'token'; |
||
| 41 | $this->mineable = false; |
||
| 42 | $this->description = 'Zilliqa is a scalable, secure public blockchain platform. It\'s the first public blockchain platform that implemented sharding and achieved a throughput of 2828 transactions per second in its test net. This enables new use cases that have high-throughput demands that were not previously possible on legacy public blockchain platforms.'; |
||
| 43 | $this->website = [ |
||
| 44 | 'https://zilliqa.com', |
||
| 45 | ]; |
||
| 46 | $this->explorer = [ |
||
| 47 | 'https://etherscan.io/token/0x05f4a42e251f2d52b8ed15e9fedaacfcef1fad27', |
||
| 48 | 'https://ethplorer.io/address/0x05f4a42e251f2d52b8ed15e9fedaacfcef1fad27', |
||
| 49 | ]; |
||
| 50 | $this->source_code = [ |
||
| 51 | 'https://github.com/Zilliqa/Zilliqa', |
||
| 52 | ]; |
||
| 53 | |||
| 54 | return $this; |
||
| 55 | } |
||
| 57 |