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

Develop -> Master: Staging Branch #232

Merged
merged 18 commits into from
Aug 22, 2024
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
14 changes: 7 additions & 7 deletions .github/workflows/test.yml
Original file line number Diff line number Diff line change
@@ -1,10 +1,10 @@
name: test

on:
push:
branches:
- master
pull_request:
push:
branches:
- master
pull_request:

jobs:
check:
Expand All @@ -22,7 +22,7 @@ jobs:
- name: Install pnpm
uses: pnpm/action-setup@v4
with:
version: 9
version: 9

- name: Install Foundry
uses: foundry-rs/foundry-toolchain@v1
Expand All @@ -42,8 +42,8 @@ jobs:

- name: Configure sccache
run: |
echo "RUSTC_WRAPPER=sccache" >> $GITHUB_ENV
echo "SCCACHE_GHA_ENABLED=true" >> $GITHUB_ENV
echo "RUSTC_WRAPPER=sccache" >> $GITHUB_ENV
echo "SCCACHE_GHA_ENABLED=true" >> $GITHUB_ENV

- name: Run sccache-cache
uses: mozilla-actions/[email protected]
Expand Down
8 changes: 8 additions & 0 deletions .prettierignore
Original file line number Diff line number Diff line change
@@ -0,0 +1,8 @@
# Don't rewrite pnpm lockfile
pnpm-lock.yaml

# Ignore artifacts:
build
coverage

