added pythnet contract to guardiand

This commit is contained in:
spacemandev 2022-08-28 23:29:15 -05:00
parent 79abc6332c
commit e8315122fd
3 changed files with 9 additions and 0 deletions

View File

@ -1,3 +1,7 @@
# Install Deps
yarn
#cd chains/evm && forge install --no-git --no-commit && cd ../../
# Deploy evm0 and evm1
ts-node orchestrator.ts deploy evm0
ts-node orchestrator.ts deploy evm1

View File

@ -1,6 +1,10 @@
# Warning
echo "Due to the nature of Solana accounts, you'll need to reset the Solana Local Validator (evm can stay as is) every time you run this test, otherwise it'll error saying accounts are already created and in use."
# Install Deps
yarn
#cd chains/evm && forge install --no-git --no-commit && cd ../../
# Build solana code so it's available in the handler
cd chains/solana && anchor build && cd ../../

View File

@ -44,6 +44,7 @@ docker run --rm --name guardiand $DOCKER_FLAGS --hostname guardian-0 --cap-add=I
--terra2Contract terra18vd8fpwxzck93qlwghaj6arh4p7c5n896xzem5 \
--solanaContract Bridge1p5gheXUvJ6jGWGeCsgPKgnE3YgdGKRVCMY9o \
--pythnetContract Bridge1p5gheXUvJ6jGWGeCsgPKgnE3YgdGKRVCMY9o \
--solanaWS ws://$HOST:8900 \
--solanaRPC http://$HOST:8899 \
--algorandIndexerRPC ws://$HOST:8545 \
--algorandIndexerToken "aaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaa" \