fix: Rename mainnet to ethereum in txServiceUrls for Safe
This is used the scripts that interact with TychoRouter Took 7 minutes
This commit is contained in:
@@ -4,7 +4,7 @@ const {EthersAdapter} = require('@safe-global/protocol-kit');
|
|||||||
const {default: SafeApiKit} = require("@safe-global/api-kit");
|
const {default: SafeApiKit} = require("@safe-global/api-kit");
|
||||||
|
|
||||||
const txServiceUrls = {
|
const txServiceUrls = {
|
||||||
mainnet: "https://safe-transaction-mainnet.safe.global",
|
ethereum: "https://safe-transaction-mainnet.safe.global",
|
||||||
base: "https://safe-transaction-base.safe.global",
|
base: "https://safe-transaction-base.safe.global",
|
||||||
unichain: "https://safe-transaction-unichain.safe.global",
|
unichain: "https://safe-transaction-unichain.safe.global",
|
||||||
};
|
};
|
||||||
|
|||||||
Reference in New Issue
Block a user