@bulletxyz/bullet-sdk 0.27.2-rc.0 → 0.27.2-rc.1
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/node/index.js
CHANGED
|
@@ -9346,7 +9346,7 @@ onEvent_fn = async function(event, filter) {
|
|
|
9346
9346
|
// src/client.ts
|
|
9347
9347
|
var DEFAULT_TRANSACTION_OPTS = {
|
|
9348
9348
|
maxPriorityFeeBps: 0,
|
|
9349
|
-
maxFee: "
|
|
9349
|
+
maxFee: "10000000000",
|
|
9350
9350
|
gasLimit: null
|
|
9351
9351
|
};
|
|
9352
9352
|
var Client = class _Client {
|