| Conditions | 1 |
| Paths | 1 |
| Total Lines | 21 |
| Code Lines | 15 |
| Lines | 0 |
| Ratio | 0 % |
| Changes | 0 | ||
| 1 | <?php |
||
| 35 | public function build() |
||
| 36 | { |
||
| 37 | $this->id = 3602; |
||
| 38 | $this->name = 'Bitcoin Satoshi Vision'; |
||
| 39 | $this->symbol = 'BSV'; |
||
| 40 | $this->type = 'coin'; |
||
| 41 | $this->mineable = true; |
||
| 42 | $this->description = 'In 16th November 2018 Bitcoin Cash was hard forked again and split into Bitcoin Satoshi Vision (BSV) and Bitcoin Cash (ABC).'; |
||
| 43 | $this->website = [ |
||
| 44 | 'https://bitcoinsv.io', |
||
| 45 | ]; |
||
| 46 | $this->explorer = [ |
||
| 47 | 'https://blockchair.com/bitcoin-sv/dashboards/address/%s', |
||
| 48 | 'https://svblox.com', |
||
| 49 | 'https://bchsv.tokenview.com/en', |
||
| 50 | ]; |
||
| 51 | $this->source_code = [ |
||
| 52 | 'https://github.com/bitcoin-sv/bitcoin-sv', |
||
| 53 | ]; |
||
| 54 | |||
| 55 | return $this; |
||
| 56 | } |
||
| 58 |