Skip to content

Commit

Permalink
Set new KEVM testnet URLs
Browse files Browse the repository at this point in the history
  • Loading branch information
loverdos committed Dec 21, 2020
1 parent bf25d4f commit 5f4089a
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions lib/mallet.js
Original file line number Diff line number Diff line change
Expand Up @@ -92,8 +92,8 @@ function decodeNumber(buffer) {

const testnets = {
kevm: {
rpc: 'https://david.kevm.dev-mantis.iohkdev.io:8546/',
faucet: 'https://david.kevm.dev-mantis.iohkdev.io:8099/faucet'
rpc: 'https://testnet.kevm.dev-mantis.iohkdev.io:8546/',
faucet: 'https://testnet.kevm.dev-mantis.iohkdev.io:8099/faucet'
},

iele: {
Expand Down

0 comments on commit 5f4089a

Please sign in to comment.