@nevermined-io/core-kit 0.0.13 → 0.0.15
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/artifacts/generated.d.ts +847 -37
- package/dist/artifacts/generated.d.ts.map +1 -1
- package/dist/artifacts/generated.js +263 -16
- package/dist/contracts/AssetRegistry.d.ts +2 -2
- package/dist/contracts/AssetRegistry.d.ts.map +1 -1
- package/dist/contracts/AssetRegistry.js +2 -2
- package/dist/utils/helpers.d.ts +9 -7
- package/dist/utils/helpers.d.ts.map +1 -1
- package/dist/utils/helpers.js +66 -14
- package/package.json +1 -1
|
@@ -130,6 +130,7 @@ export const accessManagedUupsUpgradeableAbi = [
|
|
|
130
130
|
inputs: [{ name: 'target', internalType: 'address', type: 'address' }],
|
|
131
131
|
name: 'AddressEmptyCode',
|
|
132
132
|
},
|
|
133
|
+
{ type: 'error', inputs: [], name: 'AuthorityCannotBeZero' },
|
|
133
134
|
{
|
|
134
135
|
type: 'error',
|
|
135
136
|
inputs: [
|
|
@@ -808,7 +809,7 @@ export const accessManagerAbi = [
|
|
|
808
809
|
name: 'SafeCastOverflowedUintDowncast',
|
|
809
810
|
},
|
|
810
811
|
];
|
|
811
|
-
export const accessManagerAddress = '
|
|
812
|
+
export const accessManagerAddress = '0x1a0F2a6C1f9513c912848bc3a56A4C68a57E4104';
|
|
812
813
|
export const accessManagerConfig = {
|
|
813
814
|
address: accessManagerAddress,
|
|
814
815
|
abi: accessManagerAbi,
|
|
@@ -1147,6 +1148,7 @@ export const agreementsStoreAbi = [
|
|
|
1147
1148
|
inputs: [{ name: 'agreementId', internalType: 'bytes32', type: 'bytes32' }],
|
|
1148
1149
|
name: 'AgreementNotFound',
|
|
1149
1150
|
},
|
|
1151
|
+
{ type: 'error', inputs: [], name: 'AuthorityCannotBeZero' },
|
|
1150
1152
|
{
|
|
1151
1153
|
type: 'error',
|
|
1152
1154
|
inputs: [
|
|
@@ -1179,6 +1181,7 @@ export const agreementsStoreAbi = [
|
|
|
1179
1181
|
{ type: 'error', inputs: [], name: 'FailedCall' },
|
|
1180
1182
|
{ type: 'error', inputs: [], name: 'InvalidConditionIdsAndStatesLength' },
|
|
1181
1183
|
{ type: 'error', inputs: [], name: 'InvalidInitialization' },
|
|
1184
|
+
{ type: 'error', inputs: [], name: 'MsgValueMustBeZeroForERC20Payments' },
|
|
1182
1185
|
{ type: 'error', inputs: [], name: 'NotInitializing' },
|
|
1183
1186
|
{
|
|
1184
1187
|
type: 'error',
|
|
@@ -1192,7 +1195,7 @@ export const agreementsStoreAbi = [
|
|
|
1192
1195
|
name: 'UUPSUnsupportedProxiableUUID',
|
|
1193
1196
|
},
|
|
1194
1197
|
];
|
|
1195
|
-
export const agreementsStoreAddress = '
|
|
1198
|
+
export const agreementsStoreAddress = '0x0B76E477D0a2b47D94c05d484D2dD85c963E4a7D';
|
|
1196
1199
|
export const agreementsStoreConfig = {
|
|
1197
1200
|
address: agreementsStoreAddress,
|
|
1198
1201
|
abi: agreementsStoreAbi,
|
|
@@ -1535,6 +1538,7 @@ export const agreementsStoreV2Abi = [
|
|
|
1535
1538
|
inputs: [{ name: 'agreementId', internalType: 'bytes32', type: 'bytes32' }],
|
|
1536
1539
|
name: 'AgreementNotFound',
|
|
1537
1540
|
},
|
|
1541
|
+
{ type: 'error', inputs: [], name: 'AuthorityCannotBeZero' },
|
|
1538
1542
|
{
|
|
1539
1543
|
type: 'error',
|
|
1540
1544
|
inputs: [
|
|
@@ -1567,6 +1571,7 @@ export const agreementsStoreV2Abi = [
|
|
|
1567
1571
|
{ type: 'error', inputs: [], name: 'FailedCall' },
|
|
1568
1572
|
{ type: 'error', inputs: [], name: 'InvalidConditionIdsAndStatesLength' },
|
|
1569
1573
|
{ type: 'error', inputs: [], name: 'InvalidInitialization' },
|
|
1574
|
+
{ type: 'error', inputs: [], name: 'MsgValueMustBeZeroForERC20Payments' },
|
|
1570
1575
|
{ type: 'error', inputs: [], name: 'NotInitializing' },
|
|
1571
1576
|
{
|
|
1572
1577
|
type: 'error',
|
|
@@ -2574,6 +2579,7 @@ export const assetsRegistryAbi = [
|
|
|
2574
2579
|
inputs: [{ name: 'did', internalType: 'bytes32', type: 'bytes32' }],
|
|
2575
2580
|
name: 'AssetNotFound',
|
|
2576
2581
|
},
|
|
2582
|
+
{ type: 'error', inputs: [], name: 'AuthorityCannotBeZero' },
|
|
2577
2583
|
{
|
|
2578
2584
|
type: 'error',
|
|
2579
2585
|
inputs: [{ name: 'did', internalType: 'bytes32', type: 'bytes32' }],
|
|
@@ -2588,6 +2594,16 @@ export const assetsRegistryAbi = [
|
|
|
2588
2594
|
},
|
|
2589
2595
|
{ type: 'error', inputs: [], name: 'ERC1967NonPayable' },
|
|
2590
2596
|
{ type: 'error', inputs: [], name: 'FailedCall' },
|
|
2597
|
+
{ type: 'error', inputs: [], name: 'HooksMustBeUnique' },
|
|
2598
|
+
{ type: 'error', inputs: [], name: 'InvalidAuthorityAddress' },
|
|
2599
|
+
{
|
|
2600
|
+
type: 'error',
|
|
2601
|
+
inputs: [
|
|
2602
|
+
{ name: 'minAmount', internalType: 'uint256', type: 'uint256' },
|
|
2603
|
+
{ name: 'maxAmount', internalType: 'uint256', type: 'uint256' },
|
|
2604
|
+
],
|
|
2605
|
+
name: 'InvalidCreditsConfigAmounts',
|
|
2606
|
+
},
|
|
2591
2607
|
{
|
|
2592
2608
|
type: 'error',
|
|
2593
2609
|
inputs: [
|
|
@@ -2605,6 +2621,7 @@ export const assetsRegistryAbi = [
|
|
|
2605
2621
|
inputs: [{ name: 'nftAddress', internalType: 'address', type: 'address' }],
|
|
2606
2622
|
name: 'InvalidNFTAddress',
|
|
2607
2623
|
},
|
|
2624
|
+
{ type: 'error', inputs: [], name: 'InvalidNVMConfigAddress' },
|
|
2608
2625
|
{
|
|
2609
2626
|
type: 'error',
|
|
2610
2627
|
inputs: [
|
|
@@ -2686,6 +2703,7 @@ export const assetsRegistryAbi = [
|
|
|
2686
2703
|
],
|
|
2687
2704
|
name: 'PlanNotInAsset',
|
|
2688
2705
|
},
|
|
2706
|
+
{ type: 'error', inputs: [], name: 'PlansMustBeUnique' },
|
|
2689
2707
|
{ type: 'error', inputs: [], name: 'PriceConfigInvalidAmountsOrReceivers' },
|
|
2690
2708
|
{ type: 'error', inputs: [], name: 'UUPSUnauthorizedCallContext' },
|
|
2691
2709
|
{
|
|
@@ -2694,7 +2712,7 @@ export const assetsRegistryAbi = [
|
|
|
2694
2712
|
name: 'UUPSUnsupportedProxiableUUID',
|
|
2695
2713
|
},
|
|
2696
2714
|
];
|
|
2697
|
-
export const assetsRegistryAddress = '
|
|
2715
|
+
export const assetsRegistryAddress = '0x1eba04EF1A91750eBd830aa62ac74FcEC3238fb1';
|
|
2698
2716
|
export const assetsRegistryConfig = {
|
|
2699
2717
|
address: assetsRegistryAddress,
|
|
2700
2718
|
abi: assetsRegistryAbi,
|
|
@@ -3707,6 +3725,7 @@ export const assetsRegistryV2Abi = [
|
|
|
3707
3725
|
inputs: [{ name: 'did', internalType: 'bytes32', type: 'bytes32' }],
|
|
3708
3726
|
name: 'AssetNotFound',
|
|
3709
3727
|
},
|
|
3728
|
+
{ type: 'error', inputs: [], name: 'AuthorityCannotBeZero' },
|
|
3710
3729
|
{
|
|
3711
3730
|
type: 'error',
|
|
3712
3731
|
inputs: [{ name: 'did', internalType: 'bytes32', type: 'bytes32' }],
|
|
@@ -3721,6 +3740,16 @@ export const assetsRegistryV2Abi = [
|
|
|
3721
3740
|
},
|
|
3722
3741
|
{ type: 'error', inputs: [], name: 'ERC1967NonPayable' },
|
|
3723
3742
|
{ type: 'error', inputs: [], name: 'FailedCall' },
|
|
3743
|
+
{ type: 'error', inputs: [], name: 'HooksMustBeUnique' },
|
|
3744
|
+
{ type: 'error', inputs: [], name: 'InvalidAuthorityAddress' },
|
|
3745
|
+
{
|
|
3746
|
+
type: 'error',
|
|
3747
|
+
inputs: [
|
|
3748
|
+
{ name: 'minAmount', internalType: 'uint256', type: 'uint256' },
|
|
3749
|
+
{ name: 'maxAmount', internalType: 'uint256', type: 'uint256' },
|
|
3750
|
+
],
|
|
3751
|
+
name: 'InvalidCreditsConfigAmounts',
|
|
3752
|
+
},
|
|
3724
3753
|
{
|
|
3725
3754
|
type: 'error',
|
|
3726
3755
|
inputs: [
|
|
@@ -3738,6 +3767,7 @@ export const assetsRegistryV2Abi = [
|
|
|
3738
3767
|
inputs: [{ name: 'nftAddress', internalType: 'address', type: 'address' }],
|
|
3739
3768
|
name: 'InvalidNFTAddress',
|
|
3740
3769
|
},
|
|
3770
|
+
{ type: 'error', inputs: [], name: 'InvalidNVMConfigAddress' },
|
|
3741
3771
|
{
|
|
3742
3772
|
type: 'error',
|
|
3743
3773
|
inputs: [
|
|
@@ -3819,6 +3849,7 @@ export const assetsRegistryV2Abi = [
|
|
|
3819
3849
|
],
|
|
3820
3850
|
name: 'PlanNotInAsset',
|
|
3821
3851
|
},
|
|
3852
|
+
{ type: 'error', inputs: [], name: 'PlansMustBeUnique' },
|
|
3822
3853
|
{ type: 'error', inputs: [], name: 'PriceConfigInvalidAmountsOrReceivers' },
|
|
3823
3854
|
{ type: 'error', inputs: [], name: 'UUPSUnauthorizedCallContext' },
|
|
3824
3855
|
{
|
|
@@ -3959,6 +3990,7 @@ export const baseTemplateAbi = [
|
|
|
3959
3990
|
inputs: [{ name: 'target', internalType: 'address', type: 'address' }],
|
|
3960
3991
|
name: 'AddressEmptyCode',
|
|
3961
3992
|
},
|
|
3993
|
+
{ type: 'error', inputs: [], name: 'AuthorityCannotBeZero' },
|
|
3962
3994
|
{
|
|
3963
3995
|
type: 'error',
|
|
3964
3996
|
inputs: [
|
|
@@ -3968,12 +4000,16 @@ export const baseTemplateAbi = [
|
|
|
3968
4000
|
},
|
|
3969
4001
|
{ type: 'error', inputs: [], name: 'ERC1967NonPayable' },
|
|
3970
4002
|
{ type: 'error', inputs: [], name: 'FailedCall' },
|
|
4003
|
+
{ type: 'error', inputs: [], name: 'InvalidAgreementStoreAddress' },
|
|
4004
|
+
{ type: 'error', inputs: [], name: 'InvalidAssetsRegistryAddress' },
|
|
3971
4005
|
{
|
|
3972
4006
|
type: 'error',
|
|
3973
4007
|
inputs: [{ name: 'did', internalType: 'bytes32', type: 'bytes32' }],
|
|
3974
4008
|
name: 'InvalidDID',
|
|
3975
4009
|
},
|
|
4010
|
+
{ type: 'error', inputs: [], name: 'InvalidFiatSettlementConditionAddress' },
|
|
3976
4011
|
{ type: 'error', inputs: [], name: 'InvalidInitialization' },
|
|
4012
|
+
{ type: 'error', inputs: [], name: 'InvalidNVMConfigAddress' },
|
|
3977
4013
|
{
|
|
3978
4014
|
type: 'error',
|
|
3979
4015
|
inputs: [{ name: 'planId', internalType: 'uint256', type: 'uint256' }],
|
|
@@ -3989,6 +4025,7 @@ export const baseTemplateAbi = [
|
|
|
3989
4025
|
inputs: [{ name: 'seed', internalType: 'bytes32', type: 'bytes32' }],
|
|
3990
4026
|
name: 'InvalidSeed',
|
|
3991
4027
|
},
|
|
4028
|
+
{ type: 'error', inputs: [], name: 'InvalidTransferCreditsConditionAddress' },
|
|
3992
4029
|
{ type: 'error', inputs: [], name: 'NotInitializing' },
|
|
3993
4030
|
{ type: 'error', inputs: [], name: 'UUPSUnauthorizedCallContext' },
|
|
3994
4031
|
{
|
|
@@ -4399,6 +4436,60 @@ export const baseTestAbi = [
|
|
|
4399
4436
|
},
|
|
4400
4437
|
];
|
|
4401
4438
|
//////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////
|
|
4439
|
+
// ConfigureAll
|
|
4440
|
+
//////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////
|
|
4441
|
+
export const configureAllAbi = [
|
|
4442
|
+
{
|
|
4443
|
+
type: 'function',
|
|
4444
|
+
inputs: [],
|
|
4445
|
+
name: 'IS_SCRIPT',
|
|
4446
|
+
outputs: [{ name: '', internalType: 'bool', type: 'bool' }],
|
|
4447
|
+
stateMutability: 'view',
|
|
4448
|
+
},
|
|
4449
|
+
{
|
|
4450
|
+
type: 'function',
|
|
4451
|
+
inputs: [],
|
|
4452
|
+
name: 'debug',
|
|
4453
|
+
outputs: [{ name: '', internalType: 'bool', type: 'bool' }],
|
|
4454
|
+
stateMutability: 'view',
|
|
4455
|
+
},
|
|
4456
|
+
{
|
|
4457
|
+
type: 'function',
|
|
4458
|
+
inputs: [],
|
|
4459
|
+
name: 'feeReceiver',
|
|
4460
|
+
outputs: [{ name: '', internalType: 'address', type: 'address' }],
|
|
4461
|
+
stateMutability: 'view',
|
|
4462
|
+
},
|
|
4463
|
+
{
|
|
4464
|
+
type: 'function',
|
|
4465
|
+
inputs: [],
|
|
4466
|
+
name: 'governor',
|
|
4467
|
+
outputs: [{ name: '', internalType: 'address', type: 'address' }],
|
|
4468
|
+
stateMutability: 'view',
|
|
4469
|
+
},
|
|
4470
|
+
{
|
|
4471
|
+
type: 'function',
|
|
4472
|
+
inputs: [],
|
|
4473
|
+
name: 'networkFee',
|
|
4474
|
+
outputs: [{ name: '', internalType: 'uint256', type: 'uint256' }],
|
|
4475
|
+
stateMutability: 'view',
|
|
4476
|
+
},
|
|
4477
|
+
{
|
|
4478
|
+
type: 'function',
|
|
4479
|
+
inputs: [],
|
|
4480
|
+
name: 'owner',
|
|
4481
|
+
outputs: [{ name: '', internalType: 'address', type: 'address' }],
|
|
4482
|
+
stateMutability: 'view',
|
|
4483
|
+
},
|
|
4484
|
+
{
|
|
4485
|
+
type: 'function',
|
|
4486
|
+
inputs: [],
|
|
4487
|
+
name: 'run',
|
|
4488
|
+
outputs: [],
|
|
4489
|
+
stateMutability: 'nonpayable',
|
|
4490
|
+
},
|
|
4491
|
+
];
|
|
4492
|
+
//////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////
|
|
4402
4493
|
// ContextUpgradeable
|
|
4403
4494
|
//////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////
|
|
4404
4495
|
export const contextUpgradeableAbi = [
|
|
@@ -6620,6 +6711,7 @@ export const distributePaymentsConditionAbi = [
|
|
|
6620
6711
|
inputs: [{ name: 'agreementId', internalType: 'bytes32', type: 'bytes32' }],
|
|
6621
6712
|
name: 'AgreementNotFound',
|
|
6622
6713
|
},
|
|
6714
|
+
{ type: 'error', inputs: [], name: 'AuthorityCannotBeZero' },
|
|
6623
6715
|
{
|
|
6624
6716
|
type: 'error',
|
|
6625
6717
|
inputs: [
|
|
@@ -6645,7 +6737,10 @@ export const distributePaymentsConditionAbi = [
|
|
|
6645
6737
|
},
|
|
6646
6738
|
{ type: 'error', inputs: [], name: 'ERC1967NonPayable' },
|
|
6647
6739
|
{ type: 'error', inputs: [], name: 'FailedCall' },
|
|
6740
|
+
{ type: 'error', inputs: [], name: 'InvalidAgreementStoreAddress' },
|
|
6741
|
+
{ type: 'error', inputs: [], name: 'InvalidAssetsRegistryAddress' },
|
|
6648
6742
|
{ type: 'error', inputs: [], name: 'InvalidInitialization' },
|
|
6743
|
+
{ type: 'error', inputs: [], name: 'InvalidVaultAddress' },
|
|
6649
6744
|
{ type: 'error', inputs: [], name: 'NotInitializing' },
|
|
6650
6745
|
{ type: 'error', inputs: [], name: 'ReentrancyGuardReentrantCall' },
|
|
6651
6746
|
{ type: 'error', inputs: [], name: 'UUPSUnauthorizedCallContext' },
|
|
@@ -6655,7 +6750,7 @@ export const distributePaymentsConditionAbi = [
|
|
|
6655
6750
|
name: 'UUPSUnsupportedProxiableUUID',
|
|
6656
6751
|
},
|
|
6657
6752
|
];
|
|
6658
|
-
export const distributePaymentsConditionAddress = '
|
|
6753
|
+
export const distributePaymentsConditionAddress = '0xEA628498e035b7163ee1ad73EC045469C4C35D87';
|
|
6659
6754
|
export const distributePaymentsConditionConfig = {
|
|
6660
6755
|
address: distributePaymentsConditionAddress,
|
|
6661
6756
|
abi: distributePaymentsConditionAbi,
|
|
@@ -7450,6 +7545,7 @@ export const fiatPaymentTemplateAbi = [
|
|
|
7450
7545
|
inputs: [{ name: 'agreementId', internalType: 'bytes32', type: 'bytes32' }],
|
|
7451
7546
|
name: 'AgreementAlreadyRegistered',
|
|
7452
7547
|
},
|
|
7548
|
+
{ type: 'error', inputs: [], name: 'AuthorityCannotBeZero' },
|
|
7453
7549
|
{
|
|
7454
7550
|
type: 'error',
|
|
7455
7551
|
inputs: [
|
|
@@ -7459,12 +7555,16 @@ export const fiatPaymentTemplateAbi = [
|
|
|
7459
7555
|
},
|
|
7460
7556
|
{ type: 'error', inputs: [], name: 'ERC1967NonPayable' },
|
|
7461
7557
|
{ type: 'error', inputs: [], name: 'FailedCall' },
|
|
7558
|
+
{ type: 'error', inputs: [], name: 'InvalidAgreementStoreAddress' },
|
|
7559
|
+
{ type: 'error', inputs: [], name: 'InvalidAssetsRegistryAddress' },
|
|
7462
7560
|
{
|
|
7463
7561
|
type: 'error',
|
|
7464
7562
|
inputs: [{ name: 'did', internalType: 'bytes32', type: 'bytes32' }],
|
|
7465
7563
|
name: 'InvalidDID',
|
|
7466
7564
|
},
|
|
7565
|
+
{ type: 'error', inputs: [], name: 'InvalidFiatSettlementConditionAddress' },
|
|
7467
7566
|
{ type: 'error', inputs: [], name: 'InvalidInitialization' },
|
|
7567
|
+
{ type: 'error', inputs: [], name: 'InvalidNVMConfigAddress' },
|
|
7468
7568
|
{
|
|
7469
7569
|
type: 'error',
|
|
7470
7570
|
inputs: [{ name: 'planId', internalType: 'uint256', type: 'uint256' }],
|
|
@@ -7480,6 +7580,7 @@ export const fiatPaymentTemplateAbi = [
|
|
|
7480
7580
|
inputs: [{ name: 'seed', internalType: 'bytes32', type: 'bytes32' }],
|
|
7481
7581
|
name: 'InvalidSeed',
|
|
7482
7582
|
},
|
|
7583
|
+
{ type: 'error', inputs: [], name: 'InvalidTransferCreditsConditionAddress' },
|
|
7483
7584
|
{ type: 'error', inputs: [], name: 'NotInitializing' },
|
|
7484
7585
|
{
|
|
7485
7586
|
type: 'error',
|
|
@@ -7493,7 +7594,7 @@ export const fiatPaymentTemplateAbi = [
|
|
|
7493
7594
|
name: 'UUPSUnsupportedProxiableUUID',
|
|
7494
7595
|
},
|
|
7495
7596
|
];
|
|
7496
|
-
export const fiatPaymentTemplateAddress = '
|
|
7597
|
+
export const fiatPaymentTemplateAddress = '0xC0d5bde8a1a711cCa5C785D695bd9d0a28Eb400c';
|
|
7497
7598
|
export const fiatPaymentTemplateConfig = {
|
|
7498
7599
|
address: fiatPaymentTemplateAddress,
|
|
7499
7600
|
abi: fiatPaymentTemplateAbi,
|
|
@@ -7688,6 +7789,7 @@ export const fiatSettlementConditionAbi = [
|
|
|
7688
7789
|
inputs: [{ name: 'agreementId', internalType: 'bytes32', type: 'bytes32' }],
|
|
7689
7790
|
name: 'AgreementNotFound',
|
|
7690
7791
|
},
|
|
7792
|
+
{ type: 'error', inputs: [], name: 'AuthorityCannotBeZero' },
|
|
7691
7793
|
{
|
|
7692
7794
|
type: 'error',
|
|
7693
7795
|
inputs: [
|
|
@@ -7705,6 +7807,8 @@ export const fiatSettlementConditionAbi = [
|
|
|
7705
7807
|
},
|
|
7706
7808
|
{ type: 'error', inputs: [], name: 'ERC1967NonPayable' },
|
|
7707
7809
|
{ type: 'error', inputs: [], name: 'FailedCall' },
|
|
7810
|
+
{ type: 'error', inputs: [], name: 'InvalidAgreementStoreAddress' },
|
|
7811
|
+
{ type: 'error', inputs: [], name: 'InvalidAssetsRegistryAddress' },
|
|
7708
7812
|
{ type: 'error', inputs: [], name: 'InvalidInitialization' },
|
|
7709
7813
|
{
|
|
7710
7814
|
type: 'error',
|
|
@@ -7740,7 +7844,7 @@ export const fiatSettlementConditionAbi = [
|
|
|
7740
7844
|
name: 'UUPSUnsupportedProxiableUUID',
|
|
7741
7845
|
},
|
|
7742
7846
|
];
|
|
7743
|
-
export const fiatSettlementConditionAddress = '
|
|
7847
|
+
export const fiatSettlementConditionAddress = '0x267b0b59562C693EDDc642d27888a508188f32e6';
|
|
7744
7848
|
export const fiatSettlementConditionConfig = {
|
|
7745
7849
|
address: fiatSettlementConditionAddress,
|
|
7746
7850
|
abi: fiatSettlementConditionAbi,
|
|
@@ -7943,6 +8047,7 @@ export const fixedPaymentTemplateAbi = [
|
|
|
7943
8047
|
inputs: [{ name: 'agreementId', internalType: 'bytes32', type: 'bytes32' }],
|
|
7944
8048
|
name: 'AgreementAlreadyRegistered',
|
|
7945
8049
|
},
|
|
8050
|
+
{ type: 'error', inputs: [], name: 'AuthorityCannotBeZero' },
|
|
7946
8051
|
{
|
|
7947
8052
|
type: 'error',
|
|
7948
8053
|
inputs: [
|
|
@@ -7952,12 +8057,16 @@ export const fixedPaymentTemplateAbi = [
|
|
|
7952
8057
|
},
|
|
7953
8058
|
{ type: 'error', inputs: [], name: 'ERC1967NonPayable' },
|
|
7954
8059
|
{ type: 'error', inputs: [], name: 'FailedCall' },
|
|
8060
|
+
{ type: 'error', inputs: [], name: 'InvalidAgreementStoreAddress' },
|
|
8061
|
+
{ type: 'error', inputs: [], name: 'InvalidAssetsRegistryAddress' },
|
|
7955
8062
|
{
|
|
7956
8063
|
type: 'error',
|
|
7957
8064
|
inputs: [{ name: 'did', internalType: 'bytes32', type: 'bytes32' }],
|
|
7958
8065
|
name: 'InvalidDID',
|
|
7959
8066
|
},
|
|
8067
|
+
{ type: 'error', inputs: [], name: 'InvalidFiatSettlementConditionAddress' },
|
|
7960
8068
|
{ type: 'error', inputs: [], name: 'InvalidInitialization' },
|
|
8069
|
+
{ type: 'error', inputs: [], name: 'InvalidNVMConfigAddress' },
|
|
7961
8070
|
{
|
|
7962
8071
|
type: 'error',
|
|
7963
8072
|
inputs: [{ name: 'planId', internalType: 'uint256', type: 'uint256' }],
|
|
@@ -7973,6 +8082,7 @@ export const fixedPaymentTemplateAbi = [
|
|
|
7973
8082
|
inputs: [{ name: 'seed', internalType: 'bytes32', type: 'bytes32' }],
|
|
7974
8083
|
name: 'InvalidSeed',
|
|
7975
8084
|
},
|
|
8085
|
+
{ type: 'error', inputs: [], name: 'InvalidTransferCreditsConditionAddress' },
|
|
7976
8086
|
{ type: 'error', inputs: [], name: 'NotInitializing' },
|
|
7977
8087
|
{
|
|
7978
8088
|
type: 'error',
|
|
@@ -7986,7 +8096,7 @@ export const fixedPaymentTemplateAbi = [
|
|
|
7986
8096
|
name: 'UUPSUnsupportedProxiableUUID',
|
|
7987
8097
|
},
|
|
7988
8098
|
];
|
|
7989
|
-
export const fixedPaymentTemplateAddress = '
|
|
8099
|
+
export const fixedPaymentTemplateAddress = '0xe7ce42ec0EE3f0C9e27f9dC70476774edC8B8445';
|
|
7990
8100
|
export const fixedPaymentTemplateConfig = {
|
|
7991
8101
|
address: fixedPaymentTemplateAddress,
|
|
7992
8102
|
abi: fixedPaymentTemplateAbi,
|
|
@@ -8071,6 +8181,7 @@ export const iAccessManagedUupsUpgradeableAbi = [
|
|
|
8071
8181
|
],
|
|
8072
8182
|
name: 'UpgradeAuthorized',
|
|
8073
8183
|
},
|
|
8184
|
+
{ type: 'error', inputs: [], name: 'AuthorityCannotBeZero' },
|
|
8074
8185
|
];
|
|
8075
8186
|
//////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////
|
|
8076
8187
|
// IAccessManager
|
|
@@ -8778,6 +8889,7 @@ export const iAgreementAbi = [
|
|
|
8778
8889
|
name: 'ConditionPreconditionFailed',
|
|
8779
8890
|
},
|
|
8780
8891
|
{ type: 'error', inputs: [], name: 'InvalidConditionIdsAndStatesLength' },
|
|
8892
|
+
{ type: 'error', inputs: [], name: 'MsgValueMustBeZeroForERC20Payments' },
|
|
8781
8893
|
{
|
|
8782
8894
|
type: 'error',
|
|
8783
8895
|
inputs: [{ name: 'caller', internalType: 'address', type: 'address' }],
|
|
@@ -9164,6 +9276,16 @@ export const iAssetAbi = [
|
|
|
9164
9276
|
inputs: [{ name: 'did', internalType: 'bytes32', type: 'bytes32' }],
|
|
9165
9277
|
name: 'DIDAlreadyRegistered',
|
|
9166
9278
|
},
|
|
9279
|
+
{ type: 'error', inputs: [], name: 'HooksMustBeUnique' },
|
|
9280
|
+
{ type: 'error', inputs: [], name: 'InvalidAuthorityAddress' },
|
|
9281
|
+
{
|
|
9282
|
+
type: 'error',
|
|
9283
|
+
inputs: [
|
|
9284
|
+
{ name: 'minAmount', internalType: 'uint256', type: 'uint256' },
|
|
9285
|
+
{ name: 'maxAmount', internalType: 'uint256', type: 'uint256' },
|
|
9286
|
+
],
|
|
9287
|
+
name: 'InvalidCreditsConfigAmounts',
|
|
9288
|
+
},
|
|
9167
9289
|
{
|
|
9168
9290
|
type: 'error',
|
|
9169
9291
|
inputs: [
|
|
@@ -9180,6 +9302,7 @@ export const iAssetAbi = [
|
|
|
9180
9302
|
inputs: [{ name: 'nftAddress', internalType: 'address', type: 'address' }],
|
|
9181
9303
|
name: 'InvalidNFTAddress',
|
|
9182
9304
|
},
|
|
9305
|
+
{ type: 'error', inputs: [], name: 'InvalidNVMConfigAddress' },
|
|
9183
9306
|
{
|
|
9184
9307
|
type: 'error',
|
|
9185
9308
|
inputs: [
|
|
@@ -9260,6 +9383,7 @@ export const iAssetAbi = [
|
|
|
9260
9383
|
],
|
|
9261
9384
|
name: 'PlanNotInAsset',
|
|
9262
9385
|
},
|
|
9386
|
+
{ type: 'error', inputs: [], name: 'PlansMustBeUnique' },
|
|
9263
9387
|
{ type: 'error', inputs: [], name: 'PriceConfigInvalidAmountsOrReceivers' },
|
|
9264
9388
|
];
|
|
9265
9389
|
//////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////
|
|
@@ -10256,6 +10380,8 @@ export const iFeeControllerAbi = [
|
|
|
10256
10380
|
// IFiatSettlement
|
|
10257
10381
|
//////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////
|
|
10258
10382
|
export const iFiatSettlementAbi = [
|
|
10383
|
+
{ type: 'error', inputs: [], name: 'InvalidAgreementStoreAddress' },
|
|
10384
|
+
{ type: 'error', inputs: [], name: 'InvalidAssetsRegistryAddress' },
|
|
10259
10385
|
{
|
|
10260
10386
|
type: 'error',
|
|
10261
10387
|
inputs: [
|
|
@@ -10573,6 +10699,8 @@ export const inft1155Abi = [
|
|
|
10573
10699
|
outputs: [{ name: '', internalType: 'uint256[]', type: 'uint256[]' }],
|
|
10574
10700
|
stateMutability: 'view',
|
|
10575
10701
|
},
|
|
10702
|
+
{ type: 'error', inputs: [], name: 'InvalidAssetsRegistryAddress' },
|
|
10703
|
+
{ type: 'error', inputs: [], name: 'InvalidAuthorityAddress' },
|
|
10576
10704
|
{
|
|
10577
10705
|
type: 'error',
|
|
10578
10706
|
inputs: [
|
|
@@ -10610,6 +10738,7 @@ export const inft1155Abi = [
|
|
|
10610
10738
|
],
|
|
10611
10739
|
name: 'InvalidRole',
|
|
10612
10740
|
},
|
|
10741
|
+
{ type: 'error', inputs: [], name: 'InvalidVaultAddress' },
|
|
10613
10742
|
];
|
|
10614
10743
|
//////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////
|
|
10615
10744
|
// INVMConfig
|
|
@@ -10767,6 +10896,8 @@ export const invmConfigAbi = [
|
|
|
10767
10896
|
inputs: [{ name: '_address', internalType: 'address', type: 'address' }],
|
|
10768
10897
|
name: 'InvalidAddress',
|
|
10769
10898
|
},
|
|
10899
|
+
{ type: 'error', inputs: [], name: 'InvalidAuthorityAddress' },
|
|
10900
|
+
{ type: 'error', inputs: [], name: 'InvalidDefaultFeeControllerAddress' },
|
|
10770
10901
|
{
|
|
10771
10902
|
type: 'error',
|
|
10772
10903
|
inputs: [{ name: 'feeReceiver', internalType: 'address', type: 'address' }],
|
|
@@ -10871,11 +11002,15 @@ export const iProtocolStandardFeesAbi = [
|
|
|
10871
11002
|
// ITemplate
|
|
10872
11003
|
//////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////
|
|
10873
11004
|
export const iTemplateAbi = [
|
|
11005
|
+
{ type: 'error', inputs: [], name: 'InvalidAgreementStoreAddress' },
|
|
11006
|
+
{ type: 'error', inputs: [], name: 'InvalidAssetsRegistryAddress' },
|
|
10874
11007
|
{
|
|
10875
11008
|
type: 'error',
|
|
10876
11009
|
inputs: [{ name: 'did', internalType: 'bytes32', type: 'bytes32' }],
|
|
10877
11010
|
name: 'InvalidDID',
|
|
10878
11011
|
},
|
|
11012
|
+
{ type: 'error', inputs: [], name: 'InvalidFiatSettlementConditionAddress' },
|
|
11013
|
+
{ type: 'error', inputs: [], name: 'InvalidNVMConfigAddress' },
|
|
10879
11014
|
{
|
|
10880
11015
|
type: 'error',
|
|
10881
11016
|
inputs: [{ name: 'planId', internalType: 'uint256', type: 'uint256' }],
|
|
@@ -10891,6 +11026,7 @@ export const iTemplateAbi = [
|
|
|
10891
11026
|
inputs: [{ name: 'seed', internalType: 'bytes32', type: 'bytes32' }],
|
|
10892
11027
|
name: 'InvalidSeed',
|
|
10893
11028
|
},
|
|
11029
|
+
{ type: 'error', inputs: [], name: 'InvalidTransferCreditsConditionAddress' },
|
|
10894
11030
|
];
|
|
10895
11031
|
//////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////
|
|
10896
11032
|
// IVault
|
|
@@ -11255,6 +11391,7 @@ export const lockPaymentConditionAbi = [
|
|
|
11255
11391
|
inputs: [{ name: 'agreementId', internalType: 'bytes32', type: 'bytes32' }],
|
|
11256
11392
|
name: 'AgreementNotFound',
|
|
11257
11393
|
},
|
|
11394
|
+
{ type: 'error', inputs: [], name: 'AuthorityCannotBeZero' },
|
|
11258
11395
|
{
|
|
11259
11396
|
type: 'error',
|
|
11260
11397
|
inputs: [
|
|
@@ -11272,6 +11409,8 @@ export const lockPaymentConditionAbi = [
|
|
|
11272
11409
|
},
|
|
11273
11410
|
{ type: 'error', inputs: [], name: 'ERC1967NonPayable' },
|
|
11274
11411
|
{ type: 'error', inputs: [], name: 'FailedCall' },
|
|
11412
|
+
{ type: 'error', inputs: [], name: 'InvalidAgreementStoreAddress' },
|
|
11413
|
+
{ type: 'error', inputs: [], name: 'InvalidAssetsRegistryAddress' },
|
|
11275
11414
|
{ type: 'error', inputs: [], name: 'InvalidInitialization' },
|
|
11276
11415
|
{
|
|
11277
11416
|
type: 'error',
|
|
@@ -11281,6 +11420,8 @@ export const lockPaymentConditionAbi = [
|
|
|
11281
11420
|
],
|
|
11282
11421
|
name: 'InvalidTransactionAmount',
|
|
11283
11422
|
},
|
|
11423
|
+
{ type: 'error', inputs: [], name: 'InvalidVaultAddress' },
|
|
11424
|
+
{ type: 'error', inputs: [], name: 'MsgValueMustBeZeroForERC20Payments' },
|
|
11284
11425
|
{
|
|
11285
11426
|
type: 'error',
|
|
11286
11427
|
inputs: [
|
|
@@ -11309,7 +11450,7 @@ export const lockPaymentConditionAbi = [
|
|
|
11309
11450
|
name: 'UnsupportedPriceTypeOption',
|
|
11310
11451
|
},
|
|
11311
11452
|
];
|
|
11312
|
-
export const lockPaymentConditionAddress = '
|
|
11453
|
+
export const lockPaymentConditionAddress = '0xfdD6acE802daECF39387d80061BA136925d28eBA';
|
|
11313
11454
|
export const lockPaymentConditionConfig = {
|
|
11314
11455
|
address: lockPaymentConditionAddress,
|
|
11315
11456
|
abi: lockPaymentConditionAbi,
|
|
@@ -11856,6 +11997,7 @@ export const nft1155BaseAbi = [
|
|
|
11856
11997
|
inputs: [{ name: 'target', internalType: 'address', type: 'address' }],
|
|
11857
11998
|
name: 'AddressEmptyCode',
|
|
11858
11999
|
},
|
|
12000
|
+
{ type: 'error', inputs: [], name: 'AuthorityCannotBeZero' },
|
|
11859
12001
|
{ type: 'error', inputs: [], name: 'ECDSAInvalidSignature' },
|
|
11860
12002
|
{
|
|
11861
12003
|
type: 'error',
|
|
@@ -11922,6 +12064,8 @@ export const nft1155BaseAbi = [
|
|
|
11922
12064
|
},
|
|
11923
12065
|
{ type: 'error', inputs: [], name: 'ERC1967NonPayable' },
|
|
11924
12066
|
{ type: 'error', inputs: [], name: 'FailedCall' },
|
|
12067
|
+
{ type: 'error', inputs: [], name: 'InvalidAssetsRegistryAddress' },
|
|
12068
|
+
{ type: 'error', inputs: [], name: 'InvalidAuthorityAddress' },
|
|
11925
12069
|
{
|
|
11926
12070
|
type: 'error',
|
|
11927
12071
|
inputs: [
|
|
@@ -11973,6 +12117,7 @@ export const nft1155BaseAbi = [
|
|
|
11973
12117
|
],
|
|
11974
12118
|
name: 'InvalidRole',
|
|
11975
12119
|
},
|
|
12120
|
+
{ type: 'error', inputs: [], name: 'InvalidVaultAddress' },
|
|
11976
12121
|
{ type: 'error', inputs: [], name: 'NotInitializing' },
|
|
11977
12122
|
{
|
|
11978
12123
|
type: 'error',
|
|
@@ -12390,6 +12535,7 @@ export const nft1155CreditsAbi = [
|
|
|
12390
12535
|
inputs: [{ name: 'target', internalType: 'address', type: 'address' }],
|
|
12391
12536
|
name: 'AddressEmptyCode',
|
|
12392
12537
|
},
|
|
12538
|
+
{ type: 'error', inputs: [], name: 'AuthorityCannotBeZero' },
|
|
12393
12539
|
{ type: 'error', inputs: [], name: 'ECDSAInvalidSignature' },
|
|
12394
12540
|
{
|
|
12395
12541
|
type: 'error',
|
|
@@ -12456,6 +12602,8 @@ export const nft1155CreditsAbi = [
|
|
|
12456
12602
|
},
|
|
12457
12603
|
{ type: 'error', inputs: [], name: 'ERC1967NonPayable' },
|
|
12458
12604
|
{ type: 'error', inputs: [], name: 'FailedCall' },
|
|
12605
|
+
{ type: 'error', inputs: [], name: 'InvalidAssetsRegistryAddress' },
|
|
12606
|
+
{ type: 'error', inputs: [], name: 'InvalidAuthorityAddress' },
|
|
12459
12607
|
{
|
|
12460
12608
|
type: 'error',
|
|
12461
12609
|
inputs: [
|
|
@@ -12507,6 +12655,7 @@ export const nft1155CreditsAbi = [
|
|
|
12507
12655
|
],
|
|
12508
12656
|
name: 'InvalidRole',
|
|
12509
12657
|
},
|
|
12658
|
+
{ type: 'error', inputs: [], name: 'InvalidVaultAddress' },
|
|
12510
12659
|
{ type: 'error', inputs: [], name: 'NotInitializing' },
|
|
12511
12660
|
{
|
|
12512
12661
|
type: 'error',
|
|
@@ -12520,7 +12669,7 @@ export const nft1155CreditsAbi = [
|
|
|
12520
12669
|
name: 'UUPSUnsupportedProxiableUUID',
|
|
12521
12670
|
},
|
|
12522
12671
|
];
|
|
12523
|
-
export const nft1155CreditsAddress = '
|
|
12672
|
+
export const nft1155CreditsAddress = '0x26B954793675ded6fA585f76F5BBBE0eD95252B5';
|
|
12524
12673
|
export const nft1155CreditsConfig = {
|
|
12525
12674
|
address: nft1155CreditsAddress,
|
|
12526
12675
|
abi: nft1155CreditsAbi,
|
|
@@ -12943,6 +13092,7 @@ export const nft1155CreditsV2Abi = [
|
|
|
12943
13092
|
inputs: [{ name: 'target', internalType: 'address', type: 'address' }],
|
|
12944
13093
|
name: 'AddressEmptyCode',
|
|
12945
13094
|
},
|
|
13095
|
+
{ type: 'error', inputs: [], name: 'AuthorityCannotBeZero' },
|
|
12946
13096
|
{ type: 'error', inputs: [], name: 'ECDSAInvalidSignature' },
|
|
12947
13097
|
{
|
|
12948
13098
|
type: 'error',
|
|
@@ -13009,6 +13159,8 @@ export const nft1155CreditsV2Abi = [
|
|
|
13009
13159
|
},
|
|
13010
13160
|
{ type: 'error', inputs: [], name: 'ERC1967NonPayable' },
|
|
13011
13161
|
{ type: 'error', inputs: [], name: 'FailedCall' },
|
|
13162
|
+
{ type: 'error', inputs: [], name: 'InvalidAssetsRegistryAddress' },
|
|
13163
|
+
{ type: 'error', inputs: [], name: 'InvalidAuthorityAddress' },
|
|
13012
13164
|
{
|
|
13013
13165
|
type: 'error',
|
|
13014
13166
|
inputs: [
|
|
@@ -13060,6 +13212,7 @@ export const nft1155CreditsV2Abi = [
|
|
|
13060
13212
|
],
|
|
13061
13213
|
name: 'InvalidRole',
|
|
13062
13214
|
},
|
|
13215
|
+
{ type: 'error', inputs: [], name: 'InvalidVaultAddress' },
|
|
13063
13216
|
{ type: 'error', inputs: [], name: 'NotInitializing' },
|
|
13064
13217
|
{
|
|
13065
13218
|
type: 'error',
|
|
@@ -13535,6 +13688,7 @@ export const nft1155ExpirableCreditsAbi = [
|
|
|
13535
13688
|
inputs: [{ name: 'target', internalType: 'address', type: 'address' }],
|
|
13536
13689
|
name: 'AddressEmptyCode',
|
|
13537
13690
|
},
|
|
13691
|
+
{ type: 'error', inputs: [], name: 'AuthorityCannotBeZero' },
|
|
13538
13692
|
{ type: 'error', inputs: [], name: 'ECDSAInvalidSignature' },
|
|
13539
13693
|
{
|
|
13540
13694
|
type: 'error',
|
|
@@ -13601,6 +13755,8 @@ export const nft1155ExpirableCreditsAbi = [
|
|
|
13601
13755
|
},
|
|
13602
13756
|
{ type: 'error', inputs: [], name: 'ERC1967NonPayable' },
|
|
13603
13757
|
{ type: 'error', inputs: [], name: 'FailedCall' },
|
|
13758
|
+
{ type: 'error', inputs: [], name: 'InvalidAssetsRegistryAddress' },
|
|
13759
|
+
{ type: 'error', inputs: [], name: 'InvalidAuthorityAddress' },
|
|
13604
13760
|
{
|
|
13605
13761
|
type: 'error',
|
|
13606
13762
|
inputs: [
|
|
@@ -13652,6 +13808,16 @@ export const nft1155ExpirableCreditsAbi = [
|
|
|
13652
13808
|
],
|
|
13653
13809
|
name: 'InvalidRole',
|
|
13654
13810
|
},
|
|
13811
|
+
{ type: 'error', inputs: [], name: 'InvalidVaultAddress' },
|
|
13812
|
+
{
|
|
13813
|
+
type: 'error',
|
|
13814
|
+
inputs: [
|
|
13815
|
+
{ name: '_from', internalType: 'address', type: 'address' },
|
|
13816
|
+
{ name: '_planId', internalType: 'uint256', type: 'uint256' },
|
|
13817
|
+
{ name: '_value', internalType: 'uint256', type: 'uint256' },
|
|
13818
|
+
],
|
|
13819
|
+
name: 'NotEnoughCreditsToBurn',
|
|
13820
|
+
},
|
|
13655
13821
|
{ type: 'error', inputs: [], name: 'NotInitializing' },
|
|
13656
13822
|
{
|
|
13657
13823
|
type: 'error',
|
|
@@ -13665,7 +13831,7 @@ export const nft1155ExpirableCreditsAbi = [
|
|
|
13665
13831
|
name: 'UUPSUnsupportedProxiableUUID',
|
|
13666
13832
|
},
|
|
13667
13833
|
];
|
|
13668
|
-
export const nft1155ExpirableCreditsAddress = '
|
|
13834
|
+
export const nft1155ExpirableCreditsAddress = '0x72A077CF4A496B57D865e7Fc6208660163348fFb';
|
|
13669
13835
|
export const nft1155ExpirableCreditsConfig = {
|
|
13670
13836
|
address: nft1155ExpirableCreditsAddress,
|
|
13671
13837
|
abi: nft1155ExpirableCreditsAbi,
|
|
@@ -14146,6 +14312,7 @@ export const nft1155ExpirableCreditsV2Abi = [
|
|
|
14146
14312
|
inputs: [{ name: 'target', internalType: 'address', type: 'address' }],
|
|
14147
14313
|
name: 'AddressEmptyCode',
|
|
14148
14314
|
},
|
|
14315
|
+
{ type: 'error', inputs: [], name: 'AuthorityCannotBeZero' },
|
|
14149
14316
|
{ type: 'error', inputs: [], name: 'ECDSAInvalidSignature' },
|
|
14150
14317
|
{
|
|
14151
14318
|
type: 'error',
|
|
@@ -14212,6 +14379,8 @@ export const nft1155ExpirableCreditsV2Abi = [
|
|
|
14212
14379
|
},
|
|
14213
14380
|
{ type: 'error', inputs: [], name: 'ERC1967NonPayable' },
|
|
14214
14381
|
{ type: 'error', inputs: [], name: 'FailedCall' },
|
|
14382
|
+
{ type: 'error', inputs: [], name: 'InvalidAssetsRegistryAddress' },
|
|
14383
|
+
{ type: 'error', inputs: [], name: 'InvalidAuthorityAddress' },
|
|
14215
14384
|
{
|
|
14216
14385
|
type: 'error',
|
|
14217
14386
|
inputs: [
|
|
@@ -14263,6 +14432,16 @@ export const nft1155ExpirableCreditsV2Abi = [
|
|
|
14263
14432
|
],
|
|
14264
14433
|
name: 'InvalidRole',
|
|
14265
14434
|
},
|
|
14435
|
+
{ type: 'error', inputs: [], name: 'InvalidVaultAddress' },
|
|
14436
|
+
{
|
|
14437
|
+
type: 'error',
|
|
14438
|
+
inputs: [
|
|
14439
|
+
{ name: '_from', internalType: 'address', type: 'address' },
|
|
14440
|
+
{ name: '_planId', internalType: 'uint256', type: 'uint256' },
|
|
14441
|
+
{ name: '_value', internalType: 'uint256', type: 'uint256' },
|
|
14442
|
+
],
|
|
14443
|
+
name: 'NotEnoughCreditsToBurn',
|
|
14444
|
+
},
|
|
14266
14445
|
{ type: 'error', inputs: [], name: 'NotInitializing' },
|
|
14267
14446
|
{
|
|
14268
14447
|
type: 'error',
|
|
@@ -14573,6 +14752,7 @@ export const nvmConfigAbi = [
|
|
|
14573
14752
|
inputs: [{ name: 'target', internalType: 'address', type: 'address' }],
|
|
14574
14753
|
name: 'AddressEmptyCode',
|
|
14575
14754
|
},
|
|
14755
|
+
{ type: 'error', inputs: [], name: 'AuthorityCannotBeZero' },
|
|
14576
14756
|
{
|
|
14577
14757
|
type: 'error',
|
|
14578
14758
|
inputs: [
|
|
@@ -14587,6 +14767,8 @@ export const nvmConfigAbi = [
|
|
|
14587
14767
|
inputs: [{ name: '_address', internalType: 'address', type: 'address' }],
|
|
14588
14768
|
name: 'InvalidAddress',
|
|
14589
14769
|
},
|
|
14770
|
+
{ type: 'error', inputs: [], name: 'InvalidAuthorityAddress' },
|
|
14771
|
+
{ type: 'error', inputs: [], name: 'InvalidDefaultFeeControllerAddress' },
|
|
14590
14772
|
{
|
|
14591
14773
|
type: 'error',
|
|
14592
14774
|
inputs: [{ name: 'feeReceiver', internalType: 'address', type: 'address' }],
|
|
@@ -14602,7 +14784,7 @@ export const nvmConfigAbi = [
|
|
|
14602
14784
|
name: 'UUPSUnsupportedProxiableUUID',
|
|
14603
14785
|
},
|
|
14604
14786
|
];
|
|
14605
|
-
export const nvmConfigAddress = '
|
|
14787
|
+
export const nvmConfigAddress = '0xd3CeF5688E699E9ead16b32c35De3DC4B8C77B6C';
|
|
14606
14788
|
export const nvmConfigConfig = {
|
|
14607
14789
|
address: nvmConfigAddress,
|
|
14608
14790
|
abi: nvmConfigAbi,
|
|
@@ -14918,6 +15100,7 @@ export const nvmConfigV2Abi = [
|
|
|
14918
15100
|
inputs: [{ name: 'target', internalType: 'address', type: 'address' }],
|
|
14919
15101
|
name: 'AddressEmptyCode',
|
|
14920
15102
|
},
|
|
15103
|
+
{ type: 'error', inputs: [], name: 'AuthorityCannotBeZero' },
|
|
14921
15104
|
{
|
|
14922
15105
|
type: 'error',
|
|
14923
15106
|
inputs: [
|
|
@@ -14932,6 +15115,8 @@ export const nvmConfigV2Abi = [
|
|
|
14932
15115
|
inputs: [{ name: '_address', internalType: 'address', type: 'address' }],
|
|
14933
15116
|
name: 'InvalidAddress',
|
|
14934
15117
|
},
|
|
15118
|
+
{ type: 'error', inputs: [], name: 'InvalidAuthorityAddress' },
|
|
15119
|
+
{ type: 'error', inputs: [], name: 'InvalidDefaultFeeControllerAddress' },
|
|
14935
15120
|
{
|
|
14936
15121
|
type: 'error',
|
|
14937
15122
|
inputs: [{ name: 'feeReceiver', internalType: 'address', type: 'address' }],
|
|
@@ -15150,6 +15335,7 @@ export const oneTimeCreatorHookAbi = [
|
|
|
15150
15335
|
inputs: [{ name: 'target', internalType: 'address', type: 'address' }],
|
|
15151
15336
|
name: 'AddressEmptyCode',
|
|
15152
15337
|
},
|
|
15338
|
+
{ type: 'error', inputs: [], name: 'AuthorityCannotBeZero' },
|
|
15153
15339
|
{
|
|
15154
15340
|
type: 'error',
|
|
15155
15341
|
inputs: [
|
|
@@ -15176,7 +15362,7 @@ export const oneTimeCreatorHookAbi = [
|
|
|
15176
15362
|
name: 'UUPSUnsupportedProxiableUUID',
|
|
15177
15363
|
},
|
|
15178
15364
|
];
|
|
15179
|
-
export const oneTimeCreatorHookAddress = '
|
|
15365
|
+
export const oneTimeCreatorHookAddress = '0x62767feeBCc0E5BcBe7DDe24BA6fC092a9f105C7';
|
|
15180
15366
|
export const oneTimeCreatorHookConfig = {
|
|
15181
15367
|
address: oneTimeCreatorHookAddress,
|
|
15182
15368
|
abi: oneTimeCreatorHookAbi,
|
|
@@ -15462,6 +15648,7 @@ export const paymentsVaultAbi = [
|
|
|
15462
15648
|
inputs: [{ name: 'target', internalType: 'address', type: 'address' }],
|
|
15463
15649
|
name: 'AddressEmptyCode',
|
|
15464
15650
|
},
|
|
15651
|
+
{ type: 'error', inputs: [], name: 'AuthorityCannotBeZero' },
|
|
15465
15652
|
{
|
|
15466
15653
|
type: 'error',
|
|
15467
15654
|
inputs: [
|
|
@@ -15495,7 +15682,7 @@ export const paymentsVaultAbi = [
|
|
|
15495
15682
|
name: 'UUPSUnsupportedProxiableUUID',
|
|
15496
15683
|
},
|
|
15497
15684
|
];
|
|
15498
|
-
export const paymentsVaultAddress = '
|
|
15685
|
+
export const paymentsVaultAddress = '0xeED34f7c35C8D0cd9056e8DC52191CeEd774dc99';
|
|
15499
15686
|
export const paymentsVaultConfig = {
|
|
15500
15687
|
address: paymentsVaultAddress,
|
|
15501
15688
|
abi: paymentsVaultAbi,
|
|
@@ -15795,6 +15982,7 @@ export const paymentsVaultV2Abi = [
|
|
|
15795
15982
|
inputs: [{ name: 'target', internalType: 'address', type: 'address' }],
|
|
15796
15983
|
name: 'AddressEmptyCode',
|
|
15797
15984
|
},
|
|
15985
|
+
{ type: 'error', inputs: [], name: 'AuthorityCannotBeZero' },
|
|
15798
15986
|
{
|
|
15799
15987
|
type: 'error',
|
|
15800
15988
|
inputs: [
|
|
@@ -16066,6 +16254,7 @@ export const protocolStandardFeesAbi = [
|
|
|
16066
16254
|
inputs: [{ name: 'target', internalType: 'address', type: 'address' }],
|
|
16067
16255
|
name: 'AddressEmptyCode',
|
|
16068
16256
|
},
|
|
16257
|
+
{ type: 'error', inputs: [], name: 'AuthorityCannotBeZero' },
|
|
16069
16258
|
{
|
|
16070
16259
|
type: 'error',
|
|
16071
16260
|
inputs: [
|
|
@@ -16085,7 +16274,7 @@ export const protocolStandardFeesAbi = [
|
|
|
16085
16274
|
name: 'UUPSUnsupportedProxiableUUID',
|
|
16086
16275
|
},
|
|
16087
16276
|
];
|
|
16088
|
-
export const protocolStandardFeesAddress = '
|
|
16277
|
+
export const protocolStandardFeesAddress = '0x74C83C8E3F0BF43D70afe0Dfdc153eA448a1af26';
|
|
16089
16278
|
export const protocolStandardFeesConfig = {
|
|
16090
16279
|
address: protocolStandardFeesAddress,
|
|
16091
16280
|
abi: protocolStandardFeesAbi,
|
|
@@ -16168,6 +16357,60 @@ export const safeErc20Abi = [
|
|
|
16168
16357
|
},
|
|
16169
16358
|
];
|
|
16170
16359
|
//////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////
|
|
16360
|
+
// SetNetworkFees
|
|
16361
|
+
//////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////
|
|
16362
|
+
export const setNetworkFeesAbi = [
|
|
16363
|
+
{
|
|
16364
|
+
type: 'function',
|
|
16365
|
+
inputs: [],
|
|
16366
|
+
name: 'IS_SCRIPT',
|
|
16367
|
+
outputs: [{ name: '', internalType: 'bool', type: 'bool' }],
|
|
16368
|
+
stateMutability: 'view',
|
|
16369
|
+
},
|
|
16370
|
+
{
|
|
16371
|
+
type: 'function',
|
|
16372
|
+
inputs: [],
|
|
16373
|
+
name: 'debug',
|
|
16374
|
+
outputs: [{ name: '', internalType: 'bool', type: 'bool' }],
|
|
16375
|
+
stateMutability: 'view',
|
|
16376
|
+
},
|
|
16377
|
+
{
|
|
16378
|
+
type: 'function',
|
|
16379
|
+
inputs: [],
|
|
16380
|
+
name: 'feeReceiver',
|
|
16381
|
+
outputs: [{ name: '', internalType: 'address', type: 'address' }],
|
|
16382
|
+
stateMutability: 'view',
|
|
16383
|
+
},
|
|
16384
|
+
{
|
|
16385
|
+
type: 'function',
|
|
16386
|
+
inputs: [],
|
|
16387
|
+
name: 'governor',
|
|
16388
|
+
outputs: [{ name: '', internalType: 'address', type: 'address' }],
|
|
16389
|
+
stateMutability: 'view',
|
|
16390
|
+
},
|
|
16391
|
+
{
|
|
16392
|
+
type: 'function',
|
|
16393
|
+
inputs: [],
|
|
16394
|
+
name: 'networkFee',
|
|
16395
|
+
outputs: [{ name: '', internalType: 'uint256', type: 'uint256' }],
|
|
16396
|
+
stateMutability: 'view',
|
|
16397
|
+
},
|
|
16398
|
+
{
|
|
16399
|
+
type: 'function',
|
|
16400
|
+
inputs: [],
|
|
16401
|
+
name: 'owner',
|
|
16402
|
+
outputs: [{ name: '', internalType: 'address', type: 'address' }],
|
|
16403
|
+
stateMutability: 'view',
|
|
16404
|
+
},
|
|
16405
|
+
{
|
|
16406
|
+
type: 'function',
|
|
16407
|
+
inputs: [],
|
|
16408
|
+
name: 'run',
|
|
16409
|
+
outputs: [],
|
|
16410
|
+
stateMutability: 'nonpayable',
|
|
16411
|
+
},
|
|
16412
|
+
];
|
|
16413
|
+
//////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////
|
|
16171
16414
|
// Strings
|
|
16172
16415
|
//////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////
|
|
16173
16416
|
export const stringsAbi = [
|
|
@@ -16324,6 +16567,7 @@ export const templateConditionAbi = [
|
|
|
16324
16567
|
inputs: [{ name: 'target', internalType: 'address', type: 'address' }],
|
|
16325
16568
|
name: 'AddressEmptyCode',
|
|
16326
16569
|
},
|
|
16570
|
+
{ type: 'error', inputs: [], name: 'AuthorityCannotBeZero' },
|
|
16327
16571
|
{
|
|
16328
16572
|
type: 'error',
|
|
16329
16573
|
inputs: [
|
|
@@ -16365,7 +16609,7 @@ export const tokenUtilsAbi = [
|
|
|
16365
16609
|
name: 'InvalidTransactionAmount',
|
|
16366
16610
|
},
|
|
16367
16611
|
];
|
|
16368
|
-
export const tokenUtilsAddress = '
|
|
16612
|
+
export const tokenUtilsAddress = '0x32a7d672bf38acFa845034585317D1BAF80C6e2e';
|
|
16369
16613
|
export const tokenUtilsConfig = {
|
|
16370
16614
|
address: tokenUtilsAddress,
|
|
16371
16615
|
abi: tokenUtilsAbi,
|
|
@@ -16559,6 +16803,7 @@ export const transferCreditsConditionAbi = [
|
|
|
16559
16803
|
inputs: [{ name: 'target', internalType: 'address', type: 'address' }],
|
|
16560
16804
|
name: 'AddressEmptyCode',
|
|
16561
16805
|
},
|
|
16806
|
+
{ type: 'error', inputs: [], name: 'AuthorityCannotBeZero' },
|
|
16562
16807
|
{
|
|
16563
16808
|
type: 'error',
|
|
16564
16809
|
inputs: [
|
|
@@ -16584,6 +16829,8 @@ export const transferCreditsConditionAbi = [
|
|
|
16584
16829
|
},
|
|
16585
16830
|
{ type: 'error', inputs: [], name: 'ERC1967NonPayable' },
|
|
16586
16831
|
{ type: 'error', inputs: [], name: 'FailedCall' },
|
|
16832
|
+
{ type: 'error', inputs: [], name: 'InvalidAgreementStoreAddress' },
|
|
16833
|
+
{ type: 'error', inputs: [], name: 'InvalidAssetsRegistryAddress' },
|
|
16587
16834
|
{
|
|
16588
16835
|
type: 'error',
|
|
16589
16836
|
inputs: [
|
|
@@ -16605,7 +16852,7 @@ export const transferCreditsConditionAbi = [
|
|
|
16605
16852
|
name: 'UUPSUnsupportedProxiableUUID',
|
|
16606
16853
|
},
|
|
16607
16854
|
];
|
|
16608
|
-
export const transferCreditsConditionAddress = '
|
|
16855
|
+
export const transferCreditsConditionAddress = '0xbfbdF6f4EbEA89e2dCcFfC590aD32e3D3949eD14';
|
|
16609
16856
|
export const transferCreditsConditionConfig = {
|
|
16610
16857
|
address: transferCreditsConditionAddress,
|
|
16611
16858
|
abi: transferCreditsConditionAbi,
|