# also includes what is in .gitignore
1 change: 1 addition & 0 deletions .prettierrc
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
{}
7 changes: 2 additions & 5 deletions .solhint.json
Original file line number Diff line number Diff line change
@@ -1,10 +1,7 @@
{
"extends": "solhint:recommended",
"rules": {
"compiler-version": [
"error",
">=0.7.0"
],
"compiler-version": ["error", ">=0.7.0"],
"avoid-low-level-calls": "off",
"const-name-snakecase": "warn",
"var-name-mixedcase": "warn",
Expand All @@ -30,4 +27,4 @@
"reentrancy": "error",
"state-visibility": "warn"
}
}
}
2 changes: 1 addition & 1 deletion .vscode/extensions.json
Original file line number Diff line number Diff line change
Expand Up @@ -6,4 +6,4 @@
"nomicfoundation.hardhat-solidity",
"tamasfe.even-better-toml"
]
}
}
12 changes: 3 additions & 9 deletions .vscode/settings.json
Original file line number Diff line number Diff line change
@@ -1,18 +1,12 @@
{
"cSpell.words": [
"ECIES",
"IPFS",
"keypairs"
],
"cSpell.words": ["ECIES", "IPFS", "keypairs"],
"[json]": {
"editor.tabSize": 2
},
"json.schemas": [
{
"fileMatch": [
"/script/deploy/sequences/*.json"
],
"fileMatch": ["/script/deploy/sequences/*.json"],
"url": "/script/deploy/sequence_schema.json"
}
]
}
}
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -110,8 +110,8 @@ When updating the version of a dependency provided through soldeer, the followin
1. Update the version of the dependency in `foundry.toml` or through `forge soldeer`
2. Re-run the [installation script](#first-run)
3. If the version number has changed:
- Change the existing entry in [remappings.txt](remappings.txt) to point to the new dependency version
- Update imports to use the new remapping
- Change the existing entry in [remappings.txt](remappings.txt) to point to the new dependency version
- Update imports to use the new remapping

### Packaging

Expand Down
9 changes: 5 additions & 4 deletions crates/ecies-cli/Cargo.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

3 changes: 2 additions & 1 deletion crates/ecies-cli/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -12,4 +12,5 @@ ark-ff = "0.4.0"
clap = { version = "^4.2.5", features = ["derive"] }
ethers = "^2.0"
num-bigint = "0.4"
rand = "0.8.5"
rand = "0.8.5"
time = "0.3.36"
10 changes: 5 additions & 5 deletions deployments/.arbitrum-one-v1.0.0.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"deployments.BatchAuctionHouse": "0xBA00000054C5a2122cD6333054BFDdB90A287Ee3",
"deployments.BatchCatalogue": "0xE292cF4e316191CbFEbD74909356DF3cd9455e96",
"deployments.auctionModules.EncryptedMarginalPrice": "0x08B87749b379f5BCA1d74A7B3d4e9f3DeD41C706",
"deployments.auctionModules.FixedPriceBatch": "0xC11a71a304aB4c147e926342BA4CcCFd62d7368e",
"deployments.derivativeModules.BatchLinearVesting": "0x6c80F20C5C0404a3D5349F71F9B25c0654884092"
"deployments.BatchAuctionHouse": "0xBA00000054C5a2122cD6333054BFDdB90A287Ee3",
"deployments.BatchCatalogue": "0xE292cF4e316191CbFEbD74909356DF3cd9455e96",
"deployments.auctionModules.EncryptedMarginalPrice": "0x08B87749b379f5BCA1d74A7B3d4e9f3DeD41C706",
"deployments.auctionModules.FixedPriceBatch": "0xC11a71a304aB4c147e926342BA4CcCFd62d7368e",
"deployments.derivativeModules.BatchLinearVesting": "0x6c80F20C5C0404a3D5349F71F9B25c0654884092"
}
7 changes: 7 additions & 0 deletions deployments/.arbitrum-one-v1.0.1.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,7 @@
{
"deployments.BatchAuctionHouse": "0xBA0000c59d144f2a9aEa064dcb2f963e1a0B3212",
"deployments.BatchCatalogue": "0xA17fC2B153222bdC549AE22Af5AcA7aC773979Fc",
"deployments.auctionModules.EncryptedMarginalPrice": "0xA06A0A5D22E31D8d19c49FFd65c8FC37477077e2",
"deployments.auctionModules.FixedPriceBatch": "0xA74E9a7726b084968a314bE71D60646AA6805109",
"deployments.derivativeModules.BatchLinearVesting": "0xCaAE490470305a9d6f58b026cdD36cc747F8F0b9"
}
16 changes: 8 additions & 8 deletions deployments/.arbitrum-sepolia-v0.1.json
Original file line number Diff line number Diff line change
@@ -1,10 +1,10 @@
{
"AtomicAuctionHouse": "0xAa000000c0F79193A7f3a76C9a0b8b905e901fea",
"BatchAuctionHouse": "0xBA0000004d9B5D528077C97dD0097b8DC836F173",
"AtomicCatalogue": "0x0e4996960731Fec8E7C9DBbD51383fC71174DD88",
"BatchCatalogue": "0x68a8d91d9936b5Ef8b65f516F8a5AAB6c7b1E43e",
"EncryptedMarginalPrice": "0x4a7D9A72C29C6f1e74Ce6a972c5CAD1b1B00dff9",
"FixedPriceSale": "0xE03E5bF70E04dB487bCa3A36beEFccd7b6be582F",
"AtomicLinearVesting": "0x3A327c856AF41EcF4d783975CE38f669dEeaB298",
"BatchLinearVesting": "0x3c068BF506925A8349CC14438ce91d2C43793D4e"
"AtomicAuctionHouse": "0xAa000000c0F79193A7f3a76C9a0b8b905e901fea",
"BatchAuctionHouse": "0xBA0000004d9B5D528077C97dD0097b8DC836F173",
"AtomicCatalogue": "0x0e4996960731Fec8E7C9DBbD51383fC71174DD88",
"BatchCatalogue": "0x68a8d91d9936b5Ef8b65f516F8a5AAB6c7b1E43e",
"EncryptedMarginalPrice": "0x4a7D9A72C29C6f1e74Ce6a972c5CAD1b1B00dff9",
"FixedPriceSale": "0xE03E5bF70E04dB487bCa3A36beEFccd7b6be582F",
"AtomicLinearVesting": "0x3A327c856AF41EcF4d783975CE38f669dEeaB298",
"BatchLinearVesting": "0x3c068BF506925A8349CC14438ce91d2C43793D4e"
}
2 changes: 1 addition & 1 deletion deployments/.arbitrum-sepolia-v0.2.json
Original file line number Diff line number Diff line change
Expand Up @@ -7,4 +7,4 @@
"FixedPriceSale": "0x02c63F8aE0a8e9D0F7267AA4d0Af0567858188C2",
"AtomicLinearVesting": "0x188Ad428c60eADFB0749B2E3A4836D63489304E3",
"BatchLinearVesting": "0x392C629741a0c7350c7181addD5870dE178eeD94"
}
}
30 changes: 15 additions & 15 deletions deployments/.arbitrum-sepolia-v0.3.json
Original file line number Diff line number Diff line change
@@ -1,17 +1,17 @@
{
"axis.AtomicAuctionHouse": "0xAA0000A0F9FF55d5F00aB9cc8d05eF78DE4f9E8f",
"axis.BatchAuctionHouse": "0xBA00003Cc5713c5339f4fD5cA0339D54A88BC87b",
"axis.AtomicCatalogue": "0xD223Ae37b01Fe549f3D5b1901e4B15053540540F",
"axis.BatchCatalogue": "0xd3dbab6EeD17f7e4ce64441E79A6e34ef40f2754",
"axis.EncryptedMarginalPrice": "0x87F2a19FBbf9e557a68bD35D85FAd20dEec40494",
"axis.FixedPriceSale": "0x0A0BA689D2D72D3f376293c534AF299B3C6Dac85",
"axis.AtomicLinearVesting": "0xA7413717C633175Bc5B669E94625a4d3FE009870",
"axis.BatchLinearVesting": "0xC818f1f000f9C24D014BCe2c5334e14B1360d9CD",
"axis.FixedPriceBatch": "0xB24D0b6ae015DC6fd279E330db101bB890d8060c",
"axis.BatchUniswapV2DirectToLiquidity": "0xE681311Ec0Aff9E6aCD03208f366eF4CD06e8215",
"axis.BatchUniswapV3DirectToLiquidity": "0xE6B7D1ba64c03A9e716358D0AfE34A087E3d26B1",
"axis.BatchCappedMerkleAllowlist": "0x98Bc9615c54fA03C7E31cD0e6599938f1a418d1b",
"axis.BatchMerkleAllowlist": "0x98Cd72f2271BC8485474E6277eAadA28c8Da4C59",
"axis.BatchTokenAllowlist": "0x98d7b3E03DEAA5039ff06D977EdE2EF2b6cD3169",
"axis.BatchAllocatedMerkleAllowlist": "0x98Dd423FD18cfbf34c78E24B8E923dadE7bcFCC0"
"axis.AtomicAuctionHouse": "0xAA0000A0F9FF55d5F00aB9cc8d05eF78DE4f9E8f",
"axis.BatchAuctionHouse": "0xBA00003Cc5713c5339f4fD5cA0339D54A88BC87b",
"axis.AtomicCatalogue": "0xD223Ae37b01Fe549f3D5b1901e4B15053540540F",
"axis.BatchCatalogue": "0xd3dbab6EeD17f7e4ce64441E79A6e34ef40f2754",
"axis.EncryptedMarginalPrice": "0x87F2a19FBbf9e557a68bD35D85FAd20dEec40494",
"axis.FixedPriceSale": "0x0A0BA689D2D72D3f376293c534AF299B3C6Dac85",
"axis.AtomicLinearVesting": "0xA7413717C633175Bc5B669E94625a4d3FE009870",
"axis.BatchLinearVesting": "0xC818f1f000f9C24D014BCe2c5334e14B1360d9CD",
"axis.FixedPriceBatch": "0xB24D0b6ae015DC6fd279E330db101bB890d8060c",
"axis.BatchUniswapV2DirectToLiquidity": "0xE681311Ec0Aff9E6aCD03208f366eF4CD06e8215",
"axis.BatchUniswapV3DirectToLiquidity": "0xE6B7D1ba64c03A9e716358D0AfE34A087E3d26B1",
"axis.BatchCappedMerkleAllowlist": "0x98Bc9615c54fA03C7E31cD0e6599938f1a418d1b",
"axis.BatchMerkleAllowlist": "0x98Cd72f2271BC8485474E6277eAadA28c8Da4C59",
"axis.BatchTokenAllowlist": "0x98d7b3E03DEAA5039ff06D977EdE2EF2b6cD3169",
"axis.BatchAllocatedMerkleAllowlist": "0x98Dd423FD18cfbf34c78E24B8E923dadE7bcFCC0"
}
22 changes: 11 additions & 11 deletions deployments/.arbitrum-sepolia-v0.4.json
Original file line number Diff line number Diff line change
@@ -1,13 +1,13 @@
{
"axis.BatchAuctionHouse": "0xBA00002999aBfa63cA25B3A7aD4c8F3a578aBe28",
"axis.BatchCatalogue": "0x664268B82971D0c9A4F000a7329a057e85361E83",
"axis.EncryptedMarginalPrice": "0x2Ca8954B468E2FbfE55240B69db937861c12F0d0",
"axis.FixedPriceBatch": "0x8b47F82a58d8AFBE5167feBf0D3F3Bb509aaf2bd",
"axis.BatchLinearVesting": "0xFB1113E170CA6d95f3a91121BDD2370a822598E9",
"axis.BatchCappedMerkleAllowlist": "0x9888DbABd5981763697A4433Cb57E3F9DABEcB6a",
"axis.BatchMerkleAllowlist": "0x9837cA34C444cEbd07C699036D1D174C6392D9fa",
"axis.BatchTokenAllowlist": "0x988c61b36F7898e464a0Bf477d2dc06aC4E95F95",
"axis.BatchAllocatedMerkleAllowlist": "0x98B59b4BF62b0316D9B0f89D28A28d5D75BB8B46",
"axis.BatchUniswapV2DirectToLiquidity": "0xE676907Fa9a09dC1E3b67De11816665A1313524f",
"axis.BatchUniswapV3DirectToLiquidity": "0xE6ECF0f655E642834c79F30323e7ae941883ac00"
"axis.BatchAuctionHouse": "0xBA00002999aBfa63cA25B3A7aD4c8F3a578aBe28",
"axis.BatchCatalogue": "0x664268B82971D0c9A4F000a7329a057e85361E83",
"axis.EncryptedMarginalPrice": "0x2Ca8954B468E2FbfE55240B69db937861c12F0d0",
"axis.FixedPriceBatch": "0x8b47F82a58d8AFBE5167feBf0D3F3Bb509aaf2bd",
"axis.BatchLinearVesting": "0xFB1113E170CA6d95f3a91121BDD2370a822598E9",
"axis.BatchCappedMerkleAllowlist": "0x9888DbABd5981763697A4433Cb57E3F9DABEcB6a",
"axis.BatchMerkleAllowlist": "0x9837cA34C444cEbd07C699036D1D174C6392D9fa",
"axis.BatchTokenAllowlist": "0x988c61b36F7898e464a0Bf477d2dc06aC4E95F95",
"axis.BatchAllocatedMerkleAllowlist": "0x98B59b4BF62b0316D9B0f89D28A28d5D75BB8B46",
"axis.BatchUniswapV2DirectToLiquidity": "0xE676907Fa9a09dC1E3b67De11816665A1313524f",
"axis.BatchUniswapV3DirectToLiquidity": "0xE6ECF0f655E642834c79F30323e7ae941883ac00"
}
22 changes: 11 additions & 11 deletions deployments/.arbitrum-sepolia-v0.5.json
Original file line number Diff line number Diff line change
@@ -1,13 +1,13 @@
{
"axis.BatchAuctionHouse": "0xBA00003622ee11Ffac8a07cf8D207b19c95F1FFf",
"axis.BatchCatalogue": "0x265aB5FABa5D855CFA46Af61936ca212CEb71146",
"axis.EncryptedMarginalPrice": "0x81661B3CC47218327cE17bAd69d9246FCC321667",
"axis.FixedPriceBatch": "0x0107DeD7dCD989470268eaeae2Aa2711Efa2597c",
"axis.BatchLinearVesting": "0x056ed71c999bDdF489d34eD767a50c608Ae16Bf9",
"axis.BatchCappedMerkleAllowlist": "0x9868c93CDec64f471b1DFf60f5e8249249dBa126",
"axis.BatchMerkleAllowlist": "0x989F7525b5e0c804e5A2707F14d34C523D56B43b",
"axis.BatchTokenAllowlist": "0x982598d92BBB2a2E54EdCd262EeF114a517fEeCE",
"axis.BatchAllocatedMerkleAllowlist": "0x98765dB6F0c4334075FB06d8D2998749b8CF604e",
"axis.BatchUniswapV2DirectToLiquidity": "0xE6c6B510E4b0e442BF01fabDc93d4bf032683C3C",
"axis.BatchUniswapV3DirectToLiquidity": "0xE6f7888cfc8219C93E70Ca528195b4afD80D7894"
"axis.BatchAuctionHouse": "0xBA00003622ee11Ffac8a07cf8D207b19c95F1FFf",
"axis.BatchCatalogue": "0x265aB5FABa5D855CFA46Af61936ca212CEb71146",
"axis.EncryptedMarginalPrice": "0x81661B3CC47218327cE17bAd69d9246FCC321667",
"axis.FixedPriceBatch": "0x0107DeD7dCD989470268eaeae2Aa2711Efa2597c",
"axis.BatchLinearVesting": "0x056ed71c999bDdF489d34eD767a50c608Ae16Bf9",
"axis.BatchCappedMerkleAllowlist": "0x9868c93CDec64f471b1DFf60f5e8249249dBa126",
"axis.BatchMerkleAllowlist": "0x989F7525b5e0c804e5A2707F14d34C523D56B43b",
"axis.BatchTokenAllowlist": "0x982598d92BBB2a2E54EdCd262EeF114a517fEeCE",
"axis.BatchAllocatedMerkleAllowlist": "0x98765dB6F0c4334075FB06d8D2998749b8CF604e",
"axis.BatchUniswapV2DirectToLiquidity": "0xE6c6B510E4b0e442BF01fabDc93d4bf032683C3C",
"axis.BatchUniswapV3DirectToLiquidity": "0xE6f7888cfc8219C93E70Ca528195b4afD80D7894"
}
7 changes: 7 additions & 0 deletions deployments/.arbitrum-sepolia-v1.0.1.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,7 @@
{
"deployments.BatchAuctionHouse": "0xBA0000c28179CE533233a943d432eddD154E62A3",
"deployments.BatchCatalogue": "0xBC1a6e1327c0CdA84Bc6feC65f99cdfCA976DD97",
"deployments.auctionModules.EncryptedMarginalPrice": "0x9099dd8Db39B8aD5D31d9865F013F1d2278c3506",
"deployments.auctionModules.FixedPriceBatch": "0x4E2DE4DB0DB1D28B0751B9D0A6b6db222E64Fd43",
"deployments.derivativeModules.BatchLinearVesting": "0x14726B9D69d4Fb957e4F3C736bda029Fd96e1FFb"
}
22 changes: 11 additions & 11 deletions deployments/.base-sepolia-v0.3.json
Original file line number Diff line number Diff line change
@@ -1,13 +1,13 @@
{
"axis.BatchAuctionHouse": "0xBA000092028c37fdf4231090D9a0e42B3A983C17",
"axis.BatchCatalogue": "0xD55227c0C37C97Fa2619a9C7F658C173883C1E2a",
"axis.EncryptedMarginalPrice": "0x0599DA010907835037A0beC4525Dc5D600e790EB",
"axis.FixedPriceBatch": "0x71a2946A761FC6ecE1b16cb4517a3E3D7E30Cc92",
"axis.BatchLinearVesting": "0xc20918b09dE9708d2A7997dfFc3c5ACB34d4a15b",
"axis.BatchUniswapV2DirectToLiquidity": "0xE629a36159C7C6F827DA480DD541009031d50637",
"axis.BatchUniswapV3DirectToLiquidity": "0xE694614675d7b99d53Af80c98E02AAD46cd27183",
"axis.BatchCappedMerkleAllowlist": "0x98CcB00c5F9854517DA6ED466b3B391fEF501542",
"axis.BatchMerkleAllowlist": "0x98408652D32571BEd7e357D1402A1A8c27B879e7",
"axis.BatchTokenAllowlist": "0x980110C58Ace1FD0422E5c27c7d4e248a547Ec7D",
"axis.BatchAllocatedMerkleAllowlist": "0x98469eF36DDD7bEAF28EDbd3fE2F57bD18A4BF2c"
"axis.BatchAuctionHouse": "0xBA000092028c37fdf4231090D9a0e42B3A983C17",
"axis.BatchCatalogue": "0xD55227c0C37C97Fa2619a9C7F658C173883C1E2a",
"axis.EncryptedMarginalPrice": "0x0599DA010907835037A0beC4525Dc5D600e790EB",
"axis.FixedPriceBatch": "0x71a2946A761FC6ecE1b16cb4517a3E3D7E30Cc92",
"axis.BatchLinearVesting": "0xc20918b09dE9708d2A7997dfFc3c5ACB34d4a15b",
"axis.BatchUniswapV2DirectToLiquidity": "0xE629a36159C7C6F827DA480DD541009031d50637",
"axis.BatchUniswapV3DirectToLiquidity": "0xE694614675d7b99d53Af80c98E02AAD46cd27183",
"axis.BatchCappedMerkleAllowlist": "0x98CcB00c5F9854517DA6ED466b3B391fEF501542",
"axis.BatchMerkleAllowlist": "0x98408652D32571BEd7e357D1402A1A8c27B879e7",
"axis.BatchTokenAllowlist": "0x980110C58Ace1FD0422E5c27c7d4e248a547Ec7D",
"axis.BatchAllocatedMerkleAllowlist": "0x98469eF36DDD7bEAF28EDbd3fE2F57bD18A4BF2c"
}
22 changes: 11 additions & 11 deletions deployments/.base-sepolia-v0.4.json
Original file line number Diff line number Diff line change
@@ -1,13 +1,13 @@
{
"axis.BatchAuctionHouse": "0xBA00002999aBfa63cA25B3A7aD4c8F3a578aBe28",
"axis.BatchCatalogue": "0x408fB738592232372069B592022F03BF3a241613",
"axis.EncryptedMarginalPrice": "0x02c63F8aE0a8e9D0F7267AA4d0Af0567858188C2",
"axis.FixedPriceBatch": "0x188Ad428c60eADFB0749B2E3A4836D63489304E3",
"axis.BatchLinearVesting": "0x392C629741a0c7350c7181addD5870dE178eeD94",
"axis.BatchCappedMerkleAllowlist": "0x9888DbABd5981763697A4433Cb57E3F9DABEcB6a",
"axis.BatchMerkleAllowlist": "0x9837cA34C444cEbd07C699036D1D174C6392D9fa",
"axis.BatchTokenAllowlist": "0x988c61b36F7898e464a0Bf477d2dc06aC4E95F95",
"axis.BatchAllocatedMerkleAllowlist": "0x98B59b4BF62b0316D9B0f89D28A28d5D75BB8B46",
"axis.BatchUniswapV2DirectToLiquidity": "0xE66538D4EEbf830b1Dc791894af4709Af257764d",
"axis.BatchUniswapV3DirectToLiquidity": "0xE661c46d94c53584095A8240958695bAD6d6fC2F"
"axis.BatchAuctionHouse": "0xBA00002999aBfa63cA25B3A7aD4c8F3a578aBe28",
"axis.BatchCatalogue": "0x408fB738592232372069B592022F03BF3a241613",
"axis.EncryptedMarginalPrice": "0x02c63F8aE0a8e9D0F7267AA4d0Af0567858188C2",
"axis.FixedPriceBatch": "0x188Ad428c60eADFB0749B2E3A4836D63489304E3",
"axis.BatchLinearVesting": "0x392C629741a0c7350c7181addD5870dE178eeD94",
"axis.BatchCappedMerkleAllowlist": "0x9888DbABd5981763697A4433Cb57E3F9DABEcB6a",
"axis.BatchMerkleAllowlist": "0x9837cA34C444cEbd07C699036D1D174C6392D9fa",
"axis.BatchTokenAllowlist": "0x988c61b36F7898e464a0Bf477d2dc06aC4E95F95",
"axis.BatchAllocatedMerkleAllowlist": "0x98B59b4BF62b0316D9B0f89D28A28d5D75BB8B46",
"axis.BatchUniswapV2DirectToLiquidity": "0xE66538D4EEbf830b1Dc791894af4709Af257764d",
"axis.BatchUniswapV3DirectToLiquidity": "0xE661c46d94c53584095A8240958695bAD6d6fC2F"
}
22 changes: 11 additions & 11 deletions deployments/.base-sepolia-v0.5.json
Original file line number Diff line number Diff line change
@@ -1,13 +1,13 @@
{
"axis.BatchAuctionHouse": "0xBA00000D23A0793d5601d1e8E7B32aE88642cbEF",
"axis.BatchCatalogue": "0xcE56d3E3E145b44597B61E99c64cb82FB209Da04",
"axis.EncryptedMarginalPrice": "0xA7413717C633175Bc5B669E94625a4d3FE009870",
"axis.FixedPriceBatch": "0xC818f1f000f9C24D014BCe2c5334e14B1360d9CD",
"axis.BatchLinearVesting": "0x4042D4F2236D055212d485E028E8FE4939252F88",
"axis.BatchCappedMerkleAllowlist": "0x98a27160E2879334AaE4415E24C1feaa3D111392",
"axis.BatchMerkleAllowlist": "0x987e7515985887092582Cc4ea94be837a99C0b02",
"axis.BatchTokenAllowlist": "0x989a21D82D86e4934D3B8E94043F13Fb1C312F8a",
"axis.BatchAllocatedMerkleAllowlist": "0x987E2DB8E83c57Ad9aDf808e5394d77f72b49ab4",
"axis.BatchUniswapV2DirectToLiquidity": "0xE6F478d800e9807efAb601a1CD60BBd7CBA1c0b8",
"axis.BatchUniswapV3DirectToLiquidity": "0xE6BC347aA7Ce46bDb45F938605C5d4b88881bB1c"
"axis.BatchAuctionHouse": "0xBA00000D23A0793d5601d1e8E7B32aE88642cbEF",
"axis.BatchCatalogue": "0xcE56d3E3E145b44597B61E99c64cb82FB209Da04",
"axis.EncryptedMarginalPrice": "0xA7413717C633175Bc5B669E94625a4d3FE009870",
"axis.FixedPriceBatch": "0xC818f1f000f9C24D014BCe2c5334e14B1360d9CD",
"axis.BatchLinearVesting": "0x4042D4F2236D055212d485E028E8FE4939252F88",
"axis.BatchCappedMerkleAllowlist": "0x98a27160E2879334AaE4415E24C1feaa3D111392",
"axis.BatchMerkleAllowlist": "0x987e7515985887092582Cc4ea94be837a99C0b02",
"axis.BatchTokenAllowlist": "0x989a21D82D86e4934D3B8E94043F13Fb1C312F8a",
"axis.BatchAllocatedMerkleAllowlist": "0x987E2DB8E83c57Ad9aDf808e5394d77f72b49ab4",
"axis.BatchUniswapV2DirectToLiquidity": "0xE6F478d800e9807efAb601a1CD60BBd7CBA1c0b8",
"axis.BatchUniswapV3DirectToLiquidity": "0xE6BC347aA7Ce46bDb45F938605C5d4b88881bB1c"
}
7 changes: 7 additions & 0 deletions deployments/.base-sepolia-v1.0.1.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,7 @@
{
"deployments.BatchAuctionHouse": "0xBA0000c28179CE533233a943d432eddD154E62A3",
"deployments.BatchCatalogue": "0x97145edD2F06ADF1d91CB9Aa5eb52D842a3f5c54",
"deployments.auctionModules.EncryptedMarginalPrice": "0xf0a4d1f805312438ea146E5df873bD8d64D9dBe4",
"deployments.auctionModules.FixedPriceBatch": "0xDF09C4de6B937a1C555052e15Ad6F3EE673618Ae",
"deployments.derivativeModules.BatchLinearVesting": "0x909F26919989167d051312fBB0a1Df4CD93Bf70b"
}
10 changes: 5 additions & 5 deletions deployments/.base-v1.0.0.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"deployments.BatchAuctionHouse": "0xBA00000054C5a2122cD6333054BFDdB90A287Ee3",
"deployments.BatchCatalogue": "0x3b8cFDEde19B4AA36AB21c96973f9281276a3da2",
"deployments.auctionModules.EncryptedMarginalPrice": "0xD55227c0C37C97Fa2619a9C7F658C173883C1E2a",
"deployments.auctionModules.FixedPriceBatch": "0x101b502D216d27cb342e9686A2B34A1cD19B2F75",
"deployments.derivativeModules.BatchLinearVesting": "0x68a8d91d9936b5Ef8b65f516F8a5AAB6c7b1E43e"
"deployments.BatchAuctionHouse": "0xBA00000054C5a2122cD6333054BFDdB90A287Ee3",
"deployments.BatchCatalogue": "0x3b8cFDEde19B4AA36AB21c96973f9281276a3da2",
"deployments.auctionModules.EncryptedMarginalPrice": "0xD55227c0C37C97Fa2619a9C7F658C173883C1E2a",
"deployments.auctionModules.FixedPriceBatch": "0x101b502D216d27cb342e9686A2B34A1cD19B2F75",
"deployments.derivativeModules.BatchLinearVesting": "0x68a8d91d9936b5Ef8b65f516F8a5AAB6c7b1E43e"
}
7 changes: 7 additions & 0 deletions deployments/.base-v1.0.1.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,7 @@
{
"deployments.BatchAuctionHouse": "0xBA0000c59d144f2a9aEa064dcb2f963e1a0B3212",
"deployments.BatchCatalogue": "0x2B63Aa737a1AD617A6d6894698Abd043F95cCecb",
"deployments.auctionModules.EncryptedMarginalPrice": "0x408fB738592232372069B592022F03BF3a241613",
"deployments.auctionModules.FixedPriceBatch": "0xB4d895191fEE12aa5147D057fcFe720f7c0Dc76C",
"deployments.derivativeModules.BatchLinearVesting": "0x5C439EAa3F039Bac9Bf1ea4Eb6121d5767C63864"
}
Loading
Loading