Deployed Contract Addresses
Polygon Mainnet Addresses
The official block explorer can be found here:
Mumbai Testnet Addresses
The official faucet and block explorer can be found here:
Note: The MockProfileCreationProxy
is a whitelisted profile creator that allows anyone to create a profile via function proxyCreateProfile(DataTypes.CreateProfileData calldata vars)
. This function takes in the exact same parameters required by the standard createProfile(DataTypes.CreateProfileData calldata vars)
function on the LensHub
.
Ropsten Testnet Addresses
Let's test The Merge! The official block explorer can be found here:
Note: The MockProfileCreationProxy
is a whitelisted profile creator that allows anyone to create a profile via function proxyCreateProfile(DataTypes.CreateProfileData calldata vars)
. This function takes in the exact same parameters required by the standard createProfile(DataTypes.CreateProfileData calldata vars)
function on the LensHub
.
Updated about 2 months ago