Skip to content
This repository has been archived by the owner on Sep 6, 2023. It is now read-only.

Commit

Permalink
chore: update
Browse files Browse the repository at this point in the history
  • Loading branch information
jxom committed Aug 9, 2023
1 parent 84bf003 commit c07bf40
Show file tree
Hide file tree
Showing 12 changed files with 23 additions and 15 deletions.
2 changes: 1 addition & 1 deletion .changeset/light-toes-relate.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
---
"@wagmi/chains": patch
"@wagmi/chains": minor
---

Added Horizen EON.
2 changes: 1 addition & 1 deletion .changeset/odd-bulldogs-exist.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
---
"@wagmi/chains": patch
"@wagmi/chains": minor
---

Added Mode Testnet chain.
2 changes: 1 addition & 1 deletion .changeset/perfect-lobsters-chew.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
---
"@wagmi/chains": patch
"@wagmi/chains": minor
---

Added Linea chain.
2 changes: 1 addition & 1 deletion .changeset/selfish-experts-lay.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
---
"@wagmi/chains": patch
"@wagmi/chains": minor
---

Updated syscoin.
Expand Down
2 changes: 1 addition & 1 deletion packages/chains/src/eon.ts
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
import { Chain } from 'wagmi'
import { Chain } from './types'

export const eon = {
id: 7_332,
Expand Down
4 changes: 2 additions & 2 deletions packages/chains/src/fuseSparknet.ts
Original file line number Diff line number Diff line change
@@ -1,8 +1,8 @@
import { Chain } from './types'

export const sparknet = {
export const fuseSparknet = {
id: 123,
name: 'Sparknet',
name: 'Fuse Sparknet',
network: 'fuse',
nativeCurrency: { name: 'Spark', symbol: 'SPARK', decimals: 18 },
rpcUrls: {
Expand Down
2 changes: 1 addition & 1 deletion packages/chains/src/gobi.ts
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
import { Chain } from 'wagmi'
import { Chain } from './types'

export const gobi = {
id: 1_663,
Expand Down
7 changes: 6 additions & 1 deletion packages/chains/src/index.ts
Original file line number Diff line number Diff line change
Expand Up @@ -47,9 +47,10 @@ export { flare } from './flare'
export { flareTestnet } from './flareTestnet'
export { foundry } from './foundry'
export { fuse } from './fuse'
export { sparknet } from './fuseSparknet'
export { fuseSparknet } from './fuseSparknet'
export { iotex } from './iotex'
export { iotexTestnet } from './iotexTestnet'
export { gobi } from './gobi'
export { goerli } from './goerli'
export { gnosis } from './gnosis'
export { gnosisChiado } from './gnosisChiado'
Expand Down Expand Up @@ -87,6 +88,8 @@ export { pulsechain } from './pulsechain'
export { pulsechainV4 } from './pulsechainV4'
export { qMainnet } from './qMainnet'
export { qTestnet } from './qTestnet'
export { rollux } from './rollux'
export { rolluxTestnet } from './rolluxTestnet'
export { ronin } from './ronin'
export { saigon } from './saigon'
export { scrollSepolia } from './scrollSepolia'
Expand All @@ -111,6 +114,7 @@ export { songbird } from './songbird'
export { songbirdTestnet } from './songbirdTestnet'
export { shardeumSphinx } from './shardeumSphinx'
export { syscoin } from './syscoin'
export { syscoinTestnet } from './syscoinTestnet'
export { taraxa } from './taraxa'
export { taikoTestnetSepolia } from './taikoTestnetSepolia'
export { taraxaTestnet } from './taraxaTestnet'
Expand All @@ -124,5 +128,6 @@ export { xdcTestnet } from './xdcTestnet'
export { zhejiang } from './zhejiang'
export { zkSync } from './zkSync'
export { zkSyncTestnet } from './zkSyncTestnet'
export { zetachainAthensTestnet } from './zetachainAthensTestnet'
export { zora } from './zora'
export { zoraTestnet } from './zoraTestnet'
2 changes: 1 addition & 1 deletion packages/chains/src/rollux.ts
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ export const rollux = {
rpcUrls: {
default: {
http: ['https://rpc.rollux.com'],
websocket: ['wss://rpc.rollux.com/wss'],
webSocket: ['wss://rpc.rollux.com/wss'],
},
public: { http: ['https://rollux.public-rpc.com'] },
},
Expand Down
2 changes: 1 addition & 1 deletion packages/chains/src/rolluxTestnet.ts
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ export const rolluxTestnet = {
rpcUrls: {
default: {
http: ['https://rpc-tanenbaum.rollux.com/'],
websocket: ['wss://rpc-tanenbaum.rollux.com/wss'],
webSocket: ['wss://rpc-tanenbaum.rollux.com/wss'],
},
public: { http: ['https://rpc-tanenbaum.rollux.com/'] },
},
Expand Down
4 changes: 2 additions & 2 deletions packages/chains/src/syscoin.ts
Original file line number Diff line number Diff line change
Expand Up @@ -12,11 +12,11 @@ export const syscoin = {
rpcUrls: {
default: {
http: ['https://rpc.syscoin.org'],
websocket: ['wss://rpc.syscoin.org/wss'],
webSocket: ['wss://rpc.syscoin.org/wss'],
},
public: {
http: ['https://rpc.syscoin.org'],
websocket: ['wss://rpc.syscoin.org/wss'],
webSocket: ['wss://rpc.syscoin.org/wss'],
},
},
blockExplorers: {
Expand Down
7 changes: 5 additions & 2 deletions packages/chains/src/syscoinTestnet.ts
Original file line number Diff line number Diff line change
Expand Up @@ -12,9 +12,12 @@ export const syscoinTestnet = {
rpcUrls: {
default: {
http: ['https://rpc.tanenbaum.io'],
websocket: ['wss://rpc.tanenbaum.io/wss'],
webSocket: ['wss://rpc.tanenbaum.io/wss'],
},
public: {
http: ['https://rpc.tanenbaum.io'],
webSocket: ['wss://rpc.tanenbaum.io/wss'],
},
public: { http: ['https://rpc.tanenbaum.io'] },
},
blockExplorers: {
default: { name: 'SyscoinTestnetExplorer', url: 'https://tanenbaum.io' },
Expand Down

0 comments on commit c07bf40

Please sign in to comment.