Skip to content

Commit

Permalink
chore: update kairos json-rpc (#28)
Browse files Browse the repository at this point in the history
  • Loading branch information
martinkersner authored Jun 12, 2024
1 parent 4c158a6 commit 9b06ddd
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion hardhat.config.ts
Original file line number Diff line number Diff line change
Expand Up @@ -42,7 +42,7 @@ const config: HardhatUserConfig = {
url: process.env.PROVIDER || 'http://127.0.0.1:8545'
},
baobab: {
url: process.env.PROVIDER || 'https://api.baobab.klaytn.net:8651',
url: process.env.PROVIDER || 'https://public-en.kairos.node.kaia.io',
chainId: 1001,
...commonConfig,
gasPrice: 250_000_000_000
Expand Down
2 changes: 1 addition & 1 deletion scripts/performance-test.ts
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ async function main() {
const numWords = 1
const value = ethers.utils.parseEther('1.0')

const providerUrl = 'https://api.baobab.klaytn.net:8651'
const providerUrl = 'https://public-en.kairos.node.kaia.io'
const provider = new ethers.providers.JsonRpcProvider(providerUrl)

const signer = new ethers.Wallet(
Expand Down

0 comments on commit 9b06ddd

Please sign in to comment.