Skip to content

Commit

Permalink
Update dictionary of lynx nodes to include recently launched lynx-4.
Browse files Browse the repository at this point in the history
  • Loading branch information
derekpierre committed Nov 16, 2023
1 parent ff713f0 commit 7bfc51e
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion deployment/constants.py
Original file line number Diff line number Diff line change
@@ -1,8 +1,9 @@
from pathlib import Path

import deployment
from ape import project

import deployment

DEPLOYMENT_DIR = Path(deployment.__file__).parent
CONSTRUCTOR_PARAMS_DIR = DEPLOYMENT_DIR / "constructor_params"
ARTIFACTS_DIR = DEPLOYMENT_DIR / "artifacts"
Expand All @@ -23,6 +24,7 @@
"0xb15d5a4e2be34f4be154a1b08a94ab920ffd8a41": "0x890069745E9497C6f99Db68C4588deC5669F3d3E",
"0x210eeac07542f815ebb6fd6689637d8ca2689392": "0xf48F720A2Ed237c24F5A7686543D90596bb8D44D",
"0x48C8039c32F4c6f5cb206A5911C8Ae814929C16B": "0xce057adc39dcD1b3eA28661194E8963481CC48b2",
"0xE4c8d3bcf8C87D73CE38Ab2DC288d309072ee4E7": "0x81B6a7b73C270659D0DAb223Ef81f3b36b812466",
}

TAPIR_NODES = {
Expand Down

0 comments on commit 7bfc51e

Please sign in to comment.