File tree Expand file tree Collapse file tree 3 files changed +482
-45
lines changed
pkg/solana/ccip/chainaccessor Expand file tree Collapse file tree 3 files changed +482
-45
lines changed Original file line number Diff line number Diff line change @@ -9,10 +9,10 @@ import (
9
9
"github.com/gagliardetto/solana-go"
10
10
"github.com/smartcontractkit/chainlink-common/pkg/types/ccipocr3"
11
11
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"
16
16
"github.com/smartcontractkit/chainlink-ccip/chains/solana/utils/state"
17
17
"github.com/smartcontractkit/chainlink-ccip/pkg/consts"
18
18
)
You can’t perform that action at this time.
0 commit comments