Skip to content

Commit

Permalink
[staking] update new staking contract abi (#4326)
Browse files Browse the repository at this point in the history
  • Loading branch information
envestcc authored and dustinxie committed Jul 9, 2024
1 parent 6d7b57c commit c35999b
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion action/protocol/staking/contractstake_indexer.go
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ import (

var (
// StakingContractJSONABI is the abi json of staking contract
//go:embed contract_staking_abi.json
//go:embed contract_staking_abi_v2.json
StakingContractJSONABI string
// StakingContractABI is the abi of staking contract
StakingContractABI abi.ABI
Expand Down

0 comments on commit c35999b

Please sign in to comment.