mirror of
https://github.com/orionprotocol/sdk.git
synced 2026-03-22 21:59:44 +03:00
feature: added chain_id parameter to payload
This commit is contained in:
@@ -1,6 +1,6 @@
|
|||||||
{
|
{
|
||||||
"name": "@orionprotocol/sdk",
|
"name": "@orionprotocol/sdk",
|
||||||
"version": "0.19.78",
|
"version": "0.19.79-rc0",
|
||||||
"description": "Orion Protocol SDK",
|
"description": "Orion Protocol SDK",
|
||||||
"main": "./lib/index.cjs",
|
"main": "./lib/index.cjs",
|
||||||
"module": "./lib/index.js",
|
"module": "./lib/index.js",
|
||||||
|
|||||||
@@ -45,6 +45,7 @@ type submitTransactionDataForWidgetPayload = {
|
|||||||
sender_address: string
|
sender_address: string
|
||||||
tx_hash: string
|
tx_hash: string
|
||||||
chain_id: number
|
chain_id: number
|
||||||
|
signature: string
|
||||||
}
|
}
|
||||||
|
|
||||||
class ReferralSystem {
|
class ReferralSystem {
|
||||||
|
|||||||
Reference in New Issue
Block a user