Skip to content

Commit

Permalink
add: Shardeum bridge contract
Browse files Browse the repository at this point in the history
  • Loading branch information
Mithreum committed Oct 2, 2023
1 parent 93e046c commit c3fb0e7
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.8",
"version": "0.1.9",
"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 @@ -3,7 +3,7 @@ import { LOGO_SHARDEUM } from '../logos/chains';

export const shardeumBetanet: EVMChain = {
// Emmet.Bridge part:
bridge: '',
bridge: '0x6b30f76cece9f92d27f0e9ad78312e77709e74a5',
logo: LOGO_SHARDEUM,
// Common WAGMI part:
id: 8081, // 0x1f91
Expand Down

0 comments on commit c3fb0e7

Please sign in to comment.