Skip to content
Open
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
1 change: 1 addition & 0 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -23,5 +23,6 @@
**/.circleci/

.env
.env.local
wasm/
/node_modules
7 changes: 7 additions & 0 deletions contracts/zk-shuffle/.cargo/config
Original file line number Diff line number Diff line change
@@ -0,0 +1,7 @@
[alias]
wasm = "build --release --lib --target wasm32-unknown-unknown"
unit-test = "test --lib"
schema = "run --bin schema"

[net]
git-fetch-with-cli = true
8 changes: 8 additions & 0 deletions contracts/zk-shuffle/.env.example
Original file line number Diff line number Diff line change
@@ -0,0 +1,8 @@
RPC_URL="https://rpc.xion-testnet-2.burnt.com:443"
CHAIN_ID=xion-testnet-2
WALLET1=<REPLACE_WITH_YOUR_WALLET_ADDRESS>
TX_HASH=5A9106DC97EB091C0E3A14E4AEF193548978FD44D5201C1FC6480207D6658FB7
CODE_ID=1891
DEPLOY_TXHASH=3E6BFA9DCDFA7D921E3F2D9FD5D37C8C39E84E4D40A027DC2CC4A06E6191E074
CONTRACT_ADDRESS=xion12ecqx3jdr3pq0w7xl49lwuuz0n2uxpejf9ng4az0m2rrv9mwmf2sysh52w
MSG='{}'
Loading
Loading