Skip to content

Commit

Permalink
feat: bump burner-connector
Browse files Browse the repository at this point in the history
  • Loading branch information
rin-st committed May 11, 2024
1 parent f3bc45b commit ffae39f
Show file tree
Hide file tree
Showing 3 changed files with 12 additions and 10 deletions.
10 changes: 6 additions & 4 deletions packages/nextjs/hooks/scaffold-eth/index.ts
Original file line number Diff line number Diff line change
@@ -1,14 +1,16 @@
export * from "./useAnimationConfig";

This comment has been minimized.

Copy link
@Romansharar

Romansharar Jul 18, 2024

Ethereum ETH taken 1000

This comment has been minimized.

Copy link
@Romansharar

Romansharar Jul 18, 2024

eth 10000 @web-flow

export * from "./useBurnerWallet";
export * from "./useContractLogs";
export * from "./useDeployedContractInfo";
export * from "./useFetchBlocks";
export * from "./useNativeCurrencyPrice";
export * from "./useNetworkColor";
export * from "./useOutsideClick";
export * from "./useScaffoldContract";
export * from "./useScaffoldEventHistory";
export * from "./useScaffoldReadContract";
export * from "./useScaffoldWriteContract";
export * from "./useScaffoldWatchContractEvent";
export * from "./useScaffoldEventHistory";
export * from "./useScaffoldWriteContract";
export * from "./useTargetNetwork";
export * from "./useTransactor";
export * from "./useFetchBlocks";
export * from "./useContractLogs";
export * from "./useWatchBalance";
2 changes: 1 addition & 1 deletion packages/nextjs/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@
"@uniswap/sdk-core": "^4.0.1",
"@uniswap/v2-sdk": "^3.0.1",
"blo": "^1.0.1",
"burner-connector": "^0.0.3",
"burner-connector": "^0.0.5",
"daisyui": "4.5.0",
"next": "^14.0.4",
"next-themes": "^0.2.1",
Expand Down
10 changes: 5 additions & 5 deletions yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -2557,7 +2557,7 @@ __metadata:
abitype: ^1.0.2
autoprefixer: ^10.4.12
blo: ^1.0.1
burner-connector: ^0.0.3
burner-connector: ^0.0.5
daisyui: 4.5.0
eslint: ^8.15.0
eslint-config-next: ^14.0.4
Expand Down Expand Up @@ -5640,14 +5640,14 @@ __metadata:
languageName: node
linkType: hard

"burner-connector@npm:^0.0.3":
version: 0.0.3
resolution: "burner-connector@npm:0.0.3"
"burner-connector@npm:^0.0.5":
version: 0.0.5
resolution: "burner-connector@npm:0.0.5"
dependencies:
"@rainbow-me/rainbowkit": 2.0.2
"@wagmi/core": 2.6.9
viem: 2.8.16
checksum: 6041e4aab56af02a01ab211cf278d8babd047db43f4ab43fdb7b9dfd8704d35cbb7da2af240de8b9c782b805031ef43c5788bd0594191b2508f2679dd3ff5041
checksum: 39ef1af3c80c84a2da891682496d86b5092cc3d8ea0524095323bc6e40e651fb1db1697b6c7e6d260b39df77ca1cbd81dc89e919b713d8de2b7bef082581647d
languageName: node
linkType: hard

Expand Down

0 comments on commit ffae39f

Please sign in to comment.