Skip to content

Commit

Permalink
update starcoin-framework named addresses
Browse files Browse the repository at this point in the history
  • Loading branch information
simonjiao committed Dec 12, 2024
1 parent bd0113f commit d794fc7
Showing 1 changed file with 9 additions and 4 deletions.
13 changes: 9 additions & 4 deletions vm/compiler/src/lib.rs
Original file line number Diff line number Diff line change
Expand Up @@ -51,10 +51,15 @@ pub mod shared {

pub fn starcoin_framework_named_addresses() -> BTreeMap<String, NumericalAddress> {
let mapping = [
("VMReserved", "0x0"),
("Genesis", "0x1"),
("StarcoinFramework", "0x1"),
("StarcoinAssociation", "0xA550C18"),
("vm", "0x0"),
("vm_reserved", "0x0"),
("std", "0x1"),
("starcoin_std", "0x1"),
("starcoin_framework", "0x1"),
("starcoin_fungible_asset", "0x1"),
("starcoin_token", "0x1"),
("starcoin_token_objects", "0x1"),
("core_resources", "0xA550C18"),
];
mapping
.iter()
Expand Down

0 comments on commit d794fc7

Please sign in to comment.