Skip to content

Commit b38eadb

Browse files
authored
chore: Bump constants (#1184)
1 parent ad02627 commit b38eadb

File tree

5 files changed

+9
-9
lines changed

5 files changed

+9
-9
lines changed

broadcast/deployed-addresses.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -319,7 +319,7 @@
319319
}
320320
},
321321
"143": {
322-
"chain_name": "Monad Mainnet",
322+
"chain_name": "Monad",
323323
"contracts": {
324324
"Helios": {
325325
"address": "0x09aea4b2242abc8bb4bb78d537a67a245a7bec64",

broadcast/deployed-addresses.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -403,7 +403,7 @@ This file contains the latest deployed smart contract addresses from the broadca
403403
- Transaction Hash: `0x92801b64851c27c614e68b66dc26ab6831c1f2b95f3f805bd8646d1747105685`
404404
- Block Number: `77338915`
405405

406-
### Monad Mainnet (Chain ID: 143)
406+
### Monad (Chain ID: 143)
407407

408408
#### Helios
409409

generated/constants.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -51,7 +51,7 @@
5151
"hypDomainId": 137
5252
},
5353
"143": {
54-
"name": "Monad Mainnet",
54+
"name": "Monad",
5555
"family": "NONE",
5656
"nativeToken": "MON",
5757
"publicRPC": "https://rpc-mainnet.monadinfra.com/",

package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@across-protocol/contracts",
3-
"version": "4.1.13",
3+
"version": "4.1.14",
44
"author": "UMA Team",
55
"license": "AGPL-3.0-only",
66
"repository": {
@@ -52,7 +52,7 @@
5252
"generate-constants-json": "ts-node ./script/utils/GenerateConstantsJson.ts"
5353
},
5454
"dependencies": {
55-
"@across-protocol/constants": "^3.1.87",
55+
"@across-protocol/constants": "^3.1.88",
5656
"@coral-xyz/anchor": "^0.31.1",
5757
"@defi-wonderland/smock": "^2.3.4",
5858
"@eth-optimism/contracts": "^0.5.40",

yarn.lock

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -2,10 +2,10 @@
22
# yarn lockfile v1
33

44

5-
"@across-protocol/constants@^3.1.87":
6-
version "3.1.87"
7-
resolved "https://registry.yarnpkg.com/@across-protocol/constants/-/constants-3.1.87.tgz#6908ec211ae340d60ef315790b93b44248b20534"
8-
integrity sha512-28Xf6Bfr72zMwiugUSnA0CMfaWtofC/UV+M3DbaHpe3QtU4P17iIdHLg7OvevOd2gW6lfNv/Iwa2nKauAwOUpQ==
5+
"@across-protocol/constants@^3.1.88":
6+
version "3.1.88"
7+
resolved "https://registry.yarnpkg.com/@across-protocol/constants/-/constants-3.1.88.tgz#1ba756921a06bd5bd2d3750a934b1ceb624a6b66"
8+
integrity sha512-pwvbDpaMm25VCsjc9G3gsIyWxY/mak+AGg0NHQszhS1nbKFFZxgJe6Qs5v9IIND7mlxTAXFmXNLOsjwC9U5Kkg==
99

1010
"@across-protocol/contracts@^0.1.4":
1111
version "0.1.4"

0 commit comments

Comments
 (0)