Skip to content

Commit

Permalink
add kava deployment
Browse files Browse the repository at this point in the history
  • Loading branch information
bout3fiddy committed Oct 25, 2023
1 parent eb1b641 commit 01f5bbc
Show file tree
Hide file tree
Showing 3 changed files with 11 additions and 12 deletions.
6 changes: 3 additions & 3 deletions poetry.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ packages = []
[tool.poetry.dependencies]
python = "^3.10"
poetry = "1.5.1"
titanoboa = {git = "https://github.com/vyperlang/titanoboa.git", rev = "7171aee25c4d25fc1626a361a8c972e9316fd383"}
titanoboa = {git = "https://github.com/vyperlang/titanoboa.git", rev = "7fcca390a0c4d94fe78e19221df618d264a609f1"}
vyper = "0.3.10"
pycryptodome = "^3.18.0"
pre-commit = "^3.3.3"
Expand Down
15 changes: 7 additions & 8 deletions scripts/deploy_infra.py
Original file line number Diff line number Diff line change
Expand Up @@ -122,11 +122,11 @@
"factory": "0x1764ee18e8B3ccA4787249Ceb249356192594585",
},
"kava:mainnet": {
"math": "",
"views": "",
"plain_amm": "",
"meta_amm": "",
"factory": "",
"math": "0xf3A431008396df8A8b2DF492C913706BDB0874ef",
"views": "0x8b3EFBEfa6eD222077455d6f0DCdA3bF4f3F57A6",
"plain_amm": "0x506F594ceb4E33F5161139bAe3Ee911014df9f7f",
"meta_amm": "0x87FE17697D0f14A222e8bEf386a0860eCffDD617",
"factory": "0x1764ee18e8B3ccA4787249Ceb249356192594585",
},
"aurora:mainnet": {
"math": "",
Expand Down Expand Up @@ -259,10 +259,9 @@ def deploy_infra(network, url, account, fork=False):

def main():

# eth
deploy_infra(
"ethereum:mainnet",
os.environ["RPC_ETHEREUM"],
"kava:mainnet",
os.environ["RPC_KAVA"],
"FIDDYDEPLOYER",
fork=False,
)
Expand Down

0 comments on commit 01f5bbc

Please sign in to comment.