Skip to content

Commit

Permalink
add sepolia network (#273) (#274)
Browse files Browse the repository at this point in the history
  • Loading branch information
biga816 committed Jun 1, 2023
1 parent b3fc47a commit d5f89ba
Showing 1 changed file with 12 additions and 24 deletions.
36 changes: 12 additions & 24 deletions src/chains.ts
Original file line number Diff line number Diff line change
Expand Up @@ -95,30 +95,6 @@ const CHAIN_INFORMATION = new Map<number, ChainInformation | ChainType>([
testnet: false,
},
],
[
3,
{
id: 3,
nativeCurrency: ETH,
type: 'ropsten',
fullName: 'Ropsten Testnet',
shortName: 'Ropsten',
explorerUrl: `https://ropsten.etherscan.io`,
testnet: true,
},
],
[
4,
{
id: 4,
nativeCurrency: ETH,
type: 'rinkeby',
fullName: 'Rinkeby Testnet',
shortName: 'Rinkeby',
explorerUrl: `https://rinkeby.etherscan.io`,
testnet: true,
},
],
[
5,
{
Expand All @@ -131,6 +107,18 @@ const CHAIN_INFORMATION = new Map<number, ChainInformation | ChainType>([
testnet: true,
},
],
[
11155111,
{
id: 11155111,
nativeCurrency: ETH,
type: 'sepolia',
fullName: 'Sepolia Testnet',
shortName: 'Sepolia',
explorerUrl: `https://sepolia.etherscan.io`,
testnet: true,
},
],
[
42,
{
Expand Down

0 comments on commit d5f89ba

Please sign in to comment.