Deployed new version + configurability for address
This commit is contained in:
parent
cb12c772ae
commit
cefb360792
3
app/contract_address.ts
Normal file
3
app/contract_address.ts
Normal file
@ -0,0 +1,3 @@
|
||||
const contractAddress = "0xbd06B0878888bf4c6895704fa603a5ADf7e65c66";
|
||||
|
||||
export default contractAddress
|
||||
@ -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 {
|
||||
|
||||
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