@gearbox-protocol/deploy-tools 5.3.11 → 5.3.12

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (2) hide show
  1. package/dist/index.mjs +8 -2
  2. package/package.json +1 -1
package/dist/index.mjs CHANGED
@@ -417920,7 +417920,13 @@ function openAccounts() {
417920
417920
  creditManager: "0x3EB95430FdB99439A86d3c6D7D01C3c561393556",
417921
417921
  // [Trade USDC Tier 1]
417922
417922
  collateral: "0x2260FAC5E5542a773Aa44fBCfeDf7C193bc2C599"
417923
- // wbtc
417923
+ // WBTC
417924
+ },
417925
+ {
417926
+ creditManager: "0x3EB95430FdB99439A86d3c6D7D01C3c561393556",
417927
+ // [Trade USDC Tier 1]
417928
+ collateral: "0x6B175474E89094C44Da98b954EedeAC495271d0F"
417929
+ // DAI
417924
417930
  },
417925
417931
  {
417926
417932
  creditManager: "0x3EB95430FdB99439A86d3c6D7D01C3c561393556",
@@ -417988,7 +417994,7 @@ function getRenderer(opts) {
417988
417994
  var package_default = {
417989
417995
  name: "@gearbox-protocol/deploy-tools",
417990
417996
  description: "Gearbox deploy tools",
417991
- version: "5.3.11",
417997
+ version: "5.3.12",
417992
417998
  homepage: "https://gearbox.fi",
417993
417999
  keywords: [
417994
418000
  "gearbox"
package/package.json CHANGED
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "name": "@gearbox-protocol/deploy-tools",
3
3
  "description": "Gearbox deploy tools",
4
- "version": "5.3.11",
4
+ "version": "5.3.12",
5
5
  "homepage": "https://gearbox.fi",
6
6
  "keywords": [
7
7
  "gearbox"