Skip to content

Commit b53c00f

Browse files
committed
allow sepolia for network key
1 parent 5b08394 commit b53c00f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

packages/@magic-sdk/types/src/modules/rpc-provider-types.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
export type EthNetworkName = 'mainnet' | 'goerli';
1+
export type EthNetworkName = 'mainnet' | 'goerli' | 'sepolia';
22

33
export enum EthChainType {
44
Harmony = 'HARMONY',

0 commit comments

Comments
 (0)