@@ -441,7 +440,7 @@ const App = ({ Component, pageProps }: AppProps) => {
-
+
)
}
export default App
From f547cfc61fed6c2d782be9df5c0ffbf51002c759 Mon Sep 17 00:00:00 2001
From: pr0toshi <46229158+pr0toshi@users.noreply.github.com>
Date: Fri, 3 Mar 2023 19:27:21 +0000
Subject: [PATCH 10/10] tt
---
config/network.tsx | 23 +++++++++++++----------
1 file changed, 13 insertions(+), 10 deletions(-)
diff --git a/config/network.tsx b/config/network.tsx
index bf70916f5..7d2e43a94 100644
--- a/config/network.tsx
+++ b/config/network.tsx
@@ -11,24 +11,27 @@ import { useEffect, useState } from "react";
import React from 'react';
const C: Chain = {
- id: 5,
- name: 'Goerli',
- network: 'goerli',
+
+ id: 84531,
+ name: 'base',
+ network: 'Base Goerli',
iconUrl: 'https://cryptologos.cc/logos/fantom-ftm-logo.svg?v=023',
iconBackground: '#fff',
nativeCurrency: {
decimals: 18,
- name: 'Fantom',
- symbol: 'FTM',
+ name: 'F',
+ symbol: 'F',
},
rpcUrls: {
- default: 'https://goerli.infura.io/v3/9aa3d95b3bc440fa88ea12eaa4456161',
+
+ default: 'https://goerli.base.org',
},
testnet: true,
};
-const RPC = 'https://goerli.infura.io/v3/9aa3d95b3bc440fa88ea12eaa4456161'
-const A = '0x7Bae4f06a69C7E6664E52C71465d19ab946F0377'
-const M =