-
Notifications
You must be signed in to change notification settings - Fork 1.8k
Feature/df 21293 #17619
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
base: develop
Are you sure you want to change the base?
Feature/df 21293 #17619
Conversation
06cf861
to
b4c57fc
Compare
0ee2a64
to
3613dcd
Compare
|
"github.com/smartcontractkit/chainlink/deployment/data-feeds/changeset/types" | ||
) | ||
|
||
func DeployPlatform(chain cldf.AptosChain, owner aptos.AccountAddress, labels []string) (*types.DeployPlatformResponse, error) { |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Is ChainlinkPlatform the Aptos equivalent of the KeystoneForwarder?
|
||
// Get the platform address from the datastore | ||
record, _ := env.DataStore.Addresses().Get( | ||
datastore.NewAddressRefKey(chainSelector, "ChainlinkPlatform", semver.MustParse("1.0.0"), "aptos"), |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
In the future we'll have two Forwarder contracts (blue/green) - are there any labels we should add now to make this easier in the future?
Added chnagesets to deploy Platform and DataFeeds contracts on Aptos