Skip to content

Commit

Permalink
updated KEY variable
Browse files Browse the repository at this point in the history
  • Loading branch information
nhaga committed Mar 27, 2023
1 parent 89dada0 commit 1732b0a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion javascript/callPriceFeed.js
Expand Up @@ -4,7 +4,7 @@ const abi = require('./Oracle.json').abi

const rpcURL = "https://rpc-devnet-cardano-evm.c1.milkomeda.com"
const provider = new ethers.JsonRpcProvider(rpcURL)
const signer = new ethers.Wallet( `0x${process.env.PRIVATE_KEY0}`, provider )
const signer = new ethers.Wallet( `0x${process.env.PRIVATE_KEY}`, provider )
const oracle = new ethers.Contract("0x47a7d67e89E5714456b9af39703C1dc62203002A", abi, signer)


Expand Down

0 comments on commit 1732b0a

Please sign in to comment.