Skip to content

Commit a28e096

Browse files
committed
Update ABI
1 parent 4fc8d59 commit a28e096

File tree

6 files changed

+246
-102
lines changed

6 files changed

+246
-102
lines changed

solidity/abi/1.json

Lines changed: 41 additions & 17 deletions
Original file line numberDiff line numberDiff line change
@@ -2263,7 +2263,7 @@
22632263
},
22642264
{
22652265
"inputs": [],
2266-
"name": "getCairoFactRegistryExternalContract",
2266+
"name": "getCairoMockedFactRegistryFallbackContract",
22672267
"outputs": [
22682268
{
22692269
"internalType": "address",
@@ -2276,7 +2276,7 @@
22762276
},
22772277
{
22782278
"inputs": [],
2279-
"name": "getCairoMockedFactRegistryFallbackContract",
2279+
"name": "getCairoVerifiedFactRegistryContract",
22802280
"outputs": [
22812281
{
22822282
"internalType": "address",
@@ -2317,9 +2317,14 @@
23172317
"internalType": "bytes32",
23182318
"name": "factHash",
23192319
"type": "bytes32"
2320+
},
2321+
{
2322+
"internalType": "bool",
2323+
"name": "isMocked",
2324+
"type": "bool"
23202325
}
23212326
],
2322-
"name": "isCairoFactStored",
2327+
"name": "isCairoFactValid",
23232328
"outputs": [
23242329
{
23252330
"internalType": "bool",
@@ -2338,7 +2343,7 @@
23382343
"type": "bytes32"
23392344
}
23402345
],
2341-
"name": "isCairoFactValid",
2346+
"name": "isCairoMockedFactValid",
23422347
"outputs": [
23432348
{
23442349
"internalType": "bool",
@@ -2357,7 +2362,7 @@
23572362
"type": "bytes32"
23582363
}
23592364
],
2360-
"name": "isCairoFactValidForInternal",
2365+
"name": "isCairoVerifiedFactStored",
23612366
"outputs": [
23622367
{
23632368
"internalType": "bool",
@@ -2376,7 +2381,26 @@
23762381
"type": "bytes32"
23772382
}
23782383
],
2379-
"name": "isCairoMockedFactValid",
2384+
"name": "isCairoVerifiedFactValid",
2385+
"outputs": [
2386+
{
2387+
"internalType": "bool",
2388+
"name": "",
2389+
"type": "bool"
2390+
}
2391+
],
2392+
"stateMutability": "view",
2393+
"type": "function"
2394+
},
2395+
{
2396+
"inputs": [
2397+
{
2398+
"internalType": "bytes32",
2399+
"name": "factHash",
2400+
"type": "bytes32"
2401+
}
2402+
],
2403+
"name": "isCairoVerifiedFactValidForInternal",
23802404
"outputs": [
23812405
{
23822406
"internalType": "bool",
@@ -2431,25 +2455,25 @@
24312455
{
24322456
"inputs": [
24332457
{
2434-
"internalType": "address",
2435-
"name": "externalFactRegistry",
2436-
"type": "address"
2458+
"internalType": "bytes32",
2459+
"name": "factHash",
2460+
"type": "bytes32"
24372461
}
24382462
],
2439-
"name": "setCairoFactRegistryExternalContract",
2463+
"name": "setCairoMockedFact",
24402464
"outputs": [],
24412465
"stateMutability": "nonpayable",
24422466
"type": "function"
24432467
},
24442468
{
24452469
"inputs": [
24462470
{
2447-
"internalType": "bytes32",
2448-
"name": "factHash",
2449-
"type": "bytes32"
2471+
"internalType": "address",
2472+
"name": "fallbackMockedContract",
2473+
"type": "address"
24502474
}
24512475
],
2452-
"name": "setCairoMockedFact",
2476+
"name": "setCairoMockedFactRegistryFallbackContract",
24532477
"outputs": [],
24542478
"stateMutability": "nonpayable",
24552479
"type": "function"
@@ -2458,11 +2482,11 @@
24582482
"inputs": [
24592483
{
24602484
"internalType": "address",
2461-
"name": "fallbackMockedContract",
2485+
"name": "externalFactRegistry",
24622486
"type": "address"
24632487
}
24642488
],
2465-
"name": "setCairoMockedFactRegistryFallbackContract",
2489+
"name": "setCairoVerifiedFactRegistryContract",
24662490
"outputs": [],
24672491
"stateMutability": "nonpayable",
24682492
"type": "function"
@@ -2488,7 +2512,7 @@
24882512
"type": "bytes32"
24892513
}
24902514
],
2491-
"name": "storeCairoFact",
2515+
"name": "storeCairoVerifiedFact",
24922516
"outputs": [],
24932517
"stateMutability": "nonpayable",
24942518
"type": "function"

solidity/abi/11155111.json

Lines changed: 41 additions & 17 deletions
Original file line numberDiff line numberDiff line change
@@ -2263,7 +2263,7 @@
22632263
},
22642264
{
22652265
"inputs": [],
2266-
"name": "getCairoFactRegistryExternalContract",
2266+
"name": "getCairoMockedFactRegistryFallbackContract",
22672267
"outputs": [
22682268
{
22692269
"internalType": "address",
@@ -2276,7 +2276,7 @@
22762276
},
22772277
{
22782278
"inputs": [],
2279-
"name": "getCairoMockedFactRegistryFallbackContract",
2279+
"name": "getCairoVerifiedFactRegistryContract",
22802280
"outputs": [
22812281
{
22822282
"internalType": "address",
@@ -2317,9 +2317,14 @@
23172317
"internalType": "bytes32",
23182318
"name": "factHash",
23192319
"type": "bytes32"
2320+
},
2321+
{
2322+
"internalType": "bool",
2323+
"name": "isMocked",
2324+
"type": "bool"
23202325
}
23212326
],
2322-
"name": "isCairoFactStored",
2327+
"name": "isCairoFactValid",
23232328
"outputs": [
23242329
{
23252330
"internalType": "bool",
@@ -2338,7 +2343,7 @@
23382343
"type": "bytes32"
23392344
}
23402345
],
2341-
"name": "isCairoFactValid",
2346+
"name": "isCairoMockedFactValid",
23422347
"outputs": [
23432348
{
23442349
"internalType": "bool",
@@ -2357,7 +2362,7 @@
23572362
"type": "bytes32"
23582363
}
23592364
],
2360-
"name": "isCairoFactValidForInternal",
2365+
"name": "isCairoVerifiedFactStored",
23612366
"outputs": [
23622367
{
23632368
"internalType": "bool",
@@ -2376,7 +2381,26 @@
23762381
"type": "bytes32"
23772382
}
23782383
],
2379-
"name": "isCairoMockedFactValid",
2384+
"name": "isCairoVerifiedFactValid",
2385+
"outputs": [
2386+
{
2387+
"internalType": "bool",
2388+
"name": "",
2389+
"type": "bool"
2390+
}
2391+
],
2392+
"stateMutability": "view",
2393+
"type": "function"
2394+
},
2395+
{
2396+
"inputs": [
2397+
{
2398+
"internalType": "bytes32",
2399+
"name": "factHash",
2400+
"type": "bytes32"
2401+
}
2402+
],
2403+
"name": "isCairoVerifiedFactValidForInternal",
23802404
"outputs": [
23812405
{
23822406
"internalType": "bool",
@@ -2431,25 +2455,25 @@
24312455
{
24322456
"inputs": [
24332457
{
2434-
"internalType": "address",
2435-
"name": "externalFactRegistry",
2436-
"type": "address"
2458+
"internalType": "bytes32",
2459+
"name": "factHash",
2460+
"type": "bytes32"
24372461
}
24382462
],
2439-
"name": "setCairoFactRegistryExternalContract",
2463+
"name": "setCairoMockedFact",
24402464
"outputs": [],
24412465
"stateMutability": "nonpayable",
24422466
"type": "function"
24432467
},
24442468
{
24452469
"inputs": [
24462470
{
2447-
"internalType": "bytes32",
2448-
"name": "factHash",
2449-
"type": "bytes32"
2471+
"internalType": "address",
2472+
"name": "fallbackMockedContract",
2473+
"type": "address"
24502474
}
24512475
],
2452-
"name": "setCairoMockedFact",
2476+
"name": "setCairoMockedFactRegistryFallbackContract",
24532477
"outputs": [],
24542478
"stateMutability": "nonpayable",
24552479
"type": "function"
@@ -2458,11 +2482,11 @@
24582482
"inputs": [
24592483
{
24602484
"internalType": "address",
2461-
"name": "fallbackMockedContract",
2485+
"name": "externalFactRegistry",
24622486
"type": "address"
24632487
}
24642488
],
2465-
"name": "setCairoMockedFactRegistryFallbackContract",
2489+
"name": "setCairoVerifiedFactRegistryContract",
24662490
"outputs": [],
24672491
"stateMutability": "nonpayable",
24682492
"type": "function"
@@ -2488,7 +2512,7 @@
24882512
"type": "bytes32"
24892513
}
24902514
],
2491-
"name": "storeCairoFact",
2515+
"name": "storeCairoVerifiedFact",
24922516
"outputs": [],
24932517
"stateMutability": "nonpayable",
24942518
"type": "function"

0 commit comments

Comments
 (0)