Skip to content

Commit

Permalink
feat: configure launch chains + fix missings logos + new favicons
Browse files Browse the repository at this point in the history
  • Loading branch information
LilaRest committed Aug 8, 2023
1 parent 7ee4eb9 commit f479417
Show file tree
Hide file tree
Showing 50 changed files with 5,223 additions and 9,000 deletions.
2 changes: 1 addition & 1 deletion .releaserc.json
Original file line number Diff line number Diff line change
Expand Up @@ -46,7 +46,7 @@
"@semantic-release/git",
{
"assets": ["package.json", "pnpm-lock.yaml", "CHANGELOG.md"],
"message": "release: Ledgity DeFi v${nextRelease.version} [skip ci]"
"message": "release: Ledgity Yield v${nextRelease.version} [skip ci]"
}
],
[
Expand Down
78 changes: 39 additions & 39 deletions .vscode/settings.json
Original file line number Diff line number Diff line change
@@ -1,45 +1,45 @@
{
"typescript.tsdk": "node_modules/typescript/lib",
"files.exclude": {
"renovate.json": false,
"tsconfig.json": false,
"vercel.json": false,
"pnpm-lock.yaml": false,
"postcss.config.js": false,
"next-env.d.ts": false,
"CHANGELOG.md": false,
".releaserc.json": false,
".next": false,
".github": false,
"node_modules": false,
".eslintrc.json": false,
"package.json": false,
".gitignore": false,
"next.config.mjs": false,
".env.local": false,
".env.local.template": false,
"README.md": false,
"LICENSE": false,
"hardhat.config.ts": false,
".prettierrc.js": false,
"typechain-types": false,
"hardhat/artifacts": false,
"hardhat/cache": false,
".graphclient": false,
".graphclientrc.yml": false,
"wagmi.config.ts": false,
"tailwind.config.js": false,
"hardhat/abis": false,
"build": false,
"foundry.toml": false,
".gitmodules": false,
"slither.config.json": false,
"slither.db.json": false,
"solc.json": false,
"contracts/foundry/cache": false,
"contracts/foundry/out": false,
"contracts/hardhat/artifacts": false,
"contracts/hardhat/cache": false
"renovate.json": true,
"tsconfig.json": true,
"vercel.json": true,
"pnpm-lock.yaml": true,
"postcss.config.js": true,
"next-env.d.ts": true,
"CHANGELOG.md": true,
".releaserc.json": true,
".next": true,
".github": true,
"node_modules": true,
".eslintrc.json": true,
"package.json": true,
".gitignore": true,
"next.config.mjs": true,
".env.local": true,
".env.local.template": true,
"README.md": true,
"LICENSE": true,
"hardhat.config.ts": true,
".prettierrc.js": true,
"typechain-types": true,
"hardhat/artifacts": true,
"hardhat/cache": true,
".graphclient": true,
".graphclientrc.yml": true,
"wagmi.config.ts": true,
"tailwind.config.js": true,
"hardhat/abis": true,
"build": true,
"foundry.toml": true,
".gitmodules": true,
"slither.config.json": true,
"slither.db.json": true,
"solc.json": true,
"contracts/foundry/cache": true,
"contracts/foundry/out": true,
"contracts/hardhat/artifacts": true,
"contracts/hardhat/cache": true
},
// Required because of a bug with pnpm and prettier plugins.
// See: https://github.com/prettier-solidity/prettier-plugin-solidity#pnpm
Expand Down
305 changes: 139 additions & 166 deletions CHANGELOG.md

Large diffs are not rendered by default.

Loading

0 comments on commit f479417

Please sign in to comment.