Skip to content

Commit a600f14

Browse files
Merge remote-tracking branch 'origin/main' into batch
2 parents d755808 + 37757f2 commit a600f14

File tree

136 files changed

+5365
-1547
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

136 files changed

+5365
-1547
lines changed

.changeset/chubby-peas-sip.md

Lines changed: 0 additions & 25 deletions
This file was deleted.

.changeset/lemon-breads-win.md

Lines changed: 5 additions & 0 deletions

.changeset/rude-signs-like.md

Lines changed: 5 additions & 0 deletions

.changeset/six-laws-see.md

Lines changed: 10 additions & 0 deletions

.changeset/wild-monkeys-report.md

Lines changed: 6 additions & 0 deletions

.github/workflows/js-build.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -90,7 +90,7 @@ jobs:
9090

9191
test-pre-prod:
9292
runs-on: ubuntu-latest
93-
needs: test-pre-prod
93+
needs: test-prod
9494
steps:
9595
# https://github.com/actions/checkout
9696
- name: Checkout

examples/foundry/.env.example

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,4 @@
1+
TURNKEY_API_PRIVATE_KEY="<Turnkey API Private Key>"
2+
TURNKEY_ORGANIZATION_ID="<Turnkey organization ID>"
3+
TURNKEY_ADDRESS="<Turnkey Wallet Account Address, Private Key Address, or Private Key ID>"
4+
FOUNDRY_DISABLE_NIGHTLY_WARNING="true" # required until production release

examples/foundry/.gitignore

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,5 @@
1+
# Foundry
2+
out/
3+
cache/
4+
broadcast/
5+
lib/

examples/foundry/README.md

Lines changed: 89 additions & 0 deletions

examples/foundry/foundry.lock

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,8 @@
1+
{
2+
"lib/forge-std": {
3+
"tag": {
4+
"name": "v1.11.0",
5+
"rev": "8e40513d678f392f398620b3ef2b418648b33e89"
6+
}
7+
}
8+
}

0 commit comments

Comments
 (0)