Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion broadcast/deployed-addresses.json
Original file line number Diff line number Diff line change
Expand Up @@ -319,7 +319,7 @@
}
},
"143": {
"chain_name": "Monad Mainnet",
"chain_name": "Monad",
"contracts": {
"Helios": {
"address": "0x09aea4b2242abc8bb4bb78d537a67a245a7bec64",
Expand Down
2 changes: 1 addition & 1 deletion broadcast/deployed-addresses.md
Original file line number Diff line number Diff line change
Expand Up @@ -403,7 +403,7 @@ This file contains the latest deployed smart contract addresses from the broadca
- Transaction Hash: `0x92801b64851c27c614e68b66dc26ab6831c1f2b95f3f805bd8646d1747105685`
- Block Number: `77338915`

### Monad Mainnet (Chain ID: 143)
### Monad (Chain ID: 143)

#### Helios

Expand Down
2 changes: 1 addition & 1 deletion generated/constants.json
Original file line number Diff line number Diff line change
Expand Up @@ -51,7 +51,7 @@
"hypDomainId": 137
},
"143": {
"name": "Monad Mainnet",
"name": "Monad",
"family": "NONE",
"nativeToken": "MON",
"publicRPC": "https://rpc-mainnet.monadinfra.com/",
Expand Down
4 changes: 2 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@across-protocol/contracts",
"version": "4.1.13",
"version": "4.1.14",
"author": "UMA Team",
"license": "AGPL-3.0-only",
"repository": {
Expand Down Expand Up @@ -52,7 +52,7 @@
"generate-constants-json": "ts-node ./script/utils/GenerateConstantsJson.ts"
},
"dependencies": {
"@across-protocol/constants": "^3.1.87",
"@across-protocol/constants": "^3.1.88",
"@coral-xyz/anchor": "^0.31.1",
"@defi-wonderland/smock": "^2.3.4",
"@eth-optimism/contracts": "^0.5.40",
Expand Down
8 changes: 4 additions & 4 deletions yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -2,10 +2,10 @@
# yarn lockfile v1


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

"@across-protocol/contracts@^0.1.4":
version "0.1.4"
Expand Down
Loading