Skip to content

Commit

Permalink
Staging (#6)
Browse files Browse the repository at this point in the history
* feat: add astar networks

* feat: add support for Zircuit Network

* feat: add mantle

* feat: add kroma

* Merge branch 'staging' into production

---------

Co-authored-by: msvstj <[email protected]>
Co-authored-by: Leoni Mella <[email protected]>
Co-authored-by: Den Smalonski <[email protected]>
  • Loading branch information
4 people authored Jul 16, 2024
1 parent 8d62a12 commit b0e1571
Showing 1 changed file with 22 additions and 0 deletions.
22 changes: 22 additions & 0 deletions src/networks.ts
Original file line number Diff line number Diff line change
Expand Up @@ -470,4 +470,26 @@ export const networkInfo = new Map<number, NetworkInfo>([
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",
},
],
]);

0 comments on commit b0e1571

Please sign in to comment.