Skip to content

Commit

Permalink
chore: Add optional sessionToken to kms
Browse files Browse the repository at this point in the history
  • Loading branch information
wsdt committed Jul 1, 2024
1 parent eac4632 commit a87eb2a
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.2",
"version": "1.1.3",
"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 @@ -6,6 +6,7 @@ export interface IKMSSignerConfig {
awsKmsAccessKey?: string
awsKmsSecretKey?: string
awsKmsKeyId: string
awsKmsSessionToken?: string
/** @dev Should always be enabled, but can be helpful for debugging and unit tests, .. */
disableDisburserCheck?: boolean
}
Expand Down

0 comments on commit a87eb2a

Please sign in to comment.