Skip to content
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
7 changes: 5 additions & 2 deletions Anchor.toml
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@ wallet = "~/.config/solana/id.json"
test = "yarn run ts-mocha -p ./tsconfig.json -t 1000000 --exit tests/**/*.ts"

[test]
startup_wait = 5000
startup_wait = 10000
shutdown_wait = 2000
upgradeable = false

Expand All @@ -35,7 +35,7 @@ program = "genesis/cp_amm.so"

[test.validator]
bind_address = "0.0.0.0"
url = "https://api.mainnet-beta.solana.com"
url = "https://api.devnet.solana.com"
ledger = ".anchor/test-ledger"
rpc_port = 8899

Expand All @@ -45,3 +45,6 @@ filename = "genesis/config.json"

[[test.validator.clone]]
address = "metaqbxxUerdq28cj1RbAWkYQm3ybzjb6a8bt518x1s"

[[test.validator.clone]]
address = "7xeqWqnS4VMguYMexgtw1vxXt3cM8eh6vyvUkYgv2aJY"
5 changes: 3 additions & 2 deletions Cargo.lock

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

Binary file modified genesis/cp_amm.so
Binary file not shown.
Loading
Loading