Skip to content

Commit 5b7e8b3

Browse files
committed
Implemented more solana accessor methods
1 parent 9d84278 commit 5b7e8b3

File tree

3 files changed

+482
-45
lines changed

3 files changed

+482
-45
lines changed

pkg/solana/ccip/chainaccessor/config.go

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -9,10 +9,10 @@ import (
99
"github.com/gagliardetto/solana-go"
1010
"github.com/smartcontractkit/chainlink-common/pkg/types/ccipocr3"
1111

12-
offramp "github.com/smartcontractkit/chainlink-ccip/chains/solana/gobindings/v0_1_1/ccip_offramp"
13-
router "github.com/smartcontractkit/chainlink-ccip/chains/solana/gobindings/v0_1_1/ccip_router"
14-
feequoter "github.com/smartcontractkit/chainlink-ccip/chains/solana/gobindings/v0_1_1/fee_quoter"
15-
rmnremote "github.com/smartcontractkit/chainlink-ccip/chains/solana/gobindings/v0_1_1/rmn_remote"
12+
offramp "github.com/smartcontractkit/chainlink-ccip/chains/solana/gobindings/latest/ccip_offramp"
13+
router "github.com/smartcontractkit/chainlink-ccip/chains/solana/gobindings/latest/ccip_router"
14+
feequoter "github.com/smartcontractkit/chainlink-ccip/chains/solana/gobindings/latest/fee_quoter"
15+
rmnremote "github.com/smartcontractkit/chainlink-ccip/chains/solana/gobindings/latest/rmn_remote"
1616
"github.com/smartcontractkit/chainlink-ccip/chains/solana/utils/state"
1717
"github.com/smartcontractkit/chainlink-ccip/pkg/consts"
1818
)

0 commit comments

Comments
 (0)