@@ -18,6 +18,8 @@ axelar-solana-its = { git = "https://github.com/eigerco/solana-axelar.git", rev
18
18
] }
19
19
axelar-solana-encoding = { git = " https://github.com/eigerco/solana-axelar.git" , rev = " 1c97f24" }
20
20
axelar-executable = { git = " https://github.com/eigerco/solana-axelar.git" , rev = " 1c97f24" }
21
+ governance-gmp = { git = " https://github.com/eigerco/solana-axelar.git" , rev = " 1c97f24" }
22
+ program-utils = { git = " https://github.com/eigerco/solana-axelar.git" , rev = " 1c97f24" }
21
23
22
24
axelar-wasm-std = { git = " https://github.com/eigerco/axelar-amplifier.git" , rev = " 3f036ec" }
23
25
voting-verifier = { git = " https://github.com/eigerco/axelar-amplifier.git" , rev = " 3f036ec" , features = [
@@ -27,8 +29,10 @@ multisig-prover = { git = "https://github.com/eigerco/axelar-amplifier.git", rev
27
29
" library" ,
28
30
] }
29
31
32
+ alloy-sol-types = " 0.7.6"
30
33
anyhow = " 1.0.98"
31
34
bincode = { version = " 2.0.1" , features = [" serde" ] }
35
+ borsh = " 1.5.1"
32
36
bs58 = " 0.5.1"
33
37
clap = { version = " 3.2" , features = [" derive" , " env" ] }
34
38
cosmrs = { version = " 0.16" , features = [" cosmwasm" , " rpc" , " grpc" ] }
@@ -54,3 +58,4 @@ walkdir = "2.5.0"
54
58
spl-token = { version = " 8.0.0" , features = [" no-entrypoint" ] }
55
59
spl-token-2022 = { version = " 8.0.1" , features = [" no-entrypoint" ] }
56
60
spl-associated-token-account = { version = " 6.0.0" , features = [" no-entrypoint" ] }
61
+ base64 = " 0.22.1"
0 commit comments