Skip to content

Commit

Permalink
[AUTOMATED] Update constants.ts (#676)
Browse files Browse the repository at this point in the history
Co-authored-by: andres-horizon <[email protected]>
  • Loading branch information
0xsequence-bot and andres-horizon authored Feb 11, 2025
1 parent 7bb64ce commit 024f6aa
Showing 1 changed file with 17 additions and 17 deletions.
34 changes: 17 additions & 17 deletions packages/network/src/constants.ts
Original file line number Diff line number Diff line change
Expand Up @@ -651,6 +651,23 @@ export const networks: Record<ChainId, NetworkMetadata> = {
decimals: 18
}
},
[ChainId.XR1]: {
chainId: ChainId.XR1,
type: NetworkType.MAINNET,
name: 'xr1',
title: 'XR1',
logoURI: `https://assets.sequence.info/images/networks/medium/${ChainId.XR1}.webp`,
testnet: true,
blockExplorer: {
name: 'XR1 Explorer',
rootUrl: 'https://xr1.calderaexplorer.xyz/'
},
nativeToken: {
symbol: 'XR1',
name: 'XR1',
decimals: 18
}
},
[ChainId.XR_SEPOLIA]: {
chainId: ChainId.XR_SEPOLIA,
type: NetworkType.TESTNET,
Expand Down Expand Up @@ -1092,23 +1109,6 @@ export const networks: Record<ChainId, NetworkMetadata> = {
name: 'Tez',
decimals: 18
}
},
[ChainId.XR1]: {
chainId: ChainId.XR1,
type: NetworkType.MAINNET,
name: 'xr1',
title: 'XR1',
logoURI: `https://assets.sequence.info/images/networks/medium/${ChainId.XR1}.webp`,
testnet: true,
blockExplorer: {
name: 'XR1 Explorer',
rootUrl: 'https://xr1.calderachain.xyz/http'
},
nativeToken: {
symbol: 'XR1',
name: 'XR1',
decimals: 18
}
}
}

Expand Down

0 comments on commit 024f6aa

Please sign in to comment.