forked from passportxyz/passport
-
Notifications
You must be signed in to change notification settings - Fork 1
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
feat(app): enabling push to verax+eas on linea (passportxyz#1768)
- Loading branch information
1 parent
2c37423
commit 7b9d758
Showing
10 changed files
with
274 additions
and
45 deletions.
There are no files selected for viewing
This file contains 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
This file contains 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
This file contains 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
This file contains 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
This file contains 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
This file contains 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
This file contains 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
This file contains 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
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,94 @@ | ||
{ | ||
"0xe704": [ | ||
"error NotAllowlisted()", | ||
"error SchemaNotMapped()", | ||
"event AdminChanged(address previousAdmin, address newAdmin)", | ||
"event BeaconUpgraded(address indexed beacon)", | ||
"event Initialized(uint8 version)", | ||
"event OwnershipTransferred(address indexed previousOwner, address indexed newOwner)", | ||
"event Paused(address account)", | ||
"event Unpaused(address account)", | ||
"event Upgraded(address indexed implementation)", | ||
"function addSchemaMapping(bytes32 schema, bytes32 veraxSchema)", | ||
"function addToAllowlist(address _address)", | ||
"function allowlist(address) view returns (bool)", | ||
"function attest(tuple(bytes32 schemaId, uint64 expirationDate, bytes subject, bytes attestationData), bytes[]) payable", | ||
"function attestationRegistry() view returns (address)", | ||
"function attester() view returns (address)", | ||
"function bulkAttest(tuple(bytes32 schemaId, uint64 expirationDate, bytes subject, bytes attestationData)[], bytes[][]) payable", | ||
"function bulkReplace(bytes32[], tuple(bytes32 schemaId, uint64 expirationDate, bytes subject, bytes attestationData)[], bytes[][]) payable", | ||
"function bulkRevoke(bytes32[]) pure", | ||
"function getAttestation(bytes32 uid) view returns (tuple(bytes32 uid, bytes32 schema, uint64 time, uint64 expirationTime, uint64 revocationTime, bytes32 refUID, address recipient, address attester, bool revocable, bytes data))", | ||
"function getAttester() view returns (address)", | ||
"function getModules() pure returns (address[])", | ||
"function initialize(address _attester, address _resolver, address _veraxAttestationRegistry)", | ||
"function moduleRegistry() pure returns (address)", | ||
"function modules(uint256) pure returns (address)", | ||
"function owner() view returns (address)", | ||
"function pause()", | ||
"function paused() view returns (bool)", | ||
"function portalRegistry() pure returns (address)", | ||
"function proxiableUUID() view returns (bytes32)", | ||
"function removeFromAllowlist(address _address)", | ||
"function renounceOwnership()", | ||
"function replace(bytes32, tuple(bytes32 schemaId, uint64 expirationDate, bytes subject, bytes attestationData), bytes[]) payable", | ||
"function resolver() view returns (address)", | ||
"function revoke(bytes32) pure", | ||
"function router() pure returns (address)", | ||
"function schemaMapping(bytes32) view returns (bytes32)", | ||
"function submitAttestations(tuple(bytes32 schema, tuple(address recipient, uint64 expirationTime, bool revocable, bytes32 refUID, bytes data, uint256 value)[] data)[] multiAttestationRequests)", | ||
"function supportsInterface(bytes4 interfaceID) pure returns (bool)", | ||
"function transferOwnership(address newOwner)", | ||
"function unpause()", | ||
"function upgradeTo(address newImplementation)", | ||
"function upgradeToAndCall(address newImplementation, bytes data) payable", | ||
"function veraxAttestationRegistry() view returns (address)", | ||
"function withdraw(address, uint256) pure" | ||
], | ||
"0x7a69": [ | ||
"error NotAllowlisted()", | ||
"error SchemaNotMapped()", | ||
"event AdminChanged(address previousAdmin, address newAdmin)", | ||
"event BeaconUpgraded(address indexed beacon)", | ||
"event Initialized(uint8 version)", | ||
"event OwnershipTransferred(address indexed previousOwner, address indexed newOwner)", | ||
"event Paused(address account)", | ||
"event Unpaused(address account)", | ||
"event Upgraded(address indexed implementation)", | ||
"function addSchemaMapping(bytes32 schema, bytes32 veraxSchema)", | ||
"function addToAllowlist(address _address)", | ||
"function allowlist(address) view returns (bool)", | ||
"function attest(tuple(bytes32 schemaId, uint64 expirationDate, bytes subject, bytes attestationData), bytes[]) payable", | ||
"function attestationRegistry() view returns (address)", | ||
"function attester() view returns (address)", | ||
"function bulkAttest(tuple(bytes32 schemaId, uint64 expirationDate, bytes subject, bytes attestationData)[], bytes[][]) payable", | ||
"function bulkReplace(bytes32[], tuple(bytes32 schemaId, uint64 expirationDate, bytes subject, bytes attestationData)[], bytes[][]) payable", | ||
"function bulkRevoke(bytes32[]) pure", | ||
"function getAttestation(bytes32 uid) view returns (tuple(bytes32 uid, bytes32 schema, uint64 time, uint64 expirationTime, uint64 revocationTime, bytes32 refUID, address recipient, address attester, bool revocable, bytes data))", | ||
"function getAttester() view returns (address)", | ||
"function getModules() pure returns (address[])", | ||
"function initialize(address _attester, address _resolver, address _veraxAttestationRegistry)", | ||
"function moduleRegistry() pure returns (address)", | ||
"function modules(uint256) pure returns (address)", | ||
"function owner() view returns (address)", | ||
"function pause()", | ||
"function paused() view returns (bool)", | ||
"function portalRegistry() pure returns (address)", | ||
"function proxiableUUID() view returns (bytes32)", | ||
"function removeFromAllowlist(address _address)", | ||
"function renounceOwnership()", | ||
"function replace(bytes32, tuple(bytes32 schemaId, uint64 expirationDate, bytes subject, bytes attestationData), bytes[]) payable", | ||
"function resolver() view returns (address)", | ||
"function revoke(bytes32) pure", | ||
"function router() pure returns (address)", | ||
"function schemaMapping(bytes32) view returns (bytes32)", | ||
"function submitAttestations(tuple(bytes32 schema, tuple(address recipient, uint64 expirationTime, bool revocable, bytes32 refUID, bytes data, uint256 value)[] data)[] multiAttestationRequests)", | ||
"function supportsInterface(bytes4 interfaceID) pure returns (bool)", | ||
"function transferOwnership(address newOwner)", | ||
"function unpause()", | ||
"function upgradeTo(address newImplementation)", | ||
"function upgradeToAndCall(address newImplementation, bytes data) payable", | ||
"function veraxAttestationRegistry() view returns (address)", | ||
"function withdraw(address, uint256) pure" | ||
] | ||
} |
Oops, something went wrong.