Remove unnecessary TODO
This commit is contained in:
parent
0e67ad7547
commit
fe197e921e
@ -184,8 +184,6 @@
|
|||||||
# Private key for a funded L1 account, to be used for contract deployment on L1
|
# Private key for a funded L1 account, to be used for contract deployment on L1
|
||||||
# Required since this private key will be utilized by both L1 and L2 nodes of the bridge
|
# Required since this private key will be utilized by both L1 and L2 nodes of the bridge
|
||||||
|
|
||||||
# TODO: HARDCODE PK AND USE SAME IN BRIDGE
|
|
||||||
|
|
||||||
geth_deployer_pk: ""
|
geth_deployer_pk: ""
|
||||||
|
|
||||||
# Custom token to be deployed
|
# Custom token to be deployed
|
||||||
@ -433,7 +431,7 @@
|
|||||||
cd /srv/bridge
|
cd /srv/bridge
|
||||||
|
|
||||||
# Create required variables
|
# Create required variables
|
||||||
GETH_CHAIN_ID="11155111"
|
GETH_CHAIN_ID="1212"
|
||||||
|
|
||||||
export NA_ADDRESS=$(laconic-so deployment --dir nitro-contracts-deployment exec nitro-contracts "jq -r '.\"$GETH_CHAIN_ID\"[0].contracts.NitroAdjudicator.address' /app/deployment/nitro-addresses.json")
|
export NA_ADDRESS=$(laconic-so deployment --dir nitro-contracts-deployment exec nitro-contracts "jq -r '.\"$GETH_CHAIN_ID\"[0].contracts.NitroAdjudicator.address' /app/deployment/nitro-addresses.json")
|
||||||
export CA_ADDRESS=$(laconic-so deployment --dir nitro-contracts-deployment exec nitro-contracts "jq -r '.\"$GETH_CHAIN_ID\"[0].contracts.ConsensusApp.address' /app/deployment/nitro-addresses.json")
|
export CA_ADDRESS=$(laconic-so deployment --dir nitro-contracts-deployment exec nitro-contracts "jq -r '.\"$GETH_CHAIN_ID\"[0].contracts.ConsensusApp.address' /app/deployment/nitro-addresses.json")
|
||||||
|
Loading…
Reference in New Issue
Block a user