Skip to content

Commit 94a2923

Browse files
committed
Fixes and new packages
1 parent 4095953 commit 94a2923

35 files changed

+76
-43
lines changed

packages/common/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@bn-onboard/common",
3-
"version": "2.0.0-alpha.12",
3+
"version": "2.0.0-alpha.13",
44
"scripts": {
55
"build": "rollup -c",
66
"dev": "rollup -c -w",

packages/common/src/index.ts

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -60,7 +60,8 @@ import type {
6060
InjectedProvider,
6161
Chain,
6262
TokenSymbol,
63-
CustomNetwork
63+
CustomNetwork,
64+
TransactionObject
6465
} from './types'
6566

6667
export {
@@ -138,5 +139,6 @@ export type {
138139
InjectedProvider,
139140
Chain,
140141
TokenSymbol,
141-
CustomNetwork
142+
CustomNetwork,
143+
TransactionObject
142144
}

packages/common/src/types.ts

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -325,6 +325,7 @@ export interface TransactionObject {
325325
gasLimit?: string
326326
gasPrice?: string
327327
to: string
328+
chainId: number
328329
value?: string
329330
maxFeePerGas?: string
330331
maxPriorityFeePerGas?: string

packages/core/circle.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -45,3 +45,4 @@ workflows:
4545
branches:
4646
only:
4747
- main
48+
- feature/v2

packages/core/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@bn-onboard/core",
3-
"version": "2.0.0-alpha.17",
3+
"version": "2.0.0-alpha.18",
44
"scripts": {
55
"build": "rollup -c",
66
"dev": "rollup -c -w",

packages/fortmatic/circle.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -25,3 +25,4 @@ workflows:
2525
branches:
2626
only:
2727
- main
28+
- feature/v2

packages/fortmatic/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@bn-onboard/fortmatic",
3-
"version": "2.0.0-alpha.5",
3+
"version": "2.0.0-alpha.6",
44
"description": "Fortmatic module for Onboard.js",
55
"module": "dist/index.js",
66
"browser": "dist/index.js",

packages/gnosis/circle.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -25,3 +25,4 @@ workflows:
2525
branches:
2626
only:
2727
- main
28+
- feature/v2

packages/gnosis/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@bn-onboard/gnosis",
3-
"version": "2.0.0-alpha.5",
3+
"version": "2.0.0-alpha.6",
44
"description": "Gnosis module for Onboard.js",
55
"module": "dist/index.js",
66
"browser": "dist/index.js",

packages/injected/circle.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -43,3 +43,4 @@ workflows:
4343
branches:
4444
only:
4545
- main
46+
- feature/v2

0 commit comments

Comments
 (0)