Skip to content

Commit b28f5c7

Browse files
committed
moved to solarity
1 parent e7cddbb commit b28f5c7

File tree

6 files changed

+1308
-765
lines changed

6 files changed

+1308
-765
lines changed

LICENSE

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
MIT License
22

3-
Copyright (c) 2022 DLSL
3+
Copyright (c) 2023 Solarity
44

55
Permission is hereby granted, free of charge, to any person obtaining a copy
66
of this software and associated documentation files (the "Software"), to deal

README.md

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
[![npm](https://img.shields.io/npm/v/@dlsl/hardhat-gobind.svg)](https://www.npmjs.com/package/@dlsl/hardhat-gobind) [![hardhat](https://hardhat.org/buidler-plugin-badge.svg?1)](https://hardhat.org)
1+
[![npm](https://img.shields.io/npm/v/@solarity/hardhat-gobind.svg)](https://www.npmjs.com/package/@solarity/hardhat-gobind) [![hardhat](https://hardhat.org/buidler-plugin-badge.svg?1)](https://hardhat.org)
22

33
# Hardhat GoBind
44

@@ -11,19 +11,19 @@ This plugin helps you generate `.go` files with bindings to call smart contracts
1111
## Installation
1212

1313
```bash
14-
npm install --save-dev @dlsl/hardhat-gobind
14+
npm install --save-dev @solarity/hardhat-gobind
1515
```
1616

1717
Add the following statement to your `hardhat.config.js`:
1818

1919
```js
20-
require("@dlsl/hardhat-gobind")
20+
require("@solarity/hardhat-gobind")
2121
```
2222

2323
Or, if you are using TypeScript, add this to your `hardhat.config.ts`:
2424

2525
```ts
26-
import "@dlsl/hardhat-gobind"
26+
import "@solarity/hardhat-gobind"
2727
```
2828

2929
## Tasks
@@ -134,7 +134,7 @@ It is achieved by adding the following into your *hardhat config*:
134134

135135
```js
136136
onlyFiles: ["contracts"],
137-
skipFiles: ["contracts/interfaces", "@openzeppelin", "@dlsl"],
137+
skipFiles: ["contracts/interfaces", "@openzeppelin", "@solarity"],
138138
```
139139

140140
## Known limitations

0 commit comments

Comments
 (0)