Skip to content

Commit 222b832

Browse files
committed
chore: published @kleros/[email protected]
1 parent 1b9cc64 commit 222b832

File tree

3 files changed

+76
-20
lines changed

3 files changed

+76
-20
lines changed

contracts/deployments/arbitrumSepoliaDevnet.ts

Lines changed: 33 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -8231,6 +8231,13 @@ export default {
82318231
stateMutability: "nonpayable",
82328232
type: "function",
82338233
},
8234+
{
8235+
inputs: [],
8236+
name: "initialize7",
8237+
outputs: [],
8238+
stateMutability: "nonpayable",
8239+
type: "function",
8240+
},
82348241
{
82358242
inputs: [
82368243
{
@@ -9453,6 +9460,13 @@ export default {
94539460
stateMutability: "nonpayable",
94549461
type: "function",
94559462
},
9463+
{
9464+
inputs: [],
9465+
name: "initialize7",
9466+
outputs: [],
9467+
stateMutability: "nonpayable",
9468+
type: "function",
9469+
},
94569470
{
94579471
inputs: [
94589472
{
@@ -9611,7 +9625,7 @@ export default {
96119625
],
96129626
},
96139627
DisputeKitGatedShutter_Implementation: {
9614-
address: "0xAcf0eAa29419EA5523d0b672267781b09e69eD1d",
9628+
address: "0xC344C28493C51023E5504B6c7f1E86C0fB43C645",
96159629
abi: [
96169630
{
96179631
inputs: [],
@@ -10672,6 +10686,13 @@ export default {
1067210686
stateMutability: "nonpayable",
1067310687
type: "function",
1067410688
},
10689+
{
10690+
inputs: [],
10691+
name: "initialize7",
10692+
outputs: [],
10693+
stateMutability: "nonpayable",
10694+
type: "function",
10695+
},
1067510696
{
1067610697
inputs: [
1067710698
{
@@ -10843,7 +10864,7 @@ export default {
1084310864
],
1084410865
},
1084510866
DisputeKitGated_Implementation: {
10846-
address: "0x89BF27c2148873E0ae4d8c6253C2e4423dF959aF",
10867+
address: "0x4D5Eb5D5b6c270Be8050Cfe93f85324AFb914258",
1084710868
abi: [
1084810869
{
1084910870
inputs: [],
@@ -11830,6 +11851,13 @@ export default {
1183011851
stateMutability: "nonpayable",
1183111852
type: "function",
1183211853
},
11854+
{
11855+
inputs: [],
11856+
name: "initialize7",
11857+
outputs: [],
11858+
stateMutability: "nonpayable",
11859+
type: "function",
11860+
},
1183311861
{
1183411862
inputs: [
1183511863
{
@@ -29249,7 +29277,7 @@ export default {
2924929277
},
2925029278
{
2925129279
inputs: [],
29252-
name: "initialize3",
29280+
name: "initialize4",
2925329281
outputs: [],
2925429282
stateMutability: "nonpayable",
2925529283
type: "function",
@@ -30885,7 +30913,7 @@ export default {
3088530913
],
3088630914
},
3088730915
SortitionModule_Implementation: {
30888-
address: "0xBe984dc03B4A8d5135BCc07b46fdB867e02BA1F3",
30916+
address: "0x8a26445989c944C58503275ad87Ab4d7b17d4F1e",
3088930917
abi: [
3089030918
{
3089130919
inputs: [],
@@ -31443,7 +31471,7 @@ export default {
3144331471
},
3144431472
{
3144531473
inputs: [],
31446-
name: "initialize3",
31474+
name: "initialize4",
3144731475
outputs: [],
3144831476
stateMutability: "nonpayable",
3144931477
type: "function",

contracts/deployments/devnet.viem.ts

Lines changed: 42 additions & 14 deletions
Original file line numberDiff line numberDiff line change
@@ -4941,6 +4941,13 @@ export const disputeKitGatedAbi = [
49414941
outputs: [],
49424942
stateMutability: "nonpayable",
49434943
},
4944+
{
4945+
type: "function",
4946+
inputs: [],
4947+
name: "initialize7",
4948+
outputs: [],
4949+
stateMutability: "nonpayable",
4950+
},
49444951
{
49454952
type: "function",
49464953
inputs: [{ name: "_coreDisputeID", internalType: "uint256", type: "uint256" }],
@@ -5625,6 +5632,13 @@ export const disputeKitGatedShutterAbi = [
56255632
outputs: [],
56265633
stateMutability: "nonpayable",
56275634
},
5635+
{
5636+
type: "function",
5637+
inputs: [],
5638+
name: "initialize7",
5639+
outputs: [],
5640+
stateMutability: "nonpayable",
5641+
},
56285642
{
56295643
type: "function",
56305644
inputs: [{ name: "_coreDisputeID", internalType: "uint256", type: "uint256" }],
@@ -5720,7 +5734,7 @@ export const disputeKitGatedShutterConfig = {
57205734
//////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////
57215735

57225736
/**
5723-
* [__View Contract on Arbitrum Sepolia Arbiscan__](https://sepolia.arbiscan.io/address/0xAcf0eAa29419EA5523d0b672267781b09e69eD1d)
5737+
* [__View Contract on Arbitrum Sepolia Arbiscan__](https://sepolia.arbiscan.io/address/0xC344C28493C51023E5504B6c7f1E86C0fB43C645)
57245738
*/
57255739
export const disputeKitGatedShutterImplementationAbi = [
57265740
{ type: "constructor", inputs: [], stateMutability: "nonpayable" },
@@ -6308,6 +6322,13 @@ export const disputeKitGatedShutterImplementationAbi = [
63086322
outputs: [],
63096323
stateMutability: "nonpayable",
63106324
},
6325+
{
6326+
type: "function",
6327+
inputs: [],
6328+
name: "initialize7",
6329+
outputs: [],
6330+
stateMutability: "nonpayable",
6331+
},
63116332
{
63126333
type: "function",
63136334
inputs: [{ name: "_coreDisputeID", internalType: "uint256", type: "uint256" }],
@@ -6376,14 +6397,14 @@ export const disputeKitGatedShutterImplementationAbi = [
63766397
] as const;
63776398

63786399
/**
6379-
* [__View Contract on Arbitrum Sepolia Arbiscan__](https://sepolia.arbiscan.io/address/0xAcf0eAa29419EA5523d0b672267781b09e69eD1d)
6400+
* [__View Contract on Arbitrum Sepolia Arbiscan__](https://sepolia.arbiscan.io/address/0xC344C28493C51023E5504B6c7f1E86C0fB43C645)
63806401
*/
63816402
export const disputeKitGatedShutterImplementationAddress = {
6382-
421614: "0xAcf0eAa29419EA5523d0b672267781b09e69eD1d",
6403+
421614: "0xC344C28493C51023E5504B6c7f1E86C0fB43C645",
63836404
} as const;
63846405

63856406
/**
6386-
* [__View Contract on Arbitrum Sepolia Arbiscan__](https://sepolia.arbiscan.io/address/0xAcf0eAa29419EA5523d0b672267781b09e69eD1d)
6407+
* [__View Contract on Arbitrum Sepolia Arbiscan__](https://sepolia.arbiscan.io/address/0xC344C28493C51023E5504B6c7f1E86C0fB43C645)
63876408
*/
63886409
export const disputeKitGatedShutterImplementationConfig = {
63896410
address: disputeKitGatedShutterImplementationAddress,
@@ -6430,7 +6451,7 @@ export const disputeKitGatedShutterProxyConfig = {
64306451
//////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////
64316452

64326453
/**
6433-
* [__View Contract on Arbitrum Sepolia Arbiscan__](https://sepolia.arbiscan.io/address/0x89BF27c2148873E0ae4d8c6253C2e4423dF959aF)
6454+
* [__View Contract on Arbitrum Sepolia Arbiscan__](https://sepolia.arbiscan.io/address/0x4D5Eb5D5b6c270Be8050Cfe93f85324AFb914258)
64346455
*/
64356456
export const disputeKitGatedImplementationAbi = [
64366457
{ type: "constructor", inputs: [], stateMutability: "nonpayable" },
@@ -6966,6 +6987,13 @@ export const disputeKitGatedImplementationAbi = [
69666987
outputs: [],
69676988
stateMutability: "nonpayable",
69686989
},
6990+
{
6991+
type: "function",
6992+
inputs: [],
6993+
name: "initialize7",
6994+
outputs: [],
6995+
stateMutability: "nonpayable",
6996+
},
69696997
{
69706998
type: "function",
69716999
inputs: [{ name: "_coreDisputeID", internalType: "uint256", type: "uint256" }],
@@ -7034,14 +7062,14 @@ export const disputeKitGatedImplementationAbi = [
70347062
] as const;
70357063

70367064
/**
7037-
* [__View Contract on Arbitrum Sepolia Arbiscan__](https://sepolia.arbiscan.io/address/0x89BF27c2148873E0ae4d8c6253C2e4423dF959aF)
7065+
* [__View Contract on Arbitrum Sepolia Arbiscan__](https://sepolia.arbiscan.io/address/0x4D5Eb5D5b6c270Be8050Cfe93f85324AFb914258)
70387066
*/
70397067
export const disputeKitGatedImplementationAddress = {
7040-
421614: "0x89BF27c2148873E0ae4d8c6253C2e4423dF959aF",
7068+
421614: "0x4D5Eb5D5b6c270Be8050Cfe93f85324AFb914258",
70417069
} as const;
70427070

70437071
/**
7044-
* [__View Contract on Arbitrum Sepolia Arbiscan__](https://sepolia.arbiscan.io/address/0x89BF27c2148873E0ae4d8c6253C2e4423dF959aF)
7072+
* [__View Contract on Arbitrum Sepolia Arbiscan__](https://sepolia.arbiscan.io/address/0x4D5Eb5D5b6c270Be8050Cfe93f85324AFb914258)
70457073
*/
70467074
export const disputeKitGatedImplementationConfig = {
70477075
address: disputeKitGatedImplementationAddress,
@@ -19188,7 +19216,7 @@ export const sortitionModuleAbi = [
1918819216
{
1918919217
type: "function",
1919019218
inputs: [],
19191-
name: "initialize3",
19219+
name: "initialize4",
1919219220
outputs: [],
1919319221
stateMutability: "nonpayable",
1919419222
},
@@ -20162,7 +20190,7 @@ export const sortitionModuleUniversityProxyConfig = {
2016220190
//////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////
2016320191

2016420192
/**
20165-
* [__View Contract on Arbitrum Sepolia Arbiscan__](https://sepolia.arbiscan.io/address/0xBe984dc03B4A8d5135BCc07b46fdB867e02BA1F3)
20193+
* [__View Contract on Arbitrum Sepolia Arbiscan__](https://sepolia.arbiscan.io/address/0x8a26445989c944C58503275ad87Ab4d7b17d4F1e)
2016620194
*/
2016720195
export const sortitionModuleImplementationAbi = [
2016820196
{ type: "constructor", inputs: [], stateMutability: "nonpayable" },
@@ -20495,7 +20523,7 @@ export const sortitionModuleImplementationAbi = [
2049520523
{
2049620524
type: "function",
2049720525
inputs: [],
20498-
name: "initialize3",
20526+
name: "initialize4",
2049920527
outputs: [],
2050020528
stateMutability: "nonpayable",
2050120529
},
@@ -20732,14 +20760,14 @@ export const sortitionModuleImplementationAbi = [
2073220760
] as const;
2073320761

2073420762
/**
20735-
* [__View Contract on Arbitrum Sepolia Arbiscan__](https://sepolia.arbiscan.io/address/0xBe984dc03B4A8d5135BCc07b46fdB867e02BA1F3)
20763+
* [__View Contract on Arbitrum Sepolia Arbiscan__](https://sepolia.arbiscan.io/address/0x8a26445989c944C58503275ad87Ab4d7b17d4F1e)
2073620764
*/
2073720765
export const sortitionModuleImplementationAddress = {
20738-
421614: "0xBe984dc03B4A8d5135BCc07b46fdB867e02BA1F3",
20766+
421614: "0x8a26445989c944C58503275ad87Ab4d7b17d4F1e",
2073920767
} as const;
2074020768

2074120769
/**
20742-
* [__View Contract on Arbitrum Sepolia Arbiscan__](https://sepolia.arbiscan.io/address/0xBe984dc03B4A8d5135BCc07b46fdB867e02BA1F3)
20770+
* [__View Contract on Arbitrum Sepolia Arbiscan__](https://sepolia.arbiscan.io/address/0x8a26445989c944C58503275ad87Ab4d7b17d4F1e)
2074320771
*/
2074420772
export const sortitionModuleImplementationConfig = {
2074520773
address: sortitionModuleImplementationAddress,

contracts/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@kleros/kleros-v2-contracts",
3-
"version": "0.9.4",
3+
"version": "0.10.0",
44
"description": "Smart contracts for Kleros version 2",
55
"main": "./cjs/deployments/index.js",
66
"module": "./esm/deployments/index.js",

0 commit comments

Comments
 (0)