Skip to content

Commit

Permalink
fix conflicts
Browse files Browse the repository at this point in the history
  • Loading branch information
lendihop committed Feb 12, 2025
1 parent b49e21d commit 5fd12a2
Showing 1 changed file with 18 additions and 0 deletions.
18 changes: 18 additions & 0 deletions src/lib/temple/chains-specs.ts
Original file line number Diff line number Diff line change
Expand Up @@ -79,6 +79,15 @@ export const DEFAULT_EVM_CHAINS_SPECS: Record<string, EvmChainSpecs & { testnet:
testnet: false,
currency: DEFAULT_EVM_CURRENCY
},
[OTHER_COMMON_MAINNET_CHAIN_IDS.etherlink]: {
name: 'Etherlink Mainnet',
testnet: false,
currency: {
...DEFAULT_EVM_CURRENCY,
name: 'Tezos',
symbol: 'XTZ'
}
},
[ETH_SEPOLIA_CHAIN_ID]: {
name: 'Ethereum Sepolia',
currency: {
Expand Down Expand Up @@ -121,5 +130,14 @@ export const DEFAULT_EVM_CHAINS_SPECS: Record<string, EvmChainSpecs & { testnet:
name: 'Sepolia Ether'
},
testnet: true
},
'128123': {
name: 'Etherlink Testnet',
currency: {
...DEFAULT_EVM_CURRENCY,
name: 'Ghostnet Tezos',
symbol: 'XTZ'
},
testnet: true
}
};

0 comments on commit 5fd12a2

Please sign in to comment.