Update contract addresses in run nitro node script (#2)
Part of [Create bridge channel in go-nitro](https://www.notion.so/Create-bridge-channel-in-go-nitro-22ce80a0d8ae4edb80020a8f250ea270) Co-authored-by: Neeraj <neeraj.rtly@gmail.com> Reviewed-on: #2
This commit is contained in:
parent
fe85e74425
commit
cdf675f666
@ -41,8 +41,8 @@ extMultiAddr = "${NITRO_EXT_MULTIADDR}"
|
|||||||
l2 = ${NITRO_L2}
|
l2 = ${NITRO_L2}
|
||||||
|
|
||||||
naaddress = "${NA_ADDRESS}"
|
naaddress = "${NA_ADDRESS}"
|
||||||
vpaaddress = "${CA_ADDRESS}"
|
vpaaddress = "${VPA_ADDRESS}"
|
||||||
caaddress = "${VPA_ADDRESS}"
|
caaddress = "${CA_ADDRESS}"
|
||||||
bridgeaddress = "${BRIDGE_ADDRESS}"
|
bridgeaddress = "${BRIDGE_ADDRESS}"
|
||||||
EOF
|
EOF
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user