@nftperp/sdk
Advanced tools
Comparing version 8.0.0 to 8.1.0
{ | ||
"name": "@nftperp/sdk", | ||
"version": "8.0.0", | ||
"version": "8.1.0", | ||
"description": "SDK for nftperp protocol", | ||
@@ -5,0 +5,0 @@ "main": "sdk.js", |
12
sdk.js
@@ -786,5 +786,5 @@ "use strict"; | ||
case "blast": | ||
return this.clearingHouse_blast; | ||
default: | ||
return this.clearingHouse; | ||
default: | ||
return this.clearingHouse_blast; | ||
} | ||
@@ -798,5 +798,5 @@ } | ||
case "blast": | ||
return this.insuranceFund_blast; | ||
default: | ||
return this.insuranceFund; | ||
default: | ||
return this.insuranceFund_blast; | ||
} | ||
@@ -810,5 +810,5 @@ } | ||
case "blast": | ||
return this.weth_blast; | ||
default: | ||
return this.weth; | ||
default: | ||
return this.weth_blast; | ||
} | ||
@@ -815,0 +815,0 @@ } |