Skip to content

Commit

Permalink
Merge pull request #1928 from EveripediaNetwork/explorers-wiki-edit
Browse files Browse the repository at this point in the history
Explorers wiki edit
  • Loading branch information
Damola18 committed Jul 10, 2024
2 parents e404eba + fc0870e commit d57be18
Show file tree
Hide file tree
Showing 3 changed files with 55 additions and 6 deletions.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,7 @@
"@emotion/react": "^11.8.2",
"@emotion/server": "^11.11.0",
"@emotion/styled": "^11.8.1",
"@everipedia/iq-utils": "^0.2.8",
"@everipedia/iq-utils": "^0.2.9",
"@everipedia/web3-signer": "^0.0.11",
"@fortaine/fetch-event-source": "^3.0.6",
"@magic-ext/oauth": "^12.3.0",
Expand Down
10 changes: 5 additions & 5 deletions pnpm-lock.yaml

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

49 changes: 49 additions & 0 deletions src/data/WikiLinks.ts
Original file line number Diff line number Diff line change
Expand Up @@ -236,4 +236,53 @@ export const LINK_OPTIONS = [
icon: FaFileContract,
tests: [/https:\/\/(www\.)?tronscan\.(io|org)\/#\/\w+/],
},
{
id: CommonMetaIds.XRPSCAN_PROFILE,
type: LinkType.EXPLORER,
label: 'Xrpscan',
icon: FaFileContract,
tests: [/https:\/\/(www.)?xrpscan.com\/\w+/],
},
{
id: CommonMetaIds.KAVASCAN_PROFILE,
type: LinkType.EXPLORER,
label: 'Kavascan',
icon: FaFileContract,
tests: [/https:\/\/(www\.)?kavascan\.(com|io)\/.*/],
},
{
id: CommonMetaIds.TONSCAN_PROFILE,
type: LinkType.EXPLORER,
label: 'Tonscan',
icon: FaFileContract,
tests: [/https:\/\/(www\.)?tonscan\.org\/\w+/],
},
{
id: CommonMetaIds.CELOSCAN_PROFILE,
type: LinkType.EXPLORER,
label: 'Celoscan',
icon: FaFileContract,
tests: [/https:\/\/(www\.)?(celoscan|explorer.celo)\.(io|org)\/\w+/],
},
{
id: CommonMetaIds.CRONOSCAN_PROFILE,
type: LinkType.EXPLORER,
label: 'Cronoscan',
icon: FaFileContract,
tests: [/https:\/\/(www\.)?(cronoscan|cronos)\.(com|org)\/\w+/],
},
{
id: CommonMetaIds.ZKSCAN_PROFILE,
type: LinkType.EXPLORER,
label: 'Zkscan',
icon: FaFileContract,
tests: [/https:\/\/(www\.)?(explorer.zksync|zkscan)\.io\/\w+/],
},
{
id: CommonMetaIds.EXPLORER_INJECTIVE,
type: LinkType.EXPLORER,
label: 'Explorer Injective',
icon: FaFileContract,
tests: [/https:\/\/(www\.)?explorer.injective.network\/\w+/],
},
]

0 comments on commit d57be18

Please sign in to comment.