-
Notifications
You must be signed in to change notification settings - Fork 221
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge branch 'development' of https://github.com/safe-global/safe-cor…
…e-sdk into feat/4337-pack # Conflicts: # packages/relay-kit/package.json
- Loading branch information
Showing
22 changed files
with
76 additions
and
69 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,5 +1,5 @@ | ||
#!/bin/bash | ||
|
||
mkdir -p openapi | ||
curl 'https://safe-transaction-goerli.safe.global/?format=openapi' > openapi/tx-service.json | ||
curl 'https://safe-transaction-sepolia.safe.global/?format=openapi' > openapi/tx-service.json | ||
npx openapi-typescript openapi/tx-service.json --output openapi/tx-service.ts |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,15 +1,16 @@ | ||
export const TRANSACTION_SERVICE_URLS: Record<string, string> = { | ||
'1': 'https://safe-transaction-mainnet.safe.global', | ||
'5': 'https://safe-transaction-goerli.safe.global', | ||
'10': 'https://safe-transaction-optimism.safe.global', | ||
'56': 'https://safe-transaction-bsc.safe.global', | ||
'100': 'https://safe-transaction-gnosis-chain.safe.global', | ||
'137': 'https://safe-transaction-polygon.safe.global', | ||
'324': 'https://safe-transaction-zksync.safe.global', | ||
'1101': 'https://safe-transaction-zkevm.safe.global', | ||
'8453': 'https://safe-transaction-base.safe.global', | ||
'42161': 'https://safe-transaction-arbitrum.safe.global', | ||
'42220': 'https://safe-transaction-celo.safe.global', | ||
'43114': 'https://safe-transaction-avalanche.safe.global', | ||
'84531': 'https://safe-transaction-base-testnet.safe.global', | ||
'84532': 'https://safe-transaction-base-sepolia.safe.global', | ||
'11155111': 'https://safe-transaction-sepolia.safe.global', | ||
'1313161554': 'https://safe-transaction-aurora.safe.global' | ||
} |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,8 +1,7 @@ | ||
const config = { | ||
CHAIN_ID: 5n, | ||
BASE_URL: 'https://safe-transaction-goerli.safe.global', | ||
JSON_RPC: 'https://rpc.ankr.com/eth_goerli', | ||
EIP_3770_PREFIX: 'gor' | ||
CHAIN_ID: 11155111n, | ||
JSON_RPC: 'https://rpc.ankr.com/eth_sepolia', | ||
EIP_3770_PREFIX: 'sep' | ||
} | ||
|
||
export default config |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.