-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathLibrary Version : 1.4.5
35 lines (34 loc) · 1.14 KB
/
Library Version : 1.4.5
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
const Symbolic ultron Polygon= {
id: 19908,
name: "symbolic-ultron-Polygon",
network: "symbolyc ultron polygon",
nativeCurrency: {
decimals: 18,
name: "Native symbolic ultron polygon",
symbol: "sup",
},
rpcUrls: {
public: { http: ["https://rpc.buildbear.io/symbolic-ultron-f2adfa9e"] },
default: { http: ["https://rpc.buildbear.io/symbolic-ultron-f2adfa9e"] },
},
blockExplorers: {
polygonscan blockscout: {
name: "symbolyc ultron polygon",
url: "https://symbolic-ultron-f2adfa9e.blockscout.buildbear.io",
},
default: {
name: "symbolic ultron polygon ",
url: "https://symbolic-ultron-f2adfa9e.blockscout.buildbear.io",
},
},
} as const satisfies Chain;
const { chains, publicClient, webSocketPublicClient } = configureChains(
[bbtestnet],
[
jsonRpcProvider({
rpc: (chain) => ({
http: "https://rpc.buildbear.io/symbolic-ultron-f2adfa9e",
}),
}),
]
);