-
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.
check hubv3 in gov id sybil-resistance endpoint
- Loading branch information
1 parent
d36a784
commit ff59875
Showing
3 changed files
with
76 additions
and
3 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,33 @@ | ||
export default [ | ||
"constructor(address)", | ||
"event Approval(address indexed,address indexed,uint256 indexed)", | ||
"event ApprovalForAll(address indexed,address indexed,bool)", | ||
"event OwnershipTransferred(address indexed,address indexed)", | ||
"event Transfer(address indexed,address indexed,uint256 indexed)", | ||
"function approve(address,uint256)", | ||
"function balanceOf(address) view returns (uint256)", | ||
"function changeVerifier(address)", | ||
"function collectFees()", | ||
"function fees(bytes32) view returns (uint256)", | ||
"function getApproved(uint256) view returns (address)", | ||
"function getIdentifier(address,bytes32) pure returns (bytes32)", | ||
"function getSBT(address,bytes32) view returns (tuple(uint256,uint256[],bool))", | ||
"function isApprovedForAll(address,address) view returns (bool)", | ||
"function name() view returns (string)", | ||
"function owner() view returns (address)", | ||
"function ownerOf(uint256) view returns (address)", | ||
"function renounceOwnership()", | ||
"function revokeSBT(address,bytes32)", | ||
"function safeTransferFrom(address,address,uint256)", | ||
"function safeTransferFrom(address,address,uint256,bytes)", | ||
"function sbtOwners(bytes32) view returns (uint256, bool)", | ||
"function sendSBT(bytes32,uint256,uint256,uint256,uint256,uint256[],bytes) payable", | ||
"function setApprovalForAll(address,bool)", | ||
"function setFee(bytes32,uint256)", | ||
"function supportsInterface(bytes4) view returns (bool)", | ||
"function symbol() view returns (string)", | ||
"function tokenURI(uint256) view returns (string)", | ||
"function transferFrom(address,address,uint256)", | ||
"function transferOwnership(address)", | ||
"function usedNullifiers(uint256) view returns (bool)", | ||
]; |
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 |
---|---|---|
@@ -1 +1,12 @@ | ||
export const defaultActionId = 123456789; | ||
|
||
export const hubV3Address = "0x06E370E885C994F13111F0329e0A85afA57b4074"; | ||
export const hubV3Chain = 10; | ||
|
||
export const govIdIssuerAddress = | ||
"0x03fae82f38bf01d9799d57fdda64fad4ac44e4c2c2f16c5bf8e1873d0a3e1993"; | ||
export const phoneIssuerAddress = | ||
"0x2998cab3d07a64315f1e8399ecef60a19f478231663f8740703bd30a42a91ed4"; | ||
|
||
export const v3KYCSybilResistanceCircuitId = | ||
"0x729d660e1c02e4e419745e617d643f897a538673ccf1051e093bbfa58b0a120b"; |
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