bfun-configs 0.0.4 → 0.0.6

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/index.js CHANGED
@@ -239,6 +239,11 @@ var bFunFactoryImplABI = [
239
239
  { name: "signature", internalType: "bytes", type: "bytes" },
240
240
  { name: "tokenSalt", internalType: "bytes32", type: "bytes32" },
241
241
  { name: "payoutRecipient", internalType: "address", type: "address" },
242
+ {
243
+ name: "marketPayoutRecipient",
244
+ internalType: "address",
245
+ type: "address"
246
+ },
242
247
  {
243
248
  name: "marketVaultFactory",
244
249
  internalType: "address",
@@ -301,6 +306,11 @@ var bFunFactoryImplABI = [
301
306
  { name: "signature", internalType: "bytes", type: "bytes" },
302
307
  { name: "tokenSalt", internalType: "bytes32", type: "bytes32" },
303
308
  { name: "payoutRecipient", internalType: "address", type: "address" },
309
+ {
310
+ name: "marketPayoutRecipient",
311
+ internalType: "address",
312
+ type: "address"
313
+ },
304
314
  {
305
315
  name: "marketVaultFactory",
306
316
  internalType: "address",
@@ -914,7 +924,7 @@ var bFunFactoryImplABI = [
914
924
  { type: "error", inputs: [], name: "UnsupportedSelector" }
915
925
  ];
916
926
  var bFunFactoryImplAddress = {
917
- 97: "0x5DdDd8866E776f3411FFddA9B1271e5baBB6487A"
927
+ 97: "0x652760F3D4E9102F96A23181acef26039854656a"
918
928
  };
919
929
  var bFunFactoryImplConfig = {
920
930
  address: bFunFactoryImplAddress,
@@ -2185,7 +2195,7 @@ var bFunTaxTokenABI = [
2185
2195
  { type: "error", inputs: [], name: "TransfersRestricted" }
2186
2196
  ];
2187
2197
  var bFunTaxTokenAddress = {
2188
- 97: "0x98cc63B68FacC9Cd8a7ED237e5620Ae920839584"
2198
+ 97: "0x147bE7522e5cC3012cA19BcFB6954486fB3377dE"
2189
2199
  };
2190
2200
  var bFunTaxTokenConfig = {
2191
2201
  address: bFunTaxTokenAddress,
@@ -4523,7 +4533,7 @@ var splitVaultFactoryABI = [
4523
4533
  { type: "error", inputs: [], name: "ZeroAddress" }
4524
4534
  ];
4525
4535
  var splitVaultFactoryAddress = {
4526
- 97: "0x98B0aaEBD70dc4330662200984Ce1B27D3C8181B"
4536
+ 97: "0xD2432ecBcc0c6879c02599227883524ae0620b71"
4527
4537
  };
4528
4538
  var splitVaultFactoryConfig = {
4529
4539
  address: splitVaultFactoryAddress,