@dcentralab/d402-client 0.4.0 → 0.4.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.mjs CHANGED
@@ -634,6 +634,11 @@ var sepolia_default = {
634
634
  stateMutability: "nonpayable",
635
635
  type: "constructor"
636
636
  },
637
+ {
638
+ inputs: [],
639
+ name: "AccessDenied",
640
+ type: "error"
641
+ },
637
642
  {
638
643
  inputs: [
639
644
  {
@@ -708,6 +713,11 @@ var sepolia_default = {
708
713
  name: "InvalidAmount",
709
714
  type: "error"
710
715
  },
716
+ {
717
+ inputs: [],
718
+ name: "InvalidImplementation",
719
+ type: "error"
720
+ },
711
721
  {
712
722
  inputs: [],
713
723
  name: "InvalidInitialization",
@@ -758,6 +768,11 @@ var sepolia_default = {
758
768
  name: "NotAuthorized",
759
769
  type: "error"
760
770
  },
771
+ {
772
+ inputs: [],
773
+ name: "NotCongressOrMaintainer",
774
+ type: "error"
775
+ },
761
776
  {
762
777
  inputs: [],
763
778
  name: "NotInitializing",
@@ -904,6 +919,12 @@ var sepolia_default = {
904
919
  internalType: "uint256",
905
920
  name: "amount",
906
921
  type: "uint256"
922
+ },
923
+ {
924
+ indexed: true,
925
+ internalType: "address",
926
+ name: "depositor",
927
+ type: "address"
907
928
  }
908
929
  ],
909
930
  name: "FundsDeposited",
@@ -994,6 +1015,12 @@ var sepolia_default = {
994
1015
  {
995
1016
  anonymous: false,
996
1017
  inputs: [
1018
+ {
1019
+ indexed: true,
1020
+ internalType: "address",
1021
+ name: "oldRoleManager",
1022
+ type: "address"
1023
+ },
997
1024
  {
998
1025
  indexed: true,
999
1026
  internalType: "address",
@@ -1132,7 +1159,7 @@ var sepolia_default = {
1132
1159
  },
1133
1160
  {
1134
1161
  inputs: [],
1135
- name: "BONDING_ROLE",
1162
+ name: "DEFAULT_ADMIN_ROLE",
1136
1163
  outputs: [
1137
1164
  {
1138
1165
  internalType: "bytes32",
@@ -1145,7 +1172,7 @@ var sepolia_default = {
1145
1172
  },
1146
1173
  {
1147
1174
  inputs: [],
1148
- name: "DEFAULT_ADMIN_ROLE",
1175
+ name: "MAINTAINER_ROLE",
1149
1176
  outputs: [
1150
1177
  {
1151
1178
  internalType: "bytes32",
@@ -1873,11 +1900,43 @@ var sepolia_default = {
1873
1900
  }
1874
1901
  ],
1875
1902
  RoleManager: [
1903
+ {
1904
+ inputs: [],
1905
+ stateMutability: "nonpayable",
1906
+ type: "constructor"
1907
+ },
1876
1908
  {
1877
1909
  inputs: [],
1878
1910
  name: "AccessControlBadConfirmation",
1879
1911
  type: "error"
1880
1912
  },
1913
+ {
1914
+ inputs: [
1915
+ {
1916
+ internalType: "uint48",
1917
+ name: "schedule",
1918
+ type: "uint48"
1919
+ }
1920
+ ],
1921
+ name: "AccessControlEnforcedDefaultAdminDelay",
1922
+ type: "error"
1923
+ },
1924
+ {
1925
+ inputs: [],
1926
+ name: "AccessControlEnforcedDefaultAdminRules",
1927
+ type: "error"
1928
+ },
1929
+ {
1930
+ inputs: [
1931
+ {
1932
+ internalType: "address",
1933
+ name: "defaultAdmin",
1934
+ type: "address"
1935
+ }
1936
+ ],
1937
+ name: "AccessControlInvalidDefaultAdmin",
1938
+ type: "error"
1939
+ },
1881
1940
  {
1882
1941
  inputs: [
1883
1942
  {
@@ -1931,11 +1990,32 @@ var sepolia_default = {
1931
1990
  name: "InvalidInitialization",
1932
1991
  type: "error"
1933
1992
  },
1993
+ {
1994
+ inputs: [],
1995
+ name: "NotAContract",
1996
+ type: "error"
1997
+ },
1934
1998
  {
1935
1999
  inputs: [],
1936
2000
  name: "NotInitializing",
1937
2001
  type: "error"
1938
2002
  },
2003
+ {
2004
+ inputs: [
2005
+ {
2006
+ internalType: "uint8",
2007
+ name: "bits",
2008
+ type: "uint8"
2009
+ },
2010
+ {
2011
+ internalType: "uint256",
2012
+ name: "value",
2013
+ type: "uint256"
2014
+ }
2015
+ ],
2016
+ name: "SafeCastOverflowedUintDowncast",
2017
+ type: "error"
2018
+ },
1939
2019
  {
1940
2020
  inputs: [],
1941
2021
  name: "UUPSUnauthorizedCallContext",
@@ -1952,6 +2032,61 @@ var sepolia_default = {
1952
2032
  name: "UUPSUnsupportedProxiableUUID",
1953
2033
  type: "error"
1954
2034
  },
2035
+ {
2036
+ inputs: [],
2037
+ name: "ZeroAddress",
2038
+ type: "error"
2039
+ },
2040
+ {
2041
+ anonymous: false,
2042
+ inputs: [],
2043
+ name: "DefaultAdminDelayChangeCanceled",
2044
+ type: "event"
2045
+ },
2046
+ {
2047
+ anonymous: false,
2048
+ inputs: [
2049
+ {
2050
+ indexed: false,
2051
+ internalType: "uint48",
2052
+ name: "newDelay",
2053
+ type: "uint48"
2054
+ },
2055
+ {
2056
+ indexed: false,
2057
+ internalType: "uint48",
2058
+ name: "effectSchedule",
2059
+ type: "uint48"
2060
+ }
2061
+ ],
2062
+ name: "DefaultAdminDelayChangeScheduled",
2063
+ type: "event"
2064
+ },
2065
+ {
2066
+ anonymous: false,
2067
+ inputs: [],
2068
+ name: "DefaultAdminTransferCanceled",
2069
+ type: "event"
2070
+ },
2071
+ {
2072
+ anonymous: false,
2073
+ inputs: [
2074
+ {
2075
+ indexed: true,
2076
+ internalType: "address",
2077
+ name: "newAdmin",
2078
+ type: "address"
2079
+ },
2080
+ {
2081
+ indexed: false,
2082
+ internalType: "uint48",
2083
+ name: "acceptSchedule",
2084
+ type: "uint48"
2085
+ }
2086
+ ],
2087
+ name: "DefaultAdminTransferScheduled",
2088
+ type: "event"
2089
+ },
1955
2090
  {
1956
2091
  anonymous: false,
1957
2092
  inputs: [
@@ -2066,6 +2201,32 @@ var sepolia_default = {
2066
2201
  stateMutability: "view",
2067
2202
  type: "function"
2068
2203
  },
2204
+ {
2205
+ inputs: [],
2206
+ name: "DEFAULT_ADMIN_TRANSFER_DELAY",
2207
+ outputs: [
2208
+ {
2209
+ internalType: "uint48",
2210
+ name: "",
2211
+ type: "uint48"
2212
+ }
2213
+ ],
2214
+ stateMutability: "view",
2215
+ type: "function"
2216
+ },
2217
+ {
2218
+ inputs: [],
2219
+ name: "FACILITATOR_ROLE",
2220
+ outputs: [
2221
+ {
2222
+ internalType: "bytes32",
2223
+ name: "",
2224
+ type: "bytes32"
2225
+ }
2226
+ ],
2227
+ stateMutability: "view",
2228
+ type: "function"
2229
+ },
2069
2230
  {
2070
2231
  inputs: [],
2071
2232
  name: "MAINTAINER_ROLE",
@@ -2092,6 +2253,26 @@ var sepolia_default = {
2092
2253
  stateMutability: "view",
2093
2254
  type: "function"
2094
2255
  },
2256
+ {
2257
+ inputs: [],
2258
+ name: "acceptDefaultAdminTransfer",
2259
+ outputs: [],
2260
+ stateMutability: "nonpayable",
2261
+ type: "function"
2262
+ },
2263
+ {
2264
+ inputs: [
2265
+ {
2266
+ internalType: "address",
2267
+ name: "facilitator",
2268
+ type: "address"
2269
+ }
2270
+ ],
2271
+ name: "addFacilitator",
2272
+ outputs: [],
2273
+ stateMutability: "nonpayable",
2274
+ type: "function"
2275
+ },
2095
2276
  {
2096
2277
  inputs: [
2097
2278
  {
@@ -2105,9 +2286,42 @@ var sepolia_default = {
2105
2286
  stateMutability: "nonpayable",
2106
2287
  type: "function"
2107
2288
  },
2289
+ {
2290
+ inputs: [
2291
+ {
2292
+ internalType: "address",
2293
+ name: "newAdmin",
2294
+ type: "address"
2295
+ }
2296
+ ],
2297
+ name: "beginDefaultAdminTransfer",
2298
+ outputs: [],
2299
+ stateMutability: "nonpayable",
2300
+ type: "function"
2301
+ },
2108
2302
  {
2109
2303
  inputs: [],
2110
- name: "getDefaultAdmin",
2304
+ name: "cancelDefaultAdminTransfer",
2305
+ outputs: [],
2306
+ stateMutability: "nonpayable",
2307
+ type: "function"
2308
+ },
2309
+ {
2310
+ inputs: [
2311
+ {
2312
+ internalType: "uint48",
2313
+ name: "newDelay",
2314
+ type: "uint48"
2315
+ }
2316
+ ],
2317
+ name: "changeDefaultAdminDelay",
2318
+ outputs: [],
2319
+ stateMutability: "nonpayable",
2320
+ type: "function"
2321
+ },
2322
+ {
2323
+ inputs: [],
2324
+ name: "defaultAdmin",
2111
2325
  outputs: [
2112
2326
  {
2113
2327
  internalType: "address",
@@ -2118,6 +2332,32 @@ var sepolia_default = {
2118
2332
  stateMutability: "view",
2119
2333
  type: "function"
2120
2334
  },
2335
+ {
2336
+ inputs: [],
2337
+ name: "defaultAdminDelay",
2338
+ outputs: [
2339
+ {
2340
+ internalType: "uint48",
2341
+ name: "",
2342
+ type: "uint48"
2343
+ }
2344
+ ],
2345
+ stateMutability: "view",
2346
+ type: "function"
2347
+ },
2348
+ {
2349
+ inputs: [],
2350
+ name: "defaultAdminDelayIncreaseWait",
2351
+ outputs: [
2352
+ {
2353
+ internalType: "uint48",
2354
+ name: "",
2355
+ type: "uint48"
2356
+ }
2357
+ ],
2358
+ stateMutability: "view",
2359
+ type: "function"
2360
+ },
2121
2361
  {
2122
2362
  inputs: [
2123
2363
  {
@@ -2259,6 +2499,55 @@ var sepolia_default = {
2259
2499
  stateMutability: "nonpayable",
2260
2500
  type: "function"
2261
2501
  },
2502
+ {
2503
+ inputs: [],
2504
+ name: "owner",
2505
+ outputs: [
2506
+ {
2507
+ internalType: "address",
2508
+ name: "",
2509
+ type: "address"
2510
+ }
2511
+ ],
2512
+ stateMutability: "view",
2513
+ type: "function"
2514
+ },
2515
+ {
2516
+ inputs: [],
2517
+ name: "pendingDefaultAdmin",
2518
+ outputs: [
2519
+ {
2520
+ internalType: "address",
2521
+ name: "newAdmin",
2522
+ type: "address"
2523
+ },
2524
+ {
2525
+ internalType: "uint48",
2526
+ name: "schedule",
2527
+ type: "uint48"
2528
+ }
2529
+ ],
2530
+ stateMutability: "view",
2531
+ type: "function"
2532
+ },
2533
+ {
2534
+ inputs: [],
2535
+ name: "pendingDefaultAdminDelay",
2536
+ outputs: [
2537
+ {
2538
+ internalType: "uint48",
2539
+ name: "newDelay",
2540
+ type: "uint48"
2541
+ },
2542
+ {
2543
+ internalType: "uint48",
2544
+ name: "schedule",
2545
+ type: "uint48"
2546
+ }
2547
+ ],
2548
+ stateMutability: "view",
2549
+ type: "function"
2550
+ },
2262
2551
  {
2263
2552
  inputs: [],
2264
2553
  name: "proxiableUUID",
@@ -2272,6 +2561,19 @@ var sepolia_default = {
2272
2561
  stateMutability: "view",
2273
2562
  type: "function"
2274
2563
  },
2564
+ {
2565
+ inputs: [
2566
+ {
2567
+ internalType: "address",
2568
+ name: "facilitator",
2569
+ type: "address"
2570
+ }
2571
+ ],
2572
+ name: "removeFacilitator",
2573
+ outputs: [],
2574
+ stateMutability: "nonpayable",
2575
+ type: "function"
2576
+ },
2275
2577
  {
2276
2578
  inputs: [
2277
2579
  {
@@ -2321,6 +2623,13 @@ var sepolia_default = {
2321
2623
  stateMutability: "nonpayable",
2322
2624
  type: "function"
2323
2625
  },
2626
+ {
2627
+ inputs: [],
2628
+ name: "rollbackDefaultAdminDelay",
2629
+ outputs: [],
2630
+ stateMutability: "nonpayable",
2631
+ type: "function"
2632
+ },
2324
2633
  {
2325
2634
  inputs: [
2326
2635
  {
@@ -2340,19 +2649,6 @@ var sepolia_default = {
2340
2649
  stateMutability: "view",
2341
2650
  type: "function"
2342
2651
  },
2343
- {
2344
- inputs: [
2345
- {
2346
- internalType: "address",
2347
- name: "newAdmin",
2348
- type: "address"
2349
- }
2350
- ],
2351
- name: "transferDefaultAdmin",
2352
- outputs: [],
2353
- stateMutability: "nonpayable",
2354
- type: "function"
2355
- },
2356
2652
  {
2357
2653
  inputs: [
2358
2654
  {
@@ -2378,6 +2674,11 @@ var sepolia_default = {
2378
2674
  stateMutability: "nonpayable",
2379
2675
  type: "constructor"
2380
2676
  },
2677
+ {
2678
+ inputs: [],
2679
+ name: "AccessDenied",
2680
+ type: "error"
2681
+ },
2381
2682
  {
2382
2683
  inputs: [
2383
2684
  {
@@ -2399,11 +2700,6 @@ var sepolia_default = {
2399
2700
  name: "ArrayLengthMismatch",
2400
2701
  type: "error"
2401
2702
  },
2402
- {
2403
- inputs: [],
2404
- name: "CannotReleaseEpochYet",
2405
- type: "error"
2406
- },
2407
2703
  {
2408
2704
  inputs: [],
2409
2705
  name: "ConsumerProviderSame",
@@ -2455,16 +2751,6 @@ var sepolia_default = {
2455
2751
  name: "EnforcedPause",
2456
2752
  type: "error"
2457
2753
  },
2458
- {
2459
- inputs: [],
2460
- name: "EpochMustBeNextOne",
2461
- type: "error"
2462
- },
2463
- {
2464
- inputs: [],
2465
- name: "EpochMustBeOne",
2466
- type: "error"
2467
- },
2468
2754
  {
2469
2755
  inputs: [],
2470
2756
  name: "ExpectedPause",
@@ -2495,11 +2781,6 @@ var sepolia_default = {
2495
2781
  name: "InvalidConsumerSignature",
2496
2782
  type: "error"
2497
2783
  },
2498
- {
2499
- inputs: [],
2500
- name: "InvalidEpoch",
2501
- type: "error"
2502
- },
2503
2784
  {
2504
2785
  inputs: [],
2505
2786
  name: "InvalidInitialization",
@@ -2525,36 +2806,11 @@ var sepolia_default = {
2525
2806
  name: "InvalidRegistrar",
2526
2807
  type: "error"
2527
2808
  },
2528
- {
2529
- inputs: [],
2530
- name: "InvalidTraiaToken",
2531
- type: "error"
2532
- },
2533
- {
2534
- inputs: [],
2535
- name: "InvalidUtilityAgentFactory",
2536
- type: "error"
2537
- },
2538
2809
  {
2539
2810
  inputs: [],
2540
2811
  name: "InvalidWallet",
2541
2812
  type: "error"
2542
2813
  },
2543
- {
2544
- inputs: [],
2545
- name: "MustWithdrawPreviousEpochsFirst",
2546
- type: "error"
2547
- },
2548
- {
2549
- inputs: [],
2550
- name: "NoFundsToRelease",
2551
- type: "error"
2552
- },
2553
- {
2554
- inputs: [],
2555
- name: "NoLockedFunds",
2556
- type: "error"
2557
- },
2558
2814
  {
2559
2815
  inputs: [],
2560
2816
  name: "NotAuthorized",
@@ -2562,12 +2818,12 @@ var sepolia_default = {
2562
2818
  },
2563
2819
  {
2564
2820
  inputs: [],
2565
- name: "NotInitializing",
2821
+ name: "NotCongressOrMaintainer",
2566
2822
  type: "error"
2567
2823
  },
2568
2824
  {
2569
2825
  inputs: [],
2570
- name: "ProviderNotRegistered",
2826
+ name: "NotInitializing",
2571
2827
  type: "error"
2572
2828
  },
2573
2829
  {
@@ -3073,6 +3329,12 @@ var sepolia_default = {
3073
3329
  {
3074
3330
  anonymous: false,
3075
3331
  inputs: [
3332
+ {
3333
+ indexed: true,
3334
+ internalType: "address",
3335
+ name: "oldRoleManager",
3336
+ type: "address"
3337
+ },
3076
3338
  {
3077
3339
  indexed: true,
3078
3340
  internalType: "address",
@@ -3143,7 +3405,7 @@ var sepolia_default = {
3143
3405
  },
3144
3406
  {
3145
3407
  inputs: [],
3146
- name: "BONDING_ROLE",
3408
+ name: "DEFAULT_ADMIN_ROLE",
3147
3409
  outputs: [
3148
3410
  {
3149
3411
  internalType: "bytes32",
@@ -3156,12 +3418,12 @@ var sepolia_default = {
3156
3418
  },
3157
3419
  {
3158
3420
  inputs: [],
3159
- name: "DEFAULT_ADMIN_ROLE",
3421
+ name: "DISPUTE_COOLDOWN",
3160
3422
  outputs: [
3161
3423
  {
3162
- internalType: "bytes32",
3424
+ internalType: "uint256",
3163
3425
  name: "",
3164
- type: "bytes32"
3426
+ type: "uint256"
3165
3427
  }
3166
3428
  ],
3167
3429
  stateMutability: "view",
@@ -3169,7 +3431,7 @@ var sepolia_default = {
3169
3431
  },
3170
3432
  {
3171
3433
  inputs: [],
3172
- name: "DISPUTE_WINDOW",
3434
+ name: "EpochDuration",
3173
3435
  outputs: [
3174
3436
  {
3175
3437
  internalType: "uint256",
@@ -3182,7 +3444,7 @@ var sepolia_default = {
3182
3444
  },
3183
3445
  {
3184
3446
  inputs: [],
3185
- name: "EpochDuration",
3447
+ name: "EpochReleaseDelay",
3186
3448
  outputs: [
3187
3449
  {
3188
3450
  internalType: "uint256",
@@ -3195,12 +3457,12 @@ var sepolia_default = {
3195
3457
  },
3196
3458
  {
3197
3459
  inputs: [],
3198
- name: "EpochReleaseDelay",
3460
+ name: "MAINTAINER_ROLE",
3199
3461
  outputs: [
3200
3462
  {
3201
- internalType: "uint256",
3463
+ internalType: "bytes32",
3202
3464
  name: "",
3203
- type: "uint256"
3465
+ type: "bytes32"
3204
3466
  }
3205
3467
  ],
3206
3468
  stateMutability: "view",
@@ -3316,35 +3578,6 @@ var sepolia_default = {
3316
3578
  stateMutability: "nonpayable",
3317
3579
  type: "function"
3318
3580
  },
3319
- {
3320
- inputs: [
3321
- {
3322
- internalType: "address",
3323
- name: "",
3324
- type: "address"
3325
- }
3326
- ],
3327
- name: "consumerReputations",
3328
- outputs: [
3329
- {
3330
- internalType: "uint256",
3331
- name: "completed",
3332
- type: "uint256"
3333
- },
3334
- {
3335
- internalType: "uint256",
3336
- name: "failed",
3337
- type: "uint256"
3338
- },
3339
- {
3340
- internalType: "int256",
3341
- name: "score",
3342
- type: "int256"
3343
- }
3344
- ],
3345
- stateMutability: "view",
3346
- type: "function"
3347
- },
3348
3581
  {
3349
3582
  inputs: [
3350
3583
  {
@@ -3910,30 +4143,6 @@ var sepolia_default = {
3910
4143
  stateMutability: "view",
3911
4144
  type: "function"
3912
4145
  },
3913
- {
3914
- inputs: [
3915
- {
3916
- internalType: "address",
3917
- name: "",
3918
- type: "address"
3919
- },
3920
- {
3921
- internalType: "address",
3922
- name: "",
3923
- type: "address"
3924
- }
3925
- ],
3926
- name: "lastWithdrawnEpoch",
3927
- outputs: [
3928
- {
3929
- internalType: "uint256",
3930
- name: "",
3931
- type: "uint256"
3932
- }
3933
- ],
3934
- stateMutability: "view",
3935
- type: "function"
3936
- },
3937
4146
  {
3938
4147
  inputs: [],
3939
4148
  name: "maxFacilitatorFee",
@@ -4560,7 +4769,7 @@ var sepolia_default = {
4560
4769
  type: "bytes32"
4561
4770
  }
4562
4771
  ],
4563
- name: "usedSignatures",
4772
+ name: "usedAuthorizations",
4564
4773
  outputs: [
4565
4774
  {
4566
4775
  internalType: "bool",
@@ -4660,6 +4869,11 @@ var sepolia_default = {
4660
4869
  stateMutability: "nonpayable",
4661
4870
  type: "constructor"
4662
4871
  },
4872
+ {
4873
+ inputs: [],
4874
+ name: "AccessDenied",
4875
+ type: "error"
4876
+ },
4663
4877
  {
4664
4878
  inputs: [
4665
4879
  {
@@ -4722,6 +4936,11 @@ var sepolia_default = {
4722
4936
  name: "InvalidParameters",
4723
4937
  type: "error"
4724
4938
  },
4939
+ {
4940
+ inputs: [],
4941
+ name: "NotCongressOrMaintainer",
4942
+ type: "error"
4943
+ },
4725
4944
  {
4726
4945
  inputs: [],
4727
4946
  name: "NotInitializing",
@@ -4792,6 +5011,12 @@ var sepolia_default = {
4792
5011
  {
4793
5012
  anonymous: false,
4794
5013
  inputs: [
5014
+ {
5015
+ indexed: true,
5016
+ internalType: "address",
5017
+ name: "oldRoleManager",
5018
+ type: "address"
5019
+ },
4795
5020
  {
4796
5021
  indexed: true,
4797
5022
  internalType: "address",
@@ -4906,7 +5131,7 @@ var sepolia_default = {
4906
5131
  },
4907
5132
  {
4908
5133
  inputs: [],
4909
- name: "BONDING_ROLE",
5134
+ name: "DEFAULT_ADMIN_ROLE",
4910
5135
  outputs: [
4911
5136
  {
4912
5137
  internalType: "bytes32",
@@ -4919,7 +5144,7 @@ var sepolia_default = {
4919
5144
  },
4920
5145
  {
4921
5146
  inputs: [],
4922
- name: "DEFAULT_ADMIN_ROLE",
5147
+ name: "MAINTAINER_ROLE",
4923
5148
  outputs: [
4924
5149
  {
4925
5150
  internalType: "bytes32",
@@ -10430,9 +10655,9 @@ var arbitrum_one_default = {
10430
10655
  // src/contracts/addresses/proxies.json
10431
10656
  var proxies_default = {
10432
10657
  sepolia: {
10433
- RoleManager: "0x71d388142EA9194e5b51Eee3FEfe3B87D494dd38",
10434
- IATPSettlementLayer: "0xB82816BA396fB06aF7076202cb5d7D9e4dACBb15",
10435
- IATPWalletFactory: "0x2A95caE178142EC53864b42891828455f45a9E01"
10658
+ RoleManager: "0x1a0e976F7955456249DBb2596B125AC88e294f2A",
10659
+ IATPSettlementLayer: "0xDe59d3Ed2fD1D58cC017Eb28E8351a30Cc15b5cB",
10660
+ IATPWalletFactory: "0xD0fACcBF7FeaB2A6d396705D0E0495aCa8b47607"
10436
10661
  },
10437
10662
  arbitrum_one: {
10438
10663
  RoleManager: "0x36db583518A2C92D371f075Ac39162bf4825Cbd0",