Skip to content

Commit

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

* feat: add support for Zircuit Network

* feat: add mantle

---------

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 15, 2024
1 parent 314b1b8 commit 8d62a12
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 @@ -448,4 +448,26 @@ export const networkInfo = new Map<number, NetworkInfo>([
stagingBaseAPI: "https://transaction.staging.safe.zircuit.com/api/v1",
},
],
[
5000,
{
chainID: 5000,
name: "Mantle",
shortName: "mantle",
currencySymbol: "MNT",
baseAPI: "https://transaction.multisig.mantle.xyz/api/v1",
stagingBaseAPI: "https://transaction.staging.multisig.mantle.xyz/api/v1",
},
],
[
5003,
{
chainID: 5003,
name: "Mantle Sepolia",
shortName: "mnt-sep",
currencySymbol: "MNT",
baseAPI: "https://transaction-sepolia.multisig.mantle.xyz/api/v1",
stagingBaseAPI: "https://transaction-sepolia.staging.multisig.mantle.xyz/api/v1",
},
],
]);

0 comments on commit 8d62a12

Please sign in to comment.