Skip to content

Commit

Permalink
Change OAK to Ava Protocol
Browse files Browse the repository at this point in the history
  • Loading branch information
imstar15 committed Aug 30, 2024
1 parent 886106d commit fbe2755
Show file tree
Hide file tree
Showing 13 changed files with 19 additions and 19 deletions.
2 changes: 1 addition & 1 deletion Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -496,7 +496,7 @@ orml-tokens = { git = "https://github.com/AstarNetwork/open-runtime-module-libra
orml-asset-registry = { git = "https://github.com/AstarNetwork/open-runtime-module-library", branch = "polkadot-v1.11.0", default-features = false }
orml-xtokens = { git = "https://github.com/AstarNetwork/open-runtime-module-library", branch = "polkadot-v1.11.0", default-features = false }

# OAK
# Ava Protocol
ava-protocol-primitives = { path = "ava-protocol-primitives", default-features = false }
pallet-xcmp-handler = { path = "pallets/xcmp-handler", default-features = false }
pallet-automation-time = { path = "pallets/automation-time", default-features = false }
Expand Down
2 changes: 1 addition & 1 deletion ava-protocol-primitives/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ description = "Ava Protocol Runtime primitives"
authors = ["Ava Protocol Team"]
license = "GPL-3.0"
homepage = "https://avaprotocol.org"
repository = 'https://github.com/AvaProtocol/OAK-blockchain'
repository = 'https://github.com/AvaProtocol/tanssi-integration'
edition = "2021"

[dependencies]
Expand Down
2 changes: 1 addition & 1 deletion container-chains/nodes/simple/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -105,7 +105,7 @@ cumulus-relay-chain-interface = { workspace = true }
# ORML
orml-asset-registry = { workspace = true }

# OAK
# Ava Protocol
common-runtime = { workspace = true }
ava-protocol-primitives = { workspace = true }

Expand Down
2 changes: 1 addition & 1 deletion container-chains/runtime-templates/common/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ description = "The commonalities between runtimes"
authors = ["Ava Protocol Team"]
license = "GPL-3.0"
homepage = "https://avaprotocol.org"
repository = 'https://github.com/AvaProtocol/OAK-blockchain'
repository = 'https://github.com/AvaProtocol/tanssi-integration'
edition = "2021"

[dependencies]
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@
//! EXECUTION: Some(Wasm), WASM-EXECUTION: Compiled, CHAIN: Some("turing-dev"), DB CACHE: 1024
// Executed Command:
// ./target/release/oak-collator
// target/release/container-chain-simple-node
// benchmark
// pallet
// --chain
Expand Down
2 changes: 1 addition & 1 deletion pallets/automation-time/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ edition = "2021"
authors = ["Ava Protocol Team"]
license = "GPL-3.0"
homepage = "https://avaprotocol.org"
repository = 'https://github.com/AvaProtocol/OAK-blockchain'
repository = 'https://github.com/AvaProtocol/tanssi-integration'
readme = 'README.md'

[package.metadata.docs.rs]
Expand Down
4 changes: 2 additions & 2 deletions pallets/automation-time/src/benchmarking.rs
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
// This file is part of OAK Blockchain.
// This file is part of Ava Protocol.

// Copyright (C) 2022 OAK Network
// Copyright (C) 2022 Ava Protocol
// SPDX-License-Identifier: Apache-2.0

// Licensed under the Apache License, Version 2.0 (the "License");
Expand Down
4 changes: 2 additions & 2 deletions pallets/automation-time/src/mock.rs
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
// This file is part of OAK Blockchain.
// This file is part of Ava Protocol.

// Copyright (C) 2022 OAK Network
// Copyright (C) 2022 Ava Protocol
// SPDX-License-Identifier: Apache-2.0

// Licensed under the Apache License, Version 2.0 (the "License");
Expand Down
4 changes: 2 additions & 2 deletions pallets/automation-time/src/tests.rs
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
// This file is part of OAK Blockchain.
// This file is part of Ava Protocol.

// Copyright (C) 2022 OAK Network
// Copyright (C) 2022 Ava Protocol
// SPDX-License-Identifier: Apache-2.0

// Licensed under the Apache License, Version 2.0 (the "License");
Expand Down
4 changes: 2 additions & 2 deletions pallets/automation-time/src/weights.rs
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
// This file is part of OAK-blockchain.
// This file is part of Ava Protocol.

// Copyright (C) Ava Protocol Ltd.
// SPDX-License-Identifier: GPL-3.0-or-later WITH Classpath-exception-2.0
Expand All @@ -25,7 +25,7 @@
//! EXECUTION: Some(Wasm), WASM-EXECUTION: Compiled, CHAIN: Some("turing-dev"), DB CACHE: 1024
// Executed Command:
// ./oak-collator
// target/release/container-chain-simple-node
// benchmark
// pallet
// --header
Expand Down
2 changes: 1 addition & 1 deletion pallets/xcmp-handler/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ version = "0.1.0"
edition = "2021"
authors = ["Ava Protocol Team"]
homepage = "https://avaprotocol.org"
repository = 'https://github.com/AvaProtocol/OAK-blockchain'
repository = 'https://github.com/AvaProtocol/tanssi-integration'

[package.metadata.docs.rs]
targets = ['x86_64-unknown-linux-gnu']
Expand Down
4 changes: 2 additions & 2 deletions pallets/xcmp-handler/src/mock.rs
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
// This file is part of OAK Blockchain.
// This file is part of Ava Protocol.

// Copyright (C) 2022 OAK Network
// Copyright (C) 2022 Ava Protocol
// SPDX-License-Identifier: Apache-2.0

// Licensed under the Apache License, Version 2.0 (the "License");
Expand Down
4 changes: 2 additions & 2 deletions pallets/xcmp-handler/src/tests.rs
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
// This file is part of OAK Blockchain.
// This file is part of Ava Protocol.

// Copyright (C) 2022 OAK Network
// Copyright (C) 2022 Ava Protocol
// SPDX-License-Identifier: Apache-2.0

// Licensed under the Apache License, Version 2.0 (the "License");
Expand Down

0 comments on commit fbe2755

Please sign in to comment.