Skip to content

Commit

Permalink
rpc changed
Browse files Browse the repository at this point in the history
  • Loading branch information
tibarom committed Mar 16, 2024
1 parent 80d4f18 commit ea98825
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion docs/bundle.js

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion src/klaytn/Klaytn.ts
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ import { BigNumber } from "@ethersproject/bignumber";

class Klaytn {

private caver = new (window as any).Caver(new (window as any).Caver.providers.HttpProvider("https://klaytn-pokt.nodies.app"));
private caver = new (window as any).Caver(new (window as any).Caver.providers.HttpProvider("https://public-en-cypress.klaytn.net"));

public createContract(address: string, abi: any) {
return this.caver.contract.create(abi, address);
Expand Down

0 comments on commit ea98825

Please sign in to comment.