Skip to content

Commit

Permalink
wip
Browse files Browse the repository at this point in the history
  • Loading branch information
fadeev committed Jan 15, 2025
1 parent d8732f7 commit 0272470
Show file tree
Hide file tree
Showing 7 changed files with 12 additions and 7 deletions.
2 changes: 1 addition & 1 deletion examples/call/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -61,4 +61,4 @@
"@zetachain/protocol-contracts": "11.0.0-rc3",
"@zetachain/protocol-contracts-solana": "2.0.0-rc1"
}
}
}
2 changes: 1 addition & 1 deletion examples/hello/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -60,4 +60,4 @@
"@zetachain/networks": "10.0.0-rc4",
"@zetachain/protocol-contracts": "11.0.0-rc3"
}
}
}
2 changes: 1 addition & 1 deletion examples/nft/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -63,4 +63,4 @@
"@zetachain/standard-contracts": "1.0.0-rc4",
"validator": "^13.12.0"
}
}
}
3 changes: 3 additions & 0 deletions examples/nft/scripts/localnet.sh
Original file line number Diff line number Diff line change
@@ -0,0 +1,3 @@
#!/bin/bash

sh ./node_modules/@zetachain/standard-contracts/contracts/nft/scripts/localnet.sh $1
5 changes: 2 additions & 3 deletions examples/swap/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -7,8 +7,7 @@
"test": "echo \"Error: no test specified\" && exit 1",
"lint:fix": "npx eslint . --ext .js,.ts --fix",
"lint": "npx eslint . --ext .js,.ts",
"deploy:localnet": "npx hardhat compile --force && npx hardhat deploy --network localhost --gateway 0x5FC8d32690cc91D4c39d9d3abcBD16989F875707",
"deploy-any:localnet": "npx hardhat compile --force && npx hardhat deploy --name SwapToAnyToken --network localhost --gateway 0x9A676e781A523b5d0C0e43731313A708CB607508"
"deploy:localnet": "npx hardhat compile --force && npx hardhat deploy --network localhost --gateway 0x5FC8d32690cc91D4c39d9d3abcBD16989F875707"
},
"keywords": [],
"author": "",
Expand Down Expand Up @@ -61,4 +60,4 @@
"@zetachain/networks": "10.0.0-rc4",
"@zetachain/toolkit": "13.0.0-rc12"
}
}
}
2 changes: 1 addition & 1 deletion examples/token/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -63,4 +63,4 @@
"@zetachain/standard-contracts": "1.0.0-rc4",
"validator": "^13.12.0"
}
}
}
3 changes: 3 additions & 0 deletions examples/token/scripts/localnet.sh
Original file line number Diff line number Diff line change
@@ -0,0 +1,3 @@
#!/bin/bash

sh ./node_modules/@zetachain/standard-contracts/contracts/token/scripts/localnet.sh $1

0 comments on commit 0272470

Please sign in to comment.