Skip to content

Commit

Permalink
Merge pull request #379 from masa-finance/feature/update-staking
Browse files Browse the repository at this point in the history
Feature/update staking
  • Loading branch information
hide-on-bush-x authored Sep 30, 2024
2 parents c7f6593 + ecdfb71 commit a2b6d2c
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": "@masa-finance/masa-sdk",
"version": "4.3.0",
"version": "4.4.0",
"description": "Brand new Masa SDK",
"main": "./dist/src/index.js",
"typings": "./dist/src/index.d.ts",
Expand Down
2 changes: 1 addition & 1 deletion src/networks/eth/sepolia.ts
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ import { sepolia as sepoliaAddressesMasaToken } from "@masa-finance/masa-token/a

import type { Addresses } from "../../interface";

const { MasaStaking: MasaStakingAddress } = sepoliaAddressesMasaStaking;
const { MasaStakingV2: MasaStakingAddress } = sepoliaAddressesMasaStaking;

export const sepolia: Addresses = {
tokens: {
Expand Down

0 comments on commit a2b6d2c

Please sign in to comment.