-
Notifications
You must be signed in to change notification settings - Fork 10
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge pull request #44 from Aut-Labs/test-dev-2
- adds non-eoa P. logic admin - allowlist tests - base populate script - abis
- Loading branch information
Showing
213 changed files
with
266,127 additions
and
243,438 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,5 +1,8 @@ | ||
name: wip-dev-ci | ||
|
||
env: | ||
FOUNDRY_PROFILE: "ci" | ||
|
||
on: | ||
push: | ||
branches: | ||
|
@@ -35,10 +38,10 @@ jobs: | |
- name: generate types | ||
run: npx typechain --target ethers-v5 './out/*.sol/*' | ||
|
||
- name: Commit changes | ||
run: | | ||
git config --local user.email "[email protected]" | ||
git config --local user.name "GitHub Actions" | ||
git add . | ||
git commit -m "ci: forge test and typechain" | ||
git push | ||
# - name: Commit changes | ||
# run: | | ||
# git config --local user.email "[email protected]" | ||
# git config --local user.name "GitHub Actions" | ||
# git add . | ||
# git commit -m "ci: forge test" | ||
# git push |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,8 @@ | ||
//SPDX-License-Identifier: UNLICENCED | ||
pragma solidity 0.8.19; | ||
|
||
import "./SocialBotPlugin.sol"; | ||
|
||
contract SocialQuizPlugin is SocialBotPlugin { | ||
constructor(address nova_) SocialBotPlugin(nova_) {} | ||
} |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,18 +0,0 @@ | ||
|
||
####################################################################### | ||
####################### DEPLOYMENT ADDRESSES ########################## | ||
####################################################################### | ||
|
||
Deployed to network ID: 80001 | ||
At timestamp: 1696600468 | ||
#################################################################### | ||
|
||
AUTid----------------------------------------- : 0xf0e0BF135B8914A948c0F9D23E878128F8084b0c | ||
Nova Factory----------------------------------------- : 0x126a42d49Cc650eE73b8872E45328bf36F951830 | ||
ModuleRegistry----------------------------------------- : 0x91b826F005B7791865aB7c914865d7d3FcE6798f | ||
PluginRegistry----------------------------------------- : 0x9B105915e275dEcd8555a5E689457e834fF10830 | ||
NovaRegistry----------------------------------------- : 0xe288963fFFA26a08A6726eebE67923533956BE37 | ||
NovaRegistry----------------------------------------- : 0xe288963fFFA26a08A6726eebE67923533956BE37 | ||
LocalReputation----------------------------------------- : 0x1c8FE9eDa570A39323a4D4669A1C49796d4E38D2 | ||
AllowlistAddr----------------------------------------- : 0xA663f2a605Be9b6A3826A6FFd52612a25260F693 | ||
PluginIDs : 1 , 2 , 3 , 4 | ||
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.