| Conditions | 1 |
| Paths | 1 |
| Total Lines | 19 |
| Code Lines | 13 |
| Lines | 0 |
| Ratio | 0 % |
| Changes | 0 | ||
| 1 | <?php |
||
| 35 | public function build() |
||
| 36 | { |
||
| 37 | $this->id = 2346; |
||
| 38 | $this->name = 'WaykiChain'; |
||
| 39 | $this->symbol = 'WICC'; |
||
| 40 | $this->type = 'coin'; |
||
| 41 | $this->mineable = false; |
||
| 42 | $this->description = 'WaykiChain, a technology innovation company focusing on underlying blockchain technology research and development and related operations, owns leading public chain for commercial applications in the industry. WaykiChain is a Turing complete smart contract platform adopting DPoS consensus mechanism.'; |
||
| 43 | $this->website = [ |
||
| 44 | 'https://waykichain.com', |
||
| 45 | ]; |
||
| 46 | $this->explorer = [ |
||
| 47 | 'https://www.waykiscan.com', |
||
| 48 | ]; |
||
| 49 | $this->source_code = [ |
||
| 50 | '', |
||
| 51 | ]; |
||
| 52 | |||
| 53 | return $this; |
||
| 54 | } |
||
| 56 |