Skip to content

Commit

Permalink
devop: update github raw links
Browse files Browse the repository at this point in the history
  • Loading branch information
kvhnuke committed Nov 1, 2022
1 parent dfe68b8 commit 25ce40c
Showing 1 changed file with 18 additions and 18 deletions.
36 changes: 18 additions & 18 deletions packages/extension/src/libs/dapp-list/index.ts
Original file line number Diff line number Diff line change
Expand Up @@ -2,43 +2,43 @@ import { NetworkNames } from "@enkryptcom/types";

const lists: Partial<Record<NetworkNames, string>> = {
[NetworkNames.Ethereum]:
"https://github.com/enkryptcom/dynamic-data/raw/main/dapps/eth.json",
"https://raw.githubusercontent.com/enkryptcom/dynamic-data/main/dapps/eth.json",
[NetworkNames.Binance]:
"https://github.com/enkryptcom/dynamic-data/raw/main/dapps/bsc.json",
"https://raw.githubusercontent.com/enkryptcom/dynamic-data/main/dapps/bsc.json",
[NetworkNames.Matic]:
"https://github.com/enkryptcom/dynamic-data/raw/main/dapps/matic.json",
"https://raw.githubusercontent.com/enkryptcom/dynamic-data/main/dapps/matic.json",
[NetworkNames.EthereumClassic]:
"https://github.com/enkryptcom/dynamic-data/raw/main/dapps/etc.json",
"https://raw.githubusercontent.com/enkryptcom/dynamic-data/main/dapps/etc.json",
[NetworkNames.Kusama]:
"https://github.com/enkryptcom/dynamic-data/raw/main/dapps/ksm.json",
"https://raw.githubusercontent.com/enkryptcom/dynamic-data/main/dapps/ksm.json",
[NetworkNames.Polkadot]:
"https://github.com/enkryptcom/dynamic-data/raw/main/dapps/dot.json",
"https://raw.githubusercontent.com/enkryptcom/dynamic-data/main/dapps/dot.json",
[NetworkNames.Acala]:
"https://raw.githubusercontent.com/enkryptcom/dynamic-data/main/dapps/aca.json",
[NetworkNames.Karura]:
"https://github.com/enkryptcom/dynamic-data/raw/main/dapps/kar.json",
"https://raw.githubusercontent.com/enkryptcom/dynamic-data/main/dapps/kar.json",
[NetworkNames.Moonbeam]:
"https://github.com/enkryptcom/dynamic-data/raw/main/dapps/glmr.json",
"https://raw.githubusercontent.com/enkryptcom/dynamic-data/main/dapps/glmr.json",
[NetworkNames.Moonriver]:
"https://github.com/enkryptcom/dynamic-data/raw/main/dapps/movr.json",
"https://raw.githubusercontent.com/enkryptcom/dynamic-data/main/dapps/movr.json",
[NetworkNames.Astar]:
"https://github.com/enkryptcom/dynamic-data/raw/main/dapps/astr.json",
"https://raw.githubusercontent.com/enkryptcom/dynamic-data/main/dapps/astr.json",
[NetworkNames.AstarEVM]:
"https://github.com/enkryptcom/dynamic-data/raw/main/dapps/astr.json",
"https://raw.githubusercontent.com/enkryptcom/dynamic-data/main/dapps/astr.json",
[NetworkNames.Shiden]:
"https://github.com/enkryptcom/dynamic-data/raw/main/dapps/sdn.json",
"https://raw.githubusercontent.com/enkryptcom/dynamic-data/main/dapps/sdn.json",
[NetworkNames.ShidenEVM]:
"https://github.com/enkryptcom/dynamic-data/raw/main/dapps/sdn.json",
"https://raw.githubusercontent.com/enkryptcom/dynamic-data/main/dapps/sdn.json",
[NetworkNames.Okc]:
"https://github.com/enkryptcom/dynamic-data/raw/main/dapps/okc.json",
"https://raw.githubusercontent.com/enkryptcom/dynamic-data/main/dapps/okc.json",
[NetworkNames.Optimism]:
"https://github.com/enkryptcom/dynamic-data/raw/main/dapps/op.json",
"https://raw.githubusercontent.com/enkryptcom/dynamic-data/main/dapps/op.json",
[NetworkNames.Canto]:
"https://github.com/enkryptcom/dynamic-data/raw/main/dapps/canto.json",
"https://raw.githubusercontent.com/enkryptcom/dynamic-data/main/dapps/canto.json",
[NetworkNames.Bifrost]:
"https://github.com/enkryptcom/dynamic-data/raw/main/dapps/bifrost.json",
"https://raw.githubusercontent.com/enkryptcom/dynamic-data/main/dapps/bifrost.json",
[NetworkNames.BifrostKusama]:
"https://github.com/enkryptcom/dynamic-data/raw/main/dapps/bifrost.json",
"https://raw.githubusercontent.com/enkryptcom/dynamic-data/main/dapps/bifrost.json",
};

export default lists;

1 comment on commit 25ce40c

@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.