Skip to content

Commit

Permalink
feat!: remove GOR and MUM chains support (#223)
Browse files Browse the repository at this point in the history
  • Loading branch information
melianessa committed Apr 11, 2024
1 parent 413c128 commit abdc358
Showing 1 changed file with 0 additions and 4 deletions.
4 changes: 0 additions & 4 deletions src/chains/base.ts
Original file line number Diff line number Diff line change
Expand Up @@ -51,10 +51,8 @@ export enum ChainKey {
DGE = 'dge',

// Testnets
GOR = 'gor',
METT = 'mett',
DIOT = 'diot',
MUM = 'mum',
ARBG = 'arbg',
OPTG = 'optg',
BSCT = 'bsct',
Expand Down Expand Up @@ -126,10 +124,8 @@ export enum ChainId {
DGE = 20000000000004,

// Testnets
GOR = 5,
METT = 12,
DIOT = 13,
MUM = 80001,
ARBG = 421613,
OPTG = 420,
BSCT = 97,
Expand Down

0 comments on commit abdc358

Please sign in to comment.