Skip to content
This repository has been archived by the owner on Feb 23, 2024. It is now read-only.

Commit

Permalink
chore: update swap contract id (#67)
Browse files Browse the repository at this point in the history
  • Loading branch information
luizstacio committed Apr 28, 2022
1 parent 851087a commit d445fa2
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 7 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/gh-pages.yml
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@ jobs:
CI: false
PUBLIC_URL: "/${{ github.event.repository.name }}"
REACT_APP_FUEL_PROVIDER_URL: "https://node.swayswap.io/graphql"
REACT_APP_CONTRACT_ID: "0x53f5e7b0a7da8bc2eae7485a64576c4cafe26aacc01da7b1dd1608d883f067b4"
REACT_APP_CONTRACT_ID: "0x2447a39a1d383cccb3a00ab84841757801a42b846fb07d554f0e84b501c57963"
REACT_APP_TOKEN_ID: "0x27d920c88f5c2a50ec248f546ea06a3ab0e238aa807fdfac4ee1c612e04657b3"
run: |
yarn install --frozen-lockfile
Expand Down
7 changes: 1 addition & 6 deletions client/yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -7523,16 +7523,11 @@ prettier-plugin-tailwindcss@^0.1.8:
resolved "https://registry.npmjs.org/prettier-plugin-tailwindcss/-/prettier-plugin-tailwindcss-0.1.8.tgz"
integrity sha512-hwarSBCswAXa+kqYtaAkFr3Vop9o04WOyZs0qo3NyvW8L7f1rif61wRyq0+ArmVThOuRBcJF5hjGXYk86cwemg==

prettier@^2.1.2, prettier@^2.3.1:
prettier@^2.1.2, prettier@^2.3.1, prettier@^2.6.2:
version "2.6.2"
resolved "https://registry.npmjs.org/prettier/-/prettier-2.6.2.tgz"
integrity sha512-PkUpF+qoXTqhOeWL9fu7As8LXsIUZ1WYaJiY/a7McAQzxjk82OF0tibkFXVCDImZtWxbvojFjerkiLb0/q8mew==

prettier@^2.6.2:
version "2.6.2"
resolved "https://registry.yarnpkg.com/prettier/-/prettier-2.6.2.tgz#e26d71a18a74c3d0f0597f55f01fb6c06c206032"
integrity sha512-PkUpF+qoXTqhOeWL9fu7As8LXsIUZ1WYaJiY/a7McAQzxjk82OF0tibkFXVCDImZtWxbvojFjerkiLb0/q8mew==

pretty-bytes@^5.3.0, pretty-bytes@^5.4.1:
version "5.6.0"
resolved "https://registry.npmjs.org/pretty-bytes/-/pretty-bytes-5.6.0.tgz"
Expand Down

0 comments on commit d445fa2

Please sign in to comment.