Skip to content

Commit

Permalink
Merge pull request #39 from scio-labs/feat/33-add-more-ink-compatible…
Browse files Browse the repository at this point in the history
…-testnet-deployment-addresses

feat: Add more !ink compatible testnet deployment addresses
  • Loading branch information
wottpal authored Nov 14, 2023
2 parents 453cb8e + 2c07c6f commit 3ffec78
Show file tree
Hide file tree
Showing 7 changed files with 529 additions and 491 deletions.
5 changes: 5 additions & 0 deletions .changeset/loud-cobras-move.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
---
'@inkathon/contracts': patch
---

Deploy contracts & add deployment addresses for Rococo Contracts test-network.
2 changes: 2 additions & 0 deletions contracts/deployments/greeter/rococo.ts
Original file line number Diff line number Diff line change
@@ -0,0 +1,2 @@
export const address = '5HT9eGQSd4en8ey5fmehiq4kjkubSh4MKcF3n8b4wZXggibV'
export const blockNumber = 3661917
8 changes: 4 additions & 4 deletions contracts/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -25,10 +25,10 @@
"@polkadot/types": "^10.10.1",
"@polkadot/util": "^12.5.1",
"@polkadot/util-crypto": "^12.5.1",
"@scio-labs/use-inkathon": "^0.4.3",
"@types/node": "^18.18.8",
"@typescript-eslint/eslint-plugin": "^6.9.1",
"@typescript-eslint/parser": "^6.9.1",
"@scio-labs/use-inkathon": "^0.4.4",
"@types/node": "^18.18.9",
"@typescript-eslint/eslint-plugin": "^6.11.0",
"@typescript-eslint/parser": "^6.11.0",
"dotenv": "^16.3.1",
"eslint": "^8.53.0",
"eslint-config-prettier": "^9.0.0",
Expand Down
2 changes: 1 addition & 1 deletion frontend/.env.local.example
Original file line number Diff line number Diff line change
Expand Up @@ -16,4 +16,4 @@ NEXT_PUBLIC_DEFAULT_CHAIN=alephzero-testnet

## [Optional] Multiple supported chain identifers the frontend connects to
## IMPORTANT: It's mandatory to use double quotes in the array
# NEXT_PUBLIC_SUPPORTED_CHAINS=["alephzero-testnet", "development"]
# NEXT_PUBLIC_SUPPORTED_CHAINS=[ "development", "alephzero-testnet", "rococo", "shibuya" ]
32 changes: 16 additions & 16 deletions frontend/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@
"dependencies": {
"@azns/resolver-core": "^1.6.0",
"@azns/resolver-react": "^1.6.0",
"@chakra-ui/react": "^2.8.1",
"@chakra-ui/react": "^2.8.2",
"@emotion/css": "^11.11.2",
"@emotion/react": "^11.11.1",
"@emotion/server": "^11.11.0",
Expand All @@ -37,39 +37,39 @@
"@polkadot/types": "^10.10.1",
"@polkadot/util": "^12.5.1",
"@polkadot/util-crypto": "^12.5.1",
"@scio-labs/use-inkathon": "^0.4.3",
"framer-motion": "^10.16.4",
"@scio-labs/use-inkathon": "^0.4.4",
"framer-motion": "^10.16.5",
"next": "^13.5.6",
"next-seo": "^6.4.0",
"react": "^18.2.0",
"react-dom": "^18.2.0",
"react-hook-form": "^7.47.0",
"react-hook-form": "^7.48.2",
"react-hot-toast": "^2.4.1",
"react-icons": "^4.11.0",
"react-icons": "^4.12.0",
"sharp": "^0.32.6",
"spinners-react": "^1.0.7",
"use-async-effect": "^2.2.7"
},
"devDependencies": {
"@babel/core": "^7.23.0",
"@babel/preset-react": "^7.22.15",
"@babel/preset-typescript": "^7.23.2",
"@babel/core": "^7.23.3",
"@babel/preset-react": "^7.23.3",
"@babel/preset-typescript": "^7.23.3",
"@emotion/babel-plugin": "^11.11.0",
"@testing-library/react": "^14.0.0",
"@types/downloadjs": "^1.4.5",
"@types/node": "^18.18.8",
"@types/react": "^18.2.34",
"@types/react-dom": "^18.2.14",
"@typescript-eslint/eslint-plugin": "^6.9.1",
"@typescript-eslint/parser": "^6.9.1",
"@testing-library/react": "^14.1.0",
"@types/downloadjs": "^1.4.6",
"@types/node": "^18.18.9",
"@types/react": "^18.2.37",
"@types/react-dom": "^18.2.15",
"@typescript-eslint/eslint-plugin": "^6.11.0",
"@typescript-eslint/parser": "^6.11.0",
"babel-loader": "^9.1.3",
"babel-plugin-macros": "^3.1.0",
"concurrently": "^8.2.2",
"eslint": "^8.53.0",
"eslint-config-next": "^13.5.6",
"eslint-config-prettier": "^9.0.0",
"eslint-plugin-react": "^7.33.2",
"prettier": "^3.0.3",
"prettier": "^3.1.0",
"prettier-plugin-twin.macro": "^1.0.14",
"tailwindcss": "^3.3.5",
"twin.macro": "^3.4.0",
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@
"devDependencies": {
"@changesets/changelog-github": "^0.4.8",
"@changesets/cli": "^2.26.2",
"lint-staged": "^15.0.2",
"lint-staged": "^15.1.0",
"next": "^13.5.6",
"simple-git-hooks": "^2.9.0",
"typescript": "^5.2.2"
Expand Down
Loading

0 comments on commit 3ffec78

Please sign in to comment.