File tree Expand file tree Collapse file tree 1 file changed +5
-0
lines changed
apps/wallet-connect/src/hooks Expand file tree Collapse file tree 1 file changed +5
-0
lines changed Original file line number Diff line number Diff line change @@ -41,6 +41,7 @@ export enum SUPPORTED_CHAINS {
41
41
NEON_EVM_TESTNET = '245022940' ,
42
42
OASIS_SAPPHIRE = '23294' ,
43
43
OASIS_SAPPHIRE_TESTNET = '23295' ,
44
+ REYA = '1729' ,
44
45
RSK = '30' ,
45
46
RSK_TESTNET = '31' ,
46
47
SCROLL = '534352' ,
@@ -132,6 +133,10 @@ const getGatewayBaseUrl = (chain: string) => {
132
133
case SUPPORTED_CHAINS . OASIS_SAPPHIRE :
133
134
case SUPPORTED_CHAINS . OASIS_SAPPHIRE_TESTNET :
134
135
return isProdEnv ? `https://gateway.safe.oasis.io` : `https://gateway.safe.stg.oasis.io`
136
+ case SUPPORTED_CHAINS . REYA :
137
+ return isProdEnv
138
+ ? `https://gateway.safe.reya.network`
139
+ : `https://gateway.staging.safe.reya.network`
135
140
case SUPPORTED_CHAINS . RSK :
136
141
case SUPPORTED_CHAINS . RSK_TESTNET :
137
142
return isProdEnv
You can’t perform that action at this time.
0 commit comments