Skip to content

Commit

Permalink
fix: dogechain chain details and multicall, add shibarium testnet, fi…
Browse files Browse the repository at this point in the history
…x typo in original PR (#2454)

* fix: wrong native currency and symbol dogechain

fixed incorrect native currency and symbol on Dogechain network

* feat: add multicall3 contract to dogechain

* feat: add shibarium testnet chain definition

* feat: add shibarium testnet chain definition

* Update shibariumTestnet.ts

* Update shibariumTestnet.ts

* Create light-donuts-flash.md

* fix: typo in shibariumTestnet.ts

---------

Co-authored-by: jxom <j@wevm.dev>
  • Loading branch information
ChewySwap and jxom authored Jun 29, 2024
1 parent 40f9a0f commit ffb155e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/chains/definitions/shibariumTestnet.ts
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
import { defineChain } from '../../utils/chain/defineChain.js'

export const bscTestnet = /*#__PURE__*/ defineChain({
export const shibariumTestnet = /*#__PURE__*/ defineChain({
id: 157,
name: 'Puppynet Shibarium',
nativeCurrency: {
Expand Down

0 comments on commit ffb155e

Please sign in to comment.