diff --git a/lib/core b/lib/core index bdbb05e..feb15ec 160000 --- a/lib/core +++ b/lib/core @@ -1 +1 @@ -Subproject commit bdbb05ebd9ea6d96c671b672562ae23afcb2123b +Subproject commit feb15ec0b55e30b56b9595a8b9d8f179f173bb76 diff --git a/package.json b/package.json index d23c95c..b27b032 100644 --- a/package.json +++ b/package.json @@ -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 an organization 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", @@ -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" } }