Skip to content

Commit 6fb5d53

Browse files
chore: regenerate lock file (#72)
This update fixes the build issue which needs the lock file to match package.json --------- Co-authored-by: Ali Kafel <ali.kafel@circle.com>
1 parent 5aa8e20 commit 6fb5d53

File tree

3 files changed

+43
-18
lines changed

3 files changed

+43
-18
lines changed

.github/workflows/ci.yml

Lines changed: 0 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -6,15 +6,7 @@ on:
66
jobs:
77
lint-and-test:
88
runs-on: ubuntu-latest
9-
permissions:
10-
id-token: write
119
steps:
12-
- name: Harden the runner (Audit all outbound calls)
13-
uses: step-security/harden-runner@95d9a5deda9de15063e7595e9719c11c38c90ae2 # v2.13.2
14-
with:
15-
egress-policy: block
16-
policy: global-allowed-endpoints-policy
17-
1810
- name: Check out repository code
1911
uses: actions/checkout@08c6903cd8c0fde910a37f88322edcfb5dd907a8 # v5.0.0
2012
with:

package-lock.json

Lines changed: 40 additions & 7 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

src/lib/chains.ts

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -84,7 +84,7 @@ export const CHAIN_IDS_TO_USDC_ADDRESSES: Record<number, Hex | string> = {
8484
[SupportedChainId.PLUME_SEPOLIA]: "0xcB5f30e335672893c7eb944B374c196392C19D18",
8585
[SupportedChainId.HYPEREVM_TESTNET]: "0x2B3370eE501B4a559b57D449569354196457D8Ab",
8686
[SupportedChainId.INK_SEPOLIA]: "0xFabab97dCE620294D2B0b0e46C68964e326300Ac",
87-
[SupportedChainId.MONAD_TESTNET]: "0x534b2f3A21130d7a60830c2Df862319e593943A3",
87+
[SupportedChainId.MONAD_TESTNET]: "0x534b2f3a21130d7a60830c2df862319e593943a3",
8888
};
8989

9090
export const CHAIN_IDS_TO_TOKEN_MESSENGER: Record<number, Hex | string> = {
@@ -106,7 +106,7 @@ export const CHAIN_IDS_TO_TOKEN_MESSENGER: Record<number, Hex | string> = {
106106
[SupportedChainId.PLUME_SEPOLIA]: "0x8fe6b999dc680ccfdd5bf7eb0974218be2542daa",
107107
[SupportedChainId.HYPEREVM_TESTNET]: "0x8fe6b999dc680ccfdd5bf7eb0974218be2542daa",
108108
[SupportedChainId.INK_SEPOLIA]: "0x8fe6b999dc680ccfdd5bf7eb0974218be2542daa",
109-
[SupportedChainId.MONAD_TESTNET]: "0x8FE6B999Dc680CcFDD5Bf7EB0974218be2542DAA",
109+
[SupportedChainId.MONAD_TESTNET]: "0x8fe6b999dc680ccfdd5bf7eb0974218be2542daa",
110110
};
111111

112112
export const CHAIN_IDS_TO_MESSAGE_TRANSMITTER: Record<number, Hex | string> = {
@@ -128,7 +128,7 @@ export const CHAIN_IDS_TO_MESSAGE_TRANSMITTER: Record<number, Hex | string> = {
128128
[SupportedChainId.PLUME_SEPOLIA]: "0xe737e5cebeeba77efe34d4aa090756590b1ce275",
129129
[SupportedChainId.HYPEREVM_TESTNET]: "0xe737e5cebeeba77efe34d4aa090756590b1ce275",
130130
[SupportedChainId.INK_SEPOLIA]: "0xe737e5cebeeba77efe34d4aa090756590b1ce275",
131-
[SupportedChainId.MONAD_TESTNET]: "0xE737e5cEBEEBa77EFE34D4aa090756590b1CE275",
131+
[SupportedChainId.MONAD_TESTNET]: "0xe737e5cebeeba77efe34d4aa090756590b1ce275",
132132
};
133133

134134
export const DESTINATION_DOMAINS: Record<number, number> = {

0 commit comments

Comments
 (0)