Skip to content

Commit 1016db1

Browse files
committed
Merge branch 'aip-61-adex-v5' into validator-test-kit
2 parents 6fd7052 + 06c09cf commit 1016db1

File tree

8 files changed

+18
-11
lines changed

8 files changed

+18
-11
lines changed

Dockerfile

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
# Builder
22
FROM rust:latest as builder
33

4-
LABEL maintainer="dev@adex.network"
4+
LABEL maintainer="dev@ambire.com"
55

66
WORKDIR /usr/src/app
77

Dockerfile-sentry

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
# Builder
22
FROM rust:latest as builder
33

4-
LABEL maintainer="dev@adex.network"
4+
LABEL maintainer="dev@ambire.com"
55

66
WORKDIR /usr/src/app
77

adapter/Cargo.toml

+3-2
Original file line numberDiff line numberDiff line change
@@ -2,8 +2,9 @@
22
name = "adapter"
33
version = "0.1.0"
44
authors = [
5-
"Lachezar Lechev <[email protected]>",
6-
"Omidiora Samuel <[email protected]>",
5+
"Ambire <[email protected]>",
6+
"Lachezar Lechev <[email protected]>",
7+
"Omidiora Samuel <[email protected]>",
78
]
89
edition = "2018"
910

adview-manager/Cargo.toml

+4-1
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,8 @@
11
[package]
2-
authors = ["Lachezar Lechev <[email protected]>"]
2+
authors = [
3+
"Ambire <[email protected]>",
4+
"Lachezar Lechev <[email protected]>",
5+
]
36
edition = "2018"
47
name = "adview-manager"
58
version = "0.1.0"

primitives/Cargo.toml

+2-1
Original file line numberDiff line numberDiff line change
@@ -2,8 +2,9 @@
22
name = "primitives"
33
version = "0.1.0"
44
authors = [
5+
"Ambire <[email protected]>",
56
"Lachezar Lechev <[email protected]>",
6-
"Omidiora Samuel <sam@adex.network>",
7+
"Omidiora Samuel <sam@ambire.com>",
78
]
89
edition = "2018"
910

scripts/ethereum/Dockerfile

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
# Builder
22
FROM trufflesuite/ganache-cli:latest
33

4-
LABEL maintainer="dev@adex.network"
4+
LABEL maintainer="dev@ambire.com"
55

66
WORKDIR /scripts
77

sentry/Cargo.toml

+3-2
Original file line numberDiff line numberDiff line change
@@ -2,8 +2,9 @@
22
name = "sentry"
33
version = "0.1.0"
44
authors = [
5-
"Lachezar Lechev <[email protected]>",
6-
"Omidiora Samuel <[email protected]>",
5+
"Ambire <[email protected]>",
6+
"Lachezar Lechev <[email protected]>",
7+
"Omidiora Samuel <[email protected]>",
78
]
89
edition = "2018"
910

validator_worker/Cargo.toml

+3-2
Original file line numberDiff line numberDiff line change
@@ -2,8 +2,9 @@
22
name = "validator_worker"
33
version = "0.2.0"
44
authors = [
5-
"Lachezar Lechev <[email protected]>",
6-
"Samparsky <[email protected]>",
5+
"Ambire <[email protected]>",
6+
"Lachezar Lechev <[email protected]>",
7+
"Samparsky <[email protected]>",
78
]
89
edition = "2018"
910

0 commit comments

Comments
 (0)