Skip to content

Commit

Permalink
add flag for testing in dev
Browse files Browse the repository at this point in the history
update code to use celo.json from celo-test.json
  • Loading branch information
brandonseydel committed May 11, 2023
1 parent 5b3152b commit 4bf3d9b
Show file tree
Hide file tree
Showing 7 changed files with 41,244 additions and 61,907 deletions.
1 change: 1 addition & 0 deletions .env.development
Original file line number Diff line number Diff line change
@@ -1,3 +1,4 @@
KOL_NETWORK=Celo
KOL_FIREBASE_COLLECTION=chartData
KOL_SHOW_STORYBOOK=true
KOL_TESTING=false
4 changes: 2 additions & 2 deletions build/postinstall/index.mjs
Original file line number Diff line number Diff line change
Expand Up @@ -15,10 +15,10 @@ await Promise.all([
await Promise.all([
// buildModels("celo-test", "map"),
// buildModels("celo-test", "governance"),
buildModels('celo-test', 'monetary'),
// buildModels('celo-test', 'monetary'),
// buildModels("celo", "map"),
// buildModels("celo", "governance"),
// buildModels("celo", "monetary")
buildModels('celo', 'monetary'),
]);

await pullTokenLists();
Loading

0 comments on commit 4bf3d9b

Please sign in to comment.