Skip to content

Commit

Permalink
Merge pull request #63 from passportxyz/2735-update-decoder-on-op-sep…
Browse files Browse the repository at this point in the history
…olia--linea

feat: have redeployed the PassportDecoder on optimism-sepolia
  • Loading branch information
nutrina authored Aug 29, 2024
2 parents c33a741 + 95ea97a commit 73dd282
Show file tree
Hide file tree
Showing 3 changed files with 8 additions and 3 deletions.
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

0 comments on commit 73dd282

Please sign in to comment.