Skip to content
Merged
Show file tree
Hide file tree
Changes from 3 commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -40,7 +40,7 @@
"@cosmjs/proto-signing": "0.30.1",
"@cosmjs/stargate": "0.30.1",
"@dotenvx/dotenvx": "^1.6.4",
"@lit-protocol/accs-schemas": "^0.0.24",
"@lit-protocol/accs-schemas": "^0.0.25",
"@lit-protocol/contracts": "^0.0.74",
"@metamask/eth-sig-util": "5.0.2",
"@mysten/sui.js": "^0.37.1",
Expand Down
22 changes: 22 additions & 0 deletions packages/constants/src/lib/constants/constants.ts
Original file line number Diff line number Diff line change
Expand Up @@ -813,6 +813,17 @@ export const LIT_CHAINS: LITChain<LITEVMChain> = {
type: null,
vmType: 'EVM',
},
fhenixNitrogen: {
contractAddress: null,
chainId: 8008148,
name: 'Fhenix Nitrogen',
symbol: 'tFHE',
decimals: 18,
rpcUrls: ['https://api.nitrogen.fhenix.zone'],
blockExplorerUrls: ['https://explorer.nitrogen.fhenix.zone'],
type: null,
vmType: 'EVM',
},
hederaTestnet: {
contractAddress: null,
chainId: 296,
Expand All @@ -824,6 +835,17 @@ export const LIT_CHAINS: LITChain<LITEVMChain> = {
type: null,
vmType: 'EVM',
},
hederaMainnet: {
contractAddress: null,
chainId: 295,
name: 'Hedera Mainnet',
symbol: 'HBAR',
decimals: 8,
rpcUrls: ['https://mainnet.hashio.io/api'],
blockExplorerUrls: ['https://hashscan.io/'],
type: null,
vmType: 'EVM',
},
bitTorrentTestnet: {
contractAddress: null,
chainId: 1028,
Expand Down
Loading