Skip to content

Commit

Permalink
new build
Browse files Browse the repository at this point in the history
  • Loading branch information
mostafabarmshory committed Jan 22, 2023
1 parent 8cd83f2 commit 71c2fa8
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 4 deletions.
4 changes: 2 additions & 2 deletions docs/bundle.js

Large diffs are not rendered by default.

5 changes: 3 additions & 2 deletions src/pages/shardeum/shardeum.ts
Original file line number Diff line number Diff line change
Expand Up @@ -23,12 +23,13 @@ https://etherscan.io/token/0xbebdab6da046bc49ffbb61fbd7b33157eb270d05#writeContr
*/
import { Component, useState } from "@odoo/owl";
import { switchChain, useContract, useWallet } from "../../core/wallet";
import { enableStaking, logo, route, symbol, template, title } from "../../core/pages";


import shardeumABI from "./abi-shardeum-shard.json";
import "./shardeum.scss";
import "./shardeum.xml";

import shardeumABI from "./abi-shardeum-shard.json";


const genzAdderss = "0x5a1b57f87b59e093d332c945c66b602843099f97"; //to be added
const testAddress = "0x42eAcf5b37540920914589a6B1b5e45d82D0C1ca";
Expand Down

0 comments on commit 71c2fa8

Please sign in to comment.