Skip to content

Commit

Permalink
Add Sepolia support (#799)
Browse files Browse the repository at this point in the history
  • Loading branch information
stefashkaa committed Oct 12, 2022
1 parent 4920079 commit fbbea72
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions src/utils/ethers-util.ts
Original file line number Diff line number Diff line change
Expand Up @@ -120,6 +120,7 @@ export enum EvmNetworkType {
Goerli = 'goerli',
Private = 'private',
EWC = 'EWC',
Sepolia = 'sepolia',
}

export interface SubNetwork {
Expand Down Expand Up @@ -182,6 +183,7 @@ export const EvmNetworkTypeName = {
'0x4': EvmNetworkType.Rinkeby,
'0x5': EvmNetworkType.Goerli,
'0x12047': EvmNetworkType.Private,
'0xaa36a7': EvmNetworkType.Sepolia,
};

async function onConnect(options: ConnectOptions): Promise<string> {
Expand Down

0 comments on commit fbbea72

Please sign in to comment.