Skip to content

Commit

Permalink
chore: format
Browse files Browse the repository at this point in the history
  • Loading branch information
jxom authored and github-actions[bot] committed Oct 29, 2024
1 parent 3bf2526 commit e6905ba
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion src/chains/definitions/theta.ts
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ export const theta = /*#__PURE__*/ defineChain({
},
blockExplorers: {
default: {
name: 'Theta Explorer',
name: 'Theta Explorer',
url: 'https://explorer.thetatoken.org',
},
},
Expand Down
2 changes: 1 addition & 1 deletion src/chains/definitions/thetaTestnet.ts
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ export const thetaTestnet = /*#__PURE__*/ defineChain({
},
blockExplorers: {
default: {
name: 'Theta Explorer',
name: 'Theta Explorer',
url: 'https://testnet-explorer.thetatoken.org',
},
},
Expand Down
4 changes: 2 additions & 2 deletions src/chains/index.ts
Original file line number Diff line number Diff line change
Expand Up @@ -152,8 +152,8 @@ export { fusion } from './definitions/fusion.js'
export { fusionTestnet } from './definitions/fusionTestnet.js'
export { garnet } from './definitions/garnet.js'
export { genesys } from './definitions/genesys.js'
export { glideL1Protocol } from './definitions/glideL1Protocol.js'
export { glideL2Protocol } from './definitions/glideL2Protocol.js'
export { glideL1Protocol } from './definitions/glideL1Protocol.js'
export { glideL2Protocol } from './definitions/glideL2Protocol.js'
export { gnosis } from './definitions/gnosis.js'
export { gnosisChiado } from './definitions/gnosisChiado.js'
export { gobi } from './definitions/gobi.js'
Expand Down

0 comments on commit e6905ba

Please sign in to comment.