feat: bridge css

This commit is contained in:
bartosz-lipinski 2021-03-29 22:58:34 -05:00
parent a32c87ff16
commit 6934baaffc
3 changed files with 7 additions and 8 deletions

View File

@ -4,7 +4,6 @@
height: auto;
}
section.ant-layout {
max-width: 1420px;
width: 100%;
margin: auto;
position: relative;

View File

@ -24,11 +24,6 @@ export type ENV =
| 'lending';
export const ENDPOINTS = [
{
name: 'devnet' as ENV,
endpoint: clusterApiUrl('devnet'),
ChainId: ChainId.Devnet,
},
{
name: 'mainnet-beta' as ENV,
endpoint: 'https://solana-api.projectserum.com/',
@ -39,6 +34,11 @@ export const ENDPOINTS = [
endpoint: clusterApiUrl('testnet'),
ChainId: ChainId.Testnet,
},
{
name: 'devnet' as ENV,
endpoint: clusterApiUrl('devnet'),
ChainId: ChainId.Devnet,
},
{
name: 'localnet' as ENV,
endpoint: 'http://127.0.0.1:8899',

View File

@ -2947,7 +2947,7 @@
dependencies:
cross-fetch "^3.0.6"
"@solana/spl-token-swap@0.1.0":
"@solana/spl-token-swap@0.1.0", "@solana/spl-token-swap@^0.1.0":
version "0.1.0"
resolved "https://registry.yarnpkg.com/@solana/spl-token-swap/-/spl-token-swap-0.1.0.tgz#a1bc2b0c96edae8b31bb2cc000ebacdc36e131c8"
integrity sha512-h0ntp6xwRZBEKDd6oNhJTbPISjIfeGm0eqQqAccTkeluo1zHve4dnUChTKF4MQ+JqXjfqd6z6DJjfa0+dGA37w==
@ -19122,7 +19122,7 @@ ts-jest@^24.0.0:
semver "^5.5"
yargs-parser "10.x"
ts-node@^9.0.0:
ts-node@^9.0.0, ts-node@^9.1.1:
version "9.1.1"
resolved "https://registry.yarnpkg.com/ts-node/-/ts-node-9.1.1.tgz#51a9a450a3e959401bda5f004a72d54b936d376d"
integrity sha512-hPlt7ZACERQGf03M253ytLY3dHbGNGrAq9qIHWUY9XHYl1z7wYngSr3OQ5xmui8o2AaxsONxIzjafLUiWBo1Fg==