@carrot-protocol/boost-http-client 0.1.2 → 0.1.3
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/dist/index.js +1 -1
- package/package.json +1 -1
- package/src/index.ts +1 -1
package/dist/index.js
CHANGED
|
@@ -187,6 +187,6 @@ async function handleApiCall(apiCall) {
|
|
|
187
187
|
}
|
|
188
188
|
function getDummyProvider() {
|
|
189
189
|
return new anchor_1.AnchorProvider(new anchor_1.web3.Connection("http://localhost:8899"), new anchor_1.Wallet(anchor_1.web3.Keypair.generate()), {
|
|
190
|
-
skipPreflight:
|
|
190
|
+
skipPreflight: true,
|
|
191
191
|
});
|
|
192
192
|
}
|
package/package.json
CHANGED