Skip to content

Commit

Permalink
Merge pull request #36 from AmbireTech/remove-aelin
Browse files Browse the repository at this point in the history
remove-aelin
  • Loading branch information
stojnovsky authored Jan 27, 2024
2 parents 8805ce3 + 50fdd02 commit 8d448bc
Show file tree
Hide file tree
Showing 2 changed files with 12 additions and 19 deletions.
18 changes: 0 additions & 18 deletions src/catalogs/ambire-wallet-gnosis-default.applist.json
Original file line number Diff line number Diff line change
Expand Up @@ -295,24 +295,6 @@
"mobile"
]
},
{
"id": "aelin",
"url": "https://app.aelin.xyz/",
"name": "Aelin",
"iconUrl": "https://app.aelin.xyz/favicon/android-chrome-192x192.png",
"description": "A permissionless multi-chain protocol for capital raises and OTC deals. No need for VC's, Aelin decentralizes fundraising",
"providedBy": {
"name": "Aelin",
"url": "https://aelin.xyz/"
},
"networks": [
"ethereum",
"optimism"
],
"applicationType": [
"web"
]
},
{
"id": "qidao",
"url": "https://app.mai.finance/",
Expand Down
13 changes: 12 additions & 1 deletion src/index.ts
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,8 @@ export enum NETWORKS {
'andromeda' = 'andromeda',
'rinkeby' = 'rinkeby',
'cronos' = 'cronos',
'aurora' = 'aurora'
'aurora' = 'aurora',
"base" = "base"
}

export type NetworkId = keyof typeof NETWORKS
Expand Down Expand Up @@ -157,6 +158,16 @@ const networks: NetworkType[] = [
unstoppableDomainsChain: 'ERC20',
isGasTankAvailable: true
},
{
id: NETWORKS.base,
chainId: 8453,
rpc: 'https://rpc.ankr.com/base/0e066bd7837ff1978d6aa30b9f29407deb0276d74f46393e474c2530916c8943',
nativeAssetSymbol: 'ETH',
name: 'Base',
explorerUrl: 'https://basescan.org/',
unstoppableDomainsChain: 'ERC20',
isGasTankAvailable: true
},
{
id: NETWORKS.andromeda,
chainId: 1088,
Expand Down

0 comments on commit 8d448bc

Please sign in to comment.