@samudai_xyz/web3-sdk
Version:
## All in one web3 integrations for Samudai
27 lines (26 loc) • 752 B
JavaScript
export const Networks = [
{
name: 'Ethereum Mainnet',
chainId: 1,
url: 'https://safe-transaction-mainnet.safe.global',
relayUrl: 'https://safe-relay.mainnet.gnosis.io',
},
{
name: 'Ethereum Rinkeby',
chainId: 4,
url: 'https://safe-transaction.rinkeby.gnosis.io',
relayUrl: 'https://safe-relay.rinkeby.gnosis.io',
},
{
name: 'Polygon',
chainId: 137,
url: 'https://safe-transaction-polygon.safe.global',
relayUrl: 'https://safe-relay.polygon.gnosis.io',
},
{
name: 'Goerli',
chainId: 5,
url: 'https://safe-transaction-goerli.safe.global',
relayUrl: 'https://safe-relay.goerli.gnosis.io',
},
];