This repository was archived by the owner on Apr 18, 2025. It is now read-only.
File tree Expand file tree Collapse file tree 3 files changed +28
-1
lines changed Expand file tree Collapse file tree 3 files changed +28
-1
lines changed Original file line number Diff line number Diff line change
1
+ {
2
+ "mode" : " exit" ,
3
+ "tag" : " beta" ,
4
+ "initialVersions" : {
5
+ "@blocto/aptos-wallet-adapter-plugin" : " 0.2.8" ,
6
+ "@blocto/connectkit-connector" : " 0.2.3" ,
7
+ "@blocto/rainbowkit-connector" : " 0.2.9" ,
8
+ "@blocto/wagmi-connector" : " 2.0.0" ,
9
+ "@blocto/web3-react-connector" : " 1.0.6" ,
10
+ "@blocto/web3modal-connector" : " 0.1.4" ,
11
+ "@blocto/sdk" : " 0.9.1" ,
12
+ "@blocto/dappauth" : " 2.2.2" ,
13
+ "eslint-config-custom" : " 0.0.0" ,
14
+ "tsconfig" : " 0.0.0"
15
+ },
16
+ "changesets" : [
17
+ " afraid-hairs-exercise" ,
18
+ " wicked-shirts-flash"
19
+ ]
20
+ }
Original file line number Diff line number Diff line change 1
1
# @blocto/wagmi-connector
2
2
3
+ ## 2.0.1-beta.0
4
+
5
+ ### Patch Changes
6
+
7
+ - 7f68b54: fix(wagmi): obtain chainId through request
8
+ - 073daf0: Show not in config error message when attempt to switch dapp unsupport chain
9
+
3
10
## 2.0.0
4
11
5
12
### Major Changes
Original file line number Diff line number Diff line change 2
2
"name" : " @blocto/wagmi-connector" ,
3
3
"description" : " Blocto wallet connector extend from wagmi Connector" ,
4
4
"author" : " Calvin Chang" ,
5
- "version" : " 2.0.0" ,
5
+ "version" : " 2.0.1-beta. 0" ,
6
6
"type" : " module" ,
7
7
"main" : " ./dist/index.umd.cjs" ,
8
8
"module" : " ./dist/index.js" ,
You can’t perform that action at this time.
0 commit comments