Skip to content

Commit

Permalink
chore: expose provenance chain config on index
Browse files Browse the repository at this point in the history
  • Loading branch information
alanrsoares committed Aug 15, 2023
1 parent d2b9d2f commit 2ea321c
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 10 deletions.
2 changes: 2 additions & 0 deletions src/config/web3/cosmos/mainnet/index.ts
Original file line number Diff line number Diff line change
Expand Up @@ -19,6 +19,7 @@ import { ki } from "./ki";
import { kujira } from "./kujira";
import { neutron } from "./neutron";
import { osmosis } from "./osmosis";
import { provenance } from "./provenance";
import { rebus } from "./rebus";
import { regen } from "./regen";
import { secret } from "./secret";
Expand Down Expand Up @@ -63,4 +64,5 @@ export const mainnetChains: CosmosChain[] = [
sei,
aura,
rebus,
provenance,
];
10 changes: 0 additions & 10 deletions src/config/web3/index.ts
Original file line number Diff line number Diff line change
Expand Up @@ -9,18 +9,8 @@ import { CosmosChain } from "./cosmos/interface";
import { mainnetChains as cosmosMainnetChains } from "./cosmos/mainnet";
import { testnetChains as cosmosTestnetChains } from "./cosmos/testnet";
import { mainnetChains as evmMainnetChains } from "./evm/mainnet";
// wagmi ready chains
import { testnetChains as evmTestnetChains } from "./evm/testnet";

// sdk chains (generic)
// export const allAssets = loadAssets({
// environment: ENVIRONMENT,
// });

// export const allChains = loadChains({
// environment: ENVIRONMENT,
// });

export const getWagmiChains = () => {
if (ENVIRONMENT === Environment.TESTNET) {
return evmTestnetChains;
Expand Down

0 comments on commit 2ea321c

Please sign in to comment.