Skip to content

Commit

Permalink
Add universal resolver to deployments (#350)
Browse files Browse the repository at this point in the history
  • Loading branch information
gskril authored Nov 10, 2024
1 parent d0d5ad8 commit bb09aa8
Showing 1 changed file with 15 additions and 0 deletions.
15 changes: 15 additions & 0 deletions app/local/data/deployments.ts
Original file line number Diff line number Diff line change
Expand Up @@ -52,6 +52,11 @@ export const DEPLOYMENTS: Deployment[] = [
path: 'PublicResolver',
srcPath: 'contracts/resolvers/PublicResolver.sol',
},
{
name: 'Universal Resolver',
path: 'UniversalResolver',
srcPath: 'contracts/utils/UniversalResolver.sol',
},
],
},
{
Expand Down Expand Up @@ -95,6 +100,11 @@ export const DEPLOYMENTS: Deployment[] = [
path: 'PublicResolver',
srcPath: 'contracts/resolvers/PublicResolver.sol',
},
{
name: 'Universal Resolver',
path: 'UniversalResolver',
srcPath: 'contracts/utils/UniversalResolver.sol',
},
],
},
{
Expand Down Expand Up @@ -138,6 +148,11 @@ export const DEPLOYMENTS: Deployment[] = [
path: 'PublicResolver',
srcPath: 'contracts/resolvers/PublicResolver.sol',
},
{
name: 'Universal Resolver',
path: 'UniversalResolver',
srcPath: 'contracts/utils/UniversalResolver.sol',
},
],
},
];

0 comments on commit bb09aa8

Please sign in to comment.