Skip to content

Commit

Permalink
added bloks for jungle, kylin, bos, worbli
Browse files Browse the repository at this point in the history
  • Loading branch information
aaroncox committed Jan 29, 2019
1 parent c7676aa commit bbab90e
Showing 1 changed file with 36 additions and 0 deletions.
36 changes: 36 additions & 0 deletions app/shared/actions/blockexplorers.js
Original file line number Diff line number Diff line change
Expand Up @@ -68,6 +68,33 @@ export function getBlockExplorers() {
}
}
],
'eos-testnet-jungle': [
{
name: 'bloks.io',
patterns: {
account: 'https://jungle.bloks.io/account/{account}',
txid: 'https://jungle.bloks.io/transaction/{txid}'
}
},
],
'eos-testnet-cryptokylin': [
{
name: 'bloks.io',
patterns: {
account: 'https://kylin.bloks.io/account/{account}',
txid: 'https://kylin.bloks.io/transaction/{txid}'
}
},
],
'bos-mainnet': [
{
name: 'bloks.io',
patterns: {
account: 'https://bos.bloks.io/account/{account}',
txid: 'https://bos.bloks.io/transaction/{txid}'
}
},
],
'beos-testnet': [
{
name: 'explore.beos.world',
Expand Down Expand Up @@ -110,6 +137,15 @@ export function getBlockExplorers() {
txid: 'https://blockchain-tracker.insights.network/transactions/{txid}'
}
}
],
'worbli-mainnet': [
{
name: 'bloks.io',
patterns: {
account: 'https://worbli.bloks.io/account/{account}',
txid: 'https://worbli.bloks.io/transaction/{txid}'
}
},
]
};

Expand Down

0 comments on commit bbab90e

Please sign in to comment.