Skip to content

Commit

Permalink
[fix] adding build folder
Browse files Browse the repository at this point in the history
  • Loading branch information
mostafabarmshory committed Jan 23, 2024
1 parent d8ddd0d commit b1fa05a
Show file tree
Hide file tree
Showing 10 changed files with 18 additions and 17 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/static.yml
Original file line number Diff line number Diff line change
Expand Up @@ -57,7 +57,7 @@ jobs:
uses: actions/upload-pages-artifact@v3
with:
# Upload entire repository
path: 'docs'
path: 'build'
- name: Deploy to GitHub Pages
id: deployment
uses: actions/deploy-pages@v4
1 change: 1 addition & 0 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -4,3 +4,4 @@
/dist/
/startbootstrap-sb-admin-2-gh-pages/
/yarn-error.log
/build/
2 changes: 1 addition & 1 deletion src/core/footer/footer.ts
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ export class Footer extends Component {
<footer class="sticky-footer bg-white">
<div class="container my-auto">
<div class="copyright text-center my-auto">
<span>Copyright GenZ Staking 2022</span>
<span>Copyright Coincodile Staking 2024</span>
</div>
</div>
</footer>
Expand Down
8 changes: 4 additions & 4 deletions src/core/sidebar/sidebar.xml
Original file line number Diff line number Diff line change
Expand Up @@ -24,11 +24,11 @@
<img
class="sidebar-card-illustration mb-2"
src="./img/logo.svg"
alt="Stack with GenZ Staking" />
<p class="text-center mb-2"><strong>GenZ Staking</strong> group supports with premium features, partnership program, and more!</p>
alt="Stack with Coincodile Staking" />
<p class="text-center mb-2"><strong>Coincodile Staking</strong> group supports with premium features, partnership program, and more!</p>
<a
class="btn btn-success btn-sm"
href="//genzstaking.com/">Stake With Us!</a>
href="//en.coincodile.com/">Stake With Us!</a>
</SidebarMessage>
</ul>
</t>
Expand All @@ -40,7 +40,7 @@
<div class="sidebar-brand-icon rotate-n-15">
<i class="fas fa-laugh-wink"></i>
</div>
<div class="sidebar-brand-text mx-3">GenZ Staking</div>
<div class="sidebar-brand-text mx-3">Coincodile Staking</div>
</a>
</t>

Expand Down
4 changes: 2 additions & 2 deletions src/pages/csc/csc.ts
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ import cetABI from "./abi-validators.json";
import "./csc.scss";
import "./csc.xml";

const genzAdderss = "0xEAfF084e6da9aFE8EcAB4d85de940e7d3153296F";
const coincodileAdderss = "0xEAfF084e6da9aFE8EcAB4d85de940e7d3153296F";
const testAddress = "0x42eAcf5b37540920914589a6B1b5e45d82D0C1ca";
const cetContract = "0x0000000000000000000000000000000000001000";
const weiRate = BigInt(1000000000000000000);
Expand Down Expand Up @@ -111,7 +111,7 @@ export class CscStakingPage extends Component {

getVerifierAddress() {
if (this.wallet.chainId === mainnetChainId) {
return genzAdderss;
return coincodileAdderss;
}
return testAddress;
}
Expand Down
4 changes: 2 additions & 2 deletions src/pages/fantom/fantom.ts
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@ import "./fantom.scss";
import "./fantom.xml";


const genzAdderss = "0x5a1b57f87b59e093d332c945c66b602843099f97";
const coincodileAdderss = "0x5a1b57f87b59e093d332c945c66b602843099f97";
const testAddress = "0xaa3a160e91f63f1db959640e0a7b8911b6bd5b95";
const FantomContract = "0xFC00FACE00000000000000000000000000000000";
const weiRate = 1000000000000000000;
Expand Down Expand Up @@ -130,7 +130,7 @@ export class FantomStaking extends Component {

getVerifierAddress() {
if (this.wallet.chainId === mainnetChainId) {
return genzAdderss;
return coincodileAdderss;
}
return testAddress;
}
Expand Down
4 changes: 2 additions & 2 deletions src/pages/polygon/polygon.ts
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ import "./polygon.scss";
import "./polygon.xml";


const genzAdderss = "0x5a1b57f87b59e093d332c945c66b602843099f97";
const coincodileAdderss = "0x5a1b57f87b59e093d332c945c66b602843099f97";
const testAddress = "0x42eAcf5b37540920914589a6B1b5e45d82D0C1ca";
const MaticContract = "0x0000000000000000000000000000000000001010";
const weiRate = 1000000000000000000;
Expand Down Expand Up @@ -107,7 +107,7 @@ export class MaticStaking extends Component {

getVerifierAddress() {
if (this.wallet.chainId === mainnetChainId) {
return genzAdderss;
return coincodileAdderss;
}
return testAddress;
}
Expand Down
4 changes: 2 additions & 2 deletions src/pages/sgton/sgton.ts
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ import "./sgton.scss";
import "./sgton.xml";


const genzAdderss = "0xeff66b4a84c8a6b69b99eb1c5e39af8fc35d13db";
const coincodileAdderss = "0xeff66b4a84c8a6b69b99eb1c5e39af8fc35d13db";
const testAddress = "0xeFF66B4A84C8a6b69b99EB1C5e39aF8fc35d13db";
const sGTONContract = "0xeff66b4a84c8a6b69b99eb1c5e39af8fc35d13db";
const weiRate = 1000000000000000000;
Expand Down Expand Up @@ -112,7 +112,7 @@ export class SgtonStaking extends Component {

getVerifierAddress() {
if (this.wallet.chainId === mainnetChainId) {
return genzAdderss;
return coincodileAdderss;
}
return testAddress;
}
Expand Down
4 changes: 2 additions & 2 deletions src/pages/shardeum/shardeum.ts
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@ import "./shardeum.xml";
import shardeumABI from "./abi-shardeum-shard.json";


const genzAdderss = "0x5a1b57f87b59e093d332c945c66b602843099f97"; //to be added
const coincodileAdderss = "0x5a1b57f87b59e093d332c945c66b602843099f97"; //to be added
const testAddress = "0x42eAcf5b37540920914589a6B1b5e45d82D0C1ca";
const shardeumContract = "0xBeBdab6DA046Bc49ffBb61fbD7b33157Eb270D05";
const weiRate = 1000000000000000000;
Expand Down Expand Up @@ -131,7 +131,7 @@ export class ShardeumStaking extends Component {

getVerifierAddress() {
if (this.wallet.chainId === mainnetChainId) {
return genzAdderss;
return coincodileAdderss;
}
return testAddress;
}
Expand Down
2 changes: 1 addition & 1 deletion webpack.config.js
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ module.exports = function (env, argv) {
devtool: 'inline-source-map',
output: {
filename: "bundle.js",
path: path.resolve(__dirname, "docs"),
path: path.resolve(__dirname, "build"),
},
module: {
rules: [{
Expand Down

0 comments on commit b1fa05a

Please sign in to comment.