Skip to content

Commit

Permalink
update main,banard,proxima kube config (#3879)
Browse files Browse the repository at this point in the history
  • Loading branch information
nkysg authored Mar 23, 2023
1 parent 9376259 commit 5deed99
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion kube/manifest/starcoin-barnard.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ spec:
starcoin/node-pool: seed-pool
containers:
- name: starcoin
image: starcoin/starcoin:v1.13.1
image: starcoin/starcoin:v1.13.2
imagePullPolicy: Always
command:
- bash
Expand Down
2 changes: 1 addition & 1 deletion kube/manifest/starcoin-main.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ spec:
starcoin/node-pool: seed-pool
containers:
- name: starcoin
image: starcoin/starcoin:v1.12.9
image: starcoin/starcoin:v1.13.2
imagePullPolicy: Always
command:
- bash
Expand Down
2 changes: 1 addition & 1 deletion kube/manifest/starcoin-proxima.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ spec:
starcoin/node-pool: seed-pool
containers:
- name: starcoin
image: starcoin/starcoin:v1.13.1
image: starcoin/starcoin:v1.13.2
imagePullPolicy: Always
command:
- bash
Expand Down
2 changes: 1 addition & 1 deletion vm/vm-runtime/src/natives.rs
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
use move_core_types::account_address::AccountAddress;
// Copyright (c) The Starcoin Core Contributors
// SPDX-License-Identifier: Apache-2.0
use move_core_types::account_address::AccountAddress;
use move_core_types::language_storage::CORE_CODE_ADDRESS;
use move_vm_runtime::native_functions;
use move_vm_runtime::native_functions::{
Expand Down

0 comments on commit 5deed99

Please sign in to comment.