UNPKG

deployment-tool

Version:

Tool to deploy and upgrade contracts on Ethereum Mainnet

39 lines (30 loc) 2 kB
[![license](https://img.shields.io/github/license/jamesisaac/react-native-background-task.svg)](https://opensource.org/licenses/MIT) # deployment-tool / src ``` 888 888 888 888 888 888 888 888 888 888 888 888 888 888 888 .d88888 .d88b. 88888b. 888 .d88b. 888 88888888b.d88b. .d88b. 88888b. 888888 888888 .d88b. .d88b. 888 d88" 888d8P Y8b888 "88b888d88""88b888 888888 "888 "88bd8P Y8b888 "88b888 888 d88""88bd88""88b888 888 88888888888888 888888888 888888 888888 888 88888888888888 888888 888888888 888 888888 888888 Y88b 888Y8b. 888 d88P888Y88..88PY88b 888888 888 888Y8b. 888 888Y88b. Y88b. Y88..88PY88..88P888 "Y88888 "Y8888 88888P" 888 "Y88P" "Y88888888 888 888 "Y8888 888 888 "Y888 "Y888 "Y88P" "Y88P" 888 888 888 888 Y8b d88P 888 "Y88P" ``` - [ContractDeployment.ts](./ContractDeployment.ts) - [README.md](./README.md) - [deploy.ts](./deploy.ts) - [deployProxy.ts](./deployProxy.ts) - [index.ts](./index.ts) - [serveTasks.ts](./serveTasks.ts) - [type-extensions.ts](./type-extensions.ts) - [upgradeProxy.ts](./upgradeProxy.ts) - [utils.ts](./utils.ts) ## Directory Tree [<- Previous](https://github.com/marc-aurele-besner/deployment-tool.git) ``` src/ │ ContractDeployment.ts │ README.md │ deploy.ts │ deployProxy.ts │ index.ts │ serveTasks.ts │ type-extensions.ts │ upgradeProxy.ts │ utils.ts ```