Skip to content

Commit 3088dd9

Browse files
Merge pull request #758 from dev-protocol/youtube-market-main
Youtube market main
2 parents 30bf9d6 + 528c627 commit 3088dd9

File tree

2 files changed

+4
-2
lines changed

2 files changed

+4
-2
lines changed

lib/marketAddresses.ts

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,6 +10,7 @@ export const marketAddresses = {
1010
arbitrum: {
1111
one: {
1212
github: '0x84b9e407e2Ee76A641b45d007bBFd9e60a13FF7d',
13+
youtube: '0x61999A2F3f403957315255D08A969602f19F2Dcf',
1314
},
1415
rinkeby: {
1516
github: '0xeb85170bce4ea8a9ca0fb5b6620ab74ef111a50c',
@@ -19,9 +20,10 @@ export const marketAddresses = {
1920
polygon: {
2021
mainnet: {
2122
github: '0xa7d0A25Cb2378c935FF94863C8614367b9e85Ed8',
23+
youtube: '0xfe607787e14A90A320cdfc05710b382380B4fd12',
2224
},
2325
mumbai: {
24-
github: '0x0000000000000000000000000000000000000000',
26+
github: '0x9edc758B0477559AB6556BCA9971B4DD892d8E28',
2527
youtube: '0x7C7CDc82b195d4dcf9a789BD14CD1C73232025a8',
2628
},
2729
},

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@devprotocol/dev-kit",
3-
"version": "5.11.3",
3+
"version": "5.11.4",
44
"description": "Dev Kit for JavaScript",
55
"author": "abyssparanoia",
66
"license": "Apache-2.0",

0 commit comments

Comments
 (0)