Skip to content

Commit

Permalink
feature: new liveliness stake devnet contract for beta testing
Browse files Browse the repository at this point in the history
  • Loading branch information
newbreedofgeek committed Aug 27, 2024
1 parent 707f6f9 commit 6ee060f
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": "@itheum/sdk-mx-data-nft",
"version": "3.6.0",
"version": "3.6.1-alpha.1",
"description": "SDK for Itheum's Data NFT Technology on MultiversX Blockchain",
"main": "out/index.js",
"types": "out/index.d.js",
Expand Down
2 changes: 1 addition & 1 deletion src/config.ts
Original file line number Diff line number Diff line change
Expand Up @@ -58,7 +58,7 @@ export const bondContractAddress: { [key in EnvironmentsEnum]: string } = {
export const livelinessStakeContractAddress: {
[key in EnvironmentsEnum]: string;
} = {
devnet: 'erd1qqqqqqqqqqqqqpgqydk7awqqukk9utkxtdtnuu4z53e0ahjm8ypszvjjh6',
devnet: 'erd1qqqqqqqqqqqqqpgq9j3dj650amzz8lyvek6uq0w0yvgtgggjfsxsf489hq',
mainnet: '',
testnet: ''
};
Expand Down

0 comments on commit 6ee060f

Please sign in to comment.