Skip to content

Instantly share code, notes, and snippets.

@radzionc
Created April 14, 2022 12:18
Show Gist options
  • Save radzionc/110dbd3be2a5de97ebe4414460a97aa1 to your computer and use it in GitHub Desktop.
Save radzionc/110dbd3be2a5de97ebe4414460a97aa1 to your computer and use it in GitHub Desktop.
[
'run',
'--rm',
'--mount',
'type=volume,source=registry_cache,target=/usr/local/cargo/registry',
'--mount',
'type=volume,source=bAsset-contracts_cache,target=/code/target',
'-v',
'/Users/rodion/terra/LocalAnchor/modules/bAsset-contracts:/code',
'cosmwasm/workspace-optimizer-arm64:0.12.5'
]
[
'run',
'--rm',
'--mount',
'type=volume,source=registry_cache,target=/usr/local/cargo/registry',
'--mount',
'type=volume,source=bEth-contracts_cache,target=/code/target',
'-v',
'/Users/rodion/terra/LocalAnchor/modules/bEth-contracts:/code',
'cosmwasm/workspace-optimizer-arm64:0.12.5'
]
[
'run',
'--rm',
'--mount',
'type=volume,source=registry_cache,target=/usr/local/cargo/registry',
'--mount',
'type=volume,source=money-market-contracts_cache,target=/code/target',
'-v',
'/Users/rodion/terra/LocalAnchor/modules/money-market-contracts:/code',
'cosmwasm/workspace-optimizer-arm64:0.12.5'
]
[
'run',
'--rm',
'--mount',
'type=volume,source=registry_cache,target=/usr/local/cargo/registry',
'--mount',
'type=volume,source=terraswap_cache,target=/code/target',
'-v',
'/Users/rodion/terra/LocalAnchor/modules/terraswap:/code',
'cosmwasm/workspace-optimizer-arm64:0.12.5'
]
[
'run',
'--rm',
'--mount',
'type=volume,source=registry_cache,target=/usr/local/cargo/registry',
'--mount',
'type=volume,source=token-contracts_cache,target=/code/target',
'-v',
'/Users/rodion/terra/LocalAnchor/modules/token-contracts:/code',
'cosmwasm/workspace-optimizer-arm64:0.12.5'
]
1.58.1-aarch64-unknown-linux-musl (default)
1.58.1-aarch64-unknown-linux-musl (default)
1.58.1-aarch64-unknown-linux-musl (default)
1.58.1-aarch64-unknown-linux-musl (default)
1.58.1-aarch64-unknown-linux-musl (default)
cargo 1.58.0 (f01b232bc 2022-01-19)
cargo 1.58.0 (f01b232bc 2022-01-19)
cargo 1.58.0 (f01b232bc 2022-01-19)
cargo 1.58.0 (f01b232bc 2022-01-19)
Building artifacts in workspace ...
cargo 1.58.0 (f01b232bc 2022-01-19)
Building artifacts in workspace ...
Building artifacts in workspace ...
Building artifacts in workspace ...
Building artifacts in workspace ...
Found workspace member entries: ["packages/*", "contracts/*"]
Found workspace member entries: ["packages/*", "contracts/*"]
Found workspace member entries: ["contracts/*", "packages/*"]
Found workspace member entries: ["contracts/*", "packages/*"]
Found workspace member entries: ["packages/*", "contracts/*"]
Package directories: ["contracts/terraswap_factory", "contracts/terraswap_pair", "contracts/terraswap_router", "contracts/terraswap_token", "packages/terraswap"]
Contracts to be built: ["contracts/terraswap_factory", "contracts/terraswap_pair", "contracts/terraswap_router", "contracts/terraswap_token"]
Building "contracts/terraswap_factory" ...
Package directories: ["contracts/anchor_airdrop_registry", "contracts/anchor_basset_hub", "contracts/anchor_basset_reward", "contracts/anchor_basset_token", "packages/basset", "packages/signed_integers"]
Contracts to be built: ["contracts/anchor_airdrop_registry", "contracts/anchor_basset_hub", "contracts/anchor_basset_reward", "contracts/anchor_basset_token"]
Building "contracts/anchor_airdrop_registry" ...
Package directories: ["contracts/anchor_beth_converter", "contracts/anchor_beth_reward", "contracts/anchor_beth_token", "packages/beth"]
Contracts to be built: ["contracts/anchor_beth_converter", "contracts/anchor_beth_reward", "contracts/anchor_beth_token"]
Building "contracts/anchor_beth_converter" ...
Package directories: ["contracts/custody_beth", "contracts/custody_bluna", "contracts/distribution_model", "contracts/interest_model", "contracts/liquidation", "contracts/liquidation_queue", "contracts/market", "contracts/oracle", "contracts/overseer", "packages/moneymarket"]
Contracts to be built: ["contracts/custody_beth", "contracts/custody_bluna", "contracts/distribution_model", "contracts/interest_model", "contracts/liquidation", "contracts/liquidation_queue", "contracts/market", "contracts/oracle", "contracts/overseer"]
Building "contracts/custody_beth" ...
Package directories: ["contracts/airdrop", "contracts/collector", "contracts/community", "contracts/distributor", "contracts/gov", "contracts/staking", "contracts/vesting", "packages/anchor_token"]
Contracts to be built: ["contracts/airdrop", "contracts/collector", "contracts/community", "contracts/distributor", "contracts/gov", "contracts/staking", "contracts/vesting"]
Building "contracts/airdrop" ...
warning: profiles for the non root package will be ignored, specify profiles at the workspace root:
package: /code/contracts/anchor_beth_converter/Cargo.toml
workspace: /code/Cargo.toml
warning: profiles for the non root package will be ignored, specify profiles at the workspace root:
package: /code/packages/beth/Cargo.toml
workspace: /code/Cargo.toml
warning: profiles for the non root package will be ignored, specify profiles at the workspace root:
package: /code/contracts/anchor_beth_reward/Cargo.toml
workspace: /code/Cargo.toml
warning: profiles for the non root package will be ignored, specify profiles at the workspace root:
package: /code/contracts/anchor_beth_token/Cargo.toml
workspace: /code/Cargo.toml
warning: profiles for the non root package will be ignored, specify profiles at the workspace root:
package: /code/packages/terraswap/Cargo.toml
workspace: /code/Cargo.toml
warning: profiles for the non root package will be ignored, specify profiles at the workspace root:
package: /code/contracts/terraswap_factory/Cargo.toml
workspace: /code/Cargo.toml
warning: profiles for the non root package will be ignored, specify profiles at the workspace root:
package: /code/contracts/terraswap_pair/Cargo.toml
workspace: /code/Cargo.toml
warning: profiles for the non root package will be ignored, specify profiles at the workspace root:
package: /code/contracts/terraswap_router/Cargo.toml
workspace: /code/Cargo.toml
warning: profiles for the non root package will be ignored, specify profiles at the workspace root:
package: /code/contracts/anchor_airdrop_registry/Cargo.toml
workspace: /code/Cargo.toml
warning: profiles for the non root package will be ignored, specify profiles at the workspace root:
package: /code/packages/basset/Cargo.toml
workspace: /code/Cargo.toml
warning: profiles for the non root package will be ignored, specify profiles at the workspace root:
package: /code/contracts/anchor_basset_hub/Cargo.toml
workspace: /code/Cargo.toml
warning: profiles for the non root package will be ignored, specify profiles at the workspace root:
package: /code/contracts/anchor_basset_token/Cargo.toml
workspace: /code/Cargo.toml
warning: profiles for the non root package will be ignored, specify profiles at the workspace root:
package: /code/packages/signed_integers/Cargo.toml
workspace: /code/Cargo.toml
warning: profiles for the non root package will be ignored, specify profiles at the workspace root:
package: /code/contracts/anchor_basset_reward/Cargo.toml
workspace: /code/Cargo.toml
warning: profiles for the non root package will be ignored, specify profiles at the workspace root:
package: /code/packages/anchor_token/Cargo.toml
workspace: /code/Cargo.toml
warning: profiles for the non root package will be ignored, specify profiles at the workspace root:
package: /code/contracts/airdrop/Cargo.toml
workspace: /code/Cargo.toml
warning: profiles for the non root package will be ignored, specify profiles at the workspace root:
package: /code/contracts/collector/Cargo.toml
workspace: /code/Cargo.toml
warning: profiles for the non root package will be ignored, specify profiles at the workspace root:
package: /code/contracts/community/Cargo.toml
workspace: /code/Cargo.toml
warning: profiles for the non root package will be ignored, specify profiles at the workspace root:
package: /code/contracts/distributor/Cargo.toml
workspace: /code/Cargo.toml
warning: profiles for the non root package will be ignored, specify profiles at the workspace root:
package: /code/contracts/gov/Cargo.toml
workspace: /code/Cargo.toml
warning: profiles for the non root package will be ignored, specify profiles at the workspace root:
package: /code/contracts/staking/Cargo.toml
workspace: /code/Cargo.toml
warning: profiles for the non root package will be ignored, specify profiles at the workspace root:
package: /code/contracts/vesting/Cargo.toml
workspace: /code/Cargo.toml
warning: profiles for the non root package will be ignored, specify profiles at the workspace root:
package: /code/packages/moneymarket/Cargo.toml
workspace: /code/Cargo.toml
warning: profiles for the non root package will be ignored, specify profiles at the workspace root:
package: /code/contracts/custody_beth/Cargo.toml
workspace: /code/Cargo.toml
warning: profiles for the non root package will be ignored, specify profiles at the workspace root:
package: /code/contracts/custody_bluna/Cargo.toml
workspace: /code/Cargo.toml
warning: profiles for the non root package will be ignored, specify profiles at the workspace root:
package: /code/contracts/distribution_model/Cargo.toml
workspace: /code/Cargo.toml
warning: profiles for the non root package will be ignored, specify profiles at the workspace root:
package: /code/contracts/interest_model/Cargo.toml
workspace: /code/Cargo.toml
warning: profiles for the non root package will be ignored, specify profiles at the workspace root:
package: /code/contracts/liquidation/Cargo.toml
workspace: /code/Cargo.toml
warning: profiles for the non root package will be ignored, specify profiles at the workspace root:
package: /code/contracts/liquidation_queue/Cargo.toml
workspace: /code/Cargo.toml
warning: profiles for the non root package will be ignored, specify profiles at the workspace root:
package: /code/contracts/market/Cargo.toml
workspace: /code/Cargo.toml
warning: profiles for the non root package will be ignored, specify profiles at the workspace root:
package: /code/contracts/oracle/Cargo.toml
workspace: /code/Cargo.toml
warning: profiles for the non root package will be ignored, specify profiles at the workspace root:
package: /code/contracts/overseer/Cargo.toml
workspace: /code/Cargo.toml
Updating crates.io index
Updating crates.io index
Finished release [optimized] target(s) in 0.43s
Finished release [optimized] target(s) in 0.46s
Building "contracts/anchor_beth_reward" ...
Building "contracts/terraswap_pair" ...
Compiling anchor_airdrop_registry v1.0.0 (/code/contracts/anchor_airdrop_registry)
warning: profiles for the non root package will be ignored, specify profiles at the workspace root:
package: /code/contracts/anchor_beth_converter/Cargo.toml
workspace: /code/Cargo.toml
warning: profiles for the non root package will be ignored, specify profiles at the workspace root:
package: /code/packages/beth/Cargo.toml
workspace: /code/Cargo.toml
warning: profiles for the non root package will be ignored, specify profiles at the workspace root:
package: /code/contracts/anchor_beth_reward/Cargo.toml
workspace: /code/Cargo.toml
warning: profiles for the non root package will be ignored, specify profiles at the workspace root:
package: /code/contracts/anchor_beth_token/Cargo.toml
workspace: /code/Cargo.toml
warning: profiles for the non root package will be ignored, specify profiles at the workspace root:
package: /code/packages/terraswap/Cargo.toml
workspace: /code/Cargo.toml
warning: profiles for the non root package will be ignored, specify profiles at the workspace root:
package: /code/contracts/terraswap_factory/Cargo.toml
workspace: /code/Cargo.toml
warning: profiles for the non root package will be ignored, specify profiles at the workspace root:
package: /code/contracts/terraswap_pair/Cargo.toml
workspace: /code/Cargo.toml
warning: profiles for the non root package will be ignored, specify profiles at the workspace root:
package: /code/contracts/terraswap_router/Cargo.toml
workspace: /code/Cargo.toml
Finished release [optimized] target(s) in 0.19s
Building "contracts/anchor_beth_token" ...
Finished release [optimized] target(s) in 0.19s
Building "contracts/terraswap_router" ...
warning: profiles for the non root package will be ignored, specify profiles at the workspace root:
package: /code/packages/terraswap/Cargo.toml
workspace: /code/Cargo.toml
warning: profiles for the non root package will be ignored, specify profiles at the workspace root:
package: /code/contracts/terraswap_factory/Cargo.toml
workspace: /code/Cargo.toml
warning: profiles for the non root package will be ignored, specify profiles at the workspace root:
package: /code/contracts/terraswap_pair/Cargo.toml
workspace: /code/Cargo.toml
warning: profiles for the non root package will be ignored, specify profiles at the workspace root:
package: /code/contracts/terraswap_router/Cargo.toml
workspace: /code/Cargo.toml
warning: profiles for the non root package will be ignored, specify profiles at the workspace root:
package: /code/contracts/anchor_beth_converter/Cargo.toml
workspace: /code/Cargo.toml
warning: profiles for the non root package will be ignored, specify profiles at the workspace root:
package: /code/packages/beth/Cargo.toml
workspace: /code/Cargo.toml
warning: profiles for the non root package will be ignored, specify profiles at the workspace root:
package: /code/contracts/anchor_beth_reward/Cargo.toml
workspace: /code/Cargo.toml
warning: profiles for the non root package will be ignored, specify profiles at the workspace root:
package: /code/contracts/anchor_beth_token/Cargo.toml
workspace: /code/Cargo.toml
Finished release [optimized] target(s) in 0.20s
Building "contracts/terraswap_token" ...
Finished release [optimized] target(s) in 0.21s
Creating intermediate hashes ...
775ce5696f979e1ca2d7d3de4af3aa4ffadcf4ca4fe55041d9b1e0229164af37 target/wasm32-unknown-unknown/release/anchor_beth_converter.wasm
6c9ee2edfa1152b8c20ddcd17714ed916be5e96cec00980eaabe2fe47a4e0198 target/wasm32-unknown-unknown/release/anchor_beth_reward.wasm
cf7116cd152f48c8fed8bff44ffb22fbc804b1378249bf71a9935f82be2fc00e target/wasm32-unknown-unknown/release/anchor_beth_token.wasm
Optimizing artifacts in workspace ...
Optimizing anchor_beth_converter-aarch64.wasm ...
warning: profiles for the non root package will be ignored, specify profiles at the workspace root:
package: /code/packages/terraswap/Cargo.toml
workspace: /code/Cargo.toml
warning: profiles for the non root package will be ignored, specify profiles at the workspace root:
package: /code/contracts/terraswap_factory/Cargo.toml
workspace: /code/Cargo.toml
warning: profiles for the non root package will be ignored, specify profiles at the workspace root:
package: /code/contracts/terraswap_pair/Cargo.toml
workspace: /code/Cargo.toml
warning: profiles for the non root package will be ignored, specify profiles at the workspace root:
package: /code/contracts/terraswap_router/Cargo.toml
workspace: /code/Cargo.toml
Finished release [optimized] target(s) in 0.14s
Creating intermediate hashes ...
025039e4c91f5ea301f063aa875dc1597931f1b99f2b8272ae5fd407cf418c2b target/wasm32-unknown-unknown/release/terraswap_factory.wasm
e8161c8de7b96bb277f0b57295ff9a95d7017481d7d7c601a44d7d7abdad7aa3 target/wasm32-unknown-unknown/release/terraswap_pair.wasm
772b90f8817f62151f994bbea40030d95f161dbd0f6076fc04afcd14d3bb95be target/wasm32-unknown-unknown/release/terraswap_router.wasm
531562e46a0422ac39ca6b52014a1cdd451bf0736ec03b35d40b534ccf3b2972 target/wasm32-unknown-unknown/release/terraswap_token.wasm
Optimizing artifacts in workspace ...
Optimizing terraswap_factory-aarch64.wasm ...
error: the lock file /code/Cargo.lock needs to be updated but --locked was passed to prevent this
If you want to try to generate the lock file without accessing the network, remove the --locked flag and use --offline instead.
thread 'main' panicked at 'assertion failed: error_code.success()', src/main.rs:77:9
note: run with `RUST_BACKTRACE=1` environment variable to display a backtrace
error: the lock file /code/Cargo.lock needs to be updated but --locked was passed to prevent this
If you want to try to generate the lock file without accessing the network, remove the --locked flag and use --offline instead.
thread 'main' panicked at 'assertion failed: error_code.success()', src/main.rs:77:9
note: run with `RUST_BACKTRACE=1` environment variable to display a backtrace
Optimizing anchor_beth_reward-aarch64.wasm ...
Optimizing terraswap_pair-aarch64.wasm ...
Optimizing anchor_beth_token-aarch64.wasm ...
Finished release [optimized] target(s) in 9.35s
Building "contracts/anchor_basset_hub" ...
warning: profiles for the non root package will be ignored, specify profiles at the workspace root:
package: /code/contracts/anchor_airdrop_registry/Cargo.toml
workspace: /code/Cargo.toml
warning: profiles for the non root package will be ignored, specify profiles at the workspace root:
package: /code/packages/basset/Cargo.toml
workspace: /code/Cargo.toml
warning: profiles for the non root package will be ignored, specify profiles at the workspace root:
package: /code/contracts/anchor_basset_hub/Cargo.toml
workspace: /code/Cargo.toml
warning: profiles for the non root package will be ignored, specify profiles at the workspace root:
package: /code/contracts/anchor_basset_token/Cargo.toml
workspace: /code/Cargo.toml
warning: profiles for the non root package will be ignored, specify profiles at the workspace root:
package: /code/packages/signed_integers/Cargo.toml
workspace: /code/Cargo.toml
warning: profiles for the non root package will be ignored, specify profiles at the workspace root:
package: /code/contracts/anchor_basset_reward/Cargo.toml
workspace: /code/Cargo.toml
Compiling anchor_airdrop_registry v1.0.0 (/code/contracts/anchor_airdrop_registry)
Compiling anchor_basset_token v1.0.0 (/code/contracts/anchor_basset_token)
Optimizing terraswap_router-aarch64.wasm ...
Moving wasm files ...
Post-processing artifacts in workspace ...
e635b21ee0997b55b0868241f6d985c848969734be41b0267e235b03f6e02719 anchor_beth_converter-aarch64.wasm
e635b21ee0997b55b0868241f6d985c848969734be41b0267e235b03f6e02719 anchor_beth_converter.wasm
efa946c3cedf159c03264540b44ad24f7737800d6aefb9bd10d980af7160c9d7 anchor_beth_reward-aarch64.wasm
efa946c3cedf159c03264540b44ad24f7737800d6aefb9bd10d980af7160c9d7 anchor_beth_reward.wasm
15520089161ae5ef2d389bf768d6384bfdd9d11323d2c1fcdd8f902e749b8318 anchor_beth_token-aarch64.wasm
15520089161ae5ef2d389bf768d6384bfdd9d11323d2c1fcdd8f902e749b8318 anchor_beth_token.wasm
done
Compiling anchor_basset_hub v1.0.0 (/code/contracts/anchor_basset_hub)
Optimizing terraswap_token-aarch64.wasm ...
Moving wasm files ...
Post-processing artifacts in workspace ...
e4ddeaa365808edf9dd3341562a8238de12af78ddca95a5e6f536a7e946cd7ec terraswap_factory-aarch64.wasm
e4ddeaa365808edf9dd3341562a8238de12af78ddca95a5e6f536a7e946cd7ec terraswap_factory.wasm
4edfdf9f3af4f6f21b41b10918d5165b0e0fdb1cb234eacf019e68e3dac4eaf8 terraswap_pair-aarch64.wasm
4edfdf9f3af4f6f21b41b10918d5165b0e0fdb1cb234eacf019e68e3dac4eaf8 terraswap_pair.wasm
250e76d377b1a4937d03ec49a48edc50bf90f65db6d578bcb2c9f151812b2089 terraswap_router-aarch64.wasm
250e76d377b1a4937d03ec49a48edc50bf90f65db6d578bcb2c9f151812b2089 terraswap_router.wasm
914d58ed43d82444d8d32a65e3d1e49e28686608166a6d18ad737e33a6bd6463 terraswap_token-aarch64.wasm
914d58ed43d82444d8d32a65e3d1e49e28686608166a6d18ad737e33a6bd6463 terraswap_token.wasm
done
Finished release [optimized] target(s) in 18.96s
Building "contracts/anchor_basset_reward" ...
warning: profiles for the non root package will be ignored, specify profiles at the workspace root:
package: /code/contracts/anchor_airdrop_registry/Cargo.toml
workspace: /code/Cargo.toml
warning: profiles for the non root package will be ignored, specify profiles at the workspace root:
package: /code/packages/basset/Cargo.toml
workspace: /code/Cargo.toml
warning: profiles for the non root package will be ignored, specify profiles at the workspace root:
package: /code/contracts/anchor_basset_hub/Cargo.toml
workspace: /code/Cargo.toml
warning: profiles for the non root package will be ignored, specify profiles at the workspace root:
package: /code/contracts/anchor_basset_token/Cargo.toml
workspace: /code/Cargo.toml
warning: profiles for the non root package will be ignored, specify profiles at the workspace root:
package: /code/packages/signed_integers/Cargo.toml
workspace: /code/Cargo.toml
warning: profiles for the non root package will be ignored, specify profiles at the workspace root:
package: /code/contracts/anchor_basset_reward/Cargo.toml
workspace: /code/Cargo.toml
Finished release [optimized] target(s) in 0.19s
Building "contracts/anchor_basset_token" ...
warning: profiles for the non root package will be ignored, specify profiles at the workspace root:
package: /code/contracts/anchor_airdrop_registry/Cargo.toml
workspace: /code/Cargo.toml
warning: profiles for the non root package will be ignored, specify profiles at the workspace root:
package: /code/packages/basset/Cargo.toml
workspace: /code/Cargo.toml
warning: profiles for the non root package will be ignored, specify profiles at the workspace root:
package: /code/contracts/anchor_basset_hub/Cargo.toml
workspace: /code/Cargo.toml
warning: profiles for the non root package will be ignored, specify profiles at the workspace root:
package: /code/contracts/anchor_basset_token/Cargo.toml
workspace: /code/Cargo.toml
warning: profiles for the non root package will be ignored, specify profiles at the workspace root:
package: /code/packages/signed_integers/Cargo.toml
workspace: /code/Cargo.toml
warning: profiles for the non root package will be ignored, specify profiles at the workspace root:
package: /code/contracts/anchor_basset_reward/Cargo.toml
workspace: /code/Cargo.toml
Compiling anchor_basset_token v1.0.0 (/code/contracts/anchor_basset_token)
Finished release [optimized] target(s) in 5.11s
Creating intermediate hashes ...
5d5ae0f58143d461bacd5e70f2c589710da549825b3ceabe62899ca147ab3ed9 target/wasm32-unknown-unknown/release/anchor_airdrop_registry.wasm
cc918db5dbe243e6b2bdf37e13b544807eb25b7ae345985438b1d529d2677b0a target/wasm32-unknown-unknown/release/anchor_basset_hub.wasm
2416ad82c29626a3ff6d9e2745f81e4f28488395c0e8f26011f1428bde6df91b target/wasm32-unknown-unknown/release/anchor_basset_reward.wasm
2569767199cf1c82b03ed8ff160ee9881c2184b6ef2f4b41131ad037e48fa7d5 target/wasm32-unknown-unknown/release/anchor_basset_token.wasm
Optimizing artifacts in workspace ...
Optimizing anchor_airdrop_registry-aarch64.wasm ...
Optimizing anchor_basset_hub-aarch64.wasm ...
Optimizing anchor_basset_reward-aarch64.wasm ...
Optimizing anchor_basset_token-aarch64.wasm ...
Moving wasm files ...
Post-processing artifacts in workspace ...
f6fb1e665721cc769d4662072dd863d727ff8168e1e8649388de7b6620ee846e anchor_airdrop_registry-aarch64.wasm
f6fb1e665721cc769d4662072dd863d727ff8168e1e8649388de7b6620ee846e anchor_airdrop_registry.wasm
ea5842736e60920e7dae36e23010cc7e448c723ba9f3ffe09fa3b5c8ae70cef7 anchor_basset_hub-aarch64.wasm
ea5842736e60920e7dae36e23010cc7e448c723ba9f3ffe09fa3b5c8ae70cef7 anchor_basset_hub.wasm
368132a300fef6b106ba7ed8d1900adea015082fd6d855b70eacf3ec954f26fe anchor_basset_reward-aarch64.wasm
368132a300fef6b106ba7ed8d1900adea015082fd6d855b70eacf3ec954f26fe anchor_basset_reward.wasm
90dc97bc800cd29d4053a3a93432dda42f4e62aa5b989f4d4d9cd05ffcaf65e1 anchor_basset_token-aarch64.wasm
90dc97bc800cd29d4053a3a93432dda42f4e62aa5b989f4d4d9cd05ffcaf65e1 anchor_basset_token.wasm
done
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment