| 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 = 328;  | 
            ||
| 38 | $this->name = 'Monero';  | 
            ||
| 39 | $this->symbol = 'XMR';  | 
            ||
| 40 | $this->type = 'coin';  | 
            ||
| 41 | $this->mineable = true;  | 
            ||
| 42 | $this->description = 'Monero is a private, secure, and untraceable cryptocurrency that was launched 18th April 2014. With Monero, it is said you are in complete control of your funds and privacy no one else can see anyone else\'s balances or transactions.';  | 
            ||
| 43 | $this->website = [  | 
            ||
| 44 | 'https://ww.getmonero.org',  | 
            ||
| 45 | ];  | 
            ||
| 46 | $this->explorer = [  | 
            ||
| 47 | 'http://moneroblocks.info',  | 
            ||
| 48 | 'http://chainradar.com/xmr/blocks',  | 
            ||
| 49 | ];  | 
            ||
| 50 | $this->source_code = [  | 
            ||
| 51 | 'https://github.com/monero-project/monero',  | 
            ||
| 52 | ];  | 
            ||
| 53 | |||
| 54 | return $this;  | 
            ||
| 55 | }  | 
            ||
| 57 |