Skip to content

Commit

Permalink
update lite explorer config
Browse files Browse the repository at this point in the history
  • Loading branch information
kwix authored May 7, 2020
1 parent edf3883 commit cb128d1
Showing 1 changed file with 10 additions and 8 deletions.
18 changes: 10 additions & 8 deletions lite-explorer.config.json
Original file line number Diff line number Diff line change
Expand Up @@ -5,17 +5,19 @@

"pluginsUrl": "plugins",

"plugins": {
"plugin://aleth.io/eth-common?v=2.4.0": {

},
"plugin://aleth.io/3box?v=1.1.0": {
"plugins": [{
"uri": "plugin://aleth.io/eth-common?v=4.0.0"
}, {
"uri": "plugin://aleth.io/3box?v=1.1.1",
"config": {
"ipfsUrlMask": "https://ipfs.infura.io/ipfs/%s"
},
"plugin://aleth.io/eth-memento?v=1.1.0": {
}
}, {
"uri": "plugin://aleth.io/eth-memento?v=2.0.2",
"config": {
"apiBasePath": "http://localhost:3001/api/explorer"
}
},
}],

"pages": [{
"def": "page://aleth.io/block",
Expand Down

0 comments on commit cb128d1

Please sign in to comment.