Skip to content

Commit

Permalink
devop: add more dapps
Browse files Browse the repository at this point in the history
  • Loading branch information
kvhnuke committed Aug 21, 2024
1 parent 97f36f5 commit f333e24
Showing 1 changed file with 16 additions and 0 deletions.
16 changes: 16 additions & 0 deletions packages/extension/src/libs/dapp-list/index.ts
Original file line number Diff line number Diff line change
Expand Up @@ -79,6 +79,22 @@ const lists: Partial<Record<NetworkNames, string>> = {
"https://raw.githubusercontent.com/enkryptcom/dynamic-data/main/dapps/godwoken.json",
[NetworkNames.ImmutableZkevm]:
"https://raw.githubusercontent.com/enkryptcom/dynamic-data/main/dapps/imx.json",
[NetworkNames.ZChains]:
"https://raw.githubusercontent.com/enkryptcom/dynamic-data/main/dapps/zchains.json",
[NetworkNames.MantaPacific]:
"https://raw.githubusercontent.com/enkryptcom/dynamic-data/main/dapps/manta.json",
[NetworkNames.Mode]:
"https://raw.githubusercontent.com/enkryptcom/dynamic-data/main/dapps/mode.json",
[NetworkNames.OpBNB]:
"https://raw.githubusercontent.com/enkryptcom/dynamic-data/main/dapps/opBNB.json",
[NetworkNames.Palm]:
"https://raw.githubusercontent.com/enkryptcom/dynamic-data/main/dapps/palm.json",
[NetworkNames.ProofOfPlayApex]:
"https://raw.githubusercontent.com/enkryptcom/dynamic-data/main/dapps/popApex.json",
[NetworkNames.Scroll]:
"https://raw.githubusercontent.com/enkryptcom/dynamic-data/main/dapps/scroll.json",
[NetworkNames.Rari]:
"https://raw.githubusercontent.com/enkryptcom/dynamic-data/main/dapps/rari.json",
};

export default lists;

2 comments on commit f333e24

@github-actions
Copy link

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

@github-actions
Copy link

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Please sign in to comment.