@dcentralab/d402-client 0.4.2 → 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.js CHANGED
@@ -636,6 +636,11 @@ var sepolia_default = {
636
636
  stateMutability: "nonpayable",
637
637
  type: "constructor"
638
638
  },
639
+ {
640
+ inputs: [],
641
+ name: "AccessDenied",
642
+ type: "error"
643
+ },
639
644
  {
640
645
  inputs: [
641
646
  {
@@ -710,6 +715,11 @@ var sepolia_default = {
710
715
  name: "InvalidAmount",
711
716
  type: "error"
712
717
  },
718
+ {
719
+ inputs: [],
720
+ name: "InvalidImplementation",
721
+ type: "error"
722
+ },
713
723
  {
714
724
  inputs: [],
715
725
  name: "InvalidInitialization",
@@ -760,6 +770,11 @@ var sepolia_default = {
760
770
  name: "NotAuthorized",
761
771
  type: "error"
762
772
  },
773
+ {
774
+ inputs: [],
775
+ name: "NotCongressOrMaintainer",
776
+ type: "error"
777
+ },
763
778
  {
764
779
  inputs: [],
765
780
  name: "NotInitializing",
@@ -906,6 +921,12 @@ var sepolia_default = {
906
921
  internalType: "uint256",
907
922
  name: "amount",
908
923
  type: "uint256"
924
+ },
925
+ {
926
+ indexed: true,
927
+ internalType: "address",
928
+ name: "depositor",
929
+ type: "address"
909
930
  }
910
931
  ],
911
932
  name: "FundsDeposited",
@@ -996,6 +1017,12 @@ var sepolia_default = {
996
1017
  {
997
1018
  anonymous: false,
998
1019
  inputs: [
1020
+ {
1021
+ indexed: true,
1022
+ internalType: "address",
1023
+ name: "oldRoleManager",
1024
+ type: "address"
1025
+ },
999
1026
  {
1000
1027
  indexed: true,
1001
1028
  internalType: "address",
@@ -1134,7 +1161,7 @@ var sepolia_default = {
1134
1161
  },
1135
1162
  {
1136
1163
  inputs: [],
1137
- name: "BONDING_ROLE",
1164
+ name: "DEFAULT_ADMIN_ROLE",
1138
1165
  outputs: [
1139
1166
  {
1140
1167
  internalType: "bytes32",
@@ -1147,7 +1174,7 @@ var sepolia_default = {
1147
1174
  },
1148
1175
  {
1149
1176
  inputs: [],
1150
- name: "DEFAULT_ADMIN_ROLE",
1177
+ name: "MAINTAINER_ROLE",
1151
1178
  outputs: [
1152
1179
  {
1153
1180
  internalType: "bytes32",
@@ -1875,11 +1902,43 @@ var sepolia_default = {
1875
1902
  }
1876
1903
  ],
1877
1904
  RoleManager: [
1905
+ {
1906
+ inputs: [],
1907
+ stateMutability: "nonpayable",
1908
+ type: "constructor"
1909
+ },
1878
1910
  {
1879
1911
  inputs: [],
1880
1912
  name: "AccessControlBadConfirmation",
1881
1913
  type: "error"
1882
1914
  },
1915
+ {
1916
+ inputs: [
1917
+ {
1918
+ internalType: "uint48",
1919
+ name: "schedule",
1920
+ type: "uint48"
1921
+ }
1922
+ ],
1923
+ name: "AccessControlEnforcedDefaultAdminDelay",
1924
+ type: "error"
1925
+ },
1926
+ {
1927
+ inputs: [],
1928
+ name: "AccessControlEnforcedDefaultAdminRules",
1929
+ type: "error"
1930
+ },
1931
+ {
1932
+ inputs: [
1933
+ {
1934
+ internalType: "address",
1935
+ name: "defaultAdmin",
1936
+ type: "address"
1937
+ }
1938
+ ],
1939
+ name: "AccessControlInvalidDefaultAdmin",
1940
+ type: "error"
1941
+ },
1883
1942
  {
1884
1943
  inputs: [
1885
1944
  {
@@ -1933,11 +1992,32 @@ var sepolia_default = {
1933
1992
  name: "InvalidInitialization",
1934
1993
  type: "error"
1935
1994
  },
1995
+ {
1996
+ inputs: [],
1997
+ name: "NotAContract",
1998
+ type: "error"
1999
+ },
1936
2000
  {
1937
2001
  inputs: [],
1938
2002
  name: "NotInitializing",
1939
2003
  type: "error"
1940
2004
  },
2005
+ {
2006
+ inputs: [
2007
+ {
2008
+ internalType: "uint8",
2009
+ name: "bits",
2010
+ type: "uint8"
2011
+ },
2012
+ {
2013
+ internalType: "uint256",
2014
+ name: "value",
2015
+ type: "uint256"
2016
+ }
2017
+ ],
2018
+ name: "SafeCastOverflowedUintDowncast",
2019
+ type: "error"
2020
+ },
1941
2021
  {
1942
2022
  inputs: [],
1943
2023
  name: "UUPSUnauthorizedCallContext",
@@ -1954,6 +2034,61 @@ var sepolia_default = {
1954
2034
  name: "UUPSUnsupportedProxiableUUID",
1955
2035
  type: "error"
1956
2036
  },
2037
+ {
2038
+ inputs: [],
2039
+ name: "ZeroAddress",
2040
+ type: "error"
2041
+ },
2042
+ {
2043
+ anonymous: false,
2044
+ inputs: [],
2045
+ name: "DefaultAdminDelayChangeCanceled",
2046
+ type: "event"
2047
+ },
2048
+ {
2049
+ anonymous: false,
2050
+ inputs: [
2051
+ {
2052
+ indexed: false,
2053
+ internalType: "uint48",
2054
+ name: "newDelay",
2055
+ type: "uint48"
2056
+ },
2057
+ {
2058
+ indexed: false,
2059
+ internalType: "uint48",
2060
+ name: "effectSchedule",
2061
+ type: "uint48"
2062
+ }
2063
+ ],
2064
+ name: "DefaultAdminDelayChangeScheduled",
2065
+ type: "event"
2066
+ },
2067
+ {
2068
+ anonymous: false,
2069
+ inputs: [],
2070
+ name: "DefaultAdminTransferCanceled",
2071
+ type: "event"
2072
+ },
2073
+ {
2074
+ anonymous: false,
2075
+ inputs: [
2076
+ {
2077
+ indexed: true,
2078
+ internalType: "address",
2079
+ name: "newAdmin",
2080
+ type: "address"
2081
+ },
2082
+ {
2083
+ indexed: false,
2084
+ internalType: "uint48",
2085
+ name: "acceptSchedule",
2086
+ type: "uint48"
2087
+ }
2088
+ ],
2089
+ name: "DefaultAdminTransferScheduled",
2090
+ type: "event"
2091
+ },
1957
2092
  {
1958
2093
  anonymous: false,
1959
2094
  inputs: [
@@ -2068,6 +2203,32 @@ var sepolia_default = {
2068
2203
  stateMutability: "view",
2069
2204
  type: "function"
2070
2205
  },
2206
+ {
2207
+ inputs: [],
2208
+ name: "DEFAULT_ADMIN_TRANSFER_DELAY",
2209
+ outputs: [
2210
+ {
2211
+ internalType: "uint48",
2212
+ name: "",
2213
+ type: "uint48"
2214
+ }
2215
+ ],
2216
+ stateMutability: "view",
2217
+ type: "function"
2218
+ },
2219
+ {
2220
+ inputs: [],
2221
+ name: "FACILITATOR_ROLE",
2222
+ outputs: [
2223
+ {
2224
+ internalType: "bytes32",
2225
+ name: "",
2226
+ type: "bytes32"
2227
+ }
2228
+ ],
2229
+ stateMutability: "view",
2230
+ type: "function"
2231
+ },
2071
2232
  {
2072
2233
  inputs: [],
2073
2234
  name: "MAINTAINER_ROLE",
@@ -2094,6 +2255,26 @@ var sepolia_default = {
2094
2255
  stateMutability: "view",
2095
2256
  type: "function"
2096
2257
  },
2258
+ {
2259
+ inputs: [],
2260
+ name: "acceptDefaultAdminTransfer",
2261
+ outputs: [],
2262
+ stateMutability: "nonpayable",
2263
+ type: "function"
2264
+ },
2265
+ {
2266
+ inputs: [
2267
+ {
2268
+ internalType: "address",
2269
+ name: "facilitator",
2270
+ type: "address"
2271
+ }
2272
+ ],
2273
+ name: "addFacilitator",
2274
+ outputs: [],
2275
+ stateMutability: "nonpayable",
2276
+ type: "function"
2277
+ },
2097
2278
  {
2098
2279
  inputs: [
2099
2280
  {
@@ -2107,9 +2288,42 @@ var sepolia_default = {
2107
2288
  stateMutability: "nonpayable",
2108
2289
  type: "function"
2109
2290
  },
2291
+ {
2292
+ inputs: [
2293
+ {
2294
+ internalType: "address",
2295
+ name: "newAdmin",
2296
+ type: "address"
2297
+ }
2298
+ ],
2299
+ name: "beginDefaultAdminTransfer",
2300
+ outputs: [],
2301
+ stateMutability: "nonpayable",
2302
+ type: "function"
2303
+ },
2110
2304
  {
2111
2305
  inputs: [],
2112
- name: "getDefaultAdmin",
2306
+ name: "cancelDefaultAdminTransfer",
2307
+ outputs: [],
2308
+ stateMutability: "nonpayable",
2309
+ type: "function"
2310
+ },
2311
+ {
2312
+ inputs: [
2313
+ {
2314
+ internalType: "uint48",
2315
+ name: "newDelay",
2316
+ type: "uint48"
2317
+ }
2318
+ ],
2319
+ name: "changeDefaultAdminDelay",
2320
+ outputs: [],
2321
+ stateMutability: "nonpayable",
2322
+ type: "function"
2323
+ },
2324
+ {
2325
+ inputs: [],
2326
+ name: "defaultAdmin",
2113
2327
  outputs: [
2114
2328
  {
2115
2329
  internalType: "address",
@@ -2120,6 +2334,32 @@ var sepolia_default = {
2120
2334
  stateMutability: "view",
2121
2335
  type: "function"
2122
2336
  },
2337
+ {
2338
+ inputs: [],
2339
+ name: "defaultAdminDelay",
2340
+ outputs: [
2341
+ {
2342
+ internalType: "uint48",
2343
+ name: "",
2344
+ type: "uint48"
2345
+ }
2346
+ ],
2347
+ stateMutability: "view",
2348
+ type: "function"
2349
+ },
2350
+ {
2351
+ inputs: [],
2352
+ name: "defaultAdminDelayIncreaseWait",
2353
+ outputs: [
2354
+ {
2355
+ internalType: "uint48",
2356
+ name: "",
2357
+ type: "uint48"
2358
+ }
2359
+ ],
2360
+ stateMutability: "view",
2361
+ type: "function"
2362
+ },
2123
2363
  {
2124
2364
  inputs: [
2125
2365
  {
@@ -2261,6 +2501,55 @@ var sepolia_default = {
2261
2501
  stateMutability: "nonpayable",
2262
2502
  type: "function"
2263
2503
  },
2504
+ {
2505
+ inputs: [],
2506
+ name: "owner",
2507
+ outputs: [
2508
+ {
2509
+ internalType: "address",
2510
+ name: "",
2511
+ type: "address"
2512
+ }
2513
+ ],
2514
+ stateMutability: "view",
2515
+ type: "function"
2516
+ },
2517
+ {
2518
+ inputs: [],
2519
+ name: "pendingDefaultAdmin",
2520
+ outputs: [
2521
+ {
2522
+ internalType: "address",
2523
+ name: "newAdmin",
2524
+ type: "address"
2525
+ },
2526
+ {
2527
+ internalType: "uint48",
2528
+ name: "schedule",
2529
+ type: "uint48"
2530
+ }
2531
+ ],
2532
+ stateMutability: "view",
2533
+ type: "function"
2534
+ },
2535
+ {
2536
+ inputs: [],
2537
+ name: "pendingDefaultAdminDelay",
2538
+ outputs: [
2539
+ {
2540
+ internalType: "uint48",
2541
+ name: "newDelay",
2542
+ type: "uint48"
2543
+ },
2544
+ {
2545
+ internalType: "uint48",
2546
+ name: "schedule",
2547
+ type: "uint48"
2548
+ }
2549
+ ],
2550
+ stateMutability: "view",
2551
+ type: "function"
2552
+ },
2264
2553
  {
2265
2554
  inputs: [],
2266
2555
  name: "proxiableUUID",
@@ -2274,6 +2563,19 @@ var sepolia_default = {
2274
2563
  stateMutability: "view",
2275
2564
  type: "function"
2276
2565
  },
2566
+ {
2567
+ inputs: [
2568
+ {
2569
+ internalType: "address",
2570
+ name: "facilitator",
2571
+ type: "address"
2572
+ }
2573
+ ],
2574
+ name: "removeFacilitator",
2575
+ outputs: [],
2576
+ stateMutability: "nonpayable",
2577
+ type: "function"
2578
+ },
2277
2579
  {
2278
2580
  inputs: [
2279
2581
  {
@@ -2323,6 +2625,13 @@ var sepolia_default = {
2323
2625
  stateMutability: "nonpayable",
2324
2626
  type: "function"
2325
2627
  },
2628
+ {
2629
+ inputs: [],
2630
+ name: "rollbackDefaultAdminDelay",
2631
+ outputs: [],
2632
+ stateMutability: "nonpayable",
2633
+ type: "function"
2634
+ },
2326
2635
  {
2327
2636
  inputs: [
2328
2637
  {
@@ -2342,19 +2651,6 @@ var sepolia_default = {
2342
2651
  stateMutability: "view",
2343
2652
  type: "function"
2344
2653
  },
2345
- {
2346
- inputs: [
2347
- {
2348
- internalType: "address",
2349
- name: "newAdmin",
2350
- type: "address"
2351
- }
2352
- ],
2353
- name: "transferDefaultAdmin",
2354
- outputs: [],
2355
- stateMutability: "nonpayable",
2356
- type: "function"
2357
- },
2358
2654
  {
2359
2655
  inputs: [
2360
2656
  {
@@ -2380,6 +2676,11 @@ var sepolia_default = {
2380
2676
  stateMutability: "nonpayable",
2381
2677
  type: "constructor"
2382
2678
  },
2679
+ {
2680
+ inputs: [],
2681
+ name: "AccessDenied",
2682
+ type: "error"
2683
+ },
2383
2684
  {
2384
2685
  inputs: [
2385
2686
  {
@@ -2401,11 +2702,6 @@ var sepolia_default = {
2401
2702
  name: "ArrayLengthMismatch",
2402
2703
  type: "error"
2403
2704
  },
2404
- {
2405
- inputs: [],
2406
- name: "CannotReleaseEpochYet",
2407
- type: "error"
2408
- },
2409
2705
  {
2410
2706
  inputs: [],
2411
2707
  name: "ConsumerProviderSame",
@@ -2457,16 +2753,6 @@ var sepolia_default = {
2457
2753
  name: "EnforcedPause",
2458
2754
  type: "error"
2459
2755
  },
2460
- {
2461
- inputs: [],
2462
- name: "EpochMustBeNextOne",
2463
- type: "error"
2464
- },
2465
- {
2466
- inputs: [],
2467
- name: "EpochMustBeOne",
2468
- type: "error"
2469
- },
2470
2756
  {
2471
2757
  inputs: [],
2472
2758
  name: "ExpectedPause",
@@ -2497,11 +2783,6 @@ var sepolia_default = {
2497
2783
  name: "InvalidConsumerSignature",
2498
2784
  type: "error"
2499
2785
  },
2500
- {
2501
- inputs: [],
2502
- name: "InvalidEpoch",
2503
- type: "error"
2504
- },
2505
2786
  {
2506
2787
  inputs: [],
2507
2788
  name: "InvalidInitialization",
@@ -2527,36 +2808,11 @@ var sepolia_default = {
2527
2808
  name: "InvalidRegistrar",
2528
2809
  type: "error"
2529
2810
  },
2530
- {
2531
- inputs: [],
2532
- name: "InvalidTraiaToken",
2533
- type: "error"
2534
- },
2535
- {
2536
- inputs: [],
2537
- name: "InvalidUtilityAgentFactory",
2538
- type: "error"
2539
- },
2540
2811
  {
2541
2812
  inputs: [],
2542
2813
  name: "InvalidWallet",
2543
2814
  type: "error"
2544
2815
  },
2545
- {
2546
- inputs: [],
2547
- name: "MustWithdrawPreviousEpochsFirst",
2548
- type: "error"
2549
- },
2550
- {
2551
- inputs: [],
2552
- name: "NoFundsToRelease",
2553
- type: "error"
2554
- },
2555
- {
2556
- inputs: [],
2557
- name: "NoLockedFunds",
2558
- type: "error"
2559
- },
2560
2816
  {
2561
2817
  inputs: [],
2562
2818
  name: "NotAuthorized",
@@ -2564,12 +2820,12 @@ var sepolia_default = {
2564
2820
  },
2565
2821
  {
2566
2822
  inputs: [],
2567
- name: "NotInitializing",
2823
+ name: "NotCongressOrMaintainer",
2568
2824
  type: "error"
2569
2825
  },
2570
2826
  {
2571
2827
  inputs: [],
2572
- name: "ProviderNotRegistered",
2828
+ name: "NotInitializing",
2573
2829
  type: "error"
2574
2830
  },
2575
2831
  {
@@ -3075,6 +3331,12 @@ var sepolia_default = {
3075
3331
  {
3076
3332
  anonymous: false,
3077
3333
  inputs: [
3334
+ {
3335
+ indexed: true,
3336
+ internalType: "address",
3337
+ name: "oldRoleManager",
3338
+ type: "address"
3339
+ },
3078
3340
  {
3079
3341
  indexed: true,
3080
3342
  internalType: "address",
@@ -3145,7 +3407,7 @@ var sepolia_default = {
3145
3407
  },
3146
3408
  {
3147
3409
  inputs: [],
3148
- name: "BONDING_ROLE",
3410
+ name: "DEFAULT_ADMIN_ROLE",
3149
3411
  outputs: [
3150
3412
  {
3151
3413
  internalType: "bytes32",
@@ -3158,12 +3420,12 @@ var sepolia_default = {
3158
3420
  },
3159
3421
  {
3160
3422
  inputs: [],
3161
- name: "DEFAULT_ADMIN_ROLE",
3423
+ name: "DISPUTE_COOLDOWN",
3162
3424
  outputs: [
3163
3425
  {
3164
- internalType: "bytes32",
3426
+ internalType: "uint256",
3165
3427
  name: "",
3166
- type: "bytes32"
3428
+ type: "uint256"
3167
3429
  }
3168
3430
  ],
3169
3431
  stateMutability: "view",
@@ -3171,7 +3433,7 @@ var sepolia_default = {
3171
3433
  },
3172
3434
  {
3173
3435
  inputs: [],
3174
- name: "DISPUTE_WINDOW",
3436
+ name: "EpochDuration",
3175
3437
  outputs: [
3176
3438
  {
3177
3439
  internalType: "uint256",
@@ -3184,7 +3446,7 @@ var sepolia_default = {
3184
3446
  },
3185
3447
  {
3186
3448
  inputs: [],
3187
- name: "EpochDuration",
3449
+ name: "EpochReleaseDelay",
3188
3450
  outputs: [
3189
3451
  {
3190
3452
  internalType: "uint256",
@@ -3197,12 +3459,12 @@ var sepolia_default = {
3197
3459
  },
3198
3460
  {
3199
3461
  inputs: [],
3200
- name: "EpochReleaseDelay",
3462
+ name: "MAINTAINER_ROLE",
3201
3463
  outputs: [
3202
3464
  {
3203
- internalType: "uint256",
3465
+ internalType: "bytes32",
3204
3466
  name: "",
3205
- type: "uint256"
3467
+ type: "bytes32"
3206
3468
  }
3207
3469
  ],
3208
3470
  stateMutability: "view",
@@ -3318,35 +3580,6 @@ var sepolia_default = {
3318
3580
  stateMutability: "nonpayable",
3319
3581
  type: "function"
3320
3582
  },
3321
- {
3322
- inputs: [
3323
- {
3324
- internalType: "address",
3325
- name: "",
3326
- type: "address"
3327
- }
3328
- ],
3329
- name: "consumerReputations",
3330
- outputs: [
3331
- {
3332
- internalType: "uint256",
3333
- name: "completed",
3334
- type: "uint256"
3335
- },
3336
- {
3337
- internalType: "uint256",
3338
- name: "failed",
3339
- type: "uint256"
3340
- },
3341
- {
3342
- internalType: "int256",
3343
- name: "score",
3344
- type: "int256"
3345
- }
3346
- ],
3347
- stateMutability: "view",
3348
- type: "function"
3349
- },
3350
3583
  {
3351
3584
  inputs: [
3352
3585
  {
@@ -3912,30 +4145,6 @@ var sepolia_default = {
3912
4145
  stateMutability: "view",
3913
4146
  type: "function"
3914
4147
  },
3915
- {
3916
- inputs: [
3917
- {
3918
- internalType: "address",
3919
- name: "",
3920
- type: "address"
3921
- },
3922
- {
3923
- internalType: "address",
3924
- name: "",
3925
- type: "address"
3926
- }
3927
- ],
3928
- name: "lastWithdrawnEpoch",
3929
- outputs: [
3930
- {
3931
- internalType: "uint256",
3932
- name: "",
3933
- type: "uint256"
3934
- }
3935
- ],
3936
- stateMutability: "view",
3937
- type: "function"
3938
- },
3939
4148
  {
3940
4149
  inputs: [],
3941
4150
  name: "maxFacilitatorFee",
@@ -4562,7 +4771,7 @@ var sepolia_default = {
4562
4771
  type: "bytes32"
4563
4772
  }
4564
4773
  ],
4565
- name: "usedSignatures",
4774
+ name: "usedAuthorizations",
4566
4775
  outputs: [
4567
4776
  {
4568
4777
  internalType: "bool",
@@ -4662,6 +4871,11 @@ var sepolia_default = {
4662
4871
  stateMutability: "nonpayable",
4663
4872
  type: "constructor"
4664
4873
  },
4874
+ {
4875
+ inputs: [],
4876
+ name: "AccessDenied",
4877
+ type: "error"
4878
+ },
4665
4879
  {
4666
4880
  inputs: [
4667
4881
  {
@@ -4724,6 +4938,11 @@ var sepolia_default = {
4724
4938
  name: "InvalidParameters",
4725
4939
  type: "error"
4726
4940
  },
4941
+ {
4942
+ inputs: [],
4943
+ name: "NotCongressOrMaintainer",
4944
+ type: "error"
4945
+ },
4727
4946
  {
4728
4947
  inputs: [],
4729
4948
  name: "NotInitializing",
@@ -4794,6 +5013,12 @@ var sepolia_default = {
4794
5013
  {
4795
5014
  anonymous: false,
4796
5015
  inputs: [
5016
+ {
5017
+ indexed: true,
5018
+ internalType: "address",
5019
+ name: "oldRoleManager",
5020
+ type: "address"
5021
+ },
4797
5022
  {
4798
5023
  indexed: true,
4799
5024
  internalType: "address",
@@ -4908,7 +5133,7 @@ var sepolia_default = {
4908
5133
  },
4909
5134
  {
4910
5135
  inputs: [],
4911
- name: "BONDING_ROLE",
5136
+ name: "DEFAULT_ADMIN_ROLE",
4912
5137
  outputs: [
4913
5138
  {
4914
5139
  internalType: "bytes32",
@@ -4921,7 +5146,7 @@ var sepolia_default = {
4921
5146
  },
4922
5147
  {
4923
5148
  inputs: [],
4924
- name: "DEFAULT_ADMIN_ROLE",
5149
+ name: "MAINTAINER_ROLE",
4925
5150
  outputs: [
4926
5151
  {
4927
5152
  internalType: "bytes32",
@@ -10432,9 +10657,9 @@ var arbitrum_one_default = {
10432
10657
  // src/contracts/addresses/proxies.json
10433
10658
  var proxies_default = {
10434
10659
  sepolia: {
10435
- RoleManager: "0x71d388142EA9194e5b51Eee3FEfe3B87D494dd38",
10436
- IATPSettlementLayer: "0xB82816BA396fB06aF7076202cb5d7D9e4dACBb15",
10437
- IATPWalletFactory: "0x2A95caE178142EC53864b42891828455f45a9E01"
10660
+ RoleManager: "0x1a0e976F7955456249DBb2596B125AC88e294f2A",
10661
+ IATPSettlementLayer: "0xDe59d3Ed2fD1D58cC017Eb28E8351a30Cc15b5cB",
10662
+ IATPWalletFactory: "0xD0fACcBF7FeaB2A6d396705D0E0495aCa8b47607"
10438
10663
  },
10439
10664
  arbitrum_one: {
10440
10665
  RoleManager: "0x36db583518A2C92D371f075Ac39162bf4825Cbd0",