Skip to content

Commit

Permalink
chore(transaction-service): add SEI-NETWORK transaction service api url
Browse files Browse the repository at this point in the history
  • Loading branch information
warneryei committed Dec 10, 2024
1 parent 5f8660f commit 65a0d92
Showing 1 changed file with 1 addition and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -38,6 +38,7 @@ class TransactionServiceApi(SafeBaseAPI):
EthereumNetwork.OPTIMISM: "https://safe-transaction-optimism.safe.global",
EthereumNetwork.POLYGON: "https://safe-transaction-polygon.safe.global",
EthereumNetwork.POLYGON_ZKEVM: "https://safe-transaction-zkevm.safe.global",
EthereumNetwork.SEI_NETWORK: "https://transaction.sei-safe.protofire.io/",
EthereumNetwork.SEPOLIA: "https://safe-transaction-sepolia.safe.global",
EthereumNetwork.ZKSYNC_MAINNET: "https://safe-transaction-zksync.safe.global",
}
Expand Down

0 comments on commit 65a0d92

Please sign in to comment.