Skip to content

Commit

Permalink
chore: change bond devnet contract address
Browse files Browse the repository at this point in the history
  • Loading branch information
damienen committed Mar 19, 2024
1 parent a82e574 commit a1ede62
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.0.0-alpha.2",
"version": "3.0.0-alpha.3",
"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 @@ -50,7 +50,7 @@ export const minterContractAddress: { [key in EnvironmentsEnum]: string } = {
};

export const bondContractAddress: { [key in EnvironmentsEnum]: string } = {
devnet: 'erd1qqqqqqqqqqqqqpgq32ucarnv5glrv6y340t7pl5svq9snwrm8ypsfhjqls',
devnet: 'erd1qqqqqqqqqqqqqpgq4xqxlq8p8zenrq4f0htgcwjzdlwmrhwdfsxsmavcuq',
mainnet: '',
testnet: ''
};
Expand Down

0 comments on commit a1ede62

Please sign in to comment.