-
Notifications
You must be signed in to change notification settings - Fork 24
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge pull request #144 from metagov/add-more-testnets
Filter test daos from explorer
- Loading branch information
Showing
2 changed files
with
18 additions
and
2 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
12 changes: 12 additions & 0 deletions
12
daostar-website/src/components/FilterRegistrations/Filter_Registrations_By_Id.js
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,12 @@ | ||
const registrationIdsToFilter = [ | ||
|
||
'0x170b1eb094571c154ff822145b8cdb3afb852b4c', // Testnet bnb bruno | ||
'0x4e656b8859548075cd4d922809129bfda9920b8e', // Testnet arb goerli | ||
'0xfe0c8cfa51eed09259eb4926df24ba26dda6230d', // Lyra demo without issuer uri | ||
'0xdad5df58927e1743a6f88ec280d6b3fb264b05d5', // Kiwi dao demo without issuer uri | ||
'0xa5aa339314402edb5db68c7e3d3a526cf0245bf9', // Kiwi dao | ||
'0xdeddc6cdd12d9a514b7af9d51df9a3e46be2ddef', // Test dao | ||
|
||
]; | ||
|
||
export default registrationIdsToFilter; |