Skip to content

Commit 9b06ddd

Browse files
chore: update kairos json-rpc (#28)
1 parent 4c158a6 commit 9b06ddd

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

hardhat.config.ts

+1-1
Original file line numberDiff line numberDiff line change
@@ -42,7 +42,7 @@ const config: HardhatUserConfig = {
4242
url: process.env.PROVIDER || 'http://127.0.0.1:8545'
4343
},
4444
baobab: {
45-
url: process.env.PROVIDER || 'https://api.baobab.klaytn.net:8651',
45+
url: process.env.PROVIDER || 'https://public-en.kairos.node.kaia.io',
4646
chainId: 1001,
4747
...commonConfig,
4848
gasPrice: 250_000_000_000

scripts/performance-test.ts

+1-1
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ async function main() {
1414
const numWords = 1
1515
const value = ethers.utils.parseEther('1.0')
1616

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

2020
const signer = new ethers.Wallet(

0 commit comments

Comments
 (0)