Skip to content

Commit

Permalink
Orbit Deployment 20230814 01 (#1538)
Browse files Browse the repository at this point in the history
Co-authored-by: Trung-Tin Pham <[email protected]>
  • Loading branch information
shekohex and AtelyPham authored Aug 14, 2023
1 parent b3a9048 commit bf9dd18
Show file tree
Hide file tree
Showing 5 changed files with 20 additions and 20 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/deploy-faucet.yml
Original file line number Diff line number Diff line change
Expand Up @@ -70,8 +70,8 @@ jobs:
id: deploy-details
shell: bash
run: |
URL=$(echo "${{ steps.deploy-netlify.outputs.response }}" | grep -Eo '(http|https)://[a-zA-Z0-9./?=_-]*(--)[a-zA-Z0-9./?=_-]*')
LOGS_URL=$(echo "${{ steps.deploy-netlify.outputs.response }}" | grep -Eo '(http|https)://app.netlify.com/[a-zA-Z0-9./?=_-]*')
URL=$(echo "${{ steps.deploy-netlify.outputs.response }}" | grep -Eo '(http|https)://[a-zA-Z0-9./?=_-]*(--webb-faucet.netlify.app)')
LOGS_URL=$(echo "${{ steps.deploy-netlify.outputs.response }}" | grep -Eo '(http|https)://app.netlify.com/sites/webb-faucet/functions[a-zA-Z0-9./?=_-]*')
echo "NETLIFY_URL=$URL" >> $GITHUB_OUTPUT
echo "NETLIFY_LOGS_URL=$LOGS_URL" >> $GITHUB_OUTPUT
Expand Down
2 changes: 1 addition & 1 deletion apps/faucet/src/config/tokens.ts
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ const tokens: Record<string, TokenConfigType> = {
},
[PresetTypedChainId.TangleTestnet]: {
tTNT: zeroAddress,
webbtTNT: '0x1920d33AB0EC499b23Ca655a690164961c63A076',
webbtTNT: '0x58BA29259Aab901179A07899235e3CB88afE9079',
},
};

Expand Down
8 changes: 4 additions & 4 deletions libs/dapp-config/src/anchors/anchor-config.ts
Original file line number Diff line number Diff line change
Expand Up @@ -52,16 +52,16 @@ export const anchorDeploymentBlock: Record<number, Record<string, number>> = {
},

[PresetTypedChainId.HermesOrbit]: {
'0x765A081120c1760d72D09d7c4e28Aa275D7D3fad': 1,
'0x7aA556dD0AF8bed063444E14A6A9af46C9266973': 1,
},
[PresetTypedChainId.AthenaOrbit]: {
'0x765A081120c1760d72D09d7c4e28Aa275D7D3fad': 1,
'0x7aA556dD0AF8bed063444E14A6A9af46C9266973': 1,
},
[PresetTypedChainId.DemeterOrbit]: {
'0x765A081120c1760d72D09d7c4e28Aa275D7D3fad': 1,
'0x7aA556dD0AF8bed063444E14A6A9af46C9266973': 1,
},
[PresetTypedChainId.TangleTestnet]: {
'0x765A081120c1760d72D09d7c4e28Aa275D7D3fad': 82_000,
'0x7aA556dD0AF8bed063444E14A6A9af46C9266973': 142_000,
},

...localAnchorRecord,
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -150,7 +150,7 @@
"@graphql-codegen/typescript": "3.0.4",
"@graphql-codegen/typescript-operations": "3.0.4",
"@graphql-codegen/typescript-react-apollo": "3.3.7",
"@netlify/plugin-nextjs": "^4.37.0",
"@netlify/plugin-nextjs": "^4.39.3",
"@nx/cypress": "16.1.4",
"@nx/eslint-plugin": "16.1.4",
"@nx/jest": "16.1.4",
Expand Down
24 changes: 12 additions & 12 deletions yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -4076,17 +4076,17 @@
moize "^6.1.3"
path-exists "^5.0.0"

