Skip to content

Commit

Permalink
Merge branch '0chain:feat/enterprise-blobber' into feat/enterprise-bl…
Browse files Browse the repository at this point in the history
…obber
  • Loading branch information
Hitenjain14 authored Nov 14, 2024
2 parents 4b712fd + 2f06303 commit 3a31050
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 0 deletions.
1 change: 1 addition & 0 deletions wasmsdk/proxy.go
Original file line number Diff line number Diff line change
Expand Up @@ -216,6 +216,7 @@ func main() {
"getLookupHash": getLookupHash,
"createThumbnail": createThumbnail,
"makeSCRestAPICall": makeSCRestAPICall,
"getWasmType": getWasmType,

//blobber
"delete": Delete,
Expand Down
4 changes: 4 additions & 0 deletions wasmsdk/sdk.go
Original file line number Diff line number Diff line change
Expand Up @@ -69,6 +69,10 @@ func getVersion() string {
return sdk.GetVersion()
}

func getWasmType() string {
return "enterprise"
}

var sdkLogger *logger.Logger
var zcnLogger *logger.Logger
var logEnabled = false
Expand Down

0 comments on commit 3a31050

Please sign in to comment.