@@ -29,27 +29,27 @@ |
||
| 29 | 29 | */ |
| 30 | 30 | class WaykiChain extends Cryptocurrency |
| 31 | 31 | { |
| 32 | - /** |
|
| 33 | - * {@inheritdoc} |
|
| 34 | - */ |
|
| 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 | - ]; |
|
| 32 | + /** |
|
| 33 | + * {@inheritdoc} |
|
| 34 | + */ |
|
| 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 | 52 | |
| 53 | - return $this; |
|
| 54 | - } |
|
| 53 | + return $this; |
|
| 54 | + } |
|
| 55 | 55 | } |