Skip to content

Commit 7d2104e

Browse files
committed
fixed demo
1 parent 5793244 commit 7d2104e

File tree

1 file changed

+1
-1
lines changed
  • demos/concentrated-amm-integration

1 file changed

+1
-1
lines changed

demos/concentrated-amm-integration/demo.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,7 @@ async function demonstrateCarbonIntegration() {
2929
console.log('Starting Carbon integration demo...');
3030

3131
// Initialize provider with proper error handling
32-
const provider = new ethers.providers.StaticJsonRpcProvider(PROVIDER_URL);
32+
const provider = new ethers.JsonRpcProvider(PROVIDER_URL);
3333

3434
// Initialize Carbon contracts
3535
const contracts = new Contracts(provider, {

0 commit comments

Comments
 (0)