Skip to content

Commit

Permalink
Merge pull request #1061 from multiversx/UpdateActivationEpochForBurn…
Browse files Browse the repository at this point in the history
…OnTestAndDev

Update activation epoch
  • Loading branch information
danielailie authored Jan 8, 2024
2 parents c60b16f + 5ddf853 commit 456befd
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion src/config/development.json
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@
"mex": "MEX-dc289c",
"lkmex": "LKMEX-3b7d9a",
"usdc": "USDC-8d4068",
"burnNftActivationEpoch": 2011
"burnNftActivationEpoch": 0
},
"fileStorage": {
"host": "ipfs.infura.io",
Expand Down
2 changes: 1 addition & 1 deletion src/config/test.json
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@
"mex": "MEX-27f4cd",
"lkmex": "",
"usdc": "USDC-8c999d",
"burnNftActivationEpoch": 1185
"burnNftActivationEpoch": 0
},
"fileStorage": {
"host": "ipfs.infura.io",
Expand Down

0 comments on commit 456befd

Please sign in to comment.