Skip to content

Commit

Permalink
Made Web3Network class Codable
Browse files Browse the repository at this point in the history
  • Loading branch information
Gaurav Goel committed Jan 13, 2025
1 parent 52fb5ef commit 1ef140c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Sources/CommonSources/Web3AuthNetwork.swift
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
public enum Web3AuthNetwork : Equatable, Hashable {
public enum Web3AuthNetwork : Equatable, Hashable, Codable {
case SAPPHIRE_DEVNET
case SAPPHIRE_MAINNET
case MAINNET
Expand Down

0 comments on commit 1ef140c

Please sign in to comment.