"@netlify/ipx@^1.4.1":
version "1.4.1"
resolved "https://registry.yarnpkg.com/@netlify/ipx/-/ipx-1.4.1.tgz#5b0e7508e343b960e7e97d2094089dd1585c88f6"
integrity sha512-wOuemSttKv8h4XMC9+RNNv21tn0uIC5avvnwmuFOyPOGzI1nsip01UkxS5lHRX+KX7TdIQxwBzSqde15h/jdRA==
"@netlify/ipx@^1.4.3":
version "1.4.3"
resolved "https://registry.yarnpkg.com/@netlify/ipx/-/ipx-1.4.3.tgz#03166d0eb8208d145ccd61fddb41df093a35f0a8"
integrity sha512-h12ZyvPk02Jq2MdnXAtc1mywVPG7naaV03KrMYNrEYdJykwZ3x873uFTU9kvj4amf/Qu9p6M+fl5NcQC6YFndg==
dependencies:
"@netlify/functions" "^1.6.0"
etag "^1.8.1"
fs-extra "^11.0.0"
ipx "^1.0.0"
micromatch "^4.0.5"
mkdirp "^1.0.4"
mkdirp "^3.0.0"
murmurhash "^2.0.0"
node-fetch "^2.0.0"
ufo "^1.0.0"
Expand Down Expand Up @@ -4175,14 +4175,14 @@
resolved "https://registry.yarnpkg.com/@netlify/open-api/-/open-api-2.20.0.tgz#a9bacaa5a02fb1f8e2efa657ed7d900139f981dc"
integrity sha512-IJ55rIOsPTxpqPzGFLQ9KSRjaHfSEAD5trlJCIWW7AYYiWX5TFnBNPPvflC0KNHTC7eEbTBQbHXfsxqzIGSMXQ==

"@netlify/plugin-nextjs@^4.37.0":
version "4.39.0"
resolved "https://registry.yarnpkg.com/@netlify/plugin-nextjs/-/plugin-nextjs-4.39.0.tgz#8e447e80f29c0dcc6d45ef2a5f68815e17e72205"
integrity sha512-CkxVG+zidqHLb1nHEx0nMtt7DmSr4a27B4JFxr8jbFU8np9pHiLQ4bR+UvW5tzHdYSfw30Rt9XEQyHo1theq2Q==
"@netlify/plugin-nextjs@^4.39.3":
version "4.40.0"
resolved "https://registry.yarnpkg.com/@netlify/plugin-nextjs/-/plugin-nextjs-4.40.0.tgz#1aa7c61a16fe48725efec0e294801d365539f60b"
integrity sha512-/pWqf0t8GN+DDFIchCF3co1FfGjQwv8MrneMxqqoKHGSrAoCG6Z51AnpSv5v3xCrZDKS45Ge3Cuy27lpezkVwA==
dependencies:
"@netlify/esbuild" "0.14.39"
"@netlify/functions" "^1.6.0"
"@netlify/ipx" "^1.4.1"
"@netlify/ipx" "^1.4.3"
"@vercel/node-bridge" "^2.1.0"
chalk "^4.1.2"
chokidar "^3.5.3"
Expand Down Expand Up @@ -21960,7 +21960,7 @@ mkdirp-promise@^5.0.1:
dependencies:
mkdirp "*"

mkdirp@*:
mkdirp@*, mkdirp@^3.0.0:
version "3.0.1"
resolved "https://registry.yarnpkg.com/mkdirp/-/mkdirp-3.0.1.tgz#e44e4c5607fb279c168241713cc6e0fea9adcb50"
integrity sha512-+NsyUUAZDmo6YVHzL/stxSu3t9YS1iljliy3BSDrXJ/dkn1KYdmtZODGGjLcc9XLgVVpH4KshHB8XmZgMhaBXg==
Expand All @@ -21972,7 +21972,7 @@ mkdirp@^0.5.1, mkdirp@^0.5.4, mkdirp@^0.5.5, mkdirp@^0.5.6:
dependencies:
minimist "^1.2.6"

mkdirp@^1.0.3, mkdirp@^1.0.4, mkdirp@~1.0.4:
mkdirp@^1.0.3, mkdirp@~1.0.4:
version "1.0.4"
resolved "https://registry.yarnpkg.com/mkdirp/-/mkdirp-1.0.4.tgz#3eb5ed62622756d79a5f0e2a221dfebad75c2f7e"
integrity sha512-vVqVZQyf3WLx2Shd0qJ9xuvqgAyKPLAiqITEtqW0oIUjzo3PePDd6fW9iFz30ef7Ysp/oiWqbhszeGWW2T6Gzw==
Expand Down

0 comments on commit bf9dd18

Please sign in to comment.