Skip to content

Commit

Permalink
Merge pull request #94 from EpicsDAO/update
Browse files Browse the repository at this point in the history
update solana version to testnet/mainnet
  • Loading branch information
POPPIN-FUMI authored Mar 13, 2024
2 parents b8cc721 + ac02cef commit 478925c
Show file tree
Hide file tree
Showing 4 changed files with 88 additions and 6 deletions.
17 changes: 17 additions & 0 deletions .changeset/grumpy-crabs-live.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,17 @@
---
'@epics-dao/solv': patch
---

update solana version to testnet/mainnet

```bash
$ solv update
$ solv -V
3.3.3
```

and update the solana version to testnet/mainnet

```bash
$ solv update -b
```
4 changes: 2 additions & 2 deletions packages/solv/src/config/config.ts
Original file line number Diff line number Diff line change
Expand Up @@ -50,8 +50,8 @@ export const CONFIG: CONFIG_TYPE = {
LANG: LANGS.EN,
USERNAME: 'solv',
SOLANA_VERSION: '1.18.4',
TESTNET_SOLANA_VERSION: '1.18.4',
MAINNET_SOLANA_VERSION: '1.17.24',
TESTNET_SOLANA_VERSION: '1.18.5',
MAINNET_SOLANA_VERSION: '1.17.25',
NODE_VERSION: '20.10.0',
TESTNET_DELINQUENT_STAKE: 8,
MAINNET_DELINQUENT_STAKE: 5,
Expand Down
4 changes: 2 additions & 2 deletions packages/solv/src/config/jitConfig.ts
Original file line number Diff line number Diff line change
Expand Up @@ -8,8 +8,8 @@ export interface JitoConfig {
}

export const JITO_CONFIG: JitoConfig = {
version: '1.17.22',
tag: 'v1.17.22-jito',
version: '1.17.24',
tag: 'v1.17.24-jito',
commissionBps: 700,
relayerUrl: 'http://amsterdam.mainnet.relayer.jito.wtf:8100',
blockEngineUrl: 'https://amsterdam.mainnet.block-engine.jito.wtf',
Expand Down
69 changes: 67 additions & 2 deletions pnpm-lock.yaml

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

0 comments on commit 478925c

Please sign in to comment.