Compare commits
No commits in common. "19932be0a942ddceb6b9e23ac18d713c79323721" and "cb12c772aeac2b23f8cc5ac43aabf7511ef184ee" have entirely different histories.
19932be0a9
...
cb12c772ae
5
app/.gitignore
vendored
5
app/.gitignore
vendored
@ -1,7 +1,4 @@
|
||||
# See https://help.github.com/articles/ignoring-files/ for more about ignoring files
|
||||
|
||||
# address
|
||||
contract_address.ts
|
||||
# See https://help.github.com/articles/ignoring-files/ for more about ignoring files.
|
||||
|
||||
# dependencies
|
||||
/node_modules
|
||||
|
||||
@ -2,8 +2,8 @@ import React, { createContext, ReactNode, useCallback, useContext, useEffect } f
|
||||
import { useAccount, useReadContract, useWriteContract } from 'wagmi'
|
||||
import contractAbi from "../../../out/RaidGeld.sol/RaidGeld.json"
|
||||
import { parseEther } from 'viem'
|
||||
import contractAddress from '../../contract_address'
|
||||
|
||||
const contractAddress = "0xbd06B0878888bf4c6895704fa603a5ADf7e65c66"
|
||||
const abi = contractAbi.abi
|
||||
|
||||
export interface Player {
|
||||
|
||||
File diff suppressed because one or more lines are too long
File diff suppressed because one or more lines are too long
Loading…
Reference in New Issue
Block a user