Skip to content

Commit

Permalink
feature: new liveliness stake mainnet 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 6ee060f commit e373cbc
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.1-alpha.1",
"version": "3.6.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 @@ -59,7 +59,7 @@ export const livelinessStakeContractAddress: {
[key in EnvironmentsEnum]: string;
} = {
devnet: 'erd1qqqqqqqqqqqqqpgq9j3dj650amzz8lyvek6uq0w0yvgtgggjfsxsf489hq',
mainnet: '',
mainnet: 'erd1qqqqqqqqqqqqqpgq65rn8zmf2tckftpu5lvxg2pzlg0dhfrwc77qcuynw7',
testnet: ''
};

Expand Down

0 comments on commit e373cbc

Please sign in to comment.