We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 5793244 commit 7d2104eCopy full SHA for 7d2104e
demos/concentrated-amm-integration/demo.ts
@@ -29,7 +29,7 @@ async function demonstrateCarbonIntegration() {
29
console.log('Starting Carbon integration demo...');
30
31
// Initialize provider with proper error handling
32
- const provider = new ethers.providers.StaticJsonRpcProvider(PROVIDER_URL);
+ const provider = new ethers.JsonRpcProvider(PROVIDER_URL);
33
34
// Initialize Carbon contracts
35
const contracts = new Contracts(provider, {
0 commit comments