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
We received feedback that Lumos requires duplicate configuration for each project, such as the RPC and indexer URLs. We should consider setting these URLs as default configurations.
Describe the solution you'd like
// I am not sure if the name Provider is suitable// Because the name Provider may cause confusion with the Provider in the Ethereum ecosystem.interfaceMaybeAProvider{readonlyindexer: Indexer;readonlyrpc: RPC;readonlyscripts: ScriptConfigs;scriptToAddress(): Address;addressToScript(): Script;}declarefunctioncreateMainnetProvider(): MaybeAProvider;decaulrefunctioncreateTestnetProvider(): MaybeAProvider;
The text was updated successfully, but these errors were encountered:
We received feedback that Lumos requires duplicate configuration for each project, such as the RPC and indexer URLs. We should consider setting these URLs as default configurations.
Describe the solution you'd like
The text was updated successfully, but these errors were encountered: