Skip to content

Commit

Permalink
feat: update mito indexer vesion
Browse files Browse the repository at this point in the history
  • Loading branch information
ThomasRalee committed Nov 13, 2024
1 parent 954cb4d commit 96c0a35
Show file tree
Hide file tree
Showing 4 changed files with 9 additions and 5 deletions.
2 changes: 1 addition & 1 deletion packages/sdk-ts/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -45,7 +45,7 @@
"@injectivelabs/grpc-web-node-http-transport": "^0.0.2",
"@injectivelabs/grpc-web-react-native-transport": "^0.0.2",
"@injectivelabs/indexer-proto-ts": "1.13.1",
"@injectivelabs/mito-proto-ts": "1.13.0",
"@injectivelabs/mito-proto-ts": "1.13.2",
"@injectivelabs/networks": "^1.14.19",
"@injectivelabs/olp-proto-ts": "1.13.1",
"@injectivelabs/test-utils": "^1.14.19",
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -360,9 +360,11 @@ export class IndexerGrpcMitoTransformer {
capPerAddress: IDO.capPerAddress,
contractAddress: IDO.contractAddress,
subscribedAmount: IDO.subscribedAmount,
isPermissionless: IDO.isPermissionless,
isLaunchWithVault: IDO.isLaunchWithVault,
targetAmountInUsd: IDO.targetAmountInUsd,
projectTokenAmount: IDO.projectTokenAmount,
projectDescription: IDO.projectDescription,
isAccountWhiteListed: IDO.isAccountWhiteListed,
isVestingScheduleEnabled: IDO.isVestingScheduleEnabled,
targetAmountInQuoteDenom: IDO.targetAmountInQuoteDenom,
Expand Down
2 changes: 2 additions & 0 deletions packages/sdk-ts/src/client/indexer/types/mito.ts
Original file line number Diff line number Diff line change
Expand Up @@ -240,6 +240,8 @@ export interface MitoIDO {
marketId: string
vaultAddress: string
vestingConfig?: MitoVestingConfigMap
projectDescription: string
isPermissionless: boolean
}

export interface MitoIDOSubscriber {
Expand Down
8 changes: 4 additions & 4 deletions yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -2220,10 +2220,10 @@
protobufjs "^7.0.0"
rxjs "^7.4.0"

"@injectivelabs/[email protected].0":
version "1.13.0"
resolved "https://registry.npmjs.org/@injectivelabs/mito-proto-ts/-/mito-proto-ts-1.13.0.tgz#9bc5325977a3c51b3fb8ec54a93244435861a9ca"
integrity sha512-DE9iK7PkEnkWAMTDJDH01R8jxkxVCNuurfVp/09Te9wY3dm3mRx9M6R756JywP2Sd/ggJl2UbavGAQe2pZ7v1w==
"@injectivelabs/[email protected].2":
version "1.13.2"
resolved "https://registry.yarnpkg.com/@injectivelabs/mito-proto-ts/-/mito-proto-ts-1.13.2.tgz#61010d571f21b374350a423b58717112131ec5c1"
integrity sha512-D4qEDB4OgaV1LoYNg6FB+weVcLMu5ea0x/W/p+euIVly3qia44GmAicIbQhrkqTs2o2c+1mbK1c4eOzFxQcwhg==
dependencies:
"@injectivelabs/grpc-web" "^0.0.1"
google-protobuf "^3.14.0"
Expand Down

0 comments on commit 96c0a35

Please sign in to comment.