Skip to content

Commit

Permalink
replace old baobab rpc with kairos in caver test
Browse files Browse the repository at this point in the history
  • Loading branch information
Intizar-T committed Jun 17, 2024
1 parent 76a3afb commit f52ead4
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion core/test/caver-js.test.ts
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ describe('Test Caver-js', function () {

if (process.env.GITHUB_ACTIONS) {
test('Send signed tx with is caver-js on Baobab', async function () {
const PROVIDER_URL = 'https://klaytn-baobab-rpc.allthatnode.com:8551'
const PROVIDER_URL = 'https://public-en.kairos.node.kaia.io'
const caver = new Caver(PROVIDER_URL)
const privateKey = process.env.CAVER_PRIVATE_KEY || ''
const account = caver.klay.accounts.wallet.add(privateKey)
Expand Down

0 comments on commit f52ead4

Please sign in to comment.