Skip to content

Commit 86ce1cd

Browse files
committed
update config
1 parent 09f1d77 commit 86ce1cd

File tree

1 file changed

+0
-21
lines changed

1 file changed

+0
-21
lines changed

src/common/utils/viemClients.ts

Lines changed: 0 additions & 21 deletions
Original file line numberDiff line numberDiff line change
@@ -11,27 +11,6 @@ import {
1111
} from "viem"
1212
import * as chains from "viem/chains"
1313

14-
export const bartio = defineChain({
15-
id: 8008_4,
16-
name: "Bartio Testnet",
17-
nativeCurrency: {
18-
decimals: 18,
19-
name: "Bera",
20-
symbol: "BERA",
21-
},
22-
blockExplorers: {
23-
default: {
24-
name: "Bartio",
25-
url: "https://bartio.beratrail.io/",
26-
},
27-
},
28-
rpcUrls: {
29-
default: {
30-
http: ["https://bartio.rpc.berachain.com/"],
31-
},
32-
},
33-
})
34-
3514
export const unichain = defineChain({
3615
id: 130,
3716
name: "Unichain",

0 commit comments

Comments
 (0)