From 97f9713bf507968f7d103904b4dd4a0690e5e982 Mon Sep 17 00:00:00 2001 From: Gabriel Buragev Date: Wed, 26 Apr 2023 12:16:38 +0200 Subject: [PATCH 1/2] frontend: add support for Base chain --- frontend/config/chains/84531.json | 14 ++++++++++++++ frontend/public/images/base.svg | 4 ++++ 2 files changed, 18 insertions(+) create mode 100644 frontend/config/chains/84531.json create mode 100644 frontend/public/images/base.svg diff --git a/frontend/config/chains/84531.json b/frontend/config/chains/84531.json new file mode 100644 index 000000000..eace58d86 --- /dev/null +++ b/frontend/config/chains/84531.json @@ -0,0 +1,14 @@ +{ + "identifier": 84531, + "explorerUrl": "https://goerli.basescan.org", + "rpcUrl": "https://goerli.base.org", + "name": "Base Goerli Testnet", + "imageUrl": "/images/base.svg", + "tokenSymbols": ["TST"], + "nativeCurrency": { + "name": "Goerli Ether", + "symbol": "ETH", + "decimals": 18 + }, + "internalRpcUrl": "https://distinguished-lively-putty.base-goerli.discover.quiknode.pro/4fd50c9c005e40fa1eeb2a9fc1941170cd0bfa8f/" +} diff --git a/frontend/public/images/base.svg b/frontend/public/images/base.svg new file mode 100644 index 000000000..3f648c128 --- /dev/null +++ b/frontend/public/images/base.svg @@ -0,0 +1,4 @@ + + + + From 8ebd806f4eaca9e6ef00aeb49f356cb692ee8111 Mon Sep 17 00:00:00 2001 From: Gabriel Buragev Date: Tue, 6 Jun 2023 15:23:22 +0200 Subject: [PATCH 2/2] frontend: add new Base RPC url --- frontend/config/chains/84531.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/frontend/config/chains/84531.json b/frontend/config/chains/84531.json index eace58d86..92cb75c6d 100644 --- a/frontend/config/chains/84531.json +++ b/frontend/config/chains/84531.json @@ -10,5 +10,5 @@ "symbol": "ETH", "decimals": 18 }, - "internalRpcUrl": "https://distinguished-lively-putty.base-goerli.discover.quiknode.pro/4fd50c9c005e40fa1eeb2a9fc1941170cd0bfa8f/" + "internalRpcUrl": "https://maximum-cosmopolitan-isle.base-goerli.discover.quiknode.pro/9af5e9f1a27f53467c0a4e98e1f2c53f6895a932/" }