Skip to content

Commit

Permalink
fix service levels credentials on asset
Browse files Browse the repository at this point in the history
  • Loading branch information
paulo-ocean committed Feb 28, 2025
1 parent ae79d68 commit edbdd12
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion src/test/data/assets.ts
Original file line number Diff line number Diff line change
Expand Up @@ -92,7 +92,10 @@ const serviceLevelCredentials: Credentials = {
allow: [
{
type: 'address',
values: ['0xe2DD09d719Da89e5a3D0F2549c7E24566e947260']
values: [
'0xe2DD09d719Da89e5a3D0F2549c7E24566e947260',
'0xBE5449a6A97aD46c8558A3356267Ee5D2731ab5e'
]
}
]
}
Expand Down

0 comments on commit edbdd12

Please sign in to comment.