Skip to content

Commit 32ba5ac

Browse files
author
CodeWallet Engineering
committed
removed token from program names, added security.txt
1 parent 2dc5d54 commit 32ba5ac

File tree

202 files changed

+129
-94
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

202 files changed

+129
-94
lines changed

README.md

Lines changed: 2 additions & 2 deletions

SECURITY.md

Lines changed: 2 additions & 2 deletions

splitter-token/.ammanrc.js renamed to splitter/.ammanrc.js

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ const fs = require('fs');
66
// Run `yarn run build` to generate the `.js` file
77

88
const localDeployDir = path.join(__dirname, 'target', 'deploy');
9-
const PROGRAM_ADDRESS_SPLITTER = require("./client/idl/splitter_token.json").metadata.address;
9+
const PROGRAM_ADDRESS_SPLITTER = require("./client/idl/splitter.json").metadata.address;
1010

1111
function localDeployPath(programName) {
1212
return path.join(localDeployDir, `${programName}.so`);
@@ -16,7 +16,7 @@ const programs = {
1616
splitter: {
1717
label: 'Splitter Program',
1818
programId: PROGRAM_ADDRESS_SPLITTER,
19-
deployPath: localDeployPath('splitter_token')
19+
deployPath: localDeployPath('splitter')
2020
},
2121
};
2222

File renamed without changes.
File renamed without changes.

splitter-token/Anchor.toml renamed to splitter/Anchor.toml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -2,10 +2,10 @@
22
seeds = false
33

44
[programs.localnet]
5-
splitter_token = "spLit2eb13Tz93if6aJM136nUWki5PVUsoEjcUjwpwW"
5+
splitter = "spLit2eb13Tz93if6aJM136nUWki5PVUsoEjcUjwpwW"
66

77
[programs.devnet]
8-
splitter_token = "spLit2eb13Tz93if6aJM136nUWki5PVUsoEjcUjwpwW"
8+
splitter = "spLit2eb13Tz93if6aJM136nUWki5PVUsoEjcUjwpwW"
99

1010
[registry]
1111
url = "https://anchor.projectserum.com"
@@ -19,5 +19,5 @@ test = "yarn run ts-mocha -p ./tsconfig.json -t 1000000 tests/**/*.ts"
1919

2020
[workspace]
2121
members = [
22-
"programs/splitter-token",
22+
"programs/splitter",
2323
]
File renamed without changes.

splitter-token/README.md renamed to splitter/README.md

Lines changed: 4 additions & 4 deletions
File renamed without changes.

0 commit comments

Comments
 (0)