Skip to content

Commit

Permalink
feat: Add blockrangeperpolling
Browse files Browse the repository at this point in the history
  • Loading branch information
wsdt committed Apr 25, 2024
1 parent b1736f1 commit eac4632
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@bobanetwork/light-bridge-chains",
"version": "1.1.1",
"version": "1.1.2",
"description": "Light Bridge Network configuration",
"main": "./dist/index.js",
"module": "./dist/index.mjs",
Expand Down
1 change: 1 addition & 0 deletions src/types.ts
Original file line number Diff line number Diff line change
Expand Up @@ -59,6 +59,7 @@ export interface ILightBridgeOpts {
rpcUrl: string
envModeIsDevelopment: boolean
networkMode: ENetworkMode
blockRangePerPolling: number
pollingInterval: number
awsKmsConfig: IKMSSignerConfig
localNetworks?: {
Expand Down

0 comments on commit eac4632

Please sign in to comment.