Compare commits
3 Commits
cb12c772ae
...
19932be0a9
| Author | SHA1 | Date | |
|---|---|---|---|
| 19932be0a9 | |||
| 8a251a6dd2 | |||
| cefb360792 |
5
app/.gitignore
vendored
5
app/.gitignore
vendored
@ -1,4 +1,7 @@
|
|||||||
# See https://help.github.com/articles/ignoring-files/ for more about ignoring files.
|
# See https://help.github.com/articles/ignoring-files/ for more about ignoring files
|
||||||
|
|
||||||
|
# address
|
||||||
|
contract_address.ts
|
||||||
|
|
||||||
# dependencies
|
# dependencies
|
||||||
/node_modules
|
/node_modules
|
||||||
|
|||||||
@ -2,8 +2,8 @@ import React, { createContext, ReactNode, useCallback, useContext, useEffect } f
|
|||||||
import { useAccount, useReadContract, useWriteContract } from 'wagmi'
|
import { useAccount, useReadContract, useWriteContract } from 'wagmi'
|
||||||
import contractAbi from "../../../out/RaidGeld.sol/RaidGeld.json"
|
import contractAbi from "../../../out/RaidGeld.sol/RaidGeld.json"
|
||||||
import { parseEther } from 'viem'
|
import { parseEther } from 'viem'
|
||||||
|
import contractAddress from '../../contract_address'
|
||||||
|
|
||||||
const contractAddress = "0xbd06B0878888bf4c6895704fa603a5ADf7e65c66"
|
|
||||||
const abi = contractAbi.abi
|
const abi = contractAbi.abi
|
||||||
|
|
||||||
export interface Player {
|
export interface Player {
|
||||||
|
|||||||
68
broadcast/RaidGeld.s.sol/84532/run-1729773387.json
Normal file
68
broadcast/RaidGeld.s.sol/84532/run-1729773387.json
Normal file
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