Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

feat: have redeployed the PassportDecoder on optimism-sepolia #63

Merged
merged 1 commit into from
Aug 29, 2024
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
5 changes: 5 additions & 0 deletions .openzeppelin/unknown-11155420.json
Original file line number Diff line number Diff line change
Expand Up @@ -20,6 +20,11 @@
"address": "0xe53C60F8069C2f0c3a84F9B3DB5cf56f3100ba56",
"txHash": "0x149020393aa28ebbea650946cec8b12a41c2a0eb9c74e997e2275c08792cbf32",
"kind": "uups"
},
{
"address": "0x19a6DCAbE629C8e71814bD9B4Ea7e2A7B90cFeC0",
"txHash": "0xdefb02d92c05a1b24fa9817053839cc723d4694771eeb42c62411924fa0637df",
"kind": "uups"
}
],
"impls": {
Expand Down
4 changes: 2 additions & 2 deletions deployments/abi/GitcoinPassportDecoder.json
Original file line number Diff line number Diff line change
Expand Up @@ -172,8 +172,8 @@
"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 getPassport(address user) view returns (tuple(string provider, bytes32 hash, uint64 time, uint64 expirationTime)[])",
"function getAttestation(bytes32 attestationUID) view returns ((bytes32 uid, bytes32 schema, uint64 time, uint64 expirationTime, uint64 revocationTime, bytes32 refUID, address recipient, address attester, bool revocable, bytes data))",
"function getPassport(address user) view returns ((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)",
Expand Down
2 changes: 1 addition & 1 deletion deployments/onchainInfo.json
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@
}
},
"GitcoinPassportDecoder": {
"address": "0xe53C60F8069C2f0c3a84F9B3DB5cf56f3100ba56"
"address": "0x19a6DCAbE629C8e71814bD9B4Ea7e2A7B90cFeC0"
}
},
"0x1a4": {
Expand Down
Loading