diff --git a/src/networks.ts b/src/networks.ts index f44d88b..66d14ff 100644 --- a/src/networks.ts +++ b/src/networks.ts @@ -470,4 +470,26 @@ export const networkInfo = new Map([ stagingBaseAPI: "https://transaction-sepolia.staging.multisig.mantle.xyz/api/v1", }, ], + [ + 2358, + { + chainID: 2358, + name: "Kroma Sepolia", + shortName: "kroma-sepolia", + currencySymbol: "ETH", + baseAPI: "https://transaction-sepolia.safe.kroma.network/api/v1", + stagingBaseAPI: "https://transaction-sepolia.staging.safe.kroma.network/api/v1", + }, + ], + [ + 255, + { + chainID: 255, + name: "Kroma", + shortName: "kroma", + currencySymbol: "ETH", + baseAPI: "https://transaction.safe.kroma.network/api/v1", + stagingBaseAPI: "https://transaction.staging.safe.kroma.network/api/v1", + }, + ], ]);