Skip to content

Commit

Permalink
Pump.fun-forking
Browse files Browse the repository at this point in the history
  • Loading branch information
hexnome committed Jun 23, 2024
1 parent 1c2bc3c commit e2d71d6
Show file tree
Hide file tree
Showing 31 changed files with 6,515 additions and 0 deletions.
8 changes: 8 additions & 0 deletions .gitignore
Original file line number Diff line number Diff line change
@@ -0,0 +1,8 @@

.anchor
.DS_Store
target
**/*.rs.bk
node_modules
test-ledger
.yarn
8 changes: 8 additions & 0 deletions .prettierignore
Original file line number Diff line number Diff line change
@@ -0,0 +1,8 @@

.anchor
.DS_Store
target
node_modules
dist
build
test-ledger
23 changes: 23 additions & 0 deletions Anchor.toml
Original file line number Diff line number Diff line change
@@ -0,0 +1,23 @@
[toolchain]

[features]
seeds = true
skip-lint = false

[programs.devnet]
pump = "7wUQXRQtBzTmyp9kcrmok9FKcc4RSYXxPYN9FGDLnqxb"

[registry]
url = "https://devnet.helius-rpc.com/?api-key=39d83ffa-585c-4f90-8636-2f6795db4cb3"

[provider]
cluster = "Devnet"
wallet = "./id.json"

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

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

0 comments on commit e2d71d6

Please sign in to comment.