Skip to content

Commit

Permalink
Merge pull request #160 from lukso-network/fix/add-base-sepolia-netwo…
Browse files Browse the repository at this point in the history
…rk-switch-DEV-11489

fix: adds base sepolia
  • Loading branch information
franckwei authored Aug 16, 2024
2 parents 7c357e8 + c234e10 commit 6098eec
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 6098eec

Please sign in to comment.