Skip to content

Commit

Permalink
Give eth2BeaconChain any type since types aren't implemented yet
Browse files Browse the repository at this point in the history
  • Loading branch information
spacesailor24 committed Oct 21, 2020
1 parent 74e6dac commit af7b9f1
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/web3-eth2-beaconchain/test/schemaMethods.test.ts
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ expect.extend({
}
})

let eth2BeaconChain
let eth2BeaconChain: any // should be ETH2BeaconChain but types aren't implemented yet

beforeAll(() => {
const provider = 'http://127.0.0.1:9596' // default port for Lodestar
Expand Down

0 comments on commit af7b9f1

Please sign in to comment.