Skip to content

Commit 0964663

Browse files
committed
fix harmony abi
1 parent e10f25d commit 0964663

File tree

2 files changed

+2
-8
lines changed

2 files changed

+2
-8
lines changed

package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"name": "@qidao/sdk",
33
"license": "MIT",
4-
"version": "5.1.19",
4+
"version": "5.1.20",
55
"description": "🛠 An SDK for building applications on top of QiDao Protocol.",
66
"main": "./dist/index.js",
77
"umd:main": "dist/index.umd.js",

src/abis/toGenerate/crosschainNativeQiStablecoin.json

+1-7
Original file line numberDiff line numberDiff line change
@@ -298,8 +298,7 @@
298298
"name": "TransferVault",
299299
"type": "event"
300300
},
301-
{
302-
"anonymous": false,
301+
{ "anonymous": false,
303302
"inputs": [
304303
{
305304
"indexed": false,
@@ -317,11 +316,6 @@
317316
"name": "WithdrawCollateral",
318317
"type": "event"
319318
},
320-
{
321-
"payable": true,
322-
"stateMutability": "payable",
323-
"type": "fallback"
324-
},
325319
{
326320
"constant": true,
327321
"inputs": [],

0 commit comments

Comments
 (0)