Skip to content

Commit

Permalink
Gasless
Browse files Browse the repository at this point in the history
  • Loading branch information
oveddan committed Aug 11, 2023
1 parent e22ec8d commit 3b68c3e
Show file tree
Hide file tree
Showing 30 changed files with 2,701 additions and 88 deletions.
2 changes: 2 additions & 0 deletions .env.anvil
Original file line number Diff line number Diff line change
@@ -0,0 +1,2 @@
FORK_RPC_URL="https://testnet.rpc.zora.co/"
FORK_BLOCK_NUMBER=700700
6 changes: 4 additions & 2 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -32,8 +32,10 @@ lcov.info
dist/

.env
.env*
!.env.example

package/wagmiGenerated.ts
package/chainConfigs.ts
package/chainConfigs.ts

# not currently using pnpm
pnpm-lock.yaml
1 change: 1 addition & 0 deletions addresses/7777777.json
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,7 @@
"FACTORY_PROXY": "0x35ca784918bf11692708c1D530691704AAcEA95E",
"FIXED_PRICE_SALE_STRATEGY": "0x169d9147dFc9409AfA4E558dF2C9ABeebc020182",
"MERKLE_MINT_SALE_STRATEGY": "0x695C9A141748D308d26Bd4f8E9F9A5df5F0623f8",
"PREMINTER": "0x418B87c2C9579d27FC3D66605545AB9889737E60",
"REDEEM_MINTER_FACTORY": "0xd92F69d5581BF9536c77550aeA1d74DDaE88B5B7",
"timestamp": 1686785713,
"commit": "3c10190"
Expand Down
11 changes: 9 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -22,6 +22,8 @@
"publish-packages": "yarn prepack && changeset publish",
"storage-inspect:check": "./script/storage-check.sh check ZoraCreator1155Impl ZoraCreator1155FactoryImpl",
"storage-inspect:generate": "./script/storage-check.sh generate ZoraCreator1155Impl ZoraCreator1155FactoryImpl",
"js-test:watch": "vitest dev",
"anvil": "source .env.anvil && anvil --fork-url $FORK_RPC_URL --fork-block-number $FORK_BLOCK_NUMBER --chain-id 31337",
"release": "yarn run prepack && changeset publish"
},
"files": [
Expand All @@ -36,18 +38,23 @@
"@zoralabs/openzeppelin-contracts-upgradeable": "4.8.4",
"@zoralabs/protocol-rewards": "1.1.1",
"ds-test": "https://github.com/dapphub/ds-test#cd98eff28324bfac652e63a239a60632a761790b",
"forge-std": "https://github.com/foundry-rs/forge-std#cd7d533f9a0ee0ec02ad81e0a8f262bc4203c653"
"forge-std": "https://github.com/foundry-rs/forge-std#cd7d533f9a0ee0ec02ad81e0a8f262bc4203c653",
"solmate": "^6.1.0"
},
"devDependencies": {
"@changesets/cli": "^2.26.1",
"@types/node": "^20.1.2",
"@wagmi/cli": "^1.0.1",
"abitype": "^0.8.7",
"es-main": "^1.2.0",
"glob": "^10.2.2",
"listr2": "^6.4.2",
"prettier": "^2.8.8",
"prettier-plugin-solidity": "^1.1.3",
"tsup": "^6.7.0",
"typescript": "^5.0.4"
"typescript": "^5.0.4",
"viem": "^0.3.49",
"vite": "^4.1.4",
"vitest": "~0.30.1"
}
}
Loading

0 comments on commit 3b68c3e

Please sign in to comment.