This commit is contained in:
parent
9ec3c33718
commit
e36ea4bcfb
@ -12,7 +12,7 @@ url = https://meta.sarafu.network
|
||||
http_origin =
|
||||
|
||||
[rpc]
|
||||
provider = http://142.93.38.53:8545
|
||||
provider = https://rpc.sarafu.network
|
||||
|
||||
[auth]
|
||||
type = gnupg
|
||||
|
@ -5,23 +5,23 @@ proof_writer = cic.writers.KVWriter
|
||||
ext_writer = cic.writers.KVWriter
|
||||
|
||||
[cic]
|
||||
registry_address = 0xcf60ebc445b636a5ab787f9e8bc465a2a3ef8299
|
||||
registry_address = 0x47269C43e4aCcA5CFd09CB4778553B2F69963303
|
||||
|
||||
[meta]
|
||||
url = https://meta.grassecon.net
|
||||
url = https://meta.sarafu.network
|
||||
http_origin =
|
||||
|
||||
[rpc]
|
||||
provider = https://rpc.grassecon.net
|
||||
provider = https://rpc.sarafu.network
|
||||
|
||||
[auth]
|
||||
type = gnupg
|
||||
keyfile_path = /home/will/grassroots/cic-internal-integration/apps/cic-ussd/tests/data/pgp/privatekeys_meta.asc
|
||||
passphrase = merman
|
||||
keyfile_path =
|
||||
passphrase =
|
||||
|
||||
[wallet]
|
||||
key_file = /home/will/grassroots/cic-internal-integration/apps/contract-migration/keystore
|
||||
key_file =
|
||||
passphrase =
|
||||
|
||||
[chain]
|
||||
spec = evm:byzantium:5050:bloxberg
|
||||
spec = evm:kitabu:6060:sarafu
|
802
poetry.lock
generated
802
poetry.lock
generated
File diff suppressed because it is too large
Load Diff
@ -42,17 +42,17 @@ secondary = true
|
||||
[tool.poetry.dependencies]
|
||||
python = "^3.8"
|
||||
funga-eth = "^0.6.0"
|
||||
cic-types = "^0.2.2"
|
||||
cic-types = "^0.2.3"
|
||||
confini = "^0.6.0"
|
||||
chainlib = "~0.1.0"
|
||||
chainlib = "~0.3.0"
|
||||
cbor2 = "~5.4.1"
|
||||
|
||||
chainlib-eth = { version = "~0.1.1", optional = true }
|
||||
chainlib-eth = { version = "~0.3.1", optional = true }
|
||||
eth-token-index = { version = "^0.3.0", optional = true }
|
||||
eth-address-index = { version = "~0.5.0", optional = true }
|
||||
okota = { version = "^0.4.0", optional = true }
|
||||
cic-eth-registry = { version = "^0.6.9", optional = true }
|
||||
cic-contracts = { version = "~0.1.0", optional = true }
|
||||
cic-eth-registry = { version = "^0.7.0", optional = true }
|
||||
cic-contracts = { version = "~0.2.0", optional = true }
|
||||
|
||||
|
||||
[tool.poetry.dev-dependencies]
|
||||
@ -61,8 +61,8 @@ pytest-cov = "2.10.1"
|
||||
python-semantic-release = "^7.25.2"
|
||||
pylint = "^2.12.2"
|
||||
black = { version = "^22.1.0", allow-prereleases = true }
|
||||
eth_tester = "0.5.0b3"
|
||||
py-evm = "0.3.0a20"
|
||||
eth_tester = "0.6.0b6"
|
||||
py-evm = "0.5.0a3"
|
||||
rlp = "2.0.1"
|
||||
|
||||
[tool.poetry.extras]
|
||||
@ -93,4 +93,3 @@ build_command = "pip install poetry && poetry build"
|
||||
hvcs = "gitea"
|
||||
hvcs_domain = "git.grassecon.net"
|
||||
check_build_status = false
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user