Skip to content

Commit

Permalink
fix: Shardeum chainId
Browse files Browse the repository at this point in the history
  • Loading branch information
Mithreum committed Oct 2, 2023
1 parent 7b0a587 commit 93e046c
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "emmet.sdk",
"version": "0.1.7",
"version": "0.1.8",
"description": "Emmet.Bridge SDK library",
"main": "index.js",
"scripts": {
Expand Down
2 changes: 1 addition & 1 deletion src/chains/shardeumBetanet.ts
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ export const shardeumBetanet: EVMChain = {
bridge: '',
logo: LOGO_SHARDEUM,
// Common WAGMI part:
id: 8082,
id: 8081, // 0x1f91
name: 'Shardeum Betanet',
network: 'shmBetanet',
nativeCurrency: { name: 'SHARDEUM', symbol: 'SHM', decimals: 18 },
Expand Down

0 comments on commit 93e046c

Please sign in to comment.