Skip to content

Commit bbad0ae

Browse files
authored
Merge pull request #646 from magiclabs/hcote-support-sepolia-natively
allow sepolia for network key
2 parents 8172bf9 + 028b4df commit bbad0ae

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)