@@ -29,40 +29,60 @@ export const networkConfigs = {
29
29
live : true ,
30
30
} ,
31
31
} ,
32
- [ chains . getChainInformation ( 3 ) . type ] : {
33
- isActive : false ,
32
+ [ chains . getChainInformation ( 5 ) . type ] : {
33
+ isActive : true ,
34
+ addresses : {
35
+ ensRegistry :
36
+ localEnsRegistryAddress || '0x00000000000C2E074eC69A0dFb2997BA6C7d2e1e' ,
37
+ dai : DAI_GOERLI_TOKEN_ADDRESS ,
38
+ governExecutorProxy : '0x0451533f685fe028c439821b7502e4cf63b4c32f' ,
39
+ } ,
40
+ nodes : {
41
+ defaultEth : 'wss://goerli.eth.aragon.network/ws' ,
42
+ } ,
43
+ connectGraphEndpoint :
44
+ 'https://api.thegraph.com/subgraphs/name/aragon/aragon-goerli' ,
45
+ settings : {
46
+ chainId : 5 ,
47
+ testnet : true ,
48
+ ...chains . getChainInformation ( 5 ) , // as returned by web3.eth.net.getNetworkType()
49
+ live : true ,
50
+ } ,
51
+ } ,
52
+ [ chains . getChainInformation ( 10 ) . type ] : {
53
+ isActive : true ,
34
54
addresses : {
35
55
ensRegistry :
36
- localEnsRegistryAddress || '0x6afe2cacee211ea9179992f89dc61ff25c61e923' ,
56
+ localEnsRegistryAddress || '0x6f2CA655f58d5fb94A08460aC19A552EB19909FD' ,
57
+ dai : '0xda10009cbd5d07dd0cecc66161fc93d7c9000da1' ,
37
58
governExecutorProxy : null ,
38
59
} ,
39
60
nodes : {
40
- defaultEth : 'wss://ropsten.eth.aragon.network/ws ' ,
61
+ defaultEth : 'wss://optimism.publicnode.com/ ' ,
41
62
} ,
42
63
connectGraphEndpoint : null ,
43
64
settings : {
44
- chainId : 3 ,
45
- testnet : true ,
46
- ...chains . getChainInformation ( 3 ) ,
65
+ chainId : 10 ,
66
+ testnet : false ,
67
+ ...chains . getChainInformation ( 10 ) ,
68
+ live : true ,
47
69
} ,
48
70
} ,
49
- [ chains . getChainInformation ( 5 ) . type ] : {
71
+ [ chains . getChainInformation ( 11155420 ) . type ] : {
50
72
isActive : true ,
51
73
addresses : {
52
74
ensRegistry :
53
- localEnsRegistryAddress || '0x00000000000C2E074eC69A0dFb2997BA6C7d2e1e' ,
54
- dai : DAI_GOERLI_TOKEN_ADDRESS ,
55
- governExecutorProxy : '0x0451533f685fe028c439821b7502e4cf63b4c32f' ,
75
+ localEnsRegistryAddress || '0xcb6c0101047dbbf242747c6f2e5a0a88f292dad4' ,
76
+ governExecutorProxy : null ,
56
77
} ,
57
78
nodes : {
58
- defaultEth : 'wss ://goerli.eth.aragon.network/ws ' ,
79
+ defaultEth : 'https ://sepolia.optimism.io/ ' ,
59
80
} ,
60
- connectGraphEndpoint :
61
- 'https://api.thegraph.com/subgraphs/name/aragon/aragon-goerli' ,
81
+ connectGraphEndpoint : null ,
62
82
settings : {
63
- chainId : 5 ,
83
+ chainId : 11155420 ,
64
84
testnet : true ,
65
- ...chains . getChainInformation ( 5 ) , // as returned by web3.eth.net.getNetworkType()
85
+ ...chains . getChainInformation ( 11155420 ) ,
66
86
live : true ,
67
87
} ,
68
88
} ,
0 commit comments