@stabbleorg/anchor-contrib
Advanced tools
Comparing version 0.4.1 to 0.4.2
@@ -59,6 +59,6 @@ "use strict"; | ||
jsonrpc: "2.0", | ||
id: "my-id", | ||
id: this.walletAddress.toBase58(), | ||
method: "searchAssets", | ||
params: { | ||
ownerAddress: "8mdfRML7z3s8gqDYd72bywcEgQtcvkoJCw2bukv8X71R", | ||
ownerAddress: this.walletAddress, | ||
tokenType: "fungible", | ||
@@ -65,0 +65,0 @@ displayOptions: { |
{ | ||
"name": "@stabbleorg/anchor-contrib", | ||
"version": "0.4.1", | ||
"version": "0.4.2", | ||
"main": "dist/index.js", | ||
@@ -5,0 +5,0 @@ "types": "dist/index.d.ts", |
@@ -79,6 +79,6 @@ import bs58 from "bs58"; | ||
jsonrpc: "2.0", | ||
id: "my-id", | ||
id: this.walletAddress.toBase58(), | ||
method: "searchAssets", | ||
params: { | ||
ownerAddress: "8mdfRML7z3s8gqDYd72bywcEgQtcvkoJCw2bukv8X71R", | ||
ownerAddress: this.walletAddress, | ||
tokenType: "fungible", | ||
@@ -85,0 +85,0 @@ displayOptions: { |
Sorry, the diff of this file is not supported yet
24003