Skip to content

Commit 688b226

Browse files
committed
Added Somnia Testnet.
1 parent 85a5037 commit 688b226

File tree

2 files changed

+23
-0
lines changed

2 files changed

+23
-0
lines changed

.changeset/fresh-words-learn.md

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,5 @@
1+
---
2+
"thirdweb": major
3+
---
4+
5+
Add Somnia Testnet
Lines changed: 18 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,18 @@
1+
import { defineChain } from '../utils.js';
2+
3+
/**
4+
* @chain
5+
*/
6+
export const somniaTestnet = /*@__PURE__*/ defineChain({
7+
blockExplorers: [
8+
{
9+
apiUrl: 'https://shannon-explorer.somnia.network/api',
10+
name: 'Somnia Testnet Explorer',
11+
url: 'https://shannon-explorer.somnia.network/',
12+
},
13+
],
14+
id: 50312,
15+
name: 'Somnia Testnet',
16+
nativeCurrency: { decimals: 18, name: 'Somnia Testnet Token', symbol: 'STT' },
17+
testnet: true,
18+
});

0 commit comments

Comments
 (0)