Skip to content

Commit

Permalink
i hate the word
Browse files Browse the repository at this point in the history
  • Loading branch information
DeepDoge committed Oct 16, 2024
1 parent a99f539 commit 368d8e6
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion jsr.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@nomadshiba/typed-contracts",
"version": "0.2.8",
"version": "0.2.9",
"exports": {
"./abi": "./types/abi.ts",
"./ethers6": "./types/ethers6/exports.ts"
Expand Down
4 changes: 2 additions & 2 deletions types/abi.ts
Original file line number Diff line number Diff line change
@@ -1,15 +1,15 @@
/**
* @module
*
* This module defines the structure of an Ethereum contract's Application Binary Interface (ABI),
* This module defines the structure of an EVM contract's Application Binary Interface (ABI),
* which describes the functions, events, and errors that can be interacted with in the contract.
* It provides type definitions and ensures type safety when working with contract interactions.
*/

export type Abi = readonly Abi.Item[]

/**
* This type represents the structure of an Ethereum contract's Application Binary Interface (ABI),
* This type represents the structure of an EVM contract's Application Binary Interface (ABI),
* which defines the functions, events, and errors that can be interacted with in the contract.
* It is a readonly array of items, which can represent functions, events, or errors.
*
Expand Down
2 changes: 1 addition & 1 deletion types/ethers6/exports.ts
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
* @module
*
* This module provides support for ethers6.
* It allows for type-safe interactions with ethereum contracts
* It allows for type-safe interactions with EVM contracts
* using ethers.js.
*/

Expand Down

0 comments on commit 368d8e6

Please sign in to comment.