We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 7902dd0 commit 973241dCopy full SHA for 973241d
pkg/solana/cvm/program.go
@@ -14,8 +14,7 @@ var (
14
)
15
16
var (
17
- // todo: setup real program address
18
- PROGRAM_ADDRESS = mustBase58Decode("vmT2hAx4N2U6DyjYxgQHER4VGC8tHJCfHNsSepBKCJZ")
+ PROGRAM_ADDRESS = mustBase58Decode("vmZ1WUq8SxjBWcaeTCvgJRZbS84R61uniFsQy5YMRTJ")
19
PROGRAM_ID = ed25519.PublicKey(PROGRAM_ADDRESS)
20
21
pkg/solana/cvm/types_memory_allocator.go
@@ -1,7 +1,7 @@
1
package cvm
2
3
const (
4
- CompactStateItems = 1000
+ CompactStateItems = 32_000
5
6
7
type MemoryAllocator interface {
0 commit comments