Skip to content

Commit

Permalink
Add empire to eternum
Browse files Browse the repository at this point in the history
  • Loading branch information
tarrencev committed Dec 18, 2024
1 parent 9025686 commit 570ecfe
Show file tree
Hide file tree
Showing 6 changed files with 10 additions and 7 deletions.
7 changes: 5 additions & 2 deletions configs/eternum/config.json
Original file line number Diff line number Diff line change
@@ -1,5 +1,8 @@
{
"origin": "eternum.realms.world",
"origin": [
"eternum.realms.world",
"empire.realms.world"
],
"policies": {
"contracts": {
"0x4ed3a7c5f53c6e96186eaf1b670bd2e2a3699c08e070aedf4e5fc6ac246ddc1": {
Expand Down Expand Up @@ -438,4 +441,4 @@
"primary": "#dc8b07"
}
}
}
}
2 changes: 1 addition & 1 deletion dist/generated/controller-configs.js

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

2 changes: 1 addition & 1 deletion dist/generated/controller-configs.js.map

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion dist/index.js

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

2 changes: 1 addition & 1 deletion dist/index.js.map

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion src/generated/controller-configs.ts
Original file line number Diff line number Diff line change
Expand Up @@ -131,7 +131,7 @@ export const configs: ControllerConfigs = {
},
},
eternum: {
origin: "eternum.realms.world",
origin: ["eternum.realms.world", "empire.realms.world"],
policies: {
contracts: {
"0x4ed3a7c5f53c6e96186eaf1b670bd2e2a3699c08e070aedf4e5fc6ac246ddc1": {
Expand Down

0 comments on commit 570ecfe

Please sign in to comment.