Skip to content

Commit

Permalink
feat: add Solana an inscriptions
Browse files Browse the repository at this point in the history
  • Loading branch information
westonnelson committed Jan 20, 2024
1 parent 21b7eea commit 969e074
Show file tree
Hide file tree
Showing 18 changed files with 1,085 additions and 39 deletions.
11 changes: 11 additions & 0 deletions artifact/balance.ts
Original file line number Diff line number Diff line change
@@ -0,0 +1,11 @@
const ABI = [
{
inputs: [{ internalType: "address", name: "owner", type: "address" }],
name: "balanceOf",
outputs: [{ internalType: "uint256", name: "", type: "uint256" }],
stateMutability: "view",
type: "function",
},
] as const;

export default ABI;
Loading

0 comments on commit 969e074

Please sign in to comment.