Skip to content

Commit

Permalink
Merge pull request #34 from maticnetwork/dev
Browse files Browse the repository at this point in the history
fix late checkpoint status check
  • Loading branch information
py-zoid authored Dec 4, 2023
2 parents 6532227 + b144675 commit b40524b
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion src/helpers/maticClient.js
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,8 @@ async function initMatic(isMainnet, maticRPC, ethereumRPC) {
child: {
provider: maticRPC,
defaultConfig: {}
}
},
rootChainDefaultBlock: 'latest'
}
const posClient = new POSClient()
await posClient.init(maticConfig)
Expand Down

0 comments on commit b40524b

Please sign in to comment.