Skip to content

Commit ffb155e

Browse files
ChewySwapjxom
andauthored
fix: dogechain chain details and multicall, add shibarium testnet, fix 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 <[email protected]>
1 parent 40f9a0f commit ffb155e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/chains/definitions/shibariumTestnet.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
import { defineChain } from '../../utils/chain/defineChain.js'
22

3-
export const bscTestnet = /*#__PURE__*/ defineChain({
3+
export const shibariumTestnet = /*#__PURE__*/ defineChain({
44
id: 157,
55
name: 'Puppynet Shibarium',
66
nativeCurrency: {

0 commit comments

Comments
 (0)