Skip to content
This repository was archived by the owner on Feb 24, 2025. It is now read-only.

Commit 8526e09

Browse files
committed
Add Odyssey Sepolia testnet configuration
1 parent cc796cf commit 8526e09

2 files changed

Lines changed: 36 additions & 0 deletions

File tree

Lines changed: 23 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,23 @@
1+
{
2+
"alias": "odyssey-sepolia-testnet",
3+
"decimals": 18,
4+
"explorer": {
5+
"api": {
6+
"key": {
7+
"required": false
8+
},
9+
"url": "https://odyssey-explorer.ithaca.xyz/api"
10+
},
11+
"browserUrl": "https://odyssey-explorer.ithaca.xyz/"
12+
},
13+
"id": "911867",
14+
"name": "Odyssey testnet",
15+
"providers": [
16+
{
17+
"alias": "default",
18+
"rpcUrl": "https://odyssey.ithaca.xyz"
19+
}
20+
],
21+
"symbol": "ETH",
22+
"testnet": true
23+
}

src/generated/chains.ts

Lines changed: 13 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1262,6 +1262,19 @@ export const CHAINS: Chain[] = [
12621262
symbol: 'NEON',
12631263
testnet: false,
12641264
},
1265+
{
1266+
alias: 'odyssey-sepolia-testnet',
1267+
decimals: 18,
1268+
explorer: {
1269+
api: { key: { required: false }, url: 'https://odyssey-explorer.ithaca.xyz/api' },
1270+
browserUrl: 'https://odyssey-explorer.ithaca.xyz/',
1271+
},
1272+
id: '911867',
1273+
name: 'Odyssey testnet',
1274+
providers: [{ alias: 'default', rpcUrl: 'https://odyssey.ithaca.xyz' }],
1275+
symbol: 'ETH',
1276+
testnet: true,
1277+
},
12651278
{
12661279
alias: 'oev-network',
12671280
decimals: 18,

0 commit comments

Comments
 (0)