Skip to content

Commit

Permalink
update roles for scripts
Browse files Browse the repository at this point in the history
  • Loading branch information
Daniel Lima committed Dec 21, 2023
1 parent 522f0c6 commit 227d136
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions scripts/data/metadata.ts
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ import { defaultAbiCoder as abi, keccak256 } from 'ethers/lib/utils'
import { USER_ROLE } from '../../utils/roles'
import { inputsToTypes } from '../../utils/role-metadata'

export const role1 = keccak256(abi.encode(['string'], ['CUSTOM_ROLE']))
export const role1 = '0x3d926b0dd5f4880fb18c9a49c890c7d76c2a97e0d4b4c20f1bb3fe6e5f89f5f4'
export const roleMetadata1 = {
inputs: [
{
Expand Down Expand Up @@ -87,7 +87,7 @@ export const data2 = {
},
}

export const role2 = '0x3d926b0dd5f4880fb18c9a49c890c7d76c2a97e0d4b4c20f1bb3fe6e5f89f5f4'
export const role2 = '0x3d926b0dd5f4880fb18c9a49c890c7d76c2a97e0d4b4c20f1bb3fe6e5f89f0f4'
export const roleMetadata2 = {
inputs: [
{
Expand Down

0 comments on commit 227d136

Please sign in to comment.