Skip to content

Commit 9926f21

Browse files
committed
Merge branch 'master' into feat/safe-tx-batcher
2 parents 66681f8 + d0edb9a commit 9926f21

File tree

12 files changed

+19500
-18308
lines changed

12 files changed

+19500
-18308
lines changed

.gitignore

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -158,7 +158,7 @@ tags
158158

159159
# if you are NOT using Zero-installs, then:
160160
# comment the following lines
161-
!.yarn/cache
161+
#!.yarn/cache
162162

163163
# and uncomment the following lines
164164
# .pnp.*

.yarn/releases/yarn-4.7.0.cjs

Lines changed: 935 additions & 0 deletions
Large diffs are not rendered by default.

.yarnrc.yml

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,8 @@
1+
yarnPath: .yarn/releases/yarn-4.7.0.cjs
2+
3+
compressionLevel: mixed
4+
5+
enableGlobalCache: false
6+
7+
nodeLinker: node-modules
8+

contracts/README.md

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,8 @@ Smart Contracts to manage and redeem PNK airdrops.
44

55
## Deployments
66

7-
- `arbitrum`: [deployment](./deployments/arbitrum/MerkleRedeemV2.json#L2)
7+
- `arbitrum`: [deployment](./deployments/arbitrum/MerkleRedeem.json#L2)
8+
- `arbitrumSepolia`: [deployment](./deployments/arbitrumSepolia/MerkleRedeem.json#L2)
89

910
## Usage
1011

0 commit comments

Comments
 (0)