-
Notifications
You must be signed in to change notification settings - Fork 302
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Showing
18 changed files
with
307 additions
and
24 deletions.
There are no files selected for viewing
Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.
Oops, something went wrong.
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
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
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
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,12 +1,13 @@ | ||
export type NetworkId = 1 | 3 | 4 | 5 | 42 | 137; | ||
export type NetworkId = 1 | 3 | 4 | 5 | 42 | 137 | 42161; | ||
|
||
export enum Network { | ||
MAINNET = 1, | ||
ROPSTEN = 3, | ||
RINKEBY = 4, | ||
GÖRLI = 5, | ||
KOVAN = 42, | ||
POLYGON = 137 | ||
POLYGON = 137, | ||
ARBITRUM = 42161 | ||
} | ||
|
||
export const APP_NETWORK_ID = Number(process.env.VUE_APP_NETWORK) as NetworkId; |
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 |
---|---|---|
|
@@ -53,5 +53,14 @@ export const TOKEN_LIST_MAP: TokenListMapByNetwork = { | |
External: [ | ||
'https://unpkg.com/[email protected]/build/quickswap-default.tokenlist.json' | ||
] | ||
}, | ||
'42161': { | ||
Balancer: { | ||
Default: | ||
'https://storageapi.fleek.co/tomafrench-team-bucket/arbitrum.listed.tokenlist.json', | ||
Vetted: | ||
'https://storageapi.fleek.co/tomafrench-team-bucket/arbitrum.vetted.tokenlist.json' | ||
}, | ||
External: [] | ||
} | ||
}; |
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.
cad2d9e
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Successfully deployed to the following URLs:
app – ./
pm2.vercel.app
app.balancer.fi
app-git-master-balancer.vercel.app
app-balancer.vercel.app
cad2d9e
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Successfully deployed to the following URLs:
arbitrum – ./
arbitrum.vercel.app
arbitrum-git-master-balancer.vercel.app
arbitrum.balancer.fi
arbitrum-balancer.vercel.app
cad2d9e
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Successfully deployed to the following URLs:
kovan-app – ./
kovan-app-balancer.vercel.app
kovan-app.vercel.app
kovan.app.balancer.fi
kovan.balancer.fi
kovan-app-git-master-balancer.vercel.app
cad2d9e
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Successfully deployed to the following URLs:
polygon – ./
polygon-balancer.vercel.app
polygon-alpha.vercel.app
polygon-git-master-balancer.vercel.app
polygon.balancer.fi