Skip to content

Commit

Permalink
Merge pull request #1165 from beefyfinance/chore/remove-sys
Browse files Browse the repository at this point in the history
Remove syscoin
  • Loading branch information
seguido authored Jul 6, 2023
2 parents 966245f + 6071572 commit ee0bbd6
Show file tree
Hide file tree
Showing 20 changed files with 0 additions and 1,044 deletions.
5 changes: 0 additions & 5 deletions packages/address-book/address-book/index.ts
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,6 @@ import { aurora } from './aurora';
import { fuse } from './fuse';
import { metis } from './metis';
import { moonbeam } from './moonbeam';
import { sys } from './sys';
import { emerald } from './emerald';
import { optimism } from './optimism';
import { kava } from './kava';
Expand All @@ -31,7 +30,6 @@ const _addressBook: {
readonly one: Chain;
readonly metis: Chain;
readonly moonbeam: Chain;
readonly sys: Chain;
readonly celo: Chain;
readonly aurora: Chain;
readonly moonriver: Chain;
Expand Down Expand Up @@ -62,7 +60,6 @@ const _addressBook: {
fuse,
metis,
moonbeam,
sys,
emerald,
optimism,
kava,
Expand All @@ -86,7 +83,6 @@ const _addressBookByChainId: {
readonly '128': Chain;
readonly '1313161554': Chain;
readonly '42161': Chain;
readonly '57': Chain;
readonly '42262': Chain;
readonly '10': Chain;
readonly '2222': Chain;
Expand All @@ -108,7 +104,6 @@ const _addressBookByChainId: {
[ChainId.fuse]: fuse,
[ChainId.metis]: metis,
[ChainId.moonbeam]: moonbeam,
[ChainId.sys]: sys,
[ChainId.emerald]: emerald,
[ChainId.optimism]: optimism,
[ChainId.kava]: kava,
Expand Down
17 changes: 0 additions & 17 deletions packages/address-book/address-book/sys/index.ts

This file was deleted.

17 changes: 0 additions & 17 deletions packages/address-book/address-book/sys/platforms/beefyfinance.ts

This file was deleted.

4 changes: 0 additions & 4 deletions packages/address-book/address-book/sys/platforms/pegasys.ts

This file was deleted.

96 changes: 0 additions & 96 deletions packages/address-book/address-book/sys/tokens/tokens.ts

This file was deleted.

1 change: 0 additions & 1 deletion packages/address-book/types/chainid.ts
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,6 @@ export enum ChainId {
fuse = 122,
metis = 1088,
moonbeam = 1284,
sys = 57,
emerald = 42262,
optimism = 10,
kava = 2222,
Expand Down
1 change: 0 additions & 1 deletion packages/address-book/util/chainIdMap.ts
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,6 @@ const chainIdMap = {
fuse: 122,
metis: 1088,
moonbeam: 1284,
sys: 57,
emerald: 42262,
optimism: 10,
kava: 2222,
Expand Down
8 changes: 0 additions & 8 deletions scripts/add-sushi.ts
Original file line number Diff line number Diff line change
Expand Up @@ -34,9 +34,6 @@ const {
celo: {
platforms: { sushiCelo: sushiCelo },
},
sys: {
platforms: { pegasys: pegasys },
},
} = addressBook;

const projects = {
Expand Down Expand Up @@ -80,11 +77,6 @@ const projects = {
file: '../src/data/aurora/trisolarisMiniLpPools.json',
masterchef: tri.minichef,
},
pegasys: {
prefix: 'pegasys',
file: '../src/data/sys/pegasysLpPools.json',
masterchef: pegasys.minichef,
},
pancake: {
prefix: 'cakev2',
file: '../src/data/cakeLpPoolsV2.json',
Expand Down
Loading

0 comments on commit ee0bbd6

Please sign in to comment.