Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion addon/services/web3.js
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ export default Service.extend({

setup(provider) {
let web3Instance = new Web3(provider);
this.set('web3Instance', web3);
this.set('web3Instance', web3Instance);
return web3Instance;
},

Expand Down