File tree Expand file tree Collapse file tree 3 files changed +6
-6
lines changed
getting-started/deployment Expand file tree Collapse file tree 3 files changed +6
-6
lines changed Original file line number Diff line number Diff line change 55## Getting Started
66
77- Deployment
8- - [ Deploy contracts locally] ( getting-started/local_deploy.md )
9- - [ Deploy contracts in Docker] ( getting-started/docker_deploy.md )
8+ - [ Deploy contracts locally] ( getting-started/deployment/ local_deploy.md )
9+ - [ Deploy contracts in Docker] ( getting-started/deployment/ docker_deploy.md )
1010- Contracts
11- - [ GatewayConfig] ( contracts/gateway_config.md )
12- - [ KmsManagement] ( contracts/kms_management.md )
11+ - [ GatewayConfig] ( getting-started/ contracts/gateway_config.md)
12+ - [ KmsManagement] ( getting-started/ contracts/kms_management.md)
Original file line number Diff line number Diff line change @@ -40,7 +40,7 @@ make deploy-contracts-local
4040
4141This:
4242
43- - deploys the contracts through the ` deployAllGatewayContracts ` task found in [ deploy.ts] ( ../../../tasks/deploy .ts )
43+ - deploys the contracts through the ` deployAllGatewayContracts ` task found in [ deploy.ts] ( ../../../tasks/deployment/contracts .ts )
4444- adds the host chains to the ` GatewayConfig ` contract through the ` addHostChainsToGatewayConfig ` task found in
4545 [ addHostChains.ts] ( ../../../tasks/addHostChains.ts )
4646
Original file line number Diff line number Diff line change 11## Smart Contract selectors
22
3- All smart contract selectors can be found in the [ contract selectors] ( ../contract_selectors .txt ) file.
3+ All smart contract selectors can be found in the [ contract selectors] ( ../../selectors .txt ) file.
You can’t perform that action at this time.
0 commit comments