Skip to content

Commit d3c56ab

Browse files
authored
Merge pull request #455 from cygnusv/main
Update mainnet registry after TACoChildApplication upgrade
2 parents 4a323ad + 89d30ab commit d3c56ab

File tree

1 file changed

+53
-27
lines changed

1 file changed

+53
-27
lines changed

deployment/artifacts/mainnet.json

Lines changed: 53 additions & 27 deletions
Original file line numberDiff line numberDiff line change
@@ -8277,25 +8277,6 @@
82778277
],
82788278
"anonymous": false
82798279
},
8280-
{
8281-
"type": "function",
8282-
"name": "activeRituals",
8283-
"stateMutability": "view",
8284-
"inputs": [
8285-
{
8286-
"name": "",
8287-
"type": "uint256",
8288-
"internalType": "uint256"
8289-
}
8290-
],
8291-
"outputs": [
8292-
{
8293-
"name": "",
8294-
"type": "uint32",
8295-
"internalType": "uint32"
8296-
}
8297-
]
8298-
},
82998280
{
83008281
"type": "function",
83018282
"name": "adjudicator",
@@ -8328,6 +8309,38 @@
83288309
}
83298310
]
83308311
},
8312+
{
8313+
"type": "function",
8314+
"name": "blockingRituals",
8315+
"stateMutability": "view",
8316+
"inputs": [
8317+
{
8318+
"name": "",
8319+
"type": "uint256",
8320+
"internalType": "uint256"
8321+
}
8322+
],
8323+
"outputs": [
8324+
{
8325+
"name": "",
8326+
"type": "uint32",
8327+
"internalType": "uint32"
8328+
}
8329+
]
8330+
},
8331+
{
8332+
"type": "function",
8333+
"name": "blockingRitualsAdmin",
8334+
"stateMutability": "view",
8335+
"inputs": [],
8336+
"outputs": [
8337+
{
8338+
"name": "",
8339+
"type": "address",
8340+
"internalType": "address"
8341+
}
8342+
]
8343+
},
83318344
{
83328345
"type": "function",
83338346
"name": "confirmOperatorAddress",
@@ -8365,7 +8378,7 @@
83658378
"internalType": "address"
83668379
},
83678380
{
8368-
"name": "_endDate",
8381+
"name": "",
83698382
"type": "uint256",
83708383
"internalType": "uint256"
83718384
}
@@ -8577,17 +8590,30 @@
85778590
},
85788591
{
85798592
"type": "function",
8580-
"name": "setActiveRituals",
8593+
"name": "setBlockingRituals",
85818594
"stateMutability": "nonpayable",
85828595
"inputs": [
85838596
{
8584-
"name": "_activeRituals",
8597+
"name": "_blockingRituals",
85858598
"type": "uint32[]",
85868599
"internalType": "uint32[]"
85878600
}
85888601
],
85898602
"outputs": []
85908603
},
8604+
{
8605+
"type": "function",
8606+
"name": "setBlockingRitualsAdmin",
8607+
"stateMutability": "nonpayable",
8608+
"inputs": [
8609+
{
8610+
"name": "_blockingRitualsAdmin",
8611+
"type": "address",
8612+
"internalType": "address"
8613+
}
8614+
],
8615+
"outputs": []
8616+
},
85918617
{
85928618
"type": "function",
85938619
"name": "stakingProviderInfo",
@@ -8626,12 +8652,12 @@
86268652
"internalType": "uint96"
86278653
},
86288654
{
8629-
"name": "endDeauthorization",
8655+
"name": "_endDeauthorization",
86308656
"type": "uint64",
86318657
"internalType": "uint64"
86328658
},
86338659
{
8634-
"name": "stub",
8660+
"name": "_stub",
86358661
"type": "uint256",
86368662
"internalType": "uint256"
86378663
},
@@ -8700,7 +8726,7 @@
87008726
"internalType": "uint96"
87018727
},
87028728
{
8703-
"name": "endDeauthorization",
8729+
"name": "",
87048730
"type": "uint64",
87058731
"internalType": "uint64"
87068732
}
@@ -8726,8 +8752,8 @@
87268752
"outputs": []
87278753
}
87288754
],
8729-
"tx_hash": "0x31474ff61017606ecb0ae534778b7eed76b357cc631c7c7e99ce2237ab9f3b50",
8730-
"block_number": 75720593,
8755+
"tx_hash": "0x3e2a52f5c1f8f7230cb347c6778767977c1f6b70526cc79565ea7c9d44463f9e",
8756+
"block_number": 82856754,
87318757
"deployer": "0x1591165F1BF8B73de7053A6BE6f239BC15076879"
87328758
}
87338759
},

0 commit comments

Comments
 (0)