From 95ea97aeabe031f19eab50555b15648dfc04dbf7 Mon Sep 17 00:00:00 2001 From: Gerald Iakobinyi-Pich1 Date: Thu, 29 Aug 2024 14:57:07 +0300 Subject: [PATCH] feat: have redeployed the PassportDecoder on optimism-sepolia --- .openzeppelin/unknown-11155420.json | 5 +++++ deployments/abi/GitcoinPassportDecoder.json | 4 ++-- deployments/onchainInfo.json | 2 +- 3 files changed, 8 insertions(+), 3 deletions(-) diff --git a/.openzeppelin/unknown-11155420.json b/.openzeppelin/unknown-11155420.json index d9602d7..3e26b28 100644 --- a/.openzeppelin/unknown-11155420.json +++ b/.openzeppelin/unknown-11155420.json @@ -20,6 +20,11 @@ "address": "0xe53C60F8069C2f0c3a84F9B3DB5cf56f3100ba56", "txHash": "0x149020393aa28ebbea650946cec8b12a41c2a0eb9c74e997e2275c08792cbf32", "kind": "uups" + }, + { + "address": "0x19a6DCAbE629C8e71814bD9B4Ea7e2A7B90cFeC0", + "txHash": "0xdefb02d92c05a1b24fa9817053839cc723d4694771eeb42c62411924fa0637df", + "kind": "uups" } ], "impls": { diff --git a/deployments/abi/GitcoinPassportDecoder.json b/deployments/abi/GitcoinPassportDecoder.json index 6d06e17..5a79c61 100644 --- a/deployments/abi/GitcoinPassportDecoder.json +++ b/deployments/abi/GitcoinPassportDecoder.json @@ -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)", diff --git a/deployments/onchainInfo.json b/deployments/onchainInfo.json index e1fc5f4..b411db2 100644 --- a/deployments/onchainInfo.json +++ b/deployments/onchainInfo.json @@ -31,7 +31,7 @@ } }, "GitcoinPassportDecoder": { - "address": "0xe53C60F8069C2f0c3a84F9B3DB5cf56f3100ba56" + "address": "0x19a6DCAbE629C8e71814bD9B4Ea7e2A7B90cFeC0" } }, "0x1a4": {