Skip to content
New issue

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

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

Already on GitHub? # to your account

remove *.json:Zone.Identifier files in hardhat #238

Closed
hunjixin opened this issue Jul 5, 2024 · 1 comment · Fixed by #286
Closed

remove *.json:Zone.Identifier files in hardhat #238

hunjixin opened this issue Jul 5, 2024 · 1 comment · Fixed by #286

Comments

@hunjixin
Copy link
Contributor

hunjixin commented Jul 5, 2024

this file make go get fail.

go get github.com/lilypad-tech/lilypad@d79bdd4


go: downloading github.com/lilypad-tech/lilypad v0.0.1-08ac6ae4e4e0776a0cab5dd04c4941a37cb00039.0.20240704224548-d79bdd411be4
go: github.com/lilypad-tech/lilypad@d79bdd4: create zip: hardhat/deployments/testnet/.chainId:Zone.Identifier: malformed file path "hardhat/deployments/testnet/.chainId:Zone.Identifier": invalid char ':'
hardhat/deployments/testnet/.migrations.json:Zone.Identifier: malformed file path "hardhat/deployments/testnet/.migrations.json:Zone.Identifier": invalid char ':'
hardhat/deployments/testnet/ExampleClient.json:Zone.Identifier: malformed file path "hardhat/deployments/testnet/ExampleClient.json:Zone.Identifier": invalid char ':'
hardhat/deployments/testnet/LilypadController.json:Zone.Identifier: malformed file path "hardhat/deployments/testnet/LilypadController.json:Zone.Identifier": invalid char ':'
hardhat/deployments/testnet/LilypadMediationRandom.json:Zone.Identifier: malformed file path "hardhat/deployments/testnet/LilypadMediationRandom.json:Zone.Identifier": invalid char ':'
hardhat/deployments/testnet/LilypadOnChainJobCreator.json:Zone.Identifier: malformed file path "hardhat/deployments/testnet/LilypadOnChainJobCreator.json:Zone.Identifier": invalid char ':'
hardhat/deployments/testnet/LilypadPayments.json:Zone.Identifier: malformed file path "hardhat/deployments/testnet/LilypadPayments.json:Zone.Identifier": invalid char ':'
hardhat/deployments/testnet/LilypadPow.json:Zone.Identifier: malformed file path "hardhat/deployments/testnet/LilypadPow.json:Zone.Identifier": invalid char ':'
hardhat/deployments/testnet/LilypadStorage.json:Zone.Identifier: malformed file path "hardhat/deployments/testnet/LilypadStorage.json:Zone.Identifier": invalid char ':'
hardhat/deployments/testnet/LilypadToken.json:Zone.Identifier: malformed file path "hardhat/deployments/testnet/LilypadToken.json:Zone.Identifier": invalid char ':'
hardhat/deployments/testnet/LilypadUsers.json:Zone.Identifier: malformed file path "hardhat/deployments/testnet/LilypadUsers.json:Zone.Identifier": invalid char ':'
hardhat/deployments/testnet/solcInputs/4da1c3755a4d6211296e1fdf692059eb.json:Zone.Identifier: malformed file path "hardhat/deployments/testnet/solcInputs/4da1c3755a4d6211296e1fdf692059eb.json:Zone.Identifier": invalid char ':'
hardhat/deployments/testnet/solcInputs/648c61a8a804e137d75320a74adaf899.json:Zone.Identifier: malformed file path "hardhat/deployments/testnet/solcInputs/648c61a8a804e137d75320a74adaf899.json:Zone.Identifier": invalid char ':'
@hunjixin
Copy link
Contributor Author

hunjixin commented Aug 9, 2024

this file cause when go get lilypad

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

Successfully merging a pull request may close this issue.

1 participant