This commit is contained in:
Sewmina 2024-09-12 11:40:38 +05:30
parent 03b68a0a13
commit 541393d96a
2 changed files with 7 additions and 1 deletions

View File

@ -1,3 +1,5 @@
import React from 'react';
export const gameDataABI = [
{
"inputs": [
@ -725,4 +727,8 @@ export const gameDataABI = [
"stateMutability": "pure",
"type": "function"
}
];
];
export default function Data() {
return null;
}