We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 8f58166 + efc712c commit 82b487eCopy full SHA for 82b487e
1 file changed
src/modules/index.ts
@@ -4,9 +4,12 @@ import {
4
arbitrumSepolia,
5
base,
6
baseSepolia,
7
+ mainnet,
8
optimism,
9
optimismSepolia,
10
polygon,
11
+ sepolia,
12
+ soneium,
13
} from 'viem/chains'
14
15
import type { RhinestoneConfig } from '../types'
@@ -128,13 +131,16 @@ function getIntentExecutor(config: RhinestoneConfig): Module {
128
131
129
132
function isRip7212SupportedNetwork(chain: Chain) {
130
133
const supportedChains: Chain[] = [
134
135
136
137
138
139
140
141
arbitrum,
142
143
144
]
145
return supportedChains.includes(chain)
146
}
0 commit comments