Skip to content

Commit

Permalink
export default chains
Browse files Browse the repository at this point in the history
  • Loading branch information
lukachi committed May 24, 2024
1 parent 20d97c4 commit 9d1ff66
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions packages/connector/src/consts/chains.ts
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
import type { ChainInfo, ChainZkpInfo } from '@/types';

enum RarimoChains {
export enum RarimoChains {
Mainnet = 'rarimo_201411-1',
MainnetBeta = 'rarimo_42-1',
}
Expand Down Expand Up @@ -100,7 +100,7 @@ export const RARIMO_CHAINS: Record<string, ChainInfo> = {
},
};

enum TargetChains {
export enum TargetChains {
EthereumMainet = 1,
Bsc = 56,
Polygon = 137,
Expand Down

0 comments on commit 9d1ff66

Please sign in to comment.