Skip to content

Commit 8a08240

Browse files
committed
chore: update address book for testnet deployment
Signed-off-by: Tomás Migone <[email protected]>
1 parent 5b6c220 commit 8a08240

File tree

3 files changed

+8
-7
lines changed

3 files changed

+8
-7
lines changed

config/arbitrumSepoliaAddressScript.ts

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,4 @@
1+
/* eslint-disable @typescript-eslint/no-var-requires */
12
import * as fs from 'fs'
23
import * as mustache from 'mustache'
34
import { Addresses } from './addresses.template'
@@ -58,10 +59,10 @@ const main = (): void => {
5859
output.network = 'arbitrum-sepolia'
5960
output.useTokenLockManager = false
6061
if(output.ens == '') {
61-
output.ens = '0x0000000000000000000000000000000000000000' // to avoid crashes due to bad config
62+
output.ens = '0x0000000000000000000000000000000000000000'
6263
}
6364
if(output.ethereumDIDRegistry == '') {
64-
output.ethereumDIDRegistry = '0x0000000000000000000000000000000000000000' // to avoid crashes due to bad config
65+
output.ethereumDIDRegistry = '0xF5f4cA61481558709AFa94AdEDa7B5F180f4AD59'
6566
}
6667
fs.writeFileSync(__dirname + '/generatedAddresses.json', JSON.stringify(output, null, 2))
6768
} catch (e) {

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -42,7 +42,7 @@
4242
"prepare:test-l2": "yarn && yarn prep:addresses:test:l2 && mustache ./config/generatedAddresses.json subgraph.template.yaml > subgraph.yaml && graph codegen --output-dir src/types/"
4343
},
4444
"devDependencies": {
45-
"@graphprotocol/address-book": "0.1.0",
45+
"@graphprotocol/address-book": "1.0.1",
4646
"@graphprotocol/contracts": "6.2.0",
4747
"@graphprotocol/graph-cli": "0.97.0",
4848
"@graphprotocol/graph-ts": "0.36.0",

yarn.lock

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -832,10 +832,10 @@
832832
graphql-import-node "^0.0.5"
833833
js-yaml "^4.1.0"
834834

835-
"@graphprotocol/address-book@0.1.0":
836-
version "0.1.0"
837-
resolved "https://registry.yarnpkg.com/@graphprotocol/address-book/-/address-book-0.1.0.tgz#96cf1e8fc506797adc85d582e5246320b83a8232"
838-
integrity sha512-QHtpxitV7YCjq8mXx6ruvbSKcwDNiWBFFRJKgAlTCJgebFdfxmovr1GzV8biFB1587gfYmfL8OEU9pafZq3n+g==
835+
"@graphprotocol/[email protected].1":
836+
version "1.0.1"
837+
resolved "https://registry.yarnpkg.com/@graphprotocol/address-book/-/address-book-1.0.1.tgz#6ce2fbd2f3d9b0b9b671d41b2cc40250634d6796"
838+
integrity sha512-hI2OjEXAEiaGGS9Geb/HQyUmek0RVISwFL63U7ojmEa6mbtD7ZT4PAdWMp3KT5Q8s1OMY4WiE+ehUsJtkwVleA==
839839

840840
"@graphprotocol/common-ts@^2.0.7":
841841
version "2.0.11"

0 commit comments

Comments
 (0)