From 62662392c94c5e512cd0975d9d989e31ffb7fb09 Mon Sep 17 00:00:00 2001 From: Jonas Sunandar Date: Mon, 7 Aug 2023 10:01:31 +0700 Subject: [PATCH] Add a deliverable "Smart Contract Verification" --- applications/tokenomics_enhancement_neutroswap.md | 7 ++++--- 1 file changed, 4 insertions(+), 3 deletions(-) diff --git a/applications/tokenomics_enhancement_neutroswap.md b/applications/tokenomics_enhancement_neutroswap.md index 74334fc4..da426b1e 100644 --- a/applications/tokenomics_enhancement_neutroswap.md +++ b/applications/tokenomics_enhancement_neutroswap.md @@ -253,9 +253,10 @@ We have completed the [technical documentation](https://docs.neutroswap.io/neutr | 0a. | License | Apache 2.0 | | 0b. | Article | We will publish an informative threads on twitter, explaining the concept of V2 smart contracts and how they will be utilized within our project. | | 1. | Smart Contract Deployment | Deploy smart contract to the EOS-EVM mainnet | -| 2. | Graph Node Deployment | Publish a private graph-node instance for the EOS-EVM mainnet environment | -| 3. | Subgraph Deployment | Publish public subgraphs for Neutroswap updates and start indexing EOS-EVM mainnet | -| 4. | New UI Deployment | Deploy the new UI to Production | +| 2. | Smart Contract Code Verification | Verify the smart contract codes on official EOS-EVM mainnet Explorer by providing ABIs, bytecodes, and contract addresses | +| 3. | Graph Node Deployment | Publish a private graph-node instance for the EOS-EVM mainnet environment | +| 4. | Subgraph Deployment | Publish public subgraphs for Neutroswap updates and start indexing EOS-EVM mainnet | +| 5. | New UI Deployment | Deploy the new UI to Production | ## Future Plans