Skip to content

Commit

Permalink
move chain-registry to peerDependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
Zetazzz committed Mar 3, 2025
1 parent fa811d4 commit 75a9a61
Showing 1 changed file with 8 additions and 2 deletions.
10 changes: 8 additions & 2 deletions packages/utils/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -25,10 +25,16 @@
"lint": "eslint . --fix"
},
"dependencies": {
"@chain-registry/v2": "1.71.71",
"@chain-registry/v2-types": "0.53.72",
"@interchainjs/types": "1.9.13",
"bech32": "^2.0.0",
"decimal.js": "^10.4.3"
},
"devDependencies": {
"@chain-registry/v2": "1.71.71",
"@chain-registry/v2-types": "0.53.72"
},
"peerDependencies": {
"@chain-registry/v2": "1.71.71",
"@chain-registry/v2-types": "0.53.72"
}
}

0 comments on commit 75a9a61

Please sign in to comment.