Skip to content

Commit

Permalink
feature(network): deploying the guild hook on base
Browse files Browse the repository at this point in the history
  • Loading branch information
julien51 committed Feb 5, 2024
1 parent 0097797 commit ee6f260
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 0 deletions.
5 changes: 5 additions & 0 deletions packages/networks/src/networks/base.ts
Original file line number Diff line number Diff line change
Expand Up @@ -36,6 +36,11 @@ export const base: NetworkConfig = {
id: HookType.PROMO_CODE_CAPPED,
name: 'Discount code with caps',
},
{
address: '0x87AaA7498Daf5Bb0DB03806fB5389b260E8aCe92',
id: HookType.GUILD,
name: 'Guild',
},
],
},
id: 8453,
Expand Down
1 change: 1 addition & 0 deletions smart-contracts/scripts/hooks/GuildHook.js
Original file line number Diff line number Diff line change
Expand Up @@ -17,6 +17,7 @@ async function main() {
const signers = [
'0x22c095c69c38b66afAad4eFd4280D94Ec9D12f4C',
'0x903073735Bb6FDB802bd3CDD3b3a2b00C36Bc2A9',
'0xd851fe9ba8EfA66e65d7865690bD2B9522C6E99f',
]

const PurchaseHook = await ethers.getContractFactory('GuildHook')
Expand Down

0 comments on commit ee6f260

Please sign in to comment.