Skip to content

Commit 5977eca

Browse files
committed
Merge branch 'main' into release_4.0
2 parents 89e0573 + 1d4291c commit 5977eca

File tree

7 files changed

+1328
-1130
lines changed

7 files changed

+1328
-1130
lines changed

.github/workflows/ci.yml

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -119,8 +119,6 @@ jobs:
119119
- run: npm run build:metadata
120120
- name: Delete default runner images
121121
run: |
122-
docker image rm node:16
123-
docker image rm node:16-alpine
124122
docker image rm node:18
125123
docker image rm node:18-alpine
126124
docker image rm node:20
@@ -180,7 +178,7 @@ jobs:
180178
if: ${{ success() && github.actor != 'dependabot[bot]' }}
181179
steps:
182180
- uses: actions/checkout@v3
183-
- uses: actions/download-artifact@v4
181+
- uses: actions/download-artifact@v4.1.7
184182
with:
185183
name: coverage-unit
186184
- uses: actions/download-artifact@v4

docs/classes/NftFactory.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -817,7 +817,7 @@ Used as a proxy to order multiple services
817817

818818
| Name | Type | Description |
819819
| :------ | :------ | :------ |
820-
| `orders` | [`TokenOrder`](../interfaces/TokenOrder.md)[] | array of of orders |
820+
| `orders` | [`TokenOrder`](../interfaces/TokenOrder.md)[] | array of orders |
821821
| `estimateGas?` | `G` | if True, return gas estimate |
822822

823823
#### Returns

docs/interfaces/Metadata.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -186,7 +186,7 @@ ___
186186

187187
**updated**: `string`
188188

189-
Contains the the date of last update in ISO Date Time
189+
Contains the date of last update in ISO Date Time
190190

191191
#### Defined in
192192

0 commit comments

Comments
 (0)