File tree Expand file tree Collapse file tree 2 files changed +14
-0
lines changed Expand file tree Collapse file tree 2 files changed +14
-0
lines changed Original file line number Diff line number Diff line change @@ -6,10 +6,20 @@ export const WETH_ADDRESSES: {
6
6
[ chain in CHAIN_IDS ] : `0x${string } `[ ]
7
7
} = {
8
8
[ CHAIN_IDS . ARBITRUM_SEPOLIA ] : [ zeroAddress ] ,
9
+ [ CHAIN_IDS . BASE ] : [ '0x4200000000000000000000000000000000000006' ] ,
10
+ [ CHAIN_IDS . BERACHAIN_TESTNET ] : [
11
+ '0x5806E416dA447b267cEA759358cF22Cc41FAE80F' , // WBERA
12
+ ] ,
9
13
}
10
14
11
15
export const STABLE_COIN_ADDRESSES : {
12
16
[ chain in CHAIN_IDS ] : `0x${string } `[ ]
13
17
} = {
14
18
[ CHAIN_IDS . ARBITRUM_SEPOLIA ] : [ '0x00BFD44e79FB7f6dd5887A9426c8EF85A0CD23e0' ] ,
19
+ [ CHAIN_IDS . BASE ] : [
20
+ '0x833589fCD6eDb6E08f4c7C32D4f71b54bdA02913' , // USDC
21
+ ] ,
22
+ [ CHAIN_IDS . BERACHAIN_TESTNET ] : [
23
+ '0x7EeCA4205fF31f947EdBd49195a7A88E6A91161B' , // HONEY
24
+ ] ,
15
25
}
Original file line number Diff line number Diff line change @@ -5,6 +5,10 @@ const SUBGRAPH_URL: {
5
5
} = {
6
6
[ CHAIN_IDS . ARBITRUM_SEPOLIA ] :
7
7
'https://subgraph.satsuma-prod.com/f6a8c4889b7b/clober/v2-core-subgraph/api' ,
8
+ [ CHAIN_IDS . BASE ] :
9
+ 'https://subgraph.satsuma-prod.com/f6a8c4889b7b/clober/v2-core-subgraph-base/api' ,
10
+ [ CHAIN_IDS . BERACHAIN_TESTNET ] :
11
+ 'https://api.goldsky.com/api/public/project_clsljw95chutg01w45cio46j0/subgraphs/v2-core-subgraph/v1.2.0/gn' ,
8
12
}
9
13
10
14
class Subgraph {
You can’t perform that action at this time.
0 commit comments