Skip to content
Permalink

Comparing changes

Choose two branches to see what’s changed or to start a new pull request. If you need to, you can also or learn more about diff comparisons.

Open a pull request

Create a new pull request by comparing changes across two branches. If you need to, you can also . Learn more about diff comparisons here.
base repository: dev-protocol/dev-kit-js
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: v5.11.3
Choose a base ref
...
head repository: dev-protocol/dev-kit-js
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: v5.11.4
Choose a head ref
  • 4 commits
  • 3 files changed
  • 3 contributors

Commits on Jan 29, 2022

  1. Copy the full SHA
    5aef4ca View commit details

Commits on Jan 31, 2022

  1. youtube address

    ikeda1729 committed Jan 31, 2022
    Copy the full SHA
    2a88ec9 View commit details
  2. Verified

    This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
    Copy the full SHA
    867b583 View commit details
  3. 5.11.4

    Akira-Taniguchi committed Jan 31, 2022
    Copy the full SHA
    b8a24b6 View commit details
Showing with 8 additions and 6 deletions.
  1. +2 −0 lib/marketAddresses.ts
  2. +2 −2 package.json
  3. +4 −4 yarn.lock
2 changes: 2 additions & 0 deletions lib/marketAddresses.ts
Original file line number Diff line number Diff line change
@@ -13,6 +13,7 @@ export const marketAddresses = {
},
rinkeby: {
github: '0xeb85170bce4ea8a9ca0fb5b6620ab74ef111a50c',
youtube: '0x53f8A1DEe0aF272d995aF1e206116172c00f2eb4',
},
},
polygon: {
@@ -21,6 +22,7 @@ export const marketAddresses = {
},
mumbai: {
github: '0x0000000000000000000000000000000000000000',
youtube: '0x7C7CDc82b195d4dcf9a789BD14CD1C73232025a8',
},
},
} as const
4 changes: 2 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@devprotocol/dev-kit",
"version": "5.11.3",
"version": "5.11.4",
"description": "Dev Kit for JavaScript",
"author": "abyssparanoia",
"license": "Apache-2.0",
@@ -44,7 +44,7 @@
"@rollup/plugin-node-resolve": "13.1.3",
"@typescript-eslint/eslint-plugin": "5.10.1",
"@typescript-eslint/parser": "5.10.1",
"eslint": "8.7.0",
"eslint": "8.8.0",
"eslint-config-prettier": "8.3.0",
"eslint-plugin-functional": "4.1.1",
"@types/jest": "27.4.0",
8 changes: 4 additions & 4 deletions yarn.lock
Original file line number Diff line number Diff line change
@@ -3001,10 +3001,10 @@ eslint-visitor-keys@^3.2.0:
resolved "https://registry.yarnpkg.com/eslint-visitor-keys/-/eslint-visitor-keys-3.2.0.tgz#6fbb166a6798ee5991358bc2daa1ba76cc1254a1"
integrity sha512-IOzT0X126zn7ALX0dwFiUQEdsfzrm4+ISsQS8nukaJXwEyYKRSnEIIDULYg1mCtGp7UUXgfGl7BIolXREQK+XQ==

eslint@8.7.0:
version "8.7.0"
resolved "https://registry.yarnpkg.com/eslint/-/eslint-8.7.0.tgz#22e036842ee5b7cf87b03fe237731675b4d3633c"
integrity sha512-ifHYzkBGrzS2iDU7KjhCAVMGCvF6M3Xfs8X8b37cgrUlDt6bWRTpRh6T/gtSXv1HJ/BUGgmjvNvOEGu85Iif7w==
eslint@8.8.0:
version "8.8.0"
resolved "https://registry.yarnpkg.com/eslint/-/eslint-8.8.0.tgz#9762b49abad0cb4952539ffdb0a046392e571a2d"
integrity sha512-H3KXAzQGBH1plhYS3okDix2ZthuYJlQQEGE5k0IKuEqUSiyu4AmxxlJ2MtTYeJ3xB4jDhcYCwGOg2TXYdnDXlQ==
dependencies:
"@eslint/eslintrc" "^1.0.5"
"@humanwhocodes/config-array" "^0.9.2"