Skip to content

Commit

Permalink
remove ccip and ens
Browse files Browse the repository at this point in the history
  • Loading branch information
Denis2626 committed Apr 15, 2024
1 parent 61db772 commit f72adef
Show file tree
Hide file tree
Showing 87 changed files with 186 additions and 1,573 deletions.
3 changes: 1 addition & 2 deletions lib.esm/_tests/test-address.js

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion lib.esm/_tests/test-address.js.map

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

19 changes: 0 additions & 19 deletions lib.esm/address/address.d.ts
Original file line number Diff line number Diff line change
Expand Up @@ -35,24 +35,5 @@ import { BytesLike, BigNumberish } from "../utils/index.js";
* //_error:
*/
export declare function getAddress(address: string): string;
/**
* The [ICAP Address format](link-icap) format is an early checksum
* format which attempts to be compatible with the banking
* industry [IBAN format](link-wiki-iban) for bank accounts.
*
* It is no longer common or a recommended format.
*
* @example:
* getIcapAddress("0x8ba1f109551bd432803012645ac136ddd64dba72");
* //_result:
*
* getIcapAddress("XE65GB6LDNXYOFTX0NSV3FUWKOWIXAMJK36");
* //_result:
*
* // Throws an error if the ICAP checksum is wrong
* getIcapAddress("XE65GB6LDNXYOFTX0NSV3FUWKOWIXAMJK37");
* //_error:
*/
export declare function getIcapAddress(address: string): string;
export declare function getContractAddress(from: string, nonce: BigNumberish, data: BytesLike): string;
//# sourceMappingURL=address.d.ts.map
2 changes: 1 addition & 1 deletion lib.esm/address/address.d.ts.map

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

83 changes: 0 additions & 83 deletions lib.esm/address/address.js

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

Loading

0 comments on commit f72adef

Please sign in to comment.