Skip to content

Commit

Permalink
temporary switch to eosrio api for airdrop support
Browse files Browse the repository at this point in the history
  • Loading branch information
igorls committed Jun 23, 2018
1 parent a7d15b3 commit 8ef7b0e
Show file tree
Hide file tree
Showing 4 changed files with 6 additions and 8 deletions.
2 changes: 1 addition & 1 deletion ng-dist/main.js

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "simpleos",
"version": "0.5.6",
"version": "0.5.7",
"productName": "simpleos",
"description": "EOS Blockchain Interface & Wallet",
"author": {
Expand Down
2 changes: 1 addition & 1 deletion src/app/dashboard/dashboard.component.html
Original file line number Diff line number Diff line change
Expand Up @@ -59,7 +59,7 @@
<fa-icon [icon]="['fas', 'heart']"></fa-icon>
by <a style="color: #d7d7d7;" [routerLink]="['about']">EOS Rio</a>
</div>
<div class="version">v0.5.6</div>
<div class="version">v0.5.7</div>
</section>
</nav>
</div>
Expand Down
8 changes: 3 additions & 5 deletions src/app/network.service.ts
Original file line number Diff line number Diff line change
Expand Up @@ -42,11 +42,9 @@ export class NetworkService {
constructor(private eosjs: EOSJSService, private router: Router, public aService: AccountsService) {
this.publicEndpoints = [
{url: 'http://br.eosrio.io:8080', owner: 'EOS Rio', latency: 0, filters: []},
{url: 'https://api1.eosasia.one', owner: 'EOS Asia', latency: 0, filters: []},
{url: 'http://api.hkeos.com', owner: 'HK EOS', latency: 0, filters: []},
{url: 'http://jhb.eosio.africa:8088', owner: 'eosAfrica', latency: 0, filters: []},
{url: 'https://eu1.eosdac.io', owner: 'eosDAC', latency: 0, filters: []},
{url: 'https://fn.eossweden.se', owner: 'eossweden.se', latency: 0, filters: []}
// {url: 'http://api.hkeos.com', owner: 'HK EOS', latency: 0, filters: []},
// {url: 'https://eu1.eosdac.io', owner: 'eosDAC', latency: 0, filters: []},
// {url: 'https://fn.eossweden.se', owner: 'eossweden.se', latency: 0, filters: []}
];
this.validEndpoints = [];
this.status = '';
Expand Down

0 comments on commit 8ef7b0e

Please sign in to comment.