feature: added chain_id parameter to payload

This commit is contained in:
Mikhail Gladchenko
2023-09-01 12:57:29 +01:00
parent e73f830469
commit 8577c77834
2 changed files with 2 additions and 1 deletions

View File

@@ -1,6 +1,6 @@
{
"name": "@orionprotocol/sdk",
"version": "0.19.78",
"version": "0.19.79-rc0",
"description": "Orion Protocol SDK",
"main": "./lib/index.cjs",
"module": "./lib/index.js",

View File

@@ -45,6 +45,7 @@ type submitTransactionDataForWidgetPayload = {
sender_address: string
tx_hash: string
chain_id: number
signature: string
}
class ReferralSystem {