Skip to content

Commit

Permalink
Added SuperLumio chain
Browse files Browse the repository at this point in the history
  • Loading branch information
tom-jordan1 committed Sep 25, 2024
1 parent 183811c commit fdea866
Show file tree
Hide file tree
Showing 3 changed files with 25 additions and 0 deletions.
5 changes: 5 additions & 0 deletions .changeset/honest-cooks-reply.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
---
"viem": patch
---

Added SuperLumio chain.
19 changes: 19 additions & 0 deletions src/chains/definitions/superlumio.ts
Original file line number Diff line number Diff line change
@@ -0,0 +1,19 @@
import { defineChain } from '../../utils/chain/defineChain.js'

export const superlumio = /*#__PURE__*/ defineChain({
id: 8866,
name: 'SuperLumio',
nativeCurrency: { name: 'Ether', symbol: 'ETH', decimals: 18 },
rpcUrls: {
default: {
http: ['https://mainnet.lumio.io'],
},
},
blockExplorers: {
default: {
name: 'Lumio explorer',
url: 'https://explorer.lumio.io',
},
},
testnet: false,
})
1 change: 1 addition & 0 deletions src/chains/index.ts
Original file line number Diff line number Diff line change
Expand Up @@ -301,6 +301,7 @@ export { storyTestnet } from './definitions/storyTestnet.js'
export { silicon } from './definitions/silicon.js'
export { siliconSepolia } from './definitions/siliconSepolia.js'
export { stratis } from './definitions/stratis.js'
export { superlumio } from './definitions/superlumio.js'
export { swan } from './definitions/swan.js'
export { swanProximaTestnet } from './definitions/swanProximaTestnet.js'
export { swanSaturnTestnet } from './definitions/swanSaturnTestnet.js'
Expand Down

0 comments on commit fdea866

Please sign in to comment.