Skip to content

Commit

Permalink
add missing diffs
Browse files Browse the repository at this point in the history
  • Loading branch information
aaronmgdr committed Dec 5, 2023
1 parent 6b1ac66 commit 222f340
Showing 1 changed file with 4 additions and 7 deletions.
11 changes: 4 additions & 7 deletions packages/protocol/lib/registry-utils.ts
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
* an environment.
*/

import { ContractPackage, MENTO_PACKAGE } from "../contractPackages"
import { ContractPackage, MENTO_PACKAGE, SOLIDITY_08_PACKAGE } from "../contractPackages"

export const celoRegistryAddress = '0x000000000000000000000000000000000000ce10'

Expand Down Expand Up @@ -54,6 +54,7 @@ export const usesRegistry = [

export const hasEntryInRegistry: ContractPackage[]= [
{
name: "default",
contracts:[
CeloContractName.Accounts,
CeloContractName.Attestations,
Expand All @@ -72,12 +73,8 @@ export const hasEntryInRegistry: ContractPackage[]= [
CeloContractName.SortedOracles,
]
},
{
contracts:[
CeloContractName.GasPriceMinimum,
],
path: "contracts-0.8"
},
SOLIDITY_08_PACKAGE
,
{
...MENTO_PACKAGE,
// not all Mentro contracts are supposed to be in the Registry
Expand Down

0 comments on commit 222f340

Please sign in to comment.