-
Notifications
You must be signed in to change notification settings - Fork 1.8k
add GetEstimateFee #17751
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
add GetEstimateFee #17751
Changes from 12 commits
8057f66
dbede96
0f1c4a1
f966bd2
d427df2
a275c7f
cc61d39
c616634
7d54b5d
8a0f179
373af98
efc2987
18d0b2c
bad8140
c4a5590
b9272ce
File filter
Filter by extension
Conversations
Jump to
Diff view
Diff view
There are no files selected for viewing
Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,4 +1,4 @@ | ||
module github.com/smartcontractkit/chainlink/core/scripts | ||
Check failure on line 1 in core/scripts/go.mod
|
||
|
||
go 1.24.2 | ||
|
||
|
@@ -33,7 +33,7 @@ | |
github.com/shopspring/decimal v1.4.0 | ||
github.com/smartcontractkit/chainlink-automation v0.8.1 | ||
github.com/smartcontractkit/chainlink-ccip v0.0.0-20250515091132-6c08936b29ab | ||
github.com/smartcontractkit/chainlink-common v0.7.1-0.20250515101002-90b1d1b66ce4 | ||
github.com/smartcontractkit/chainlink-common v0.7.1-0.20250519142857-5d6808c6f91f | ||
Check failure on line 36 in core/scripts/go.mod
|
||
github.com/smartcontractkit/chainlink-data-streams v0.1.1-0.20250417193446-eeb0a7d1e049 | ||
github.com/smartcontractkit/chainlink-deployments-framework v0.1.2 | ||
github.com/smartcontractkit/chainlink-evm v0.0.0-20250515125821-cae192cd18bb | ||
|
@@ -395,7 +395,7 @@ | |
github.com/smartcontractkit/chainlink-protos/rmn/v1.6/go v0.0.0-20250131130834-15e0d4cde2a6 // indirect | ||
github.com/smartcontractkit/chainlink-protos/svr v1.1.0 // indirect | ||
github.com/smartcontractkit/chainlink-protos/workflows/go v0.0.0-20250501150903-3e93089d9ad5 // indirect | ||
github.com/smartcontractkit/chainlink-solana v1.1.2-0.20250516194721-92fae45fbb27 // indirect | ||
github.com/smartcontractkit/chainlink-solana v1.1.2-0.20250519151319-9d9790953ee3 // indirect | ||
github.com/smartcontractkit/chainlink-testing-framework/framework v0.8.1 // indirect | ||
github.com/smartcontractkit/chainlink-testing-framework/parrot v0.6.2 // indirect | ||
github.com/smartcontractkit/chainlink-testing-framework/seth v1.50.10 // indirect | ||
|
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -35,13 +35,13 @@ | |
github.com/smartcontractkit/chainlink-aptos v0.0.0-20250502091650-484cfa7ccddf | ||
github.com/smartcontractkit/chainlink-ccip v0.0.0-20250515091132-6c08936b29ab | ||
github.com/smartcontractkit/chainlink-ccip/chains/solana v0.0.0-20250515132731-ad40fab9b75e | ||
github.com/smartcontractkit/chainlink-common v0.7.1-0.20250515101002-90b1d1b66ce4 | ||
github.com/smartcontractkit/chainlink-common v0.7.1-0.20250519142857-5d6808c6f91f | ||
Check failure on line 38 in deployment/go.mod
|
||
github.com/smartcontractkit/chainlink-deployments-framework v0.1.2 | ||
github.com/smartcontractkit/chainlink-evm v0.0.0-20250515125821-cae192cd18bb | ||
github.com/smartcontractkit/chainlink-framework/multinode v0.0.0-20250514200342-5169fbe9e28d | ||
github.com/smartcontractkit/chainlink-protos/job-distributor v0.10.0 | ||
github.com/smartcontractkit/chainlink-protos/orchestrator v0.6.0 | ||
github.com/smartcontractkit/chainlink-solana v1.1.2-0.20250516194721-92fae45fbb27 | ||
github.com/smartcontractkit/chainlink-solana v1.1.2-0.20250519151319-9d9790953ee3 | ||
Check failure on line 44 in deployment/go.mod
|
||
github.com/smartcontractkit/chainlink-testing-framework/framework v0.8.1 | ||
github.com/smartcontractkit/chainlink-testing-framework/lib v1.52.4 | ||
github.com/smartcontractkit/freeport v0.1.0 | ||
|
Uh oh!
There was an error while loading. Please reload this page.