Skip to content

Commit

Permalink
Update taiko.ts
Browse files Browse the repository at this point in the history
  • Loading branch information
jxom committed May 28, 2024
1 parent b97ad67 commit b7704d5
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions src/chains/definitions/taiko.ts
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,6 @@ import { defineChain } from '../../utils/chain/defineChain.js'
export const taiko = /*#__PURE__*/ defineChain({
id: 167000,
name: 'Taiko Mainnet',
network: 'taiko',
nativeCurrency: {
decimals: 18,
name: 'Ether',
Expand All @@ -18,7 +17,7 @@ export const taiko = /*#__PURE__*/ defineChain({
blockExplorers: {
default: {
name: 'Taikoscan',
url: 'https://taikoscan.network/',
url: 'https://taikoscan.network',
apiUrl: 'https://taikoscan.network/api',
},
},
Expand Down

0 comments on commit b7704d5

Please sign in to comment.