Skip to content

Commit

Permalink
SYS-3818 Update AVT and AVN contracts in the chainspec (#345)
Browse files Browse the repository at this point in the history
Co-authored-by: aventus-ci-agent <ci-agent-bot@aventus.io>
  • Loading branch information
nahuseyoum and aventus-ci-agent committed Jan 15, 2024
1 parent 1e26cdd commit 21f496a
Show file tree
Hide file tree
Showing 6 changed files with 27 additions and 27 deletions.
36 changes: 18 additions & 18 deletions Cargo.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ lto = "fat"
codegen-units = 1

[workspace.package]
version = "5.0.0"
version = "5.1.0"
authors = ["Aventus systems team"]
homepage = "https://www.aventus.io/"
repository = "https://github.com/Aventus-Network-Services/avn-node-parachain/"
Expand Down
4 changes: 2 additions & 2 deletions node/src/chain_spec/stable/local.rs
Original file line number Diff line number Diff line change
Expand Up @@ -52,7 +52,7 @@ pub fn development_config() -> ChainSpec {
// SUDO account
get_account_id_from_seed::<sr25519::Public>("Ferdie"),
// AVT contract
H160(hex!("97d9b397189e8b771FfAc3Cb04cf26C780a93431")),
H160(hex!("93ba86eCfDDD9CaAAc29bE83aCE5A3188aC47730")),
// AVN contract
H160(hex!("9d6394ea67D297b4Fc777f719F82Ae1F1fc06383")),
vec![],
Expand Down Expand Up @@ -120,7 +120,7 @@ pub fn local_testnet_config() -> ChainSpec {
// SUDO account
get_account_id_from_seed::<sr25519::Public>("Ferdie"),
// AVT contract
H160(hex!("97d9b397189e8b771FfAc3Cb04cf26C780a93431")),
H160(hex!("93ba86eCfDDD9CaAAc29bE83aCE5A3188aC47730")),
// AVN contract
H160(hex!("9d6394ea67D297b4Fc777f719F82Ae1F1fc06383")),
vec![],
Expand Down
8 changes: 4 additions & 4 deletions node/src/chain_spec/stable/staging.rs
Original file line number Diff line number Diff line change
Expand Up @@ -50,9 +50,9 @@ pub fn staging_testnet_config() -> ChainSpec {
// SUDO account
get_account_id_from_seed::<sr25519::Public>("avn-sudo"),
// AVT contract
H160(hex!("97d9b397189e8b771FfAc3Cb04cf26C780a93431")),
H160(hex!("b3594297e1F257AD2A90222F66393645C6622263")),
// AVN contract
H160(hex!("d6C9731A8DCAf6d09076218584c0ab9A2F44485C")),
H160(hex!("2bb59e4f9Cd053779E5d6f6dB2724F5DF5e53ce6")),
vec![],
staging_ethereum_public_keys(),
vec![],
Expand Down Expand Up @@ -108,9 +108,9 @@ pub fn staging_dev_testnet_config() -> ChainSpec {
// SUDO account
hex!["20ef357ca657d8cce8fcfc2e230871347fc68b1451a575eaedb9797616101608"].into(),
// AVT contract
H160(hex!("97d9b397189e8b771FfAc3Cb04cf26C780a93431")),
H160(hex!("93ba86eCfDDD9CaAAc29bE83aCE5A3188aC47730")),
// AVN contract
H160(hex!("4e20efBC16836Cfa09F44DD95be677034C4027DE")),
H160(hex!("0Dd31348e68b6400bf8BdE84a1AaF733D9fCBf9B")),
// TODO update this if needed with the nft contracts
vec![],
staging_dev_ethereum_public_keys(),
Expand Down
2 changes: 1 addition & 1 deletion node/src/chain_spec/test/local.rs
Original file line number Diff line number Diff line change
Expand Up @@ -46,7 +46,7 @@ pub fn avn_garde_local_config() -> ChainSpec {
// SUDO account
get_account_id_from_seed::<sr25519::Public>("Ferdie"),
// AVT contract
H160(hex!("97d9b397189e8b771FfAc3Cb04cf26C780a93431")),
H160(hex!("93ba86eCfDDD9CaAAc29bE83aCE5A3188aC47730")),
// AVN contract
H160(hex!("9d6394ea67D297b4Fc777f719F82Ae1F1fc06383")),
vec![],
Expand Down
2 changes: 1 addition & 1 deletion node/src/chain_spec/test/staging.rs
Original file line number Diff line number Diff line change
Expand Up @@ -46,7 +46,7 @@ pub fn avn_garde_staging_config() -> ChainSpec {
// SUDO account
get_account_id_from_seed::<sr25519::Public>("avn-sudo"),
// AVT contract
H160(hex!("97d9b397189e8b771FfAc3Cb04cf26C780a93431")),
H160(hex!("93ba86eCfDDD9CaAAc29bE83aCE5A3188aC47730")),
// AVN contract
H160(hex!("d6C9731A8DCAf6d09076218584c0ab9A2F44485C")),
vec![],
Expand Down

0 comments on commit 21f496a

Please sign in to comment.