Skip to content

Update README.md #1

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Open
wants to merge 2 commits into
base: main
Choose a base branch
from
Open

Update README.md #1

wants to merge 2 commits into from

Conversation

jeetsons
Copy link

Update the readme.

forge script script/01_DeployVault.s.sol:DeployVaultScript -vvv \
--rpc-url $RPC_URL \
--broadcast \
--slow \
--verify
```

Note you will need to update the `script/config/xxx.json` file to set the vault address that was created in order to deploy the PoolManagers.
Copy link
Collaborator

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

thanks for raisng PR. Would you mind removing this line?

Thinking of placing this line within the deployment script as each script would have different pre-requisite note. thanks

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

تع

cyuxhtby added a commit to cyuxhtby/pancake-v4-core that referenced this pull request Jul 22, 2024
Copy link

@Uzoke22 Uzoke22 left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

👍

@@ -21,7 +21,7 @@ The scripts are located in `/script` folder, deployed contract address can be fo
// set script config: /script/config/{SCRIPT_CONFIG}.json
export SCRIPT_CONFIG=ethereum-sepolia

// set rpc url
// set rpc url
Copy link

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Thanks

@@ -33,14 +33,16 @@ export ETHERSCAN_API_KEY=xx

### Execute
Copy link

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Suggested change
### Execute
### Execute
Suggested change
### Execute
### Execute


Example. within `script/01_DeployVault.s.sol`
```
// remove --verify flag if etherscan_api_key is set
// remove --verify flag if etherscan_api_key is not set
Copy link

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Suggested change
// remove --verify flag if etherscan_api_key is not set
// remove --verify flag if etherscan_api_key is not set
Suggested change
// remove --verify flag if etherscan_api_key is not set
// remove --verify flag if etherscan_api_key not is set

Copy link

@leo42000 leo42000 left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Idk what I'm doing

forge script script/01_DeployVault.s.sol:DeployVaultScript -vvv \
--rpc-url $RPC_URL \
--broadcast \
--slow \
--verify
```

Copy link

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

SCRIPT_CONFIG=ethereum-sepolia

@@ -44,3 +44,5 @@ forge script script/01_DeployVault.s.sol:DeployVaultScript -vvv \
--slow \
--verify
```

Note you will need to update the `script/config/xxx.json` file to set the vault address that was created in order to deploy the PoolManagers.
Copy link

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

script/config/xxx.json

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

8 participants