This file has been truncated, but you can view the full file.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| { | |
| "id": "6de49643a2c642b203204c927fd67bd8", | |
| "_format": "hh-sol-build-info-1", | |
| "solcVersion": "0.8.26", | |
| "solcLongVersion": "0.8.26+commit.8a97fa7a", | |
| "input": { | |
| "language": "Solidity", | |
| "sources": { | |
| "contracts/MyUpgradeableV2.sol": { | |
| "content": "// SPDX-License-Identifier: MIT\n// Compatible with OpenZeppelin Contracts ^5.0.0\npragma solidity ^0.8.20;\n\nimport \"./MyUpgradeable.sol\";\n\ncontract MyUpgradeableV2 is MyUpgradeable {\n function getVersion() public pure returns (string memory) {\n return \"V2\";\n }\n}\n" |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| { | |
| "abi": [ | |
| { | |
| "type": "constructor", | |
| "inputs": [ | |
| { | |
| "name": "_logic", | |
| "type": "address", | |
| "internalType": "address" | |
| }, |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| # SubQuery Deployments | |
| | Network | IPFS CID | Deployed | Project | | |
| | -------------------------- | ---------------------------------------------- | -------- | -------------------------------------------------------------------------------------------------------- | | |
| | **arbitrum-mainnet** | QmWfHZewmgdLj3U2FRvS3NDm65vzYjumqVZxZHfk4Wc5WL | ✅ | [https://app.subquery.network/explorer/project/0x82](https://app.subquery.network/explorer/project/0x82) | | |
| | **arbitrum-sepolia** | QmSjbjPd7V3PABfqngdFtq9vXhqRLRU6eGkPjhyPcUvio2 | ✅ | [https://app.subquery.network/explorer/project/0x83](https://app.subquery.network/explorer/project/0x83) | | |
| | **avalanche-fuji** | QmXaULcS7HrWztaCzQbhJRiff7ErkVNifWBZV6sNfX38k8 | ✅ | [https://app.subquery.network/explorer/project/0x84](https://app.subquery.network/explorer/project/0x84) | | |
| | **avala |
OlderNewer