You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
# 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.
The text was updated successfully, but these errors were encountered:
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
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:We can potentially use snapshotting to accomplish this.
The text was updated successfully, but these errors were encountered: