Skip to content

Commit

Permalink
adds base sepolia
Browse files Browse the repository at this point in the history
  • Loading branch information
andyogaga committed Aug 12, 2024
1 parent 7c357e8 commit c234e10
Showing 1 changed file with 18 additions and 0 deletions.
18 changes: 18 additions & 0 deletions src/components/endpoints/GetNetworkId.vue
Original file line number Diff line number Diff line change
Expand Up @@ -96,6 +96,24 @@ const networks = [
id: 'l16',
chainId: '0xb0c',
},
{
name: 'Base Sepolia',
http: {
url: 'https://base-sepolia-rpc.publicnode.com/',
},
ws: {
url: 'wss://base-sepolia-rpc.publicnode.com',
},
relayer: {
url: undefined,
},
explorer: {
url: 'https://sepolia.basescan.org/tx/{transactionId}',
},
isCustom: false,
id: 'base-sepolia',
chainId: '0x14a34',
},
]
const getNetworkId = async () => {
Expand Down

0 comments on commit c234e10

Please sign in to comment.