Skip to content

Commit

Permalink
Add Manta Pacific Sepolia chain
Browse files Browse the repository at this point in the history
  • Loading branch information
Destiner committed Apr 15, 2024
1 parent 4ce1733 commit 0ec6689
Showing 1 changed file with 6 additions and 6 deletions.
12 changes: 6 additions & 6 deletions src/utils/chains.ts
Original file line number Diff line number Diff line change
Expand Up @@ -51,7 +51,7 @@ import {
opBNB,
opBNBTestnet,
manta,
mantaTestnet,
mantaSepoliaTestnet,
kava,
kavaTestnet,
taikoKatla,
Expand Down Expand Up @@ -149,7 +149,7 @@ const MOONRIVER = moonriver.id;
const FLARE = flare.id;
const FLARE_TESTNET = flareTestnet.id;
const MANTA_PACIFIC = manta.id;
const MANTA_PACIFIC_TESTNET = mantaTestnet.id;
const MANTA_PACIFIC_SEPOLIA = mantaSepoliaTestnet.id;
const KAVA = kava.id;
const KAVA_TESTNET = kavaTestnet.id;
const TAIKO_KATLA = taikoKatla.id;
Expand Down Expand Up @@ -253,7 +253,7 @@ type Chain =
| typeof FLARE
| typeof FLARE_TESTNET
| typeof MANTA_PACIFIC
| typeof MANTA_PACIFIC_TESTNET
| typeof MANTA_PACIFIC_SEPOLIA
| typeof KAVA
| typeof KAVA_TESTNET
| typeof TAIKO_KATLA
Expand Down Expand Up @@ -357,7 +357,7 @@ const CHAINS: Chain[] = [
FLARE,
FLARE_TESTNET,
MANTA_PACIFIC,
MANTA_PACIFIC_TESTNET,
MANTA_PACIFIC_SEPOLIA,
KAVA,
KAVA_TESTNET,
TAIKO_KATLA,
Expand Down Expand Up @@ -518,8 +518,8 @@ function getChainData(chain: Chain): ChainData {
return flareTestnet;
case MANTA_PACIFIC:
return manta;
case MANTA_PACIFIC_TESTNET:
return mantaTestnet;
case MANTA_PACIFIC_SEPOLIA:
return mantaSepoliaTestnet;
case KAVA:
return kava;
case KAVA_TESTNET:
Expand Down

0 comments on commit 0ec6689

Please sign in to comment.