Skip to content

Commit

Permalink
Merge remote-tracking branch 'upstream/develop' into feat/moonbean-ne…
Browse files Browse the repository at this point in the history
…twork
  • Loading branch information
developerfred committed May 30, 2022
2 parents 6e3d3c8 + 6d9aaa4 commit 526a359
Show file tree
Hide file tree
Showing 1,389 changed files with 26,168 additions and 28,844 deletions.
32 changes: 32 additions & 0 deletions .github/ISSUE_TEMPLATE/evm.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,32 @@
---
name: Deploy Contract Request
about: Request to deploy contracts on a new EVM-compatible chain.
title: '[EVM Chain] Request to deploy contracts on '
labels: ''
assignees: DimensionDev/dev-smartcontract
---

Request to depoly contracts on <!-- Replace it with the chain name -->.

<!-- If you are working on a bounty please link to the issue here. -->

## Chain Info

| Name | Content |
| ------------ | ------- |
| Name | \- |
| ChainId | \- |
| Website | \- |
| RPC Endponit | \- |


## Checklist

The following contracts are requested.

+ [RedPacket](https://github.com/DimensionDev/RedPacket)
+ [Initial Twitter Offer](https://github.com/DimensionDev/InitialTwitterOffering)
+ Dummy Qualification
+ BalanceChecker
+ Multicall
+ UniswapInterfaceMulticall
30 changes: 0 additions & 30 deletions .github/workflows/deploy-proxy.yml

This file was deleted.

98 changes: 62 additions & 36 deletions .i18n-codegen.json
Original file line number Diff line number Diff line change
Expand Up @@ -32,8 +32,7 @@
"type": "i18next/react-hooks",
"hooks": "useSharedI18N",
"namespace": "shared",
"trans": "SharedTrans",
"sourceMap": "inline"
"trans": "SharedTrans"
}
},
{
Expand All @@ -44,8 +43,7 @@
"type": "i18next/react-hooks",
"hooks": "useSharedBaseI18N",
"namespace": "shareBase",
"trans": "SharedBaseTrans",
"sourceMap": "inline"
"trans": "SharedBaseTrans"
}
},
{
Expand All @@ -56,8 +54,7 @@
"type": "i18next/react-hooks",
"hooks": "useDashboardI18N",
"namespace": "dashboard",
"trans": "DashboardTrans",
"sourceMap": "inline"
"trans": "DashboardTrans"
}
},
{
Expand All @@ -68,8 +65,7 @@
"type": "i18next/react-hooks",
"hooks": "useI18N",
"namespace": "io.mask.example",
"trans": "Translate",
"sourceMap": "inline"
"trans": "Translate"
}
},
{
Expand All @@ -80,8 +76,7 @@
"type": "i18next/react-hooks",
"hooks": "useI18N",
"namespace": "io.mask.debugger",
"trans": "Translate",
"sourceMap": "inline"
"trans": "Translate"
}
},
{
Expand All @@ -92,8 +87,7 @@
"type": "i18next/react-hooks",
"hooks": "useI18N",
"namespace": "com.maskbook.wallet",
"trans": "Translate",
"sourceMap": "inline"
"trans": "Translate"
}
},
{
Expand All @@ -104,8 +98,7 @@
"type": "i18next/react-hooks",
"hooks": "useI18N",
"namespace": "com.mask.flow",
"trans": "Translate",
"sourceMap": "inline"
"trans": "Translate"
}
},
{
Expand All @@ -116,8 +109,7 @@
"type": "i18next/react-hooks",
"hooks": "useI18N",
"namespace": "com.maskbook.fileservice",
"trans": "Translate",
"sourceMap": "inline"
"trans": "Translate"
}
},
{
Expand All @@ -128,8 +120,7 @@
"type": "i18next/react-hooks",
"hooks": "useI18N",
"namespace": "com.maskbook.cyberconnect",
"trans": "Translate",
"sourceMap": "inline"
"trans": "Translate"
}
},
{
Expand All @@ -140,8 +131,7 @@
"type": "i18next/react-hooks",
"hooks": "useI18N",
"namespace": "bio.rss3",
"trans": "Translate",
"sourceMap": "inline"
"trans": "Translate"
}
},
{
Expand All @@ -152,8 +142,18 @@
"type": "i18next/react-hooks",
"hooks": "useI18N",
"namespace": "money.juicebox",
"trans": "Translate",
"sourceMap": "inline"
"trans": "Translate"
}
},
{
"input": "./packages/plugins/EVM/src/locales/en-US.json",
"output": "./packages/plugins/EVM/src/locales/i18n_generated",
"parser": { "type": "i18next", "contextSeparator": "$", "pluralSeparator": "_" },
"generator": {
"type": "i18next/react-hooks",
"hooks": "useI18N",
"namespace": "com.mask.evm",
"trans": "Translate"
}
},
{
Expand All @@ -164,8 +164,7 @@
"type": "i18next/react-hooks",
"hooks": "useI18N",
"namespace": "com.maskbook.solana",
"trans": "Translate",
"sourceMap": "inline"
"trans": "Translate"
}
},
{
Expand All @@ -176,8 +175,7 @@
"type": "i18next/react-hooks",
"hooks": "useI18N",
"namespace": "com.mask.next_id",
"trans": "Translate",
"sourceMap": "inline"
"trans": "Translate"
}
},
{
Expand All @@ -188,8 +186,7 @@
"type": "i18next/react-hooks",
"hooks": "useI18N",
"namespace": "__template__",
"trans": "Translate",
"sourceMap": "inline"
"trans": "Translate"
}
},
{
Expand All @@ -200,8 +197,7 @@
"type": "i18next/react-hooks",
"hooks": "useI18N",
"namespace": "io.gopluslabs.security",
"trans": "Translate",
"sourceMap": "inline"
"trans": "Translate"
}
},
{
Expand All @@ -212,8 +208,18 @@
"type": "i18next/react-hooks",
"hooks": "useI18N",
"namespace": "io.mask.cross-chain-bridge",
"trans": "Translate",
"sourceMap": "inline"
"trans": "Translate"
}
},
{
"input": "./packages/mask/src/plugins/RedPacket/locales/en-US.json",
"output": "./packages/mask/src/plugins/RedPacket/locales/i18n_generated",
"parser": { "type": "i18next", "contextSeparator": "$", "pluralSeparator": "_" },
"generator": {
"type": "i18next/react-hooks",
"hooks": "useI18N",
"namespace": "com.maskbook.red_packet",
"trans": "Translate"
}
},
{
Expand All @@ -236,8 +242,7 @@
"type": "i18next/react-hooks",
"hooks": "useI18N",
"namespace": "com.maskbook.tip",
"trans": "Translate",
"sourceMap": "inline"
"trans": "Translate"
}
},
{
Expand All @@ -248,8 +253,29 @@
"type": "i18next/react-hooks",
"hooks": "useI18N",
"namespace": "com.maskbook.avatar",
"trans": "Translate",
"sourceMap": "inline"
"trans": "Translate"
}
},
{
"input": "./packages/mask/src/plugins/Trader/locales/en-US.json",
"output": "./packages/mask/src/plugins/Trader/locales/i18n_generated",
"parser": { "type": "i18next", "contextSeparator": "$", "pluralSeparator": "_" },
"generator": {
"type": "i18next/react-hooks",
"hooks": "useI18N",
"namespace": "com.maskbook.trader",
"trans": "Translate"
}
},
{
"input": "./packages/mask/src/plugins/Gitcoin/locales/en-US.json",
"output": "./packages/mask/src/plugins/Gitcoin/locales/i18n_generated",
"parser": { "type": "i18next", "contextSeparator": "$", "pluralSeparator": "_" },
"generator": {
"type": "i18next/react-hooks",
"hooks": "useI18N",
"namespace": "com.maskbook.gitcoin",
"trans": "Translate"
}
},
{
Expand Down
4 changes: 4 additions & 0 deletions .prettierignore
Original file line number Diff line number Diff line change
Expand Up @@ -168,3 +168,7 @@ common/autoinstallers/*/.npmrc
packages/storybook-shared/*.js
packages/storybook-shared/*.map
packages/storybook-shared/*.d.ts

# Requires Prettier support for typescript 4.7
# https://github.com/prettier/prettier/issues/12640
packages/web3-shared/base/src/specs/index.ts
3 changes: 3 additions & 0 deletions cspell.json
Original file line number Diff line number Diff line change
Expand Up @@ -82,6 +82,7 @@
"geckoview",
"glmr",
"gltf",
"gmlr",
"goodghosting",
"gundb",
"hashmasks",
Expand Down Expand Up @@ -144,6 +145,7 @@
"plusplus",
"pooltogether",
"porportion",
"portto",
"prefetch",
"presale",
"pressable",
Expand Down Expand Up @@ -187,6 +189,7 @@
"titlebar",
"tokenid",
"topbar",
"toruslabs",
"traderjoe",
"transak",
"trisolaris",
Expand Down
53 changes: 0 additions & 53 deletions docs/ARCHITECTURE.md

This file was deleted.

Loading

0 comments on commit 526a359

Please sign in to comment.