All checks were successful
API Endpoint Tests / test-api-endpoints (push) Successful in 38s
Integration Tests / test-service-integration (push) Successful in 43s
Package Tests / test-python-packages (map[name:aitbc-core path:packages/py/aitbc-core]) (push) Successful in 21s
Package Tests / test-python-packages (map[name:aitbc-agent-sdk path:packages/py/aitbc-agent-sdk]) (push) Successful in 36s
Package Tests / test-python-packages (map[name:aitbc-crypto path:packages/py/aitbc-crypto]) (push) Successful in 19s
Package Tests / test-python-packages (map[name:aitbc-sdk path:packages/py/aitbc-sdk]) (push) Successful in 20s
Package Tests / test-javascript-packages (map[name:aitbc-sdk-js path:packages/js/aitbc-sdk]) (push) Successful in 16s
Python Tests / test-python (push) Successful in 1m4s
Package Tests / test-javascript-packages (map[name:aitbc-token path:packages/solidity/aitbc-token]) (push) Successful in 1m13s
Rust ZK Components Tests / test-rust-zk (push) Successful in 44s
Security Scanning / security-scan (push) Successful in 42s
Smart Contract Tests / test-solidity (map[name:aitbc-token path:packages/solidity/aitbc-token]) (push) Successful in 39s
Smart Contract Tests / test-solidity (map[name:zk-circuits path:apps/zk-circuits]) (push) Successful in 44s
Smart Contract Tests / lint-solidity (push) Successful in 48s
Service health checks: - Exchange API uses /api/health not /health — updated test script and workflow wait loops to check /api/health as fallback - Increased wait time to 2s intervals, 15 retries for service readiness - Performance tests now hit /health endpoints (not root /) Hardhat compilation: - aitbc-token was missing peer deps for @nomicfoundation/hardhat-toolbox - Installed all 11 required peer packages (ethers, typechain, etc.) - Contracts now compile (19 Solidity files) and all 17 tests pass Rust workflow: - Fixed HOME mismatch: gitea-runner HOME=/opt/gitea-runner vs euid root HOME=/root — explicitly set HOME=/root in all steps - Set RUSTUP_HOME and CARGO_HOME for consistent toolchain location Mypy type annotations (aitbc-agent-sdk): - agent.py: narrow key types to RSA (isinstance check before sign/verify), fix supported_models Optional type, add __post_init__ return type - compute_provider.py: add return types to all methods, declare pricing_model/dynamic_pricing attrs, rename register→create_provider to avoid signature conflict with parent, fix Optional safety - swarm_coordinator.py: add return types to all 8 untyped methods
726 lines
19 KiB
JSON
726 lines
19 KiB
JSON
{
|
|
"_format": "hh-sol-cache-2",
|
|
"files": {
|
|
"/opt/aitbc/packages/solidity/aitbc-token/contracts/AIToken.sol": {
|
|
"lastModificationDate": 1774686815247,
|
|
"contentHash": "9da3e499c2dda7c4cfdc56c633b86873",
|
|
"sourceName": "contracts/AIToken.sol",
|
|
"solcConfig": {
|
|
"version": "0.8.25",
|
|
"settings": {
|
|
"optimizer": {
|
|
"enabled": true,
|
|
"runs": 200
|
|
},
|
|
"evmVersion": "cancun",
|
|
"outputSelection": {
|
|
"*": {
|
|
"*": [
|
|
"abi",
|
|
"evm.bytecode",
|
|
"evm.deployedBytecode",
|
|
"evm.methodIdentifiers",
|
|
"metadata"
|
|
],
|
|
"": [
|
|
"ast"
|
|
]
|
|
}
|
|
}
|
|
}
|
|
},
|
|
"imports": [
|
|
"@openzeppelin/contracts/token/ERC20/ERC20.sol",
|
|
"@openzeppelin/contracts/access/AccessControl.sol",
|
|
"@openzeppelin/contracts/utils/cryptography/ECDSA.sol",
|
|
"@openzeppelin/contracts/utils/cryptography/MessageHashUtils.sol"
|
|
],
|
|
"versionPragmas": [
|
|
"^0.8.24"
|
|
],
|
|
"artifacts": [
|
|
"AIToken"
|
|
]
|
|
},
|
|
"/opt/aitbc/packages/solidity/aitbc-token/node_modules/@openzeppelin/contracts/access/AccessControl.sol": {
|
|
"lastModificationDate": 1774782027955,
|
|
"contentHash": "798a29e3c30dbd3eda1a67add26571e2",
|
|
"sourceName": "@openzeppelin/contracts/access/AccessControl.sol",
|
|
"solcConfig": {
|
|
"version": "0.8.25",
|
|
"settings": {
|
|
"optimizer": {
|
|
"enabled": true,
|
|
"runs": 200
|
|
},
|
|
"evmVersion": "cancun",
|
|
"outputSelection": {
|
|
"*": {
|
|
"*": [
|
|
"abi",
|
|
"evm.bytecode",
|
|
"evm.deployedBytecode",
|
|
"evm.methodIdentifiers",
|
|
"metadata"
|
|
],
|
|
"": [
|
|
"ast"
|
|
]
|
|
}
|
|
}
|
|
}
|
|
},
|
|
"imports": [
|
|
"./IAccessControl.sol",
|
|
"../utils/Context.sol",
|
|
"../utils/introspection/ERC165.sol"
|
|
],
|
|
"versionPragmas": [
|
|
"^0.8.20"
|
|
],
|
|
"artifacts": [
|
|
"AccessControl"
|
|
]
|
|
},
|
|
"/opt/aitbc/packages/solidity/aitbc-token/node_modules/@openzeppelin/contracts/utils/cryptography/ECDSA.sol": {
|
|
"lastModificationDate": 1774782027963,
|
|
"contentHash": "b038f3665d2262af34fe6009e3cd78dd",
|
|
"sourceName": "@openzeppelin/contracts/utils/cryptography/ECDSA.sol",
|
|
"solcConfig": {
|
|
"version": "0.8.25",
|
|
"settings": {
|
|
"optimizer": {
|
|
"enabled": true,
|
|
"runs": 200
|
|
},
|
|
"evmVersion": "cancun",
|
|
"outputSelection": {
|
|
"*": {
|
|
"*": [
|
|
"abi",
|
|
"evm.bytecode",
|
|
"evm.deployedBytecode",
|
|
"evm.methodIdentifiers",
|
|
"metadata"
|
|
],
|
|
"": [
|
|
"ast"
|
|
]
|
|
}
|
|
}
|
|
}
|
|
},
|
|
"imports": [],
|
|
"versionPragmas": [
|
|
"^0.8.20"
|
|
],
|
|
"artifacts": [
|
|
"ECDSA"
|
|
]
|
|
},
|
|
"/opt/aitbc/packages/solidity/aitbc-token/node_modules/@openzeppelin/contracts/token/ERC20/ERC20.sol": {
|
|
"lastModificationDate": 1774782027967,
|
|
"contentHash": "d15c4d05583536e080f1960ab282772d",
|
|
"sourceName": "@openzeppelin/contracts/token/ERC20/ERC20.sol",
|
|
"solcConfig": {
|
|
"version": "0.8.25",
|
|
"settings": {
|
|
"optimizer": {
|
|
"enabled": true,
|
|
"runs": 200
|
|
},
|
|
"evmVersion": "cancun",
|
|
"outputSelection": {
|
|
"*": {
|
|
"*": [
|
|
"abi",
|
|
"evm.bytecode",
|
|
"evm.deployedBytecode",
|
|
"evm.methodIdentifiers",
|
|
"metadata"
|
|
],
|
|
"": [
|
|
"ast"
|
|
]
|
|
}
|
|
}
|
|
}
|
|
},
|
|
"imports": [
|
|
"./IERC20.sol",
|
|
"./extensions/IERC20Metadata.sol",
|
|
"../../utils/Context.sol",
|
|
"../../interfaces/draft-IERC6093.sol"
|
|
],
|
|
"versionPragmas": [
|
|
"^0.8.20"
|
|
],
|
|
"artifacts": [
|
|
"ERC20"
|
|
]
|
|
},
|
|
"/opt/aitbc/packages/solidity/aitbc-token/node_modules/@openzeppelin/contracts/utils/cryptography/MessageHashUtils.sol": {
|
|
"lastModificationDate": 1774782027987,
|
|
"contentHash": "fab97298382d4c32182a66ec35255b71",
|
|
"sourceName": "@openzeppelin/contracts/utils/cryptography/MessageHashUtils.sol",
|
|
"solcConfig": {
|
|
"version": "0.8.25",
|
|
"settings": {
|
|
"optimizer": {
|
|
"enabled": true,
|
|
"runs": 200
|
|
},
|
|
"evmVersion": "cancun",
|
|
"outputSelection": {
|
|
"*": {
|
|
"*": [
|
|
"abi",
|
|
"evm.bytecode",
|
|
"evm.deployedBytecode",
|
|
"evm.methodIdentifiers",
|
|
"metadata"
|
|
],
|
|
"": [
|
|
"ast"
|
|
]
|
|
}
|
|
}
|
|
}
|
|
},
|
|
"imports": [
|
|
"../Strings.sol"
|
|
],
|
|
"versionPragmas": [
|
|
"^0.8.24"
|
|
],
|
|
"artifacts": [
|
|
"MessageHashUtils"
|
|
]
|
|
},
|
|
"/opt/aitbc/packages/solidity/aitbc-token/node_modules/@openzeppelin/contracts/utils/Context.sol": {
|
|
"lastModificationDate": 1774782027959,
|
|
"contentHash": "67bfbc07588eb8683b3fd8f6f909563e",
|
|
"sourceName": "@openzeppelin/contracts/utils/Context.sol",
|
|
"solcConfig": {
|
|
"version": "0.8.25",
|
|
"settings": {
|
|
"optimizer": {
|
|
"enabled": true,
|
|
"runs": 200
|
|
},
|
|
"evmVersion": "cancun",
|
|
"outputSelection": {
|
|
"*": {
|
|
"*": [
|
|
"abi",
|
|
"evm.bytecode",
|
|
"evm.deployedBytecode",
|
|
"evm.methodIdentifiers",
|
|
"metadata"
|
|
],
|
|
"": [
|
|
"ast"
|
|
]
|
|
}
|
|
}
|
|
}
|
|
},
|
|
"imports": [],
|
|
"versionPragmas": [
|
|
"^0.8.20"
|
|
],
|
|
"artifacts": [
|
|
"Context"
|
|
]
|
|
},
|
|
"/opt/aitbc/packages/solidity/aitbc-token/node_modules/@openzeppelin/contracts/utils/introspection/ERC165.sol": {
|
|
"lastModificationDate": 1774782027967,
|
|
"contentHash": "0906d06dca25210d4696dcef6dad2909",
|
|
"sourceName": "@openzeppelin/contracts/utils/introspection/ERC165.sol",
|
|
"solcConfig": {
|
|
"version": "0.8.25",
|
|
"settings": {
|
|
"optimizer": {
|
|
"enabled": true,
|
|
"runs": 200
|
|
},
|
|
"evmVersion": "cancun",
|
|
"outputSelection": {
|
|
"*": {
|
|
"*": [
|
|
"abi",
|
|
"evm.bytecode",
|
|
"evm.deployedBytecode",
|
|
"evm.methodIdentifiers",
|
|
"metadata"
|
|
],
|
|
"": [
|
|
"ast"
|
|
]
|
|
}
|
|
}
|
|
}
|
|
},
|
|
"imports": [
|
|
"./IERC165.sol"
|
|
],
|
|
"versionPragmas": [
|
|
"^0.8.20"
|
|
],
|
|
"artifacts": [
|
|
"ERC165"
|
|
]
|
|
},
|
|
"/opt/aitbc/packages/solidity/aitbc-token/node_modules/@openzeppelin/contracts/access/IAccessControl.sol": {
|
|
"lastModificationDate": 1774782027979,
|
|
"contentHash": "def1e8f7b6cac577cf2600655bf3bdf8",
|
|
"sourceName": "@openzeppelin/contracts/access/IAccessControl.sol",
|
|
"solcConfig": {
|
|
"version": "0.8.25",
|
|
"settings": {
|
|
"optimizer": {
|
|
"enabled": true,
|
|
"runs": 200
|
|
},
|
|
"evmVersion": "cancun",
|
|
"outputSelection": {
|
|
"*": {
|
|
"*": [
|
|
"abi",
|
|
"evm.bytecode",
|
|
"evm.deployedBytecode",
|
|
"evm.methodIdentifiers",
|
|
"metadata"
|
|
],
|
|
"": [
|
|
"ast"
|
|
]
|
|
}
|
|
}
|
|
}
|
|
},
|
|
"imports": [],
|
|
"versionPragmas": [
|
|
">=0.8.4"
|
|
],
|
|
"artifacts": [
|
|
"IAccessControl"
|
|
]
|
|
},
|
|
"/opt/aitbc/packages/solidity/aitbc-token/node_modules/@openzeppelin/contracts/utils/introspection/IERC165.sol": {
|
|
"lastModificationDate": 1774782027983,
|
|
"contentHash": "7074c93b1ea0a122063f26ddd1db1032",
|
|
"sourceName": "@openzeppelin/contracts/utils/introspection/IERC165.sol",
|
|
"solcConfig": {
|
|
"version": "0.8.25",
|
|
"settings": {
|
|
"optimizer": {
|
|
"enabled": true,
|
|
"runs": 200
|
|
},
|
|
"evmVersion": "cancun",
|
|
"outputSelection": {
|
|
"*": {
|
|
"*": [
|
|
"abi",
|
|
"evm.bytecode",
|
|
"evm.deployedBytecode",
|
|
"evm.methodIdentifiers",
|
|
"metadata"
|
|
],
|
|
"": [
|
|
"ast"
|
|
]
|
|
}
|
|
}
|
|
}
|
|
},
|
|
"imports": [],
|
|
"versionPragmas": [
|
|
">=0.4.16"
|
|
],
|
|
"artifacts": [
|
|
"IERC165"
|
|
]
|
|
},
|
|
"/opt/aitbc/packages/solidity/aitbc-token/node_modules/@openzeppelin/contracts/interfaces/draft-IERC6093.sol": {
|
|
"lastModificationDate": 1774782027963,
|
|
"contentHash": "bcc76f4747d56c28c40ae272ef3470a6",
|
|
"sourceName": "@openzeppelin/contracts/interfaces/draft-IERC6093.sol",
|
|
"solcConfig": {
|
|
"version": "0.8.25",
|
|
"settings": {
|
|
"optimizer": {
|
|
"enabled": true,
|
|
"runs": 200
|
|
},
|
|
"evmVersion": "cancun",
|
|
"outputSelection": {
|
|
"*": {
|
|
"*": [
|
|
"abi",
|
|
"evm.bytecode",
|
|
"evm.deployedBytecode",
|
|
"evm.methodIdentifiers",
|
|
"metadata"
|
|
],
|
|
"": [
|
|
"ast"
|
|
]
|
|
}
|
|
}
|
|
}
|
|
},
|
|
"imports": [],
|
|
"versionPragmas": [
|
|
">=0.8.4"
|
|
],
|
|
"artifacts": [
|
|
"IERC1155Errors",
|
|
"IERC20Errors",
|
|
"IERC721Errors"
|
|
]
|
|
},
|
|
"/opt/aitbc/packages/solidity/aitbc-token/node_modules/@openzeppelin/contracts/token/ERC20/IERC20.sol": {
|
|
"lastModificationDate": 1774782027983,
|
|
"contentHash": "9261adf6457863de3e9892f51317ec89",
|
|
"sourceName": "@openzeppelin/contracts/token/ERC20/IERC20.sol",
|
|
"solcConfig": {
|
|
"version": "0.8.25",
|
|
"settings": {
|
|
"optimizer": {
|
|
"enabled": true,
|
|
"runs": 200
|
|
},
|
|
"evmVersion": "cancun",
|
|
"outputSelection": {
|
|
"*": {
|
|
"*": [
|
|
"abi",
|
|
"evm.bytecode",
|
|
"evm.deployedBytecode",
|
|
"evm.methodIdentifiers",
|
|
"metadata"
|
|
],
|
|
"": [
|
|
"ast"
|
|
]
|
|
}
|
|
}
|
|
}
|
|
},
|
|
"imports": [],
|
|
"versionPragmas": [
|
|
">=0.4.16"
|
|
],
|
|
"artifacts": [
|
|
"IERC20"
|
|
]
|
|
},
|
|
"/opt/aitbc/packages/solidity/aitbc-token/node_modules/@openzeppelin/contracts/token/ERC20/extensions/IERC20Metadata.sol": {
|
|
"lastModificationDate": 1774782027983,
|
|
"contentHash": "513778b30d2750f5d2b9b19bbcf748a5",
|
|
"sourceName": "@openzeppelin/contracts/token/ERC20/extensions/IERC20Metadata.sol",
|
|
"solcConfig": {
|
|
"version": "0.8.25",
|
|
"settings": {
|
|
"optimizer": {
|
|
"enabled": true,
|
|
"runs": 200
|
|
},
|
|
"evmVersion": "cancun",
|
|
"outputSelection": {
|
|
"*": {
|
|
"*": [
|
|
"abi",
|
|
"evm.bytecode",
|
|
"evm.deployedBytecode",
|
|
"evm.methodIdentifiers",
|
|
"metadata"
|
|
],
|
|
"": [
|
|
"ast"
|
|
]
|
|
}
|
|
}
|
|
}
|
|
},
|
|
"imports": [
|
|
"../IERC20.sol"
|
|
],
|
|
"versionPragmas": [
|
|
">=0.6.2"
|
|
],
|
|
"artifacts": [
|
|
"IERC20Metadata"
|
|
]
|
|
},
|
|
"/opt/aitbc/packages/solidity/aitbc-token/node_modules/@openzeppelin/contracts/utils/Strings.sol": {
|
|
"lastModificationDate": 1774782027999,
|
|
"contentHash": "d2fa243e766a193585b7e9bf36898d80",
|
|
"sourceName": "@openzeppelin/contracts/utils/Strings.sol",
|
|
"solcConfig": {
|
|
"version": "0.8.25",
|
|
"settings": {
|
|
"optimizer": {
|
|
"enabled": true,
|
|
"runs": 200
|
|
},
|
|
"evmVersion": "cancun",
|
|
"outputSelection": {
|
|
"*": {
|
|
"*": [
|
|
"abi",
|
|
"evm.bytecode",
|
|
"evm.deployedBytecode",
|
|
"evm.methodIdentifiers",
|
|
"metadata"
|
|
],
|
|
"": [
|
|
"ast"
|
|
]
|
|
}
|
|
}
|
|
}
|
|
},
|
|
"imports": [
|
|
"./math/Math.sol",
|
|
"./math/SafeCast.sol",
|
|
"./math/SignedMath.sol",
|
|
"./Bytes.sol"
|
|
],
|
|
"versionPragmas": [
|
|
"^0.8.24"
|
|
],
|
|
"artifacts": [
|
|
"Strings"
|
|
]
|
|
},
|
|
"/opt/aitbc/packages/solidity/aitbc-token/node_modules/@openzeppelin/contracts/utils/Bytes.sol": {
|
|
"lastModificationDate": 1774782027959,
|
|
"contentHash": "3b32ea3a40a2d708f61e7161f081ca93",
|
|
"sourceName": "@openzeppelin/contracts/utils/Bytes.sol",
|
|
"solcConfig": {
|
|
"version": "0.8.25",
|
|
"settings": {
|
|
"optimizer": {
|
|
"enabled": true,
|
|
"runs": 200
|
|
},
|
|
"evmVersion": "cancun",
|
|
"outputSelection": {
|
|
"*": {
|
|
"*": [
|
|
"abi",
|
|
"evm.bytecode",
|
|
"evm.deployedBytecode",
|
|
"evm.methodIdentifiers",
|
|
"metadata"
|
|
],
|
|
"": [
|
|
"ast"
|
|
]
|
|
}
|
|
}
|
|
}
|
|
},
|
|
"imports": [
|
|
"./math/Math.sol"
|
|
],
|
|
"versionPragmas": [
|
|
"^0.8.24"
|
|
],
|
|
"artifacts": [
|
|
"Bytes"
|
|
]
|
|
},
|
|
"/opt/aitbc/packages/solidity/aitbc-token/node_modules/@openzeppelin/contracts/utils/math/SignedMath.sol": {
|
|
"lastModificationDate": 1774782027995,
|
|
"contentHash": "ae3528afb8bdb0a7dcfba5b115ee8074",
|
|
"sourceName": "@openzeppelin/contracts/utils/math/SignedMath.sol",
|
|
"solcConfig": {
|
|
"version": "0.8.25",
|
|
"settings": {
|
|
"optimizer": {
|
|
"enabled": true,
|
|
"runs": 200
|
|
},
|
|
"evmVersion": "cancun",
|
|
"outputSelection": {
|
|
"*": {
|
|
"*": [
|
|
"abi",
|
|
"evm.bytecode",
|
|
"evm.deployedBytecode",
|
|
"evm.methodIdentifiers",
|
|
"metadata"
|
|
],
|
|
"": [
|
|
"ast"
|
|
]
|
|
}
|
|
}
|
|
}
|
|
},
|
|
"imports": [
|
|
"./SafeCast.sol"
|
|
],
|
|
"versionPragmas": [
|
|
"^0.8.20"
|
|
],
|
|
"artifacts": [
|
|
"SignedMath"
|
|
]
|
|
},
|
|
"/opt/aitbc/packages/solidity/aitbc-token/node_modules/@openzeppelin/contracts/utils/math/Math.sol": {
|
|
"lastModificationDate": 1774782027987,
|
|
"contentHash": "5b8c6935ac52b7494df19d6feb38f5cc",
|
|
"sourceName": "@openzeppelin/contracts/utils/math/Math.sol",
|
|
"solcConfig": {
|
|
"version": "0.8.25",
|
|
"settings": {
|
|
"optimizer": {
|
|
"enabled": true,
|
|
"runs": 200
|
|
},
|
|
"evmVersion": "cancun",
|
|
"outputSelection": {
|
|
"*": {
|
|
"*": [
|
|
"abi",
|
|
"evm.bytecode",
|
|
"evm.deployedBytecode",
|
|
"evm.methodIdentifiers",
|
|
"metadata"
|
|
],
|
|
"": [
|
|
"ast"
|
|
]
|
|
}
|
|
}
|
|
}
|
|
},
|
|
"imports": [
|
|
"../Panic.sol",
|
|
"./SafeCast.sol"
|
|
],
|
|
"versionPragmas": [
|
|
"^0.8.20"
|
|
],
|
|
"artifacts": [
|
|
"Math"
|
|
]
|
|
},
|
|
"/opt/aitbc/packages/solidity/aitbc-token/node_modules/@openzeppelin/contracts/utils/math/SafeCast.sol": {
|
|
"lastModificationDate": 1774782027995,
|
|
"contentHash": "f28a38cd37f4225d0a91fb5405dd850f",
|
|
"sourceName": "@openzeppelin/contracts/utils/math/SafeCast.sol",
|
|
"solcConfig": {
|
|
"version": "0.8.25",
|
|
"settings": {
|
|
"optimizer": {
|
|
"enabled": true,
|
|
"runs": 200
|
|
},
|
|
"evmVersion": "cancun",
|
|
"outputSelection": {
|
|
"*": {
|
|
"*": [
|
|
"abi",
|
|
"evm.bytecode",
|
|
"evm.deployedBytecode",
|
|
"evm.methodIdentifiers",
|
|
"metadata"
|
|
],
|
|
"": [
|
|
"ast"
|
|
]
|
|
}
|
|
}
|
|
}
|
|
},
|
|
"imports": [],
|
|
"versionPragmas": [
|
|
"^0.8.20"
|
|
],
|
|
"artifacts": [
|
|
"SafeCast"
|
|
]
|
|
},
|
|
"/opt/aitbc/packages/solidity/aitbc-token/node_modules/@openzeppelin/contracts/utils/Panic.sol": {
|
|
"lastModificationDate": 1774782027991,
|
|
"contentHash": "2133dc13536b4a6a98131e431fac59e1",
|
|
"sourceName": "@openzeppelin/contracts/utils/Panic.sol",
|
|
"solcConfig": {
|
|
"version": "0.8.25",
|
|
"settings": {
|
|
"optimizer": {
|
|
"enabled": true,
|
|
"runs": 200
|
|
},
|
|
"evmVersion": "cancun",
|
|
"outputSelection": {
|
|
"*": {
|
|
"*": [
|
|
"abi",
|
|
"evm.bytecode",
|
|
"evm.deployedBytecode",
|
|
"evm.methodIdentifiers",
|
|
"metadata"
|
|
],
|
|
"": [
|
|
"ast"
|
|
]
|
|
}
|
|
}
|
|
}
|
|
},
|
|
"imports": [],
|
|
"versionPragmas": [
|
|
"^0.8.20"
|
|
],
|
|
"artifacts": [
|
|
"Panic"
|
|
]
|
|
},
|
|
"/opt/aitbc/packages/solidity/aitbc-token/contracts/AITokenRegistry.sol": {
|
|
"lastModificationDate": 1774686815247,
|
|
"contentHash": "5e787829fa19b0a69c958e431fea5757",
|
|
"sourceName": "contracts/AITokenRegistry.sol",
|
|
"solcConfig": {
|
|
"version": "0.8.25",
|
|
"settings": {
|
|
"optimizer": {
|
|
"enabled": true,
|
|
"runs": 200
|
|
},
|
|
"evmVersion": "cancun",
|
|
"outputSelection": {
|
|
"*": {
|
|
"*": [
|
|
"abi",
|
|
"evm.bytecode",
|
|
"evm.deployedBytecode",
|
|
"evm.methodIdentifiers",
|
|
"metadata"
|
|
],
|
|
"": [
|
|
"ast"
|
|
]
|
|
}
|
|
}
|
|
}
|
|
},
|
|
"imports": [
|
|
"@openzeppelin/contracts/access/AccessControl.sol"
|
|
],
|
|
"versionPragmas": [
|
|
"^0.8.24"
|
|
],
|
|
"artifacts": [
|
|
"AITokenRegistry"
|
|
]
|
|
}
|
|
}
|
|
}
|