Skip to content

Commit e4743b1

Browse files
committed
chore(release): 0.4.8
1 parent 4405b98 commit e4743b1

4 files changed

Lines changed: 15 additions & 5 deletions

File tree

CHANGELOG.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,8 @@
22

33
All notable changes to this project will be documented in this file. See [standard-version](https://github.com/conventional-changelog/standard-version) for commit guidelines.
44

5+
### [0.4.8](https://github.com/InverterNetwork/react/compare/v0.4.7...v0.4.8) (2025-04-24)
6+
57
### [0.4.7](https://github.com/InverterNetwork/react/compare/v0.4.6...v0.4.7) (2025-03-20)
68

79

bun.lock

Lines changed: 3 additions & 3 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"name": "@inverter-network/react",
33
"description": "INVERTER react",
4-
"version": "0.4.7",
4+
"version": "0.4.8",
55
"exports": {
66
".": {
77
"types": "./dist/types/index.d.ts",
@@ -81,7 +81,7 @@
8181
"dependencies": {
8282
"@api3/logos": "^0.2.18",
8383
"@inverter-network/graphql": "^0.9.31",
84-
"@inverter-network/sdk": "0.4.3",
84+
"@inverter-network/sdk": "0.4.4",
8585
"@radix-ui/react-accordion": "^1.2.1",
8686
"@radix-ui/react-alert-dialog": "^1.1.2",
8787
"@radix-ui/react-checkbox": "^1.1.2",

src/hooks/use-deploy/constants.ts

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -9,4 +9,12 @@ export const initialStates = {
99
decimals: 18,
1010
maxSupply: GET_HUMAN_READABLE_UINT_MAX_SUPPLY(18),
1111
},
12+
ERC20IssuanceUpgradeable_v1: {
13+
decimals: 18,
14+
maxSupply: GET_HUMAN_READABLE_UINT_MAX_SUPPLY(18),
15+
},
16+
ERC20IssuanceUpgradeable_Blacklist_v1: {
17+
decimals: 18,
18+
maxSupply: GET_HUMAN_READABLE_UINT_MAX_SUPPLY(18),
19+
},
1220
} as const

0 commit comments

Comments
 (0)