Skip to content

Commit b65360f

Browse files
committed
update path
Signed-off-by: Faisal Usmani <faisal.of.usmani@gmail.com>
1 parent ae97885 commit b65360f

File tree

2 files changed

+4
-3
lines changed

2 files changed

+4
-3
lines changed

generated/constants.json

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -204,8 +204,8 @@
204204
"name": "Tempo",
205205
"family": "NONE",
206206
"nativeToken": "pathUSD",
207-
"publicRPC": "",
208-
"blockExplorer": "",
207+
"publicRPC": "https://rpc.tempo.xyz",
208+
"blockExplorer": "https://explore.mainnet.tempo.xyz",
209209
"cctpDomain": -1,
210210
"oftEid": 30410,
211211
"hypDomainId": -1
@@ -948,6 +948,7 @@
948948
"324": "0x3355df6D4c9C3035724Fd0e3914dE96A5a83aaf4",
949949
"1135": "0xF242275d3a6527d877f2c927a82D9b057609cc71",
950950
"1868": "0xbA9986D2381edf1DA03B0B9c1f8b00dc4AacC369",
951+
"4217": "0x20c000000000000000000000b9537d11c60e8b50",
951952
"34443": "0xd988097fb8612cc24eeC14542bC03424c656005f",
952953
"41455": "0x18d25B4e18165c97e1285212e5d1f80eDD6d3Aa7",
953954
"42161": "0xFF970A61A04b1cA14834A43f5dE4533eBDDB5CC8",

script/utils/GenerateConstantsJson.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@ import {
2222
L1_ADDRESS_MAP,
2323
OP_STACK_ADDRESS_MAP,
2424
L2_ADDRESS_MAP,
25-
} from "../../deploy/consts";
25+
} from "../../src/consts";
2626

2727
const convertChainFamiliesEnumString = () => {
2828
const publicNetworksWithEnum = Object.fromEntries(

0 commit comments

Comments
 (0)