File tree Expand file tree Collapse file tree 1 file changed +4
-5
lines changed
Expand file tree Collapse file tree 1 file changed +4
-5
lines changed Original file line number Diff line number Diff line change @@ -6,14 +6,13 @@ import {
66} from "../../../tasks/deployUpgrade" ;
77
88import { varsForNetwork } from "../../../helpers/constants" ;
9- import { xpRelayerAddressBase } from "../../helperFunctions" ;
109import { PC_WALLET } from "../../geistBridge/paths" ;
1110
1211export async function upgrade ( ) {
1312 const c = await varsForNetwork ( ethers ) ;
1413 const facets : FacetsAndAddSelectors [ ] = [
1514 {
16- facetName : "contracts/Aavegotchi/Aavegotchi.sol: AavegotchiFacet" ,
15+ facetName : "AavegotchiFacet" ,
1716 addSelectors : [ ] ,
1817 removeSelectors : [ ] ,
1918 } ,
@@ -38,7 +37,7 @@ export async function upgrade() {
3837 removeSelectors : [ ] ,
3938 } ,
4039 {
41- facetName : "ERC721MarketPlaceFacet " ,
40+ facetName : "ERC721MarketplaceFacet " ,
4241 addSelectors : [ ] ,
4342 removeSelectors : [ ] ,
4443 } ,
@@ -50,8 +49,8 @@ export async function upgrade() {
5049 diamondOwner : PC_WALLET ,
5150 diamondAddress : c . aavegotchiDiamond ! ,
5251 facetsAndAddSelectors : joined1 ,
53- useLedger : false ,
54- useRelayer : true ,
52+ useLedger : true ,
53+ useRelayer : false ,
5554 useMultisig : false ,
5655 initAddress : ethers . constants . AddressZero ,
5756 initCalldata : "0x" ,
You can’t perform that action at this time.
0 commit comments