From 6ed2e25aa2635a7d3af66f6c4e941bea959bc33c Mon Sep 17 00:00:00 2001 From: coin98team001 Date: Mon, 15 Jul 2024 04:45:24 +0200 Subject: [PATCH 1/2] Add Base Network --- src/constants.ts | 1 + 1 file changed, 1 insertion(+) diff --git a/src/constants.ts b/src/constants.ts index b529d5c..d06495e 100644 --- a/src/constants.ts +++ b/src/constants.ts @@ -65,6 +65,7 @@ export const NETWORK_IDS = /* #__PURE__ */ { BTC: -200, Litecoin: -201, BCH: -202, + Base:8453, Tron: -10 } as const From 6a0e99b987912755f0e004c1b851456f4857eb19 Mon Sep 17 00:00:00 2001 From: coin98team001 Date: Mon, 15 Jul 2024 05:01:34 +0200 Subject: [PATCH 2/2] docs: Add Base Network --- src/constants.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/constants.ts b/src/constants.ts index d06495e..2052709 100644 --- a/src/constants.ts +++ b/src/constants.ts @@ -65,7 +65,7 @@ export const NETWORK_IDS = /* #__PURE__ */ { BTC: -200, Litecoin: -201, BCH: -202, - Base:8453, + Base: 8453, Tron: -10 } as const