* Add BaseGoerliBridgeAdapter * Ignore Emacs files * Remove Balancer V1; add Solidly to BaseBridgeAdapter * Update addresses for both Base Mainnet and Goerli * Remove Base Goerli testnet * Prettier, CHANGELOG, and lowercasing addresses --------- Co-authored-by: Savarn Dontamsetti <sav.dontamsetti@gmail.com>
127 lines
1.9 KiB
Plaintext
127 lines
1.9 KiB
Plaintext
# Logs
|
|
logs
|
|
*.log
|
|
npm-debug.log*
|
|
yarn-debug.log*
|
|
yarn-error.log*
|
|
|
|
# Runtime data
|
|
pids
|
|
*.pid
|
|
*.seed
|
|
*.pid.lock
|
|
|
|
# SQLite database files
|
|
*.db
|
|
*.sqlite
|
|
|
|
# Coverage directory used by tools like istanbul
|
|
coverage
|
|
|
|
# nyc test coverage
|
|
.nyc_output
|
|
|
|
# Grunt intermediate storage (http://gruntjs.com/creating-plugins#storing-task-files)
|
|
.grunt
|
|
|
|
# Bower dependency directory (https://bower.io/)
|
|
bower_components
|
|
|
|
# node-waf configuration
|
|
.lock-wscript
|
|
|
|
# Compiled binary addons (http://nodejs.org/api/addons.html)
|
|
build/Release
|
|
|
|
# Dependency directories
|
|
node_modules/
|
|
jspm_packages/
|
|
|
|
# TypeScript v1 declaration files
|
|
typings/
|
|
|
|
# NVM config
|
|
.nvmrc
|
|
|
|
# Optional npm cache directory
|
|
.npm
|
|
.npmrc
|
|
|
|
# Optional eslint cache
|
|
.eslintcache
|
|
|
|
# Optional REPL history
|
|
.node_repl_history
|
|
|
|
# Output of 'npm pack'
|
|
*.tgz
|
|
|
|
# Yarn Integrity file
|
|
.yarn-integrity
|
|
|
|
# dotenv environment variables file
|
|
.env
|
|
|
|
# built library using in commonjs module syntax
|
|
contracts/erc20/lib/
|
|
contracts/test-utils/lib/
|
|
contracts/treasury/lib/
|
|
contracts/utils/lib/
|
|
contracts/zero-ex/lib/
|
|
packages/contract-addresses/lib/
|
|
packages/contract-artifacts/lib/
|
|
packages/contract-wrappers/lib/
|
|
packages/protocol-utils/lib/
|
|
|
|
# UMD bundles that export the global variable
|
|
_bundles
|
|
|
|
# generated documentation
|
|
generated_docs/
|
|
|
|
TODO.md
|
|
|
|
# IDE file
|
|
.vscode
|
|
.idea
|
|
*~
|
|
.\#*
|
|
\#*\#
|
|
|
|
# generated contract artifacts/
|
|
generated-artifacts/
|
|
|
|
# generated contract wrappers
|
|
generated-wrappers/
|
|
|
|
# forge std-lib
|
|
contracts/zero-ex/contracts/deps/forge-std
|
|
|
|
# foundry artifacts
|
|
foundry-artifacts/
|
|
|
|
# foundry cache
|
|
cache/
|
|
foundry-cache/
|
|
|
|
#foundry output artifacts
|
|
out/
|
|
|
|
# typechain wrappers
|
|
contracts/zero-ex/typechain-wrappers/
|
|
|
|
# foundry packages
|
|
contracts/governance/cache
|
|
contracts/governance/out
|
|
|
|
# Doc README copy
|
|
packages/*/docs/README.md
|
|
|
|
.DS_Store
|
|
*~
|
|
\#*\#
|
|
.\#*
|
|
|
|
# the snapshot that gets built for migrations sure does have a ton of files
|
|
packages/migrations/0x_ganache_snapshot*
|