Skip to content
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

loam-cli/environments.toml: Allow specifying live contracts to spoon into local network #65

Open
chadoh opened this issue Jun 3, 2024 · 0 comments
Labels
milestone An official milestone that we committed to as part of an SCF grant

Comments

@chadoh
Copy link
Contributor

chadoh commented Jun 3, 2024

This is going to require collaboration with people working on indexing.

In our originally-proposed environments.toml spec, we said this would look like this:

# Specify live contracts to bind & import in this project using the given name.
# During initialization, these contracts will also be "spooned" into the development network,
# meaning that their data will match the live network at the given sequence number.
[development.contracts.eurc]
environment = "production"
address = "C..."
at-ledger-sequence = 50153603

We can potentially use snapshotting to accomplish this.

@chadoh chadoh added this to Aha Jun 3, 2024
@chadoh chadoh converted this from a draft issue Jun 3, 2024
@chadoh chadoh changed the title Allow specifying live contracts to spoon into local network loam-cli/environments.toml: Allow specifying live contracts to spoon into local network Jun 3, 2024
@chadoh chadoh added the milestone An official milestone that we committed to as part of an SCF grant label Nov 5, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
milestone An official milestone that we committed to as part of an SCF grant
Projects
None yet
Development

No branches or pull requests

1 participant