Skip to content

Commit

Permalink
update ownership
Browse files Browse the repository at this point in the history
  • Loading branch information
shivammp committed Jul 10, 2024
1 parent 3dbaf15 commit a85a6f1
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion config/whitelist.json
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,6 @@
}
],
"knownOwners": [
"0x90274f67f02f555031f3eb99b47213ce0a06d5b1",
"0x944694417a6ca0a70963d644a11d42c10e3af042",
"0xabd7853b79e488bc1bd9e238a870167b074eb714",
"0x71c0c1001520e1568e17836cc8a19d0dbdb2bd5f"
Expand Down Expand Up @@ -66,6 +65,7 @@
}
],
"knownOwners": [
"0x90274f67f02f555031f3eb99b47213ce0a06d5b1",
"0x944694417a6ca0a70963d644a11d42c10e3af042",
"0xabd7853b79e488bc1bd9e238a870167b074eb714",
"0x71c0c1001520e1568e17836cc8a19d0dbdb2bd5f"
Expand Down
2 changes: 1 addition & 1 deletion src/constants/verifiedAssets.ts
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,6 @@ const verifiedAssets: AddressMapping[] = [
{ address: '0x92df60c51c710a1b1c20e42d85e221f3a1bfc7f2', chainId: '1' },
],
knownOwners: [
'0x90274f67F02f555031f3Eb99b47213CE0A06D5B1',
'0x944694417a6ca0a70963d644a11d42c10e3af042',
'0xabd7853b79e488bc1bd9e238a870167b074eb714',
'0x71c0c1001520e1568e17836cc8a19d0dbdb2bd5f',
Expand All @@ -37,6 +36,7 @@ const verifiedAssets: AddressMapping[] = [
{ address: '0xe6828D65bf5023AE1851D90D8783Cc821ba7eeE1', chainId: '1' },
],
knownOwners: [
'0x90274f67F02f555031f3Eb99b47213CE0A06D5B1',
'0x944694417a6ca0a70963d644a11d42c10e3af042',
'0xabd7853b79e488bc1bd9e238a870167b074eb714',
'0x71c0c1001520e1568e17836cc8a19d0dbdb2bd5f',
Expand Down

0 comments on commit a85a6f1

Please sign in to comment.