Skip to content

Commit

Permalink
finished deployments
Browse files Browse the repository at this point in the history
  • Loading branch information
bout3fiddy committed Apr 9, 2024
1 parent 9faa0b6 commit 3a4581e
Showing 1 changed file with 8 additions and 6 deletions.
14 changes: 8 additions & 6 deletions scripts/deploy_addressprovider_and_setup.py
Original file line number Diff line number Diff line change
@@ -1,17 +1,19 @@
# Contract deployed at: https://etherscan.io/address/0x5ffe7FB82894076ECB99A30D6A32e969e6e35E98
# Contract not deployed at: Kava, Aurora, Mantle yet
# flake8 no-qa E402
# Contract deployed at: 0x5ffe7FB82894076ECB99A30D6A32e969e6e35E98
# Deployed at: Ethereum, Arbitrum, Optimism, Base, Bsc, Polygon,
# Fantom, Gnosis, Aurora, Celo, Mantle,
# Linea, Polygon zkEVM, Scroll, Fraxtal, Avalanche, Kava

import os
import sys

import boa
from boa.network import NetworkEnv
from eth_account import Account
from eth_utils import keccak
from rich.console import Console as RichConsole

sys.path.append("./")

# import sys
# sys.path.append("./")
from scripts.address_provider_constants import (
ADDRESS_PROVIDER_MAPPING,
addresses,
Expand Down Expand Up @@ -84,7 +86,7 @@ def main(network, fork):


if __name__ == "__main__":
network = "ethereum"
network = "kava"
fork = False

main(network, fork)

0 comments on commit 3a4581e

Please sign in to comment.