Skip to content

Commit 51fedc8

Browse files
iamacookkatspaugh
andauthored
Add optional safeTxGas feature (#35)
* feat: Add optional safeTxGas feature * Add EIP-1559 Co-authored-by: katspaugh <[email protected]>
1 parent 0de0d8a commit 51fedc8

File tree

2 files changed

+3
-1
lines changed

2 files changed

+3
-1
lines changed

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@gnosis.pm/safe-react-gateway-sdk",
3-
"version": "2.5.7",
3+
"version": "2.5.8",
44
"main": "dist/index.min.js",
55
"types": "dist/index.d.ts",
66
"files": [

src/types/chains.ts

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -58,6 +58,8 @@ export enum FEATURES {
5858
CONTRACT_INTERACTION = 'CONTRACT_INTERACTION',
5959
DOMAIN_LOOKUP = 'DOMAIN_LOOKUP',
6060
SPENDING_LIMIT = 'SPENDING_LIMIT',
61+
EIP1559 = 'EIP1559',
62+
SAFE_TX_GAS_OPTIONAL = 'SAFE_TX_GAS_OPTIONAL',
6163
}
6264

6365
// Remain agnostic as possible and reference what is returned in the CGW, i.e.

0 commit comments

Comments
 (0)