@zubari/sdk 0.3.8 → 0.4.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.
@@ -2657,7 +2657,7 @@ var ZubariTipsProtocol = class {
2657
2657
  const decoded = iface.decodeFunctionResult("platformFeeBps", result);
2658
2658
  return Number(decoded[0]);
2659
2659
  } catch {
2660
- return 300;
2660
+ return 1e3;
2661
2661
  }
2662
2662
  }
2663
2663
  /**
@@ -3897,7 +3897,7 @@ var ZubariSubscriptionProtocol = class {
3897
3897
  const decoded = iface.decodeFunctionResult("platformFeeBps", result);
3898
3898
  return Number(decoded[0]);
3899
3899
  } catch {
3900
- return 300;
3900
+ return 1e3;
3901
3901
  }
3902
3902
  }
3903
3903
  /**
@@ -4953,6 +4953,24 @@ var ZubariSubscriptionV2_default = [
4953
4953
  stateMutability: "nonpayable",
4954
4954
  type: "function"
4955
4955
  },
4956
+ {
4957
+ inputs: [
4958
+ {
4959
+ internalType: "address",
4960
+ name: "creatorAddress",
4961
+ type: "address"
4962
+ },
4963
+ {
4964
+ internalType: "address",
4965
+ name: "payoutWallet",
4966
+ type: "address"
4967
+ }
4968
+ ],
4969
+ name: "registerCreatorFor",
4970
+ outputs: [],
4971
+ stateMutability: "nonpayable",
4972
+ type: "function"
4973
+ },
4956
4974
  {
4957
4975
  inputs: [],
4958
4976
  name: "renounceOwnership",