Skip to content

Commit

Permalink
Update safe info
Browse files Browse the repository at this point in the history
  • Loading branch information
ezynda3 committed Nov 1, 2024
1 parent 1c00237 commit f86890b
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 0 deletions.
2 changes: 2 additions & 0 deletions config/global.json
Original file line number Diff line number Diff line change
Expand Up @@ -45,6 +45,7 @@
"boba": "0x05d34Bd70E0CBf8b82423d0C2ee8b2a8f02E4128",
"bsc": "0x20B6b31D76E054C3e4de6154fEca385Ca58c7C15",
"celo": "0xa89a87986e8ee1Ac8fDaCc5Ac91627010Ec9f772",
"cronos": "0xa89a87986e8ee1Ac8fDaCc5Ac91627010Ec9f772",
"fantom": "0x9B325B1c43BB3c018FcDB24A64E05EF4B8B8057b",
"fraxtal": "0xa89a87986e8ee1Ac8fDaCc5Ac91627010Ec9f772",
"fuse": "0x5336e97bA7332FAC20281Bda8B790c8892245Ded",
Expand Down Expand Up @@ -86,6 +87,7 @@
"boba": "https://safe-transaction.mainnet.boba.network/api",
"bsc": "https://safe-transaction-bsc.safe.global/api",
"celo": "https://safe-transaction-celo.safe.global/api",
"cronos": "https://transaction.cronos-safe.org/api",
"fantom": "https://safe-txservice.fantom.network/api",
"fraxtal": "https://transaction-frax.safe.optimism.io/api",
"fuse": "https://transaction-fuse.safe.fuse.io/api",
Expand Down
2 changes: 2 additions & 0 deletions script/deploy/safe/config.ts
Original file line number Diff line number Diff line change
Expand Up @@ -11,6 +11,7 @@ export const safeApiUrls: Record<string, string> = {
boba: 'https://safe-transaction.mainnet.boba.network/api',
bsc: 'https://safe-transaction-bsc.safe.global/api',
celo: 'https://safe-transaction-celo.safe.global/api',
cronos: 'https://transaction.cronos-safe.org/api',
fantom: 'https://safe-txservice.fantom.network/api',
fraxtal: 'https://transaction-frax.safe.optimism.io/api',
fuse: 'https://transaction-fuse.safe.fuse.io/api',
Expand Down Expand Up @@ -45,6 +46,7 @@ export const safeAddresses: Record<string, string> = {
boba: '0x05d34Bd70E0CBf8b82423d0C2ee8b2a8f02E4128',
bsc: '0x20B6b31D76E054C3e4de6154fEca385Ca58c7C15',
celo: '0xa89a87986e8ee1Ac8fDaCc5Ac91627010Ec9f772',
cronos: '0xa89a87986e8ee1Ac8fDaCc5Ac91627010Ec9f772',
fantom: '0x9B325B1c43BB3c018FcDB24A64E05EF4B8B8057b',
fraxtal: '0xa89a87986e8ee1Ac8fDaCc5Ac91627010Ec9f772',
fuse: '0x5336e97bA7332FAC20281Bda8B790c8892245Ded',
Expand Down

0 comments on commit f86890b

Please sign in to comment.