Skip to content

Commit

Permalink
Add option for LUKSO
Browse files Browse the repository at this point in the history
  • Loading branch information
Wolmin committed Jun 13, 2024
1 parent 04f304f commit c9fed76
Show file tree
Hide file tree
Showing 2 changed files with 848 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -28,6 +28,8 @@ public enum NetworkName {
SEPOLIA("/sepolia.json", BigInteger.valueOf(11155111)),
/** Holešky network name. */
HOLESKY("/holesky.json", BigInteger.valueOf(17000)),
/** LUKSO mainnet network name. */
LUKSO("/lukso.json", BigInteger.valueOf(42)),

/** Dev network name. */
DEV("/dev.json", BigInteger.valueOf(2018), false),
Expand Down
Loading

0 comments on commit c9fed76

Please sign in to comment.