Skip to content

Commit

Permalink
Merge pull request #469 from api3dao/main
Browse files Browse the repository at this point in the history
Initiate release
  • Loading branch information
hiletmis authored Oct 15, 2024
2 parents d364c10 + c3db54f commit c87ffa1
Show file tree
Hide file tree
Showing 3 changed files with 42 additions and 0 deletions.
6 changes: 6 additions & 0 deletions .changeset/itchy-mangos-attend.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,6 @@
---
'@api3/chains': minor
---

Adds following chain:
* odyssey-sepolia-testnet
23 changes: 23 additions & 0 deletions chains/odyssey-sepolia-testnet.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,23 @@
{
"alias": "odyssey-sepolia-testnet",
"decimals": 18,
"explorer": {
"api": {
"key": {
"required": false
},
"url": "https://odyssey-explorer.ithaca.xyz/api"
},
"browserUrl": "https://odyssey-explorer.ithaca.xyz/"
},
"id": "911867",
"name": "Odyssey testnet",
"providers": [
{
"alias": "default",
"rpcUrl": "https://odyssey.ithaca.xyz"
}
],
"symbol": "ETH",
"testnet": true
}
13 changes: 13 additions & 0 deletions src/generated/chains.ts
Original file line number Diff line number Diff line change
Expand Up @@ -1262,6 +1262,19 @@ export const CHAINS: Chain[] = [
symbol: 'NEON',
testnet: false,
},
{
alias: 'odyssey-sepolia-testnet',
decimals: 18,
explorer: {
api: { key: { required: false }, url: 'https://odyssey-explorer.ithaca.xyz/api' },
browserUrl: 'https://odyssey-explorer.ithaca.xyz/',
},
id: '911867',
name: 'Odyssey testnet',
providers: [{ alias: 'default', rpcUrl: 'https://odyssey.ithaca.xyz' }],
symbol: 'ETH',
testnet: true,
},
{
alias: 'oev-network',
decimals: 18,
Expand Down

0 comments on commit c87ffa1

Please sign in to comment.