-
Notifications
You must be signed in to change notification settings - Fork 462
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
app: updating onchain config for baseGoerli (#1977)
- Loading branch information
Showing
4 changed files
with
156 additions
and
8 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
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,123 @@ | ||
{ | ||
"0xe704": [ | ||
"error ProviderAlreadyExists(string provider)", | ||
"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 addProviders(string[] providers)", | ||
"function createNewVersion(string[] providerNames)", | ||
"function currentVersion() view returns (uint32)", | ||
"function eas() view returns (address)", | ||
"function getAttestation(bytes32 attestationUID) view returns (tuple(bytes32 uid, bytes32 schema, uint64 time, uint64 expirationTime, uint64 revocationTime, bytes32 refUID, address recipient, address attester, bool revocable, bytes data))", | ||
"function getEASContract() view returns (address)", | ||
"function getPassport(address userAddress) view returns (tuple(string provider, bytes32 hash, uint64 issuanceDate, uint64 expirationDate)[])", | ||
"function gitcoinResolver() view returns (address)", | ||
"function initialize()", | ||
"function owner() view returns (address)", | ||
"function pause()", | ||
"function paused() view returns (bool)", | ||
"function providerVersions(uint32, uint256) view returns (string)", | ||
"function proxiableUUID() view returns (bytes32)", | ||
"function renounceOwnership()", | ||
"function savedProviders(string) view returns (uint256)", | ||
"function schemaUID() view returns (bytes32)", | ||
"function setEASAddress(address _easContractAddress)", | ||
"function setGitcoinResolver(address _gitcoinResolver)", | ||
"function setSchemaUID(bytes32 _schemaUID)", | ||
"function transferOwnership(address newOwner)", | ||
"function unpause()", | ||
"function upgradeTo(address newImplementation)", | ||
"function upgradeToAndCall(address newImplementation, bytes data) payable" | ||
], | ||
"0x1a4": [ | ||
"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 addProvider(string provider)", | ||
"function createNewVersion(string[] providerNames)", | ||
"function currentVersion() view returns (uint32)", | ||
"function getAttestation(bytes32 attestationUID) view returns (tuple(bytes32 uid, bytes32 schema, uint64 time, uint64 expirationTime, uint64 revocationTime, bytes32 refUID, address recipient, address attester, bool revocable, bytes data))", | ||
"function getPassport(address userAddress) view returns (tuple(string provider, bytes32 hash, uint64 issuanceDate, uint64 expirationDate)[])", | ||
"function gitcoinResolver() view returns (address)", | ||
"function initialize()", | ||
"function owner() view returns (address)", | ||
"function pause()", | ||
"function paused() view returns (bool)", | ||
"function providerVersions(uint32, uint256) view returns (string)", | ||
"function proxiableUUID() view returns (bytes32)", | ||
"function renounceOwnership()", | ||
"function schemaUID() view returns (bytes32)", | ||
"function setEASAddress(address _easContractAddress)", | ||
"function setGitcoinResolver(address _gitcoinResolver)", | ||
"function setSchemaUID(bytes32 _schemaUID)", | ||
"function transferOwnership(address newOwner)", | ||
"function unpause()", | ||
"function upgradeTo(address newImplementation)", | ||
"function upgradeToAndCall(address newImplementation, bytes data) payable" | ||
], | ||
"0x14a33": [ | ||
"error AttestationExpired(uint64 expirationTime)", | ||
"error AttestationNotFound()", | ||
"error EmptyProvider()", | ||
"error ProviderAlreadyExists(string provider)", | ||
"error ScoreDoesNotMeetThreshold(uint256 score)", | ||
"error ZeroMaxScoreAge()", | ||
"error ZeroThreshold()", | ||
"error ZeroValue()", | ||
"event AdminChanged(address previousAdmin, address newAdmin)", | ||
"event BeaconUpgraded(address indexed beacon)", | ||
"event EASSet(address easAddress)", | ||
"event Initialized(uint8 version)", | ||
"event MaxScoreAgeSet(uint256 maxScoreAge)", | ||
"event NewVersionCreated()", | ||
"event OwnershipTransferred(address indexed previousOwner, address indexed newOwner)", | ||
"event Paused(address account)", | ||
"event ProvidersAdded(string[] providers)", | ||
"event ResolverSet(address resolverAddress)", | ||
"event SchemaSet(bytes32 schemaUID)", | ||
"event ThresholdSet(uint256 threshold)", | ||
"event Unpaused(address account)", | ||
"event Upgraded(address indexed implementation)", | ||
"function addProviders(string[] providers)", | ||
"function createNewVersion(string[] providers)", | ||
"function currentVersion() view returns (uint32)", | ||
"function eas() view returns (address)", | ||
"function getAttestation(bytes32 attestationUID) view returns (tuple(bytes32 uid, bytes32 schema, uint64 time, uint64 expirationTime, uint64 revocationTime, bytes32 refUID, address recipient, address attester, bool revocable, bytes data))", | ||
"function getEASAddress() view returns (address)", | ||
"function getPassport(address user) view returns (tuple(string provider, bytes32 hash, uint64 time, uint64 expirationTime)[])", | ||
"function getProviders(uint32 version) view returns (string[])", | ||
"function getScore(address user) view returns (uint256)", | ||
"function gitcoinResolver() view returns (address)", | ||
"function initialize()", | ||
"function isHuman(address user) view returns (bool)", | ||
"function maxScoreAge() view returns (uint64)", | ||
"function owner() view returns (address)", | ||
"function passportSchemaUID() view returns (bytes32)", | ||
"function pause()", | ||
"function paused() view returns (bool)", | ||
"function providerVersions(uint32, uint256) view returns (string)", | ||
"function proxiableUUID() view returns (bytes32)", | ||
"function renounceOwnership()", | ||
"function reversedMappingVersions(uint32, string) view returns (uint256)", | ||
"function scoreSchemaUID() view returns (bytes32)", | ||
"function setEASAddress(address _easContractAddress)", | ||
"function setGitcoinResolver(address _gitcoinResolver)", | ||
"function setMaxScoreAge(uint64 _maxScoreAge)", | ||
"function setPassportSchemaUID(bytes32 _schemaUID)", | ||
"function setScoreSchemaUID(bytes32 _schemaUID)", | ||
"function setThreshold(uint256 _threshold)", | ||
"function threshold() view returns (uint256)", | ||
"function transferOwnership(address newOwner)", | ||
"function unpause()", | ||
"function upgradeTo(address newImplementation)", | ||
"function upgradeToAndCall(address newImplementation, bytes data) payable" | ||
] | ||
} |
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