Skip to content

Commit f36fcb9

Browse files
neilydhanjxom
andauthored
feat: add Reddio Sepolia (#3255)
* Add Reddio Sepolia configuration * add Reddio Sepolia * Update reddioSepolia.ts * Create lemon-wombats-shop.md --------- Co-authored-by: jxom <[email protected]>
1 parent 99812b9 commit f36fcb9

File tree

4 files changed

+55
-4
lines changed

4 files changed

+55
-4
lines changed

.changeset/lemon-wombats-shop.md

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,5 @@
1+
---
2+
"viem": patch
3+
---
4+
5+
Added Reddio Sepolia.

pnpm-lock.yaml

Lines changed: 29 additions & 4 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.
Lines changed: 20 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,20 @@
1+
import { defineChain } from '../../utils/chain/defineChain.js'
2+
3+
export const reddioSepolia = /*#__PURE__*/ defineChain({
4+
id: 50341,
5+
name: 'Reddio Sepolia',
6+
nativeCurrency: { name: 'Reddio', symbol: 'RED', decimals: 18 },
7+
rpcUrls: {
8+
default: {
9+
http: ['https://reddio-dev.reddio.com'],
10+
},
11+
},
12+
blockExplorers: {
13+
default: {
14+
name: 'Reddioscan',
15+
url: 'https://reddio-devnet.l2scan.co',
16+
apiUrl: 'https://reddio-devnet.l2scan.co/api',
17+
},
18+
},
19+
testnet: true,
20+
})

src/chains/index.ts

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -362,6 +362,7 @@ export { redbellyTestnet } from './definitions/redbellyTestnet.js'
362362
export { redstone } from './definitions/redstone.js'
363363
export { rei } from './definitions/rei.js'
364364
export { reyaNetwork } from './definitions/reyaNetwork.js'
365+
export { reddioSepolia } from './definitions/reddioSepolia.js'
365366
export { rivalz } from './definitions/rivalz.js'
366367
export { rollux } from './definitions/rollux.js'
367368
export { rolluxTestnet } from './definitions/rolluxTestnet.js'

0 commit comments

Comments
 (0)