Skip to content

Commit

Permalink
Merge branch 'main' into add-simple-integration-mock
Browse files Browse the repository at this point in the history
  • Loading branch information
1kresh committed Jan 7, 2025
2 parents b81aa30 + da0a307 commit e02a757
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "@symbioticfi/burners",
"version": "1.0.0-devnet.1",
"description": "Symbiotic is a shared security protocol enabling decentralized networks to control and customize their own multi-asset restaking implementation.",
"description": "Symbiotic Burners repository contains an implementation of Burner Router allowing the construction of flexible on-slash burning mechanics and several pure Burners for different assets.",
"homepage": "https://symbiotic.fi/",
"bugs": "https://github.com/symbioticfi/burners/issues",
"license": "MIT",
Expand All @@ -24,6 +24,7 @@
],
"dependencies": {
"@openzeppelin/contracts": "5.0.2",
"@openzeppelin/contracts-upgradeable": "5.0.2"
"@openzeppelin/contracts-upgradeable": "5.0.2",
"@symbioticfi/core": "1.0.0-devnet.9"
}
}

0 comments on commit e02a757

Please sign in to comment.