mirror of
https://github.com/lens-protocol/core.git
synced 2026-01-09 14:18:04 -05:00
misc: Warning fixed & comma added at addresses.json
This commit is contained in:
@@ -148,7 +148,7 @@
|
||||
"LitAccessControl": "0x98a6C31E43b158198da95Ef1242faCA868424187",
|
||||
"ProfileTokenURI": "0xCCF77B802160326282F260bb6e275333fEA9E76C",
|
||||
"HandleTokenURI": "0x33b7C0692DD8267f936936C0A0f7079144d78B92",
|
||||
"FollowTokenURI": "0x1a4D3f97770925A14997B351C5cC3Cd47192a5B8"
|
||||
"FollowTokenURI": "0x1a4D3f97770925A14997B351C5cC3Cd47192a5B8",
|
||||
"PermissionlessCreatorImpl": "0x80a4D78179Cf8C1B0a0621Ba5b33A55Fba469688",
|
||||
"PermissionlessCreator": "0x0b5e6100243f793e480DE6088dE6bA70aA9f3872"
|
||||
},
|
||||
|
||||
@@ -273,6 +273,9 @@ contract PermissionlessCreator is ImmutableOwnable {
|
||||
// Use call instead of transfer to provide more gas (otherwise it doesn't work with SAFE):
|
||||
// https://diligence.consensys.net/blog/2019/09/stop-using-soliditys-transfer-now/
|
||||
(bool success, ) = OWNER.call{value: address(this).balance}('');
|
||||
if (!success) {
|
||||
revert();
|
||||
}
|
||||
}
|
||||
|
||||
function addCreditProvider(address creditProvider) external onlyOwner {
|
||||
|
||||
Reference in New Issue
Block a user