Skip to content

Commit

Permalink
tests: Remove cloning token-2022 from mainnet RPC
Browse files Browse the repository at this point in the history
Cloning doesn't work properly (see anza-xyz/agave#436). New Solana releases also include stable `token-2022` version, which makes cloning from live clusters redundant.
  • Loading branch information
acheroncrypto committed Mar 28, 2024
1 parent a9f09fd commit 4de17bf
Show file tree
Hide file tree
Showing 4 changed files with 0 additions and 32 deletions.
8 changes: 0 additions & 8 deletions tests/escrow/Anchor.toml
Original file line number Diff line number Diff line change
Expand Up @@ -7,11 +7,3 @@ escrow = "Fg6PaFpoGXkYsidMpWTK6W2BeZ7FEfcYkg476zPFsLnS"

[scripts]
test = "yarn run ts-mocha -t 1000000 tests/*.ts"

[features]

[test.validator]
url = "https://api.mainnet-beta.solana.com"

[[test.validator.clone]]
address = "TokenzQdBNbLqP5VEhdkAS6EPFLC1PHnBqCXEpPxuEb"
8 changes: 0 additions & 8 deletions tests/spl/token-proxy/Anchor.toml
Original file line number Diff line number Diff line change
Expand Up @@ -7,11 +7,3 @@ token_proxy = "Fg6PaFpoGXkYsidMpWTK6W2BeZ7FEfcYkg476zPFsLnS"

[scripts]
test = "yarn run mocha -t 1000000 tests/"

[features]

[test.validator]
url = "https://api.mainnet-beta.solana.com"

[[test.validator.clone]]
address = "TokenzQdBNbLqP5VEhdkAS6EPFLC1PHnBqCXEpPxuEb"
8 changes: 0 additions & 8 deletions tests/spl/token-wrapper/Anchor.toml
Original file line number Diff line number Diff line change
Expand Up @@ -7,11 +7,3 @@ token_wrapper = "4ZPcGU8MX8oL2u1EtErHzixAbgNBNeE9yoYq3kKMqnAy"

[scripts]
test = "yarn run ts-mocha -t 1000000 tests/*.ts"

[features]

[test.validator]
url = "https://api.mainnet-beta.solana.com"

[[test.validator.clone]]
address = "TokenzQdBNbLqP5VEhdkAS6EPFLC1PHnBqCXEpPxuEb"
8 changes: 0 additions & 8 deletions tests/spl/transfer-hook/Anchor.toml
Original file line number Diff line number Diff line change
Expand Up @@ -7,11 +7,3 @@ transfer_hook = "9vaEfNU4HquQJuNQ6HYrpJW518a3n4wNUt5mAMY2UUHW"

[scripts]
test = "yarn run ts-mocha -t 1000000 tests/*.ts"

[features]

[test.validator]
url = "https://api.mainnet-beta.solana.com"

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

0 comments on commit 4de17bf

Please sign in to comment.