Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Initial SDK release #10

Merged
merged 77 commits into from
Jul 23, 2024
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
Show all changes
77 commits
Select commit Hold shift + click to select a range
88f3d21
test(evm): update latest user stories
sammccord Jun 17, 2024
7840b1f
test(evm): update latest user stories
sammccord Jun 17, 2024
309c740
fix: start sdk logic
sammccord Jun 17, 2024
41e84cf
chore: iterate budgets, enforce type imports
sammccord Jun 18, 2024
945710a
chore(budget): sample deployment implementation
sammccord Jun 17, 2024
67dc0a6
chore(sdk): stabilize deployable api, improve vite build config for m…
sammccord Jun 18, 2024
7a8de19
chore(sdk): add .at(address) static api to deployable
sammccord Jun 18, 2024
3864810
chore(sdk): flesh out boost payload dependencies
sammccord Jun 19, 2024
c0d077e
chore(sdk): createBoost generator functionality
sammccord Jun 19, 2024
0050de3
chore: allowlist contract method examples
sammccord Jun 21, 2024
b4ac3f2
chore: various api design approaches
sammccord Jun 24, 2024
afd2d41
chore: stabilize api
sammccord Jun 24, 2024
fb72bf7
chore: use data structures for budget transfers
sammccord Jun 24, 2024
d82090d
chore: make payload names friendlier
sammccord Jun 24, 2024
a9c8cbe
chore: boost is not a contract
sammccord Jun 24, 2024
c31926d
chore: good sdk test progress
sammccord Jun 26, 2024
8fc26fa
chore: get contract deployments working
sammccord Jun 26, 2024
f6c8858
chore: add account to configuration to make some contract ops easier
sammccord Jun 26, 2024
c22db89
chore: stabilize create, boost core tests
sammccord Jun 27, 2024
e90f11f
feat(boost core): add BoostCreated event
Quazia Jun 28, 2024
a977ba8
chore: lint
Quazia Jun 28, 2024
c50ae4c
chore: createBoost and retrieve payload in tests
sammccord Jun 28, 2024
e45e0c7
chore: try to genericize result retrieval from write calls
sammccord Jul 1, 2024
580c385
feat: expose raw/awaited api for all write methods
sammccord Jul 1, 2024
b478ccb
chore: add remaining boost core methods, attach id to boost class
sammccord Jul 2, 2024
19ef928
chore: sync
sammccord Jul 2, 2024
e06a91b
chore(sdk): boost creation test
sammccord Jul 2, 2024
c35675c
chore: sync
sammccord Jul 3, 2024
4b96583
chore: sync
sammccord Jul 3, 2024
75af3b7
chore(sdk): add tests for all deployables
sammccord Jul 3, 2024
3f110c8
feat(sdk): add static base address properties to targets
sammccord Jul 5, 2024
aa59607
chore(sdk): sync, implement abstract contract interfaces
sammccord Jul 5, 2024
db22307
feat(evm): implement abstract classes for all targets, with unique co…
sammccord Jul 6, 2024
3afce7d
feat(sdk): getBoost with correct class interfaces, better base addres…
sammccord Jul 6, 2024
2da0236
chore(sdk): progress on mock test fixtures - budget,tokens, etc
sammccord Jul 8, 2024
7a48f93
chore: sync
sammccord Jul 8, 2024
e642c83
refactor(sdk): better viem contract parameter typing
sammccord Jul 9, 2024
b5c8279
chore(sdk): better typed test helpers
sammccord Jul 9, 2024
1130d21
refactor(sdk): simulate write tx's and return result
sammccord Jul 9, 2024
a9a8f44
chore(sdk): ensure erc is funded in tests before returning funded budget
sammccord Jul 10, 2024
25f1831
chore(sdk): fix budget fixture helpers
sammccord Jul 10, 2024
459749a
chore(sdk): add boost registry deployable
sammccord Jul 10, 2024
6934aa7
fix(sdk): tests work now yay
sammccord Jul 11, 2024
4e53f77
feat(sdk): typedoc
sammccord Jul 11, 2024
edc65b8
chore(test): add hardhat for fixture helpers
sammccord Jul 11, 2024
d19318c
chore(sdk): depend on build for typedoc
sammccord Jul 11, 2024
b4a9947
test(sdk): core reuse tests, fixture loading
sammccord Jul 12, 2024
c0f2124
chore: more tests
sammccord Jul 12, 2024
6d7b286
chore(sdk): re-export transfer interfaces
sammccord Jul 12, 2024
0821484
chore: get cgda working
sammccord Jul 12, 2024
c5e6e19
test(sdk): more core tests, utils
sammccord Jul 14, 2024
20cc90b
test(sdk): allowlist, denylist, vesting budget, simple budget
sammccord Jul 15, 2024
40df682
test(sdk): contract action
sammccord Jul 15, 2024
0ede013
test(sdk): erc721mint action
sammccord Jul 15, 2024
836a5cd
test(sdk): more incentive tests
sammccord Jul 16, 2024
b408fee
test(sdk): incentives tests
sammccord Jul 17, 2024
7619437
test(sdk): signer, points incentive tests
sammccord Jul 17, 2024
975cbf0
test(sdk): finish up incentives tests
sammccord Jul 17, 2024
f273130
fix(sdk): allow address passing for incentives
sammccord Jul 17, 2024
8ac503e
docs(sdk): add ci config for prebuilt vercel deploy
sammccord Jul 17, 2024
40c51af
docs(sdk): test cooler theme
sammccord Jul 17, 2024
604cb06
docs(sdk): add jsdoc templates for all public api's
sammccord Jul 17, 2024
2c2bf96
fix(sdk): fix address imports
sammccord Jul 17, 2024
3cd1e2c
docs(sdk): testing docs categories
sammccord Jul 17, 2024
bdefead
docs(sdk): testing docs groups
sammccord Jul 17, 2024
c325314
docs(sdk): test basic typedoc formatting, @see directive
sammccord Jul 18, 2024
1b7d948
docs(sdk): test basic typedoc formatting, @see directive
sammccord Jul 18, 2024
c1dc356
docs(sdk): test basic typedoc formatting, @see directive
sammccord Jul 18, 2024
c69b890
docs(sdk): test doc inheritance
sammccord Jul 18, 2024
bbca01d
docs(sdk): contract, utility documentation
sammccord Jul 18, 2024
425c24b
docs(sdk): boostcore, deployable, errors
sammccord Jul 18, 2024
108c5df
docs(sdk): deployables, actions, allowlists, budgets
sammccord Jul 19, 2024
b6ac5f9
docs(sdk): allowlistincentive
sammccord Jul 19, 2024
7cd2341
docs(sdk): finish up all sdk interfaces
sammccord Jul 19, 2024
221a3c5
fix(sdk): fix tests to account for privatized erc1155
sammccord Jul 19, 2024
2aadb40
fix(sdk): fix tests to account for privatized erc1155
sammccord Jul 19, 2024
2bcbb7b
chore(sdk): enter prelease mode for changesets
sammccord Jul 23, 2024
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
The table of contents is too big for display.
Diff view
Diff view
  •  
  •  
  •  
