diff --git a/client/Cargo.toml b/client/Cargo.toml index edfd7ad6ad..55d674394c 100644 --- a/client/Cargo.toml +++ b/client/Cargo.toml @@ -1,7 +1,7 @@ [package] name = "anchor-client" version = "0.27.0" -authors = ["Serum Foundation "] +authors = ["Anchor Maintainers "] rust-version = "1.60" edition = "2021" license = "Apache-2.0" diff --git a/docs/programs/tic-tac-toe/Anchor.toml b/docs/programs/tic-tac-toe/Anchor.toml index ecfc70d19f..0fcca0714f 100644 --- a/docs/programs/tic-tac-toe/Anchor.toml +++ b/docs/programs/tic-tac-toe/Anchor.toml @@ -1,9 +1,6 @@ [programs.localnet] tic_tac_toe = "Fg6PaFpoGXkYsidMpWTK6W2BeZ7FEfcYkg476zPFsLnS" -[registry] -url = "https://anchor.projectserum.com" - [provider] cluster = "localnet" wallet = "~/.config/solana/id.json" diff --git a/lang/Cargo.toml b/lang/Cargo.toml index 16ddb59fe6..0cc0ba0635 100644 --- a/lang/Cargo.toml +++ b/lang/Cargo.toml @@ -1,7 +1,7 @@ [package] name = "anchor-lang" version = "0.27.0" -authors = ["Serum Foundation "] +authors = ["Anchor Maintainers "] repository = "https://github.com/coral-xyz/anchor" rust-version = "1.60" edition = "2021" diff --git a/lang/attribute/access-control/Cargo.toml b/lang/attribute/access-control/Cargo.toml index 945b24842a..e04c5703bc 100644 --- a/lang/attribute/access-control/Cargo.toml +++ b/lang/attribute/access-control/Cargo.toml @@ -1,7 +1,7 @@ [package] name = "anchor-attribute-access-control" version = "0.27.0" -authors = ["Serum Foundation "] +authors = ["Anchor Maintainers "] repository = "https://github.com/coral-xyz/anchor" license = "Apache-2.0" description = "Anchor attribute macro for instruction access control" diff --git a/lang/attribute/account/Cargo.toml b/lang/attribute/account/Cargo.toml index 908cd402cd..24e2852402 100644 --- a/lang/attribute/account/Cargo.toml +++ b/lang/attribute/account/Cargo.toml @@ -1,7 +1,7 @@ [package] name = "anchor-attribute-account" version = "0.27.0" -authors = ["Serum Foundation "] +authors = ["Anchor Maintainers "] repository = "https://github.com/coral-xyz/anchor" license = "Apache-2.0" description = "Anchor attribute macro for defining an account" diff --git a/lang/attribute/constant/Cargo.toml b/lang/attribute/constant/Cargo.toml index c2684470a6..5bfde1fd97 100644 --- a/lang/attribute/constant/Cargo.toml +++ b/lang/attribute/constant/Cargo.toml @@ -1,7 +1,7 @@ [package] name = "anchor-attribute-constant" version = "0.27.0" -authors = ["Serum Foundation "] +authors = ["Anchor Maintainers "] repository = "https://github.com/coral-xyz/anchor" license = "Apache-2.0" description = "Anchor attribute macro for creating constant types" diff --git a/lang/attribute/error/Cargo.toml b/lang/attribute/error/Cargo.toml index 2822c222f8..fdfdb9a5c1 100644 --- a/lang/attribute/error/Cargo.toml +++ b/lang/attribute/error/Cargo.toml @@ -1,7 +1,7 @@ [package] name = "anchor-attribute-error" version = "0.27.0" -authors = ["Serum Foundation "] +authors = ["Anchor Maintainers "] repository = "https://github.com/coral-xyz/anchor" license = "Apache-2.0" description = "Anchor attribute macro for creating error types" diff --git a/lang/attribute/event/Cargo.toml b/lang/attribute/event/Cargo.toml index 7c364d373d..a4e9c7d910 100644 --- a/lang/attribute/event/Cargo.toml +++ b/lang/attribute/event/Cargo.toml @@ -1,7 +1,7 @@ [package] name = "anchor-attribute-event" version = "0.27.0" -authors = ["Serum Foundation "] +authors = ["Anchor Maintainers "] repository = "https://github.com/coral-xyz/anchor" license = "Apache-2.0" description = "Anchor attribute macro for defining an event" diff --git a/lang/attribute/program/Cargo.toml b/lang/attribute/program/Cargo.toml index 85946bc34d..a470d5a39e 100644 --- a/lang/attribute/program/Cargo.toml +++ b/lang/attribute/program/Cargo.toml @@ -1,7 +1,7 @@ [package] name = "anchor-attribute-program" version = "0.27.0" -authors = ["Serum Foundation "] +authors = ["Anchor Maintainers "] repository = "https://github.com/coral-xyz/anchor" license = "Apache-2.0" description = "Anchor attribute macro for defining a program" diff --git a/lang/derive/accounts/Cargo.toml b/lang/derive/accounts/Cargo.toml index 0a9e67ff54..7eece036a5 100644 --- a/lang/derive/accounts/Cargo.toml +++ b/lang/derive/accounts/Cargo.toml @@ -1,7 +1,7 @@ [package] name = "anchor-derive-accounts" version = "0.27.0" -authors = ["Serum Foundation "] +authors = ["Anchor Maintainers "] repository = "https://github.com/coral-xyz/anchor" license = "Apache-2.0" description = "Anchor Derive macro for accounts" diff --git a/lang/derive/space/Cargo.toml b/lang/derive/space/Cargo.toml index 87bd62212e..f3dfd0c74b 100644 --- a/lang/derive/space/Cargo.toml +++ b/lang/derive/space/Cargo.toml @@ -1,7 +1,7 @@ [package] name = "anchor-derive-space" version = "0.27.0" -authors = ["Serum Foundation "] +authors = ["Anchor Maintainers "] repository = "https://github.com/coral-xyz/anchor" license = "Apache-2.0" description = "Anchor Derive macro to automatically calculate the size of a structure or an enum" diff --git a/lang/syn/Cargo.toml b/lang/syn/Cargo.toml index 7908cd0574..d4873e3569 100644 --- a/lang/syn/Cargo.toml +++ b/lang/syn/Cargo.toml @@ -1,7 +1,7 @@ [package] name = "anchor-syn" version = "0.27.0" -authors = ["Serum Foundation "] +authors = ["Anchor Maintainers "] repository = "https://github.com/coral-xyz/anchor" license = "Apache-2.0" description = "Anchor syntax parsing and code generation tools" diff --git a/spl/Cargo.toml b/spl/Cargo.toml index 389a1ed540..a2a9554ea0 100644 --- a/spl/Cargo.toml +++ b/spl/Cargo.toml @@ -1,7 +1,7 @@ [package] name = "anchor-spl" version = "0.27.0" -authors = ["Serum Foundation "] +authors = ["Anchor Maintainers "] rust-version = "1.60" edition = "2021" license = "Apache-2.0" diff --git a/tests/anchor-cli-account/Anchor.toml b/tests/anchor-cli-account/Anchor.toml index 9f7d566bd6..f2b9acf113 100644 --- a/tests/anchor-cli-account/Anchor.toml +++ b/tests/anchor-cli-account/Anchor.toml @@ -1,9 +1,6 @@ [programs.localnet] account_command = "Fg6PaFpoGXkYsidMpWTK6W2BeZ7FEfcYkg476zPFsLnS" -[registry] -url = "https://anchor.projectserum.com" - [provider] cluster = "localnet" wallet = "~/.config/solana/id.json" diff --git a/tests/anchor-cli-idl/Anchor.toml b/tests/anchor-cli-idl/Anchor.toml index e6431c8cbc..ffbd65c6dc 100644 --- a/tests/anchor-cli-idl/Anchor.toml +++ b/tests/anchor-cli-idl/Anchor.toml @@ -5,9 +5,6 @@ seeds = false idl_commands_one = "2uA3amp95zsEHUpo8qnLMhcFAUsiKVEcKHXS1JetFjU5" idl_commands_two = "DE4UbHnAcT6Kfh1fVTPRPwpiA3vipmQ4xR3gcLwX3wwS" -[registry] -url = "https://anchor.projectserum.com" - [provider] cluster = "localnet" wallet = "./keypairs/deployer-keypair.json" diff --git a/tests/bpf-upgradeable-state/Anchor.toml b/tests/bpf-upgradeable-state/Anchor.toml index 84740b9ee9..05c0441427 100644 --- a/tests/bpf-upgradeable-state/Anchor.toml +++ b/tests/bpf-upgradeable-state/Anchor.toml @@ -1,9 +1,6 @@ [programs.localnet] bpf_upgradeable_state = "Cum9tTyj5HwcEiAmhgaS7Bbj4UczCwsucrCkxRECzM4e" -[registry] -url = "https://anchor.projectserum.com" - [provider] cluster = "localnet" wallet = "~/.config/solana/id.json" diff --git a/tests/cpi-returns/Anchor.toml b/tests/cpi-returns/Anchor.toml index 99bb4acbfc..4530f3f072 100644 --- a/tests/cpi-returns/Anchor.toml +++ b/tests/cpi-returns/Anchor.toml @@ -5,9 +5,6 @@ seeds = false callee = "Fg6PaFpoGXkYsidMpWTK6W2BeZ7FEfcYkg476zPFsLnS" caller = "HmbTLCmaGvZhKnn1Zfa1JVnp7vkMV4DYVxPLWBVoN65L" -[registry] -url = "https://anchor.projectserum.com" - [provider] cluster = "localnet" wallet = "~/.config/solana/id.json" diff --git a/tests/custom-coder/Anchor.toml b/tests/custom-coder/Anchor.toml index 551beb5234..a957b45c6e 100644 --- a/tests/custom-coder/Anchor.toml +++ b/tests/custom-coder/Anchor.toml @@ -3,9 +3,6 @@ native_system = "9NxAd91hhJ3ZBTHytYP894y4ESRKG7n8VbLgdyYGJFLB" spl_associated_token = "4dUGnkre6uBhX1abB4ofkoecGN4aDXdiWSaWLUjVw6bh" spl_token = "FmpfPa1LHEYRbueNMnwNVd2JvyQ89GXGWdyZEXNNKV8w" -[registry] -url = "https://anchor.projectserum.com" - [provider] cluster = "localnet" wallet = "~/.config/solana/id.json" diff --git a/tests/floats/Anchor.toml b/tests/floats/Anchor.toml index 7fcee42ab1..8059ac97be 100644 --- a/tests/floats/Anchor.toml +++ b/tests/floats/Anchor.toml @@ -1,9 +1,6 @@ [programs.localnet] floats = "Fg6PaFpoGXkYsidMpWTK6W2BeZ7FEfcYkg476zPFsLnS" -[registry] -url = "https://anchor.projectserum.com" - [provider] cluster = "localnet" wallet = "~/.config/solana/id.json" diff --git a/tests/multiple-suites-run-single/Anchor.toml b/tests/multiple-suites-run-single/Anchor.toml index 7962da68ec..9fd5b1e610 100644 --- a/tests/multiple-suites-run-single/Anchor.toml +++ b/tests/multiple-suites-run-single/Anchor.toml @@ -3,9 +3,6 @@ seeds = false [programs.localnet] multiple_suites_run_single = "Fg6PaFpoGXkYsidMpWTK6W2BeZ7FEfcYkg476zPFsLnS" -[registry] -url = "https://anchor.projectserum.com" - [provider] cluster = "localnet" wallet = "~/.config/solana/id.json" diff --git a/tests/multiple-suites/Anchor.toml b/tests/multiple-suites/Anchor.toml index 0f9c656715..71218d34e2 100644 --- a/tests/multiple-suites/Anchor.toml +++ b/tests/multiple-suites/Anchor.toml @@ -3,9 +3,6 @@ seeds = false [programs.localnet] multiple_suites = "Fg6PaFpoGXkYsidMpWTK6W2BeZ7FEfcYkg476zPFsLnS" -[registry] -url = "https://anchor.projectserum.com" - [provider] cluster = "localnet" wallet = "~/.config/solana/id.json" diff --git a/tests/realloc/Anchor.toml b/tests/realloc/Anchor.toml index a9ac74c5b7..0f978f9cd6 100644 --- a/tests/realloc/Anchor.toml +++ b/tests/realloc/Anchor.toml @@ -4,9 +4,6 @@ seeds = false [programs.localnet] realloc = "Fg6PaFpoGXkYsidMpWTK6W2BeZ7FEfcYkg476zPFsLnS" -[registry] -url = "https://anchor.projectserum.com" - [provider] cluster = "localnet" wallet = "~/.config/solana/id.json" diff --git a/tests/safety-checks/Anchor.toml b/tests/safety-checks/Anchor.toml index 5961a5b9ed..51c30c2eb5 100644 --- a/tests/safety-checks/Anchor.toml +++ b/tests/safety-checks/Anchor.toml @@ -2,9 +2,6 @@ unchecked_account = "Fg6PaFpoGXkYsidMpWTK6W2BeZ7FEfcYkg476zPFsLnS" account_info = "Fg6PaFpoGXkYsidMpWTK6W2BeZ7FEfcYkg476zPFsLnS" -[registry] -url = "https://anchor.projectserum.com" - [provider] cluster = "localnet" wallet = "~/.config/solana/id.json" diff --git a/tests/validator-clone/Anchor.toml b/tests/validator-clone/Anchor.toml index deef6b0440..b7906a0280 100644 --- a/tests/validator-clone/Anchor.toml +++ b/tests/validator-clone/Anchor.toml @@ -3,9 +3,6 @@ seeds = false [programs.localnet] validator_clone = "Fg6PaFpoGXkYsidMpWTK6W2BeZ7FEfcYkg476zPFsLnS" -[registry] -url = "https://anchor.projectserum.com" - [provider] cluster = "localnet" wallet = "~/.config/solana/id.json"