Skip to content
This repository was archived by the owner on May 18, 2023. It is now read-only.

Commit 7fce9f6

Browse files
committed
fix: test-usdc
1 parent 650902c commit 7fce9f6

File tree

4 files changed

+9
-11
lines changed

4 files changed

+9
-11
lines changed

.github/figswap-token-list.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
{"name":"FigSwap Token List","timestamp":"2022-11-07T14:49:30.994Z","version":{"major":1,"minor":0,"patch":0},"tags":{},"logoURI":"https://cryptologos.cc/logos/filecoin-fil-logo.svg?v=007","keywords":["figswap","default"],"tokens":[{"address":"0x157C7e9393338eaa110E59583529154E6A3C99e1","chainId":31415,"decimals":18,"logoURI":"https://cryptologos.cc/logos/filecoin-fil-logo.svg?v=007","name":"Wrapped Filecoin","symbol":"WFIL"},{"address":"0xC1a013C313088A0e1E582CFcd4F11DF6acDc172E","chainId":31415,"decimals":6,"logoURI":"https://cryptologos.cc/logos/usd-coin-usdc-logo.svg?v=023","name":"USD Coin","symbol":"USDC"}]}
1+
{"name":"FigSwap Token List","timestamp":"2022-11-07T14:49:30.994Z","version":{"major":1,"minor":0,"patch":0},"tags":{},"logoURI":"https://cryptologos.cc/logos/filecoin-fil-logo.svg?v=007","keywords":["figswap","default"],"tokens":[{"address":"0x157C7e9393338eaa110E59583529154E6A3C99e1","chainId":31415,"decimals":18,"logoURI":"https://cryptologos.cc/logos/filecoin-fil-logo.svg?v=007","name":"Wrapped Filecoin","symbol":"WFIL"},{"address":"0xF5656de36820F114b0Ad9f1771392155F50c5F57","chainId":31415,"decimals":6,"logoURI":"https://cryptologos.cc/logos/usd-coin-usdc-logo.svg?v=023","name":"USD Coin","symbol":"USDC"}]}

package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -78,7 +78,7 @@
7878
"@ethersproject/providers": "^5.4.0",
7979
"@ethersproject/strings": "^5.4.0",
8080
"@ethersproject/units": "^5.4.0",
81-
"@figswap/core-sdk": "0.0.0-canary.1",
81+
"@figswap/core-sdk": "0.0.0-canary.2",
8282
"@fontsource/dm-sans": "^4.5.0",
8383
"@gnosis.pm/safe-apps-web3-react": "^0.6.0",
8484
"@headlessui/react": "1.5.0",

src/pages/legacy/swap/index.tsx

-2
Original file line numberDiff line numberDiff line change
@@ -43,8 +43,6 @@ import { SwapProps } from 'pages/swap'
4343
import React, { useCallback, useEffect, useMemo, useState } from 'react'
4444
import { ArrowLeft } from 'react-feather'
4545

46-
import { SwapProps } from '../../swap'
47-
4846
const Swap = ({ placeholderSlippage, className, trident = false, inputCurrency, outputCurrency }: SwapProps) => {
4947
const { i18n } = useLingui()
5048
const loadedUrlParams = useDefaultsFromURLSearch()

yarn.lock

+7-7
Original file line numberDiff line numberDiff line change
@@ -1057,9 +1057,9 @@
10571057
tiny-warning "^1.0.3"
10581058

10591059
"@coinbase/wallet-sdk@^3.0.4":
1060-
version "3.6.1"
1061-
resolved "https://registry.yarnpkg.com/@coinbase/wallet-sdk/-/wallet-sdk-3.6.1.tgz#b1c2c98f5ab0e859787bee96f9fe42eadb0c9174"
1062-
integrity sha512-mEBGSoUN3eBnUJvqr+K/Sfc7idqEXp5enyS31WHUWK3xo0faSoGk5b/yV9NFi5/tIyKjl8E/nTJ2dH0DtIl/PA==
1060+
version "3.6.2"
1061+
resolved "https://registry.yarnpkg.com/@coinbase/wallet-sdk/-/wallet-sdk-3.6.2.tgz#e8633001136e0236a746f6462c0dff2f881db343"
1062+
integrity sha512-HzxajB+qS+G9//c+th5uJ8KSt+jQ6/U+cgL9Sv89Wx6Mif+Lg5HxGtc6JQcIdHuYk9AFX+nXNSXtTGRdpHkdDg==
10631063
dependencies:
10641064
"@metamask/safe-event-emitter" "2.0.0"
10651065
"@solana/web3.js" "1.52.0"
@@ -1742,10 +1742,10 @@
17421742
"@ethersproject/properties" "^5.7.0"
17431743
"@ethersproject/strings" "^5.7.0"
17441744

1745-
"@figswap/core-sdk@0.0.0-canary.1":
1746-
version "0.0.0-canary.1"
1747-
resolved "https://registry.yarnpkg.com/@figswap/core-sdk/-/core-sdk-0.0.0-canary.1.tgz#bf18723e0f44aadfad8fda0e41d49794d45691ba"
1748-
integrity sha512-IdfbaiyW0ewLxf0hrfqHzbugUilcLaoDIifmVLShIVeXetJmRJkAZ9FzvjvjXKqJo4E61FxpMDKQFGQJYqKXeg==
1745+
"@figswap/core-sdk@0.0.0-canary.2":
1746+
version "0.0.0-canary.2"
1747+
resolved "https://registry.yarnpkg.com/@figswap/core-sdk/-/core-sdk-0.0.0-canary.2.tgz#0b57114a9e9f3ba0802faeecbe0a0545f78682e2"
1748+
integrity sha512-oHVzhDFcSmet/RgkOIWOoh6Aa1JAOToLyHlksnfJWqHyE8ihiWBJK1ugHK+H8J+2BNhyj0/yZ/0vIB2+5yHuIA==
17491749
dependencies:
17501750
"@ethersproject/address" "^5.4.0"
17511751
"@ethersproject/bignumber" "^5.4.0"

0 commit comments

Comments
 (0)