8 changes: 8 additions & 0 deletions .changeset/README.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,8 @@
# Changesets

Hello and welcome! This folder has been automatically generated by `@changesets/cli`, a build tool that works
with multi-package repos, or single-package repos to help you version and publish your code. You can
find the full documentation for it [in our repository](https://github.com/changesets/changesets)

We have a quick list of common questions to get you started engaging with this project in
[our documentation](https://github.com/changesets/changesets/blob/main/docs/common-questions.md)
16 changes: 16 additions & 0 deletions .changeset/config.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,16 @@
{
"$schema": "https://unpkg.com/@changesets/[email protected]/schema.json",
"changelog": [
"@changesets/cli/changelog",
{
"repo": "rabbitholegg/boost-protocol"
}
],
"commit": false,
"fixed": [],
"linked": [],
"access": "restricted",
"baseBranch": "main",
"updateInternalDependencies": "patch",
"ignore": []
}
5 changes: 5 additions & 0 deletions .changeset/polite-jars-lie.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
---
"@boostxyz/sdk": major
---

initial sdk alpha release
9 changes: 9 additions & 0 deletions .changeset/pre.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,9 @@
{
"mode": "pre",
"tag": "alpha",
"initialVersions": {
"@boostxyz/evm": "0.0.0-alpha.0",
"@boostxyz/sdk": "0.0.0-alpha.0"
},
"changesets": ["polite-jars-lie"]
}
29 changes: 29 additions & 0 deletions .github/workflows/on-pull-request.yml
Original file line number Diff line number Diff line change
Expand Up @@ -12,3 +12,32 @@ jobs:
name: Verify
uses: ./.github/workflows/verify.yml
secrets: inherit
docs:
name: Deploy SDK Typedoc
needs: verify
runs-on: ubuntu-latest
timeout-minutes: 15
env:
VERCEL_TOKEN: ${{ secrets.VERCEL_TOKEN }}
VERCEL_ORG_ID: ${{ secrets.VERCEL_ORG_ID }}
VERCEL_PROJECT_ID: ${{ secrets.VERCEL_PROJECT_ID }}

steps:
- name: Checkout
uses: actions/checkout@v4
with:
submodules: recursive
fetch-depth: 0

- name: Install dependencies
uses: ./.github/actions/install-dependencies
env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
- name: Install Vercel CLI
run: npm install --global vercel@latest
- name: Pull Vercel Environment Information
run: vercel pull --yes --environment=preview --token=${{ secrets.VERCEL_TOKEN }}
- name: Build Project Artifacts
run: vercel build --token=${{ secrets.VERCEL_TOKEN }}
- name: Deploy Project Artifacts to Vercel
run: vercel deploy --prebuilt --token=${{ secrets.VERCEL_TOKEN }}
30 changes: 30 additions & 0 deletions .github/workflows/on-push-to-main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -13,6 +13,36 @@ jobs:
uses: ./.github/workflows/verify.yml
secrets: inherit

docs:
name: Deploy SDK Typedoc
needs: verify
runs-on: ubuntu-latest
timeout-minutes: 15
env:
VERCEL_TOKEN: ${{ secrets.VERCEL_TOKEN }}
VERCEL_ORG_ID: ${{ secrets.VERCEL_ORG_ID }}
VERCEL_PROJECT_ID: ${{ secrets.VERCEL_PROJECT_ID }}

steps:
- name: Checkout
uses: actions/checkout@v4
with:
submodules: recursive
fetch-depth: 0

- name: Install dependencies
uses: ./.github/actions/install-dependencies
env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
- name: Install Vercel CLI
run: npm install --global vercel@latest
- name: Pull Vercel Environment Information
run: vercel pull --yes --environment=production --token=${{ secrets.VERCEL_TOKEN }}
- name: Build Project Artifacts
run: vercel build --prod --token=${{ secrets.VERCEL_TOKEN }}
- name: Deploy Project Artifacts to Vercel
run: vercel deploy --prebuilt --prod --token=${{ secrets.VERCEL_TOKEN }}

changesets:
name: Changesets
needs: verify
Expand Down
5 changes: 5 additions & 0 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -6,3 +6,8 @@ coverage
tsconfig.tsbuildinfo
.DS_Store
docs

.env*
!.env.sample
cache
docs
3 changes: 2 additions & 1 deletion biome.json
Original file line number Diff line number Diff line change
Expand Up @@ -41,7 +41,8 @@
"noNamespace": "error",
"noNonNullAssertion": "warn",
"useAsConstAssertion": "warn",
"useBlockStatements": "off"
"useBlockStatements": "off",
"useImportType": "error"
},
"suspicious": {
"noEmptyBlockStatements": "error",
Expand Down
8 changes: 8 additions & 0 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -28,12 +28,20 @@
"@changesets/cli": "^2.27.7",
"@commitlint/cli": "^19.3.0",
"@commitlint/config-conventional": "^19.2.2",
"@nomicfoundation/hardhat-network-helpers": "^1.0.11",
"@nomicfoundation/hardhat-toolbox-viem": "^3.0.0",
"@vitest/coverage-v8": "^1.6.0",
"@wagmi/connectors": "^5.0.19",
"@wagmi/core": "^2.11.2",
"find-process": "^1.4.7",
"hardhat": "^2.22.5",
"lefthook": "^1.6.15",
"prettier": "^3.2.5",
"turbo": "^2.0.0",
"typedoc": "^0.26.4",
"typedoc-material-theme": "^1.1.0",
"typescript": "^5.3.3",
"viem": "^2.9.9",
"vite": "^5.2.13",
"vitest": "^1.6.0"
}
Expand Down
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
{
"_format": "hh-sol-dbg-1",
"buildInfo": "../../../../build-info/0ab469e910ae3035995ca09344e77bdd.json"
"buildInfo": "../../../../build-info/e069ca6627b0091d5c780871174cda28.json"
}
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
{
"_format": "hh-sol-dbg-1",
"buildInfo": "../../../../build-info/0ab469e910ae3035995ca09344e77bdd.json"
"buildInfo": "../../../../build-info/e069ca6627b0091d5c780871174cda28.json"
}
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
{
"_format": "hh-sol-dbg-1",
"buildInfo": "../../../../build-info/0ab469e910ae3035995ca09344e77bdd.json"
"buildInfo": "../../../../build-info/e069ca6627b0091d5c780871174cda28.json"
}
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
{
"_format": "hh-sol-dbg-1",
"buildInfo": "../../../../build-info/0ab469e910ae3035995ca09344e77bdd.json"
"buildInfo": "../../../../build-info/e069ca6627b0091d5c780871174cda28.json"
}
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
{
"_format": "hh-sol-dbg-1",
"buildInfo": "../../../../../build-info/0ab469e910ae3035995ca09344e77bdd.json"
"buildInfo": "../../../../../build-info/e069ca6627b0091d5c780871174cda28.json"
}
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
{
"_format": "hh-sol-dbg-1",
"buildInfo": "../../../../../build-info/0ab469e910ae3035995ca09344e77bdd.json"
"buildInfo": "../../../../../build-info/e069ca6627b0091d5c780871174cda28.json"
}
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
{
"_format": "hh-sol-dbg-1",
"buildInfo": "../../../../../build-info/0ab469e910ae3035995ca09344e77bdd.json"
"buildInfo": "../../../../../build-info/e069ca6627b0091d5c780871174cda28.json"
}
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
{
"_format": "hh-sol-dbg-1",
"buildInfo": "../../../../../../build-info/0ab469e910ae3035995ca09344e77bdd.json"
"buildInfo": "../../../../../../build-info/e069ca6627b0091d5c780871174cda28.json"
}
Original file line number Diff line number Diff line change
Expand Up @@ -12,8 +12,8 @@ export interface ERC1155Utils$Type {
"contractName": "ERC1155Utils",
"sourceName": "@openzeppelin/contracts/token/ERC1155/utils/ERC1155Utils.sol",
"abi": [],
"bytecode": "0x6055604b600b8282823980515f1a607314603f577f4e487b71000000000000000000000000000000000000000000000000000000005f525f60045260245ffd5b305f52607381538281f3fe730000000000000000000000000000000000000000301460806040525f80fdfea264697066735822122051492cae3ae4df375fdc2822e52906a416fe7ada22de05ff2a39e0237fc1b46364736f6c63430008190033",
"deployedBytecode": "0x730000000000000000000000000000000000000000301460806040525f80fdfea264697066735822122051492cae3ae4df375fdc2822e52906a416fe7ada22de05ff2a39e0237fc1b46364736f6c63430008190033",
"bytecode": "0x6055604b600b8282823980515f1a607314603f577f4e487b71000000000000000000000000000000000000000000000000000000005f525f60045260245ffd5b305f52607381538281f3fe730000000000000000000000000000000000000000301460806040525f80fdfea2646970667358221220924f25f62396ae568832d3d548ba14cb20d73e680d2e087017be43b3f1c3262a64736f6c63430008190033",
"deployedBytecode": "0x730000000000000000000000000000000000000000301460806040525f80fdfea2646970667358221220924f25f62396ae568832d3d548ba14cb20d73e680d2e087017be43b3f1c3262a64736f6c63430008190033",
"linkReferences": {},
"deployedLinkReferences": {}
}
Expand Down
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
{
"_format": "hh-sol-dbg-1",
"buildInfo": "../../../../../../build-info/0ab469e910ae3035995ca09344e77bdd.json"
"buildInfo": "../../../../../../build-info/e069ca6627b0091d5c780871174cda28.json"
}
Original file line number Diff line number Diff line change
Expand Up @@ -3,8 +3,8 @@
"contractName": "ERC1155Utils",
"sourceName": "@openzeppelin/contracts/token/ERC1155/utils/ERC1155Utils.sol",
"abi": [],
"bytecode": "0x6055604b600b8282823980515f1a607314603f577f4e487b71000000000000000000000000000000000000000000000000000000005f525f60045260245ffd5b305f52607381538281f3fe730000000000000000000000000000000000000000301460806040525f80fdfea264697066735822122051492cae3ae4df375fdc2822e52906a416fe7ada22de05ff2a39e0237fc1b46364736f6c63430008190033",
"deployedBytecode": "0x730000000000000000000000000000000000000000301460806040525f80fdfea264697066735822122051492cae3ae4df375fdc2822e52906a416fe7ada22de05ff2a39e0237fc1b46364736f6c63430008190033",
"bytecode": "0x6055604b600b8282823980515f1a607314603f577f4e487b71000000000000000000000000000000000000000000000000000000005f525f60045260245ffd5b305f52607381538281f3fe730000000000000000000000000000000000000000301460806040525f80fdfea2646970667358221220924f25f62396ae568832d3d548ba14cb20d73e680d2e087017be43b3f1c3262a64736f6c63430008190033",
"deployedBytecode": "0x730000000000000000000000000000000000000000301460806040525f80fdfea2646970667358221220924f25f62396ae568832d3d548ba14cb20d73e680d2e087017be43b3f1c3262a64736f6c63430008190033",
"linkReferences": {},
"deployedLinkReferences": {}
}
Original file line number Diff line number Diff line change
Expand Up @@ -12,8 +12,8 @@ export interface Arrays$Type {
"contractName": "Arrays",
"sourceName": "@openzeppelin/contracts/utils/Arrays.sol",
"abi": [],
"bytecode": "0x6055604b600b8282823980515f1a607314603f577f4e487b71000000000000000000000000000000000000000000000000000000005f525f60045260245ffd5b305f52607381538281f3fe730000000000000000000000000000000000000000301460806040525f80fdfea26469706673582212202f362cca3b8c099b92f3f7bdda6a35b3a437aafeeefc9fd9a059fc689feb097164736f6c63430008190033",
"deployedBytecode": "0x730000000000000000000000000000000000000000301460806040525f80fdfea26469706673582212202f362cca3b8c099b92f3f7bdda6a35b3a437aafeeefc9fd9a059fc689feb097164736f6c63430008190033",
"bytecode": "0x6055604b600b8282823980515f1a607314603f577f4e487b71000000000000000000000000000000000000000000000000000000005f525f60045260245ffd5b305f52607381538281f3fe730000000000000000000000000000000000000000301460806040525f80fdfea2646970667358221220bf2af3b0b941202955e4b99df1d74ab242967bf667835ba53bf85b8cef9a8a7464736f6c63430008190033",
"deployedBytecode": "0x730000000000000000000000000000000000000000301460806040525f80fdfea2646970667358221220bf2af3b0b941202955e4b99df1d74ab242967bf667835ba53bf85b8cef9a8a7464736f6c63430008190033",
"linkReferences": {},
"deployedLinkReferences": {}
}
Expand Down
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
{
"_format": "hh-sol-dbg-1",
"buildInfo": "../../../../build-info/0ab469e910ae3035995ca09344e77bdd.json"
"buildInfo": "../../../../build-info/e069ca6627b0091d5c780871174cda28.json"
}
Original file line number Diff line number Diff line change
Expand Up @@ -3,8 +3,8 @@
"contractName": "Arrays",
"sourceName": "@openzeppelin/contracts/utils/Arrays.sol",
"abi": [],
"bytecode": "0x6055604b600b8282823980515f1a607314603f577f4e487b71000000000000000000000000000000000000000000000000000000005f525f60045260245ffd5b305f52607381538281f3fe730000000000000000000000000000000000000000301460806040525f80fdfea26469706673582212202f362cca3b8c099b92f3f7bdda6a35b3a437aafeeefc9fd9a059fc689feb097164736f6c63430008190033",
"deployedBytecode": "0x730000000000000000000000000000000000000000301460806040525f80fdfea26469706673582212202f362cca3b8c099b92f3f7bdda6a35b3a437aafeeefc9fd9a059fc689feb097164736f6c63430008190033",
"bytecode": "0x6055604b600b8282823980515f1a607314603f577f4e487b71000000000000000000000000000000000000000000000000000000005f525f60045260245ffd5b305f52607381538281f3fe730000000000000000000000000000000000000000301460806040525f80fdfea2646970667358221220bf2af3b0b941202955e4b99df1d74ab242967bf667835ba53bf85b8cef9a8a7464736f6c63430008190033",
"deployedBytecode": "0x730000000000000000000000000000000000000000301460806040525f80fdfea2646970667358221220bf2af3b0b941202955e4b99df1d74ab242967bf667835ba53bf85b8cef9a8a7464736f6c63430008190033",
"linkReferences": {},
"deployedLinkReferences": {}
}
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
{
"_format": "hh-sol-dbg-1",
"buildInfo": "../../../../build-info/0ab469e910ae3035995ca09344e77bdd.json"
"buildInfo": "../../../../build-info/e069ca6627b0091d5c780871174cda28.json"
}
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
{
"_format": "hh-sol-dbg-1",
"buildInfo": "../../../../build-info/0ab469e910ae3035995ca09344e77bdd.json"
"buildInfo": "../../../../build-info/e069ca6627b0091d5c780871174cda28.json"
}
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
{
"_format": "hh-sol-dbg-1",
"buildInfo": "../../../../build-info/0ab469e910ae3035995ca09344e77bdd.json"
"buildInfo": "../../../../build-info/e069ca6627b0091d5c780871174cda28.json"
}
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
{
"_format": "hh-sol-dbg-1",
"buildInfo": "../../../../build-info/0ab469e910ae3035995ca09344e77bdd.json"
"buildInfo": "../../../../build-info/e069ca6627b0091d5c780871174cda28.json"
}
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
{
"_format": "hh-sol-dbg-1",
"buildInfo": "../../../../../build-info/0ab469e910ae3035995ca09344e77bdd.json"
"buildInfo": "../../../../../build-info/e069ca6627b0091d5c780871174cda28.json"
}
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
{
"_format": "hh-sol-dbg-1",
"buildInfo": "../../../../../build-info/0ab469e910ae3035995ca09344e77bdd.json"
"buildInfo": "../../../../../build-info/e069ca6627b0091d5c780871174cda28.json"
}
Original file line number Diff line number Diff line change
Expand Up @@ -12,8 +12,8 @@ export interface Math$Type {
"contractName": "Math",
"sourceName": "@openzeppelin/contracts/utils/math/Math.sol",
"abi": [],
"bytecode": "0x6055604b600b8282823980515f1a607314603f577f4e487b71000000000000000000000000000000000000000000000000000000005f525f60045260245ffd5b305f52607381538281f3fe730000000000000000000000000000000000000000301460806040525f80fdfea264697066735822122054da9aa0625e097b1311a7043d1ea5179471f1b389bbc95beeb584145f3e11e464736f6c63430008190033",
"deployedBytecode": "0x730000000000000000000000000000000000000000301460806040525f80fdfea264697066735822122054da9aa0625e097b1311a7043d1ea5179471f1b389bbc95beeb584145f3e11e464736f6c63430008190033",
"bytecode": "0x6055604b600b8282823980515f1a607314603f577f4e487b71000000000000000000000000000000000000000000000000000000005f525f60045260245ffd5b305f52607381538281f3fe730000000000000000000000000000000000000000301460806040525f80fdfea26469706673582212203f37521b1f2144c519897c0d6693630121901a1231e4ad1dedc3403dddf4b50c64736f6c63430008190033",
"deployedBytecode": "0x730000000000000000000000000000000000000000301460806040525f80fdfea26469706673582212203f37521b1f2144c519897c0d6693630121901a1231e4ad1dedc3403dddf4b50c64736f6c63430008190033",
"linkReferences": {},
"deployedLinkReferences": {}
}
Expand Down
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
{
"_format": "hh-sol-dbg-1",
"buildInfo": "../../../../../build-info/0ab469e910ae3035995ca09344e77bdd.json"
"buildInfo": "../../../../../build-info/e069ca6627b0091d5c780871174cda28.json"
}
Original file line number Diff line number Diff line change
Expand Up @@ -3,8 +3,8 @@
"contractName": "Math",
"sourceName": "@openzeppelin/contracts/utils/math/Math.sol",
"abi": [],
"bytecode": "0x6055604b600b8282823980515f1a607314603f577f4e487b71000000000000000000000000000000000000000000000000000000005f525f60045260245ffd5b305f52607381538281f3fe730000000000000000000000000000000000000000301460806040525f80fdfea264697066735822122054da9aa0625e097b1311a7043d1ea5179471f1b389bbc95beeb584145f3e11e464736f6c63430008190033",
"deployedBytecode": "0x730000000000000000000000000000000000000000301460806040525f80fdfea264697066735822122054da9aa0625e097b1311a7043d1ea5179471f1b389bbc95beeb584145f3e11e464736f6c63430008190033",
"bytecode": "0x6055604b600b8282823980515f1a607314603f577f4e487b71000000000000000000000000000000000000000000000000000000005f525f60045260245ffd5b305f52607381538281f3fe730000000000000000000000000000000000000000301460806040525f80fdfea26469706673582212203f37521b1f2144c519897c0d6693630121901a1231e4ad1dedc3403dddf4b50c64736f6c63430008190033",
"deployedBytecode": "0x730000000000000000000000000000000000000000301460806040525f80fdfea26469706673582212203f37521b1f2144c519897c0d6693630121901a1231e4ad1dedc3403dddf4b50c64736f6c63430008190033",
"linkReferences": {},
"deployedLinkReferences": {}
}
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
{
"_format": "hh-sol-dbg-1",
"buildInfo": "../../../../../build-info/0ab469e910ae3035995ca09344e77bdd.json"
"buildInfo": "../../../../../build-info/e069ca6627b0091d5c780871174cda28.json"
}
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
{
"_format": "hh-sol-dbg-1",
"buildInfo": "../../../build-info/0ab469e910ae3035995ca09344e77bdd.json"
"buildInfo": "../../../build-info/e069ca6627b0091d5c780871174cda28.json"
}
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
{
"_format": "hh-sol-dbg-1",
"buildInfo": "../../../build-info/0ab469e910ae3035995ca09344e77bdd.json"
"buildInfo": "../../../build-info/e069ca6627b0091d5c780871174cda28.json"
}
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
{
"_format": "hh-sol-dbg-1",
"buildInfo": "../../../build-info/0ab469e910ae3035995ca09344e77bdd.json"
"buildInfo": "../../../build-info/e069ca6627b0091d5c780871174cda28.json"
}
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
{
"_format": "hh-sol-dbg-1",
"buildInfo": "../../../build-info/0ab469e910ae3035995ca09344e77bdd.json"
"buildInfo": "../../../build-info/e069ca6627b0091d5c780871174cda28.json"
}
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
{
"_format": "hh-sol-dbg-1",
"buildInfo": "../../../build-info/0ab469e910ae3035995ca09344e77bdd.json"
"buildInfo": "../../../build-info/e069ca6627b0091d5c780871174cda28.json"
}
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
{
"_format": "hh-sol-dbg-1",
"buildInfo": "../../../build-info/0ab469e910ae3035995ca09344e77bdd.json"
"buildInfo": "../../../build-info/e069ca6627b0091d5c780871174cda28.json"
}
Original file line number Diff line number Diff line change
Expand Up @@ -28,8 +28,8 @@ export interface LibClone$Type {
"type": "error"
}
],
"bytecode": "0x6055604b600b8282823980515f1a607314603f577f4e487b71000000000000000000000000000000000000000000000000000000005f525f60045260245ffd5b305f52607381538281f3fe730000000000000000000000000000000000000000301460806040525f80fdfea264697066735822122044adfd5ebe74ac2414a655ee1e1f173bb1c472efaeb8fd59b05b8d753e39a6de64736f6c63430008190033",
"deployedBytecode": "0x730000000000000000000000000000000000000000301460806040525f80fdfea264697066735822122044adfd5ebe74ac2414a655ee1e1f173bb1c472efaeb8fd59b05b8d753e39a6de64736f6c63430008190033",
"bytecode": "0x6055604b600b8282823980515f1a607314603f577f4e487b71000000000000000000000000000000000000000000000000000000005f525f60045260245ffd5b305f52607381538281f3fe730000000000000000000000000000000000000000301460806040525f80fdfea264697066735822122083b3c031965781263f8d97eaf0613f741fcc51316de3a612eef4a1a3c727298d64736f6c63430008190033",
"deployedBytecode": "0x730000000000000000000000000000000000000000301460806040525f80fdfea264697066735822122083b3c031965781263f8d97eaf0613f741fcc51316de3a612eef4a1a3c727298d64736f6c63430008190033",
"linkReferences": {},
"deployedLinkReferences": {}
}
Expand Down
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
{
"_format": "hh-sol-dbg-1",
"buildInfo": "../../../build-info/0ab469e910ae3035995ca09344e77bdd.json"
"buildInfo": "../../../build-info/e069ca6627b0091d5c780871174cda28.json"
}
Original file line number Diff line number Diff line change
Expand Up @@ -19,8 +19,8 @@
"type": "error"
}
],
"bytecode": "0x6055604b600b8282823980515f1a607314603f577f4e487b71000000000000000000000000000000000000000000000000000000005f525f60045260245ffd5b305f52607381538281f3fe730000000000000000000000000000000000000000301460806040525f80fdfea264697066735822122044adfd5ebe74ac2414a655ee1e1f173bb1c472efaeb8fd59b05b8d753e39a6de64736f6c63430008190033",
"deployedBytecode": "0x730000000000000000000000000000000000000000301460806040525f80fdfea264697066735822122044adfd5ebe74ac2414a655ee1e1f173bb1c472efaeb8fd59b05b8d753e39a6de64736f6c63430008190033",
"bytecode": "0x6055604b600b8282823980515f1a607314603f577f4e487b71000000000000000000000000000000000000000000000000000000005f525f60045260245ffd5b305f52607381538281f3fe730000000000000000000000000000000000000000301460806040525f80fdfea264697066735822122083b3c031965781263f8d97eaf0613f741fcc51316de3a612eef4a1a3c727298d64736f6c63430008190033",
"deployedBytecode": "0x730000000000000000000000000000000000000000301460806040525f80fdfea264697066735822122083b3c031965781263f8d97eaf0613f741fcc51316de3a612eef4a1a3c727298d64736f6c63430008190033",
"linkReferences": {},
"deployedLinkReferences": {}
}
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
{
"_format": "hh-sol-dbg-1",
"buildInfo": "../../../build-info/0ab469e910ae3035995ca09344e77bdd.json"
"buildInfo": "../../../build-info/e069ca6627b0091d5c780871174cda28.json"
}
Loading
Loading