Skip to content

Commit

Permalink
chains update
Browse files Browse the repository at this point in the history
  • Loading branch information
clbrge committed Dec 31, 2021
1 parent 646cc49 commit e46178c
Showing 1 changed file with 4 additions and 3 deletions.
7 changes: 4 additions & 3 deletions src/chains.js
Original file line number Diff line number Diff line change
Expand Up @@ -80,9 +80,9 @@ const chains = [
]
},
{
name: 'Ethereum Testnet Görli',
name: 'Görli',
title: 'Ethereum Testnet Görli',
chain: 'ETH',
network: 'goerli',
rpc: [
'https://rpc.goerli.mudit.blog/',
'https://rpc.slock.it/goerli',
Expand Down Expand Up @@ -4417,7 +4417,8 @@ const chains = [
networkId: 1313500
},
{
name: 'Kintsugi merge testnet',
name: 'Kintsugi',
title: 'Kintsugi merge testnet',
chain: 'ETH',
network: 'testnet',
rpc: [ 'https://rpc.kintsugi.themerge.dev' ],
Expand Down

0 comments on commit e46178c

Please sign in to